/*---------------------------------------------------------------
Project:	Capital One Page Template
Version:	1.0
Last change:	18-02-2016
Assigned to:	earthquake (m.waksmanski@gmail.com)
Primary use:	Themeforest
---------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Preloader
        - #preloader
        - #status
3. Typography
        - h1
        - h2
        - h3
        - p
4. Navbar
        - .navbar
        - .navbar-default
        - .navbar-toggle
        - .navbar-right
        - .navbar-text
        - .navbar-brand>img
        - .top-nav-collapse

5. Jumbotron (for static.html)
        - .jumbotron
        - .jumbo
        - .title
6. Carousel (for slider.html)
        - .carousel-caption
        - .fill_1
        - .fill_2
        - .fill_3
7. Video (for video.html)
        - .youtube
8. Testimonial
        - .testimonial
        - .testimonial-border
        - .testimonial-text
        - blockquote
        - #quote-carousel
        - .carousel-inner
        - .item blockquote
9. About Us
        - .About-Us
        - .about-text
        - .text-aboutus
10. Counter
        - .counters
        - ul#example
        - ul#example li
        - ul#example li span
        - ul#example li.seperator
        - ul#example li p
11. What we do
        - .what-we
        - .file-text-icon
        - .file-text-icon:hover
        - .icons
        - .what_we_do
        - .webdesign
        - .copywriting
        - .coding
12. Animate numbers
        - .animate-numbers
        - .number
        - .counter
        - .count
        - .count1
        - .count2
        - .count3
        - .count4
13. Gallery
        - .images-gallery
        - .gallery
        - figure
        - figcaption
        - .modalDialog
        - .modalDialog:target
        - .modalDialog img
        - .close
14. Download
        - #home
        - .download
        - .down
15. Contact
        - .contact-us
        - .input-group .form-control
        - .form-control
        - .input-group-addon
        - form-control:focus
16. Google-maps
        - #map-canvas
17. Subscribe
        - #subscribe
        - .subs
        - #email
        - .form-control
        - .buttonSubscribe
        - .buttonSubscribe:hover
18. Footer
        - .footer
        - .footer-text
        - .social-icon
        - .social-icon li
        - .icon
        - .icon a
        - .icon a:hover
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]

    Body-color: #313131 (dark)
    jumbotron color: #ffffff (white)
    counter color: #7a9697 (green)
    testimonial color: #9b9b9b (grey)
    text-aboutus color: #fff (white)
    contact-us color: #313131; (dark)
    footer color: #486164 (green)
    btn-primary color: #c1a26e
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body copy:		Open Sans 700, 400, 100;
Input, textarea:	Arial, Helvetica, sans-serif;
-------------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 1. Body */
/*---------------------------------------------------------------*/

body{
    color: #313131;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    overflow: scroll;
}

.btn-primary {
    background-color: transparent;
    border-color: #fff;
    border: solid 1px;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}



.btn-primary:hover {
    color: #000;
    background-color: #fff;
    border: solid 1px #fff;
}

.btn-primary0 {
    color: #313131;
    background-color: rgba(255,255,255,0.6);
    border: solid 1px rgba(255,255,255,0.6);
    font-weight: 100;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-primary1 {
    color: #fff;
    background-color: transparent;
    border: solid 1px #fff;
    font-weight: 100;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-primary1:hover {
    color: #313131;
    background-color: #fff;
    border: solid 1px #fff;

}


.btn-lg, .btn-group-lg>.btn {
    padding: 12px 25px;
}
/*---------------------------------------------------------------*/
/* 2. preloader */
/*---------------------------------------------------------------*/

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:99;
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background-image: url(../images/status.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin:-100px 0 0 -100px;
}
/*---------------------------------------------------------------*/
/*  preloader-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 3. typography */
/*---------------------------------------------------------------*/
h1 {
    /*font-weight: 300;*/
    /*font-size: 36px;*/
    /*margin-bottom: 30px;*/
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

h2 {
    /*margin-bottom: 35px;*/
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

h3 {
    /*font-weight: 400;*/
    /*font-size: 24px;*/
    /*color: #3f3f3f;*/
    /*margin-bottom: 30px;*/
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

h4 {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;

}
 h5 {
     font-weight: 700;
     font-size: 12px;
     text-transform: uppercase;
     letter-spacing: 5px;
 }

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #313131;
    margin-bottom: 35px;
}

.grid-system h1 {
    margin-bottom: 35px;
}

.grid-system h1, .grid-system h2  {
    text-align: center;
}

.grid-system p {
    text-align: justify;
}

.color2 {

}

.span-700 {
    font-weight: 700;
}

/*---------------------------------------------------------------*/
/* typography-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 4. navbar */
/*---------------------------------------------------------------*/
/*.navbar {
    min-height: 75px;
    margin-bottom: 25px;
    z-index: 99999;
}*/

.navbar {
    min-height: 55px;
    margin-bottom: 25px;
    z-index: 99999;
}

.navbar-default {
    background-color: transparent;
    border-bottom: transparent;
}

.navbar-default .navbar-toggle {
    background-image: url(../images/menu-icon.png);
  /*  margin-top: 28px;	*/
		margin-top: 22px;
    border-color: transparent;
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 12px;
    margin-top: 8px;
    margin-right: 15px;
    background-color: #313131;
    background-image: none;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 12px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ddd;
    opacity: 0.8;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
    height: auto;
}

.navbar-right {
    margin-top: 10px;
}

.navbar-text {
    margin-top: 15px;
}

.navbar-default .navbar-text {
    color: #41414f;
    font-weight: 700;
    font-size: 25px;
}


.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    /*border-bottom: 3px solid #c1a26e;*/
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .close.navbar-nav>.active>a:focus {
    color: #fff;
    opacity: 0.9;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*
.navbar-default .navbar-brand {
    background-color: #313131;
    height: 74px;
}
*/

.navbar-default .navbar-brand:hover {
    background-color: #313131;
}

.navbar-brand>img {
    display: block;
    /*width: 100%;*/
    margin-top: -25px;
    margin-left: 20px;
    padding-right: 25px;
}

.nav>li>a {
    display: inline;
}

.navbar-nav>li>a {
    line-height: 50px;
}

.top-nav-collapse {
    padding: 0;
    background-color: #313131;
    /*opacity: 0.7;*/
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
}

.dropdown-menu {
    background-color: #313131;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.82857143;
    color: #fff;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover {
    background-color: #3e3e3e;
    color: #fff;
}
/*---------------------------------------------------------------*/
/* navbar-end */
/*---------------------------------------------------------------*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/*---------------------------------------------------------------*/
/* 5. jumbotron */
/*---------------------------------------------------------------*/
.jumbotron {
    margin-bottom: 0px;
    background-image: url(../images/b1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 1020px;
}

.jumbo  {
    /*padding-top: 400px;*/
    text-align: center;
    color: #fff;
}

.jumbotron h2 {
    font-size: 44px;
    font-weight: 100;
    letter-spacing: 30px;
    display: inline-block;
    text-transform: uppercase;
}

.jumbotron p {
    margin-bottom: 18px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 100;
    color: #fff;
    opacity: 0.8;
}


/*
.title {
    display: inline;
}

.title h1 {
    color: #fff !important;
    padding: 20px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: 300 !important;
}

*/

.title {
    display: inline-block;
}

.title h1{
    color: #fff !important;
    padding: 20px;
    border-top: 1px solid;
    border-bottom: 1px solid;
		
    font-weight: 300 !important;
}

.title h2 {
    color: #fff !important;
    padding: 20px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: 300 !important;
}

.opac {
    background-color: rgba(0,0,0,0.5);
    height: 1020px;
    margin-top: -1020px;
}

.jumbotron-ver2 {
    margin-bottom: 0px;
    background-image: url(../images/b4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 1020px;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    /*text-shadow: 1px 1px 0 rgba(0,0,0,.75);*/
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 30px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
}
.hero h3 {

    font-size: 20px !important;
    letter-spacing: 1px !important;
    font-weight: 100 !important;
    color: #fff !important;
    opacity: 0.8 !important;
    margin: 0 !important;
    margin-bottom: 18px;
    padding: 0 !important;
}

.btn-hero {
    z-index: 9999;
}

.glyphicon-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 20px;
}

.carousel-control {
    z-index: 9999;
    background: none !important;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.hero-ver2 {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 3;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.hero-ver2 h1 {
    font-size: 84px;
    font-weight: 700;
    letter-spacing: 10px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-top: 30px;
}
.hero-ver2 h3 {
    font-size: 20px !important;
    letter-spacing: 1px !important;
    font-weight: 100 !important;
    color: #fff !important;
    opacity: 0.8 !important;
    margin: 0 !important;
    margin-bottom: 18px;
    padding: 0 !important;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.scr {	display: none; }
	.mob	{	display: show; }			
				
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }
}

@media (min-width: 768px){
	.lagical { font-size: 17px; }
	.scr {	display: block; }
	.mob	{	display: none; }	
}
/*---------------------------------------------------------------*/
/* 6. carousel */
/*---------------------------------------------------------------*/
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}

.carousel-caption-ver2 {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}

.fill_1 {
    background-image: url('../images/new7.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill_2 {
    background-image: url('../images/training2.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill_3 {
    background-image: url('../images/service.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill_1-ver2 {
    background-image: url('../images/b5.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill_2-ver2 {
    background-image: url('../images/b6.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill_3-ver2 {
    background-image: url('../images/b7.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-carousel h2  {
    font-size: 44px !important;
    font-weight: 400 !important;
    letter-spacing: 30px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    margin-bottom: 25px !important;
}

.header-carousel-ver2 h2  {
    font-size: 84px !important;
    font-weight: 700 !important;
    letter-spacing: 10px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    margin-bottom: 25px !important;
}


.item h3 {
    font-size: 68px;
    font-weight: 700;
    letter-spacing: 30px;
    margin-bottom: 40px;
    display: inline-block;
    color: #e3dcd6;
    text-transform: uppercase;
}

.yt h4  {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 100;
    margin-top:0px;
    margin-bottom: 40px;
    color: #fff;
}

.yt h5  {
     font-size: 44px !important;
     font-weight: 400 !important;
     letter-spacing: 30px !important;
     display: inline-block !important;
     text-transform: uppercase !important;
     margin-bottom: 25px !important;
     padding: 20px !important;
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
 }

.yt-ver2 h5  {
    font-size: 84px !important;
    font-weight: 700 !important;
    letter-spacing: 10px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    margin-bottom: 25px !important;
}

.yt p {
    font-weight: 100;
    font-size: 20px;
    margin-top:0px;
    /*margin-bottom: 370px;*/
    color: #fff;
}

.button-yt {
    display: inline;
}

.button-yt p {
    margin-top:5px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 290px;
}

.opac-carousel {
    background-color: rgba(0,0,0,0.5);
    height: 1020px;
    margin-top: -1020px;
}

/*---------------------------------------------------------------*/
/* carousel-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 7. video */
/*---------------------------------------------------------------*/

.youtube {
    width: auto;
    height: 1050px;
    text-align: center;
    color: #fff;
}

.youtube-gallery {
    width: auto;
    height: 400px;
    text-align: center;
    color: #fff;
}

.yt h3 {
    margin-top: 390px;
    font-size: 44px;
    font-weight: 100;
    letter-spacing: 30px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}

.yt h2 {
    font-weight: 100;
}

.button-yt {
    display: inline;
}
/*---------------------------------------------------------------*/
/* video-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 8. testimonial */
/*---------------------------------------------------------------*/
.testimonial {
    background: url(../images/testimonial.jpg)50% 0 fixed;
    background-position: bottom;
}

.testimonial-video {
    background: url(../images/testimonial.jpg);
}

.testimonial-border {
    border-top: 1px solid #313131;
    width: 70px;
    padding-bottom: 15px;
    margin: 0 auto;
}

.testimonial-border-white {
    border-top: 1px solid #fff;
    width: 50px;
    padding-bottom: 15px;
    margin: 0 auto;
}

.testimonial-border-us {
    border-top: 2px solid #aba7a8;
    width: 50px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.testimonial-border-numbers {
    border-top: 2px solid #d1c0b8;
    width: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0 auto;
}

.testimonial-text  {
    padding-top: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

blockquote {
    padding: 35px 20px 100px;
    margin: 0 0 20px;
    font-size: 13px;
    font-style: italic;
}

#quote-carousel {
    padding: 0 10px 10px 10px;
    margin-top: 30px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #fff;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 0px;
}

.carousel-inner {
    min-height: 220px;
    color: #fff;
    line-height: 180%;
    text-align: center;
}

.item h2 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

blockquote footer, blockquote small, blockquote .small{
    margin-top: 20px;
    font-size: 10px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}
/*---------------------------------------------------------------*/
/* testimonial-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 9. about us */
/*---------------------------------------------------------------*/
.About-Us {
    /*background-color: #becfd3;*/
}

.about-text {
    padding-top: 70px;
    padding-bottom: 50px;
    text-align: center;
    color: #313131;
    font-size: 13px;
}

.about-text h2 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.about-text h3 {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 10px;
    color: #313131;
    text-align: center;
}

.about-oontent {
    margin-top: 50px;
}

.text-aboutus {
    color: #313131;
    padding-top: 20px;
    /* text-align: justify; */
		text-align: center;	
    padding: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.about-icons-content {
    margin-bottom: 10px;
    text-align: center;
}

.about-icon {
    font-size: 40px;
    margin-left: 10px;
}

.about-icon-text {
    display: inline;
    padding-left: 20px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.about-icons-content .lnr {
    display: block;
    padding-bottom: 20px;
    text-align: center;
    font-size: 60px;
    margin-left: 0px;
}


/*---------------------------------------------------------------*/
/* about us end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 9. Our-Team */
/*---------------------------------------------------------------*/


.our-team h2 {
    text-align: center;
    color: #313131;
    padding-top: 80px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.team-text {
    padding-top: 70px;
    padding-bottom: 100px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    color: #313131;
    font-size: 13px;
}

.team-text-down {
    margin-top: -100px;
}

.team-text h2 {
    color: #313131;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-top: 20px;
}

.team-text h4 {
    color: #313131;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center !important;
}

.team-text p {
    margin-bottom: 5px;
    text-align: center !important;
    padding: 20px;
}

.photo {
    /*border: 1px solid #313131;*/
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
    width:100%;
}
.photo-center {
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
    width:100%;
}

/*---------------------------------------------------------------*/
/* Our Team end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* plans and pricing */
/*---------------------------------------------------------------*/

.plans-background{
    background-image: url('../images/testimonial.jpg');
}

.plans-pricing h2 {
    margin-top: 90px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.plans-border {
    border: 1px solid #777;
    margin: 125px;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-top: 80px;
}

.plans-border2 {
    border: 1px solid #fff;
    margin: 125px;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-top: 80px;
}

.plans-border3 {
    border: 1px solid #becfd3;
    margin: 125px;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-top: 80px;
}

.plans h2 {
    font-size: 60px;
    font-weight: 100;
    margin-bottom: 5px;
}

.plans h4 {
    color: #e8e4e3;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.plans h3 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    padding-top: 50px;
}

.plans p {
    color: #f3f2f0;
    padding: 2px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.btn-plans1 {
    border: 1px solid #fff;
    margin: 0 auto;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 700;
}

.btn-plans1:hover {
    border: 1px solid #fff;
    margin: 0 auto;
    color: #313131;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 20px;
}


/*---------------------------------------------------------------*/
/* plans and pricing end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 10. counter */
/*---------------------------------------------------------------*/
.counters {
    padding-top: 35px;
    padding: 55px;
    text-align: center;
    background-color: #e3e3e3;
}

.counters h2 {
    color: #313131;
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.counters h3 {
    color: #313131;
    font-weight: 100;
    font-size: 18px;
    padding-bottom: 35px;
}

ul#example {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    display: block;
    text-align: center;
    color: #313131;
}

ul#example li { display: inline-block; }

ul#example li span {
    font-size: 72px;
    font-weight: 100;
    line-height: 80px;
    padding: 20px;
}

ul#example li.seperator {
    font-size: 55px;
    line-height: 70px;
    vertical-align: top;
}

ul#example li p {
    color: #313131;
    font-size: 14px;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 50px;
}

/*---------------------------------------------------------------*/
/* 11. what we do */
/*---------------------------------------------------------------*/
.what-we {
    background-color: #313131;
}

.what .lnr {
    color: #fff;
}

.file-text-icon {
    color: #fff;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    border: 2px solid #fff;
    border-radius: 90%;
    background-repeat: no-repeat;
}

.file-text-icon:hover {
    color: #fff;
    background-color: #aba7a8;
}

.icons {
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.services-icon {
    font-size: 40px !important;
}


.what_we_do {
    text-align: center;
    margin-top: 50px;

}

.what_we_do h2 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
}

.what {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 45px;
}
.what h2 {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
}

.what p {
    color: #fff;
}


.webdesign {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #fff;
}

.webdesign-bottom {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.copywriting {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.coding {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}
/*---------------------------------------------------------------*/
/* what we do - end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 12. animate-numbers*/
/*---------------------------------------------------------------*/
.animate-numbers {
    height: auto;
}

.number {
    text-align: center;
    font-size: 22px;
}

.counter {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    display: inline;
    padding-right: 10px;
}

.number h2{
    /*display: inline-block;*/
    font-weight: 100;
    font-size: 40px;
    color: #fff;
    padding-right: 10px;
}

.number p{
    /*display: inline-block;*/
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

.count {
    padding-top: 50px;
    padding-bottom: 7px;
}

.count1 {
    background-color: #313131;
}
.count2 {
    background-color: #313131;
}
.count3 {
    background-color: #313131;
}
.count4 {
    background-color: #313131;
}

.count1-white {
    background: #fff;
}

.counter-white {
    color: #313131;
    font-size: 40px;
    font-weight: 700;
    display: inline;
    padding-right: 10px;
}

.number-white p {
    color: #313131;
}

/*---------------------------------------------------------------*/
/* 13. gallery*/
/*---------------------------------------------------------------*/
.images-gallery{
    position:relative;
    padding: 0;
    height: 80%;
}

.gallery-box {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #000;
}

.gallery {
    height: 550px;
}

#gallery h1 {
    position: relative;
    top: 220px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 7px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 20px;
}

.lupa {
    position: relative;
    padding-top: 150px;
    /*padding-left: 280px;*/
}

figure {
    height: 150px;
    width: 150px;
    display: block;
    overflow: hidden;
    z-index: 100;

}

figcaption {
    height: 550px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    /*top: -800px;*/
    opacity: 0;
    padding: 5px;
}

.sort-gallery a {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

a:hover figcaption {
    opacity: 0.8;
    background-color: #72686b;
    top: 0;
    color: #fff;
    transition: all 1.2s;
}
/*---------------------------------------------------------------*/
/* modal*/
/*---------------------------------------------------------------*/
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255, 0.7);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 1090px;
    height: 800px;
    color: #000;
    position: relative;
    margin: 7% auto;
    padding: 5px 20px 13px 20px;
}

.modalDialog p {
    color: #000;
    margin-top: 7px;
}

.modalDialog img {
    height: 75%;
}

.close {
    color: #aba7a8;
    line-height: 25px;
    position: absolute;
    right: -26px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: normal;
    font-size: 30px;
    -webkit-transition: all 1.3s ease-in-out;
    -moz-transition: all 1.3s ease-in-out;
    -o-transition: all 1.3s ease-in-out;
    -ms-transition: all 1.3s ease-in-out;
}


.close:hover {
    color: #7a9697;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
/*---------------------------------------------------------------*/
/* gallery-end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 14. download */
/*---------------------------------------------------------------*/
#home {
    /*background: url(../images/blured.jpg) 50% 0 fixed;*/
    /*background-color: #a9a7a7;*/
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.download {
    text-align: center;
}

.download h2 {
    color: #313131;
    padding-top: 50px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    /*letter-spacing: 10px;*/
		letter-spacing: 3px;
    margin-bottom: 35px;
}

.download p {
    /*background-image: url(../images/download.png);*/
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-top: 20px;
    color: #313131;
}

.down {
    margin-bottom: 75px;
}

.buy-theme {
    border: 1px solid #313131;
    color: #313131;
    text-transform: uppercase;
    padding: 15px;
    margin: 30px;
    font-weight: 700;
    margin-bottom: 50px;
}

/*---------------------------------------------------------------*/
/* download end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 15. Contact*/
/*---------------------------------------------------------------*/
.contact-background {
    /*background-color: #313131;*/
    background-image: url(../images/cnt.jpg);
}

.contact-us {
    text-align: center;
    color: #fff;
}

.contact-us h2 {
    margin-top: 120px;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.contact-us .testimonial-border-white {
    margin-bottom: 40px;
}

.input-group .form-control {
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #313131;
    background-color: transparent;
    background-image: none;
    /*border: transparent;*/
    border: 1px solid #fff;

}

.input-group-addon {
    padding: 6px 12px;
     font-size: 0px;
     line-height: 1;
     color: transparent;
     text-align: center;
     background-color: transparent;
     border: 1px solid transparent;
     border-radius: 0px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    padding:10px;
    color: #fff;
}

.form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0),0 0 8px rgba(0, 0, 0, 0);
}

.contact .contact-btn {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 8px 30px;
    margin-bottom: 80px;
    height: 40px;
    text-transform: uppercase;
    margin-right: 25px;
}

.contact .contact-btn:hover {
    color: #313131;
    background-color: #fff;
    border: solid 2px #fff;
}

address {
    margin-top: 20px;
    color: #fff;
    font-weight: 100;
}

.h2-contact {
    color: #fff;
    font-weight: 100;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 16px;
}

.lead {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

.btn:hover, .btn:focus, .btn.focus {
    /*color: rgba(255, 255, 255, 0.3);*/
    /*text-decoration: none;*/
}

hr {
    margin-top: 60px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0px solid;
}

.contact-icon {
    display: inline-block;
    font-size: 35px;
    margin-right: 0px;
    padding: 20px;
    color: #fff;
}

.contact-icon-black {
    display: inline-block;
    font-size: 35px;
    margin-right: 0px;
    padding: 20px;
    color: #313131;
}

.adress2-subpage {
    margin-top: 75px;
}

.adress2-subpage-icon {
    margin-top: 35px;
}
/*---------------------------------------------------------------*/
/* contact-end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 16. Google-maps*/
/*---------------------------------------------------------------*/
.mapa{
    padding-left:0px;
    padding-right: 0px;
}

#map {
    width: 100%;
    height: 500px;
}

/*---------------------------------------------------------------*/
/*  Google-maps-end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 15. owl-carousel*/
/*---------------------------------------------------------------*/
#owl .item{
    margin: 3px;


}
#owl .item img{
    display: block;
    margin-top: 75px;
    margin-bottom: 70px;
    text-align: center;
    vertical-align: middle;
}

.logo-brand {
    border-top: 1px solid #d1d1d1;
}

.logo-brand h2 {
    color: #313131;
    padding-top: 50px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
}
/*---------------------------------------------------------------*/
/* owl-carousel*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 17. subscribe */
/*---------------------------------------------------------------*/
#subscribe {
    background-color: #e5e6e6;
}

.subs {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

.subs h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 7px;
    margin-bottom: 20px;
}

#email {
    width: 400px;
    background-color: transparent;
    margin-bottom: 25px;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 2px solid #313131;
    font-size: 14px;
    display: inline;
}

.form-control {
    padding-left: 0px;

}

.buttonSubscribe {
    color: #313131;
    background-color: transparent;
    font-weight: 700;
    font-size: 12px;
    padding: 8px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 40px;
    text-transform: uppercase;
    display: inline-block;
    border-color: transparent;
}

.buttonSubscribe:hover {
    color: #313131;
}


/*---------------------------------------------------------------*/
/* 14 footer*/
/*---------------------------------------------------------------*/
.footer {
    height: 170px;
    background-color: #313131;

}

.footer h4 {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
    opacity: 0.8;
}

.footer p {
    color: #fff;
    text-align: center;
    font-weight: 100;
    font-size: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.8;
}

.footer-text {
    position: relative;
    text-align: right;
}

.social-icon {
   display: table;
   margin: 0 auto;
   margin-top: 10px;
   padding-left: 0px;

}

.social-icon li {
    display: table-cell;
    /*text-align: right;*/
    padding: 10px;
}

#footerPinterest {
    background-image: url('../images/social-icons/white/pinterest.png');
		background-color: #bd081c;
		border-radius: 50%;
}

#footerFacebook {
    background-image: url('../images/social-icons/white/facebook.png');
		background-color: #254cc5;
		border-radius: 50%;
}

#footerTwitter {
    background-image: url('../images/social-icons/white/twitter.png');
		background-color: #a3ccff;
		border-radius: 50%;
}
#footerInstagram {
    background-image: url('../images/social-icons/white/Instagram.png');
		background-color: #c3317e;
		border-radius: 50%;
}



.icon {
    list-style: none;
    display: inline-block;
    height: 30px;
    width: 41px;
    vertical-align: middle;
    margin: 0;
    padding: 10px;
}

.icon a {
    display: block;
    background-size: 33px, 33px;
    width: 33px;
    height: 33px;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;

}

.icon a:hover {
    opacity: 0.9;
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
}

.social-icon-team {
    display: table;
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 0px;
}

.footerPinterestteam {
    background-image: url('../images/social-icons/grey/pinterest.png');
}

.footerFacebookteam {
    background-image: url('../images/social-icons/grey/facebook.png');
}

.footerTwitterteam {
    background-image: url('../images/social-icons/grey/twitter.png');
}

.icon-team {
    list-style: none;
    display: inline-block;
    height: 30px;
    width: 41px;
    vertical-align: middle;
    margin: 0;
    margin: 10px
}

.icon-team a {
    display: block;
    background-size: 33px, 33px;
    width: 33px;
    height: 33px;
    opacity: 0.6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;

}

.icon-team a:hover {
    opacity: 0.9;
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
}
/*---------------------------------------------------------------*/
/* footer-end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/*  subpages */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/*  jumbotron */
/*---------------------------------------------------------------*/
.jumbotron-sub {
    margin-bottom: 0px;
    
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    background-position: center;
}

.conta {
	background-image: url(../images/new8.jpg);
}

.serv {
	background-image: url(../images/service.jpg);
}

.abt {
	background-image: url(../images/lp2.jpg);
}

.jumbotron-sub h2 {
    margin-top: 200px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 10px;
    margin-bottom: 20px;
    font-size: 35px;
}


/*---------------------------------------------------------------*/
/*  download */
/*---------------------------------------------------------------*/
.download-cont {
    background: url(../images/new3.jpg)50% 0 fixed;
}

.subpage h2, .subpage p {
    color: #fff !important;
}

.subpage p {
		font-weight: 600;
}

.buy-theme-white {
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    margin: 30px;
    margin-bottom: 50px;
    font-weight: 700;
}

.contact-us-subpage h2 {
    margin-top: 55px;
    color: #313131;
}

.address-subpage {
    margin-bottom: 100px;
    color: #fff;
    padding-bottom: 40px;
}

.contact-address-subpage {
    padding: 10px;
    text-align: center;
    color: #313131;
    font-weight: 700;
}

.contact-address-subpage p{
    color: #fff;
    font-weight: 700;
}

.contact-subpage {
    margin-top: 60px;
}

.contact-subpage-map {
    margin-top: 150px;
}


/*---------------------------------------------------------------*/
/* responsive*/
/*---------------------------------------------------------------*/
@media only screen and (max-width: 1550px) {

    .modalDialog > div {
        width: 785px;
        height: 600px;
        margin-top: 100px;
    }

    .modalDialog img {
        height: 75%;
    }

    #email {
        width: 300px;
    }

    .item h3 {
        font-size: 48px;;
    }

   /* .yt h4  {
        margin-bottom: 100px;
    } */

    .yt h5  {
        font-size: 48px;
        letter-spacing: 30px;
        margin-bottom: 40px;
    }

    .yt p {
        font-size: 18px;
        /*margin-bottom: 380px;*/
    }

    .button-yt p {
        margin-bottom: 290px;
    }

    .youtube {
        height: 750px;
    }

    .yt h3{
        margin-top: 280px;
        font-size: 45px;
    }

    .plans-border {
        margin: 25px;
        margin-bottom: 50px;
    }
    .plans-border2 {
        margin: 25px;
        margin-bottom: 50px;
    }
    .plans-border3 {
        margin: 25px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1250px) {

    #email {
        width: 275px;
        background-color: transparent;
        margin-bottom: 25px;
        margin-left: 20px;
    }

    .subs .btn-primary {
        margin-left:20px;
    }

    .testimonial {
        margin-top: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        letter-spacing: 1px;
        font-size: 11px;
    }

    .item h3 {
        font-size: 45px;
        letter-spacing: 20px;
    }

    .yt h4  {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .yt h5  {
        font-size: 45px;
        letter-spacing: 20px;
        margin-bottom: 20px;
    }

    .yt p {
        font-size: 22px;
        /*margin-bottom: 150px;*/
    }

    .button-yt p {
        margin-bottom: 160px;
    }

    .youtube {
        height: 650px;
    }

    .yt h3 {
        margin-top: 300px;
        font-size: 38px;
    }

}

@media only screen and (max-width: 750px) {
    .jumbotron {
        height: 650px;
    }

    .hero h1 {
        font-size: 24px;
        letter-spacing: 10px;
        padding-bottom: 20px;
    }
    .hero h3 {
        font-size: 12px !important;
        letter-spacing: 1px !important;
    }

    .hero-ver2 h1 {
        font-size: 44px;
    }

    .jumbotron h2 {
        font-size: 24px;
    }

    .jumbotron p {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 100;
        color: #fff;
    }

    ul#example li span {
        font-size: 30px;
        line-height: 45px;
    }

    .about-text {
        padding-right: 25px;
        padding-left: 25px;

    }

    .modalDialog {
        display: none;
    }

    .item h3 {
        font-size: 35px;
        letter-spacing: 10px;
    }

    .yt h4  {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .yt h5  {
        font-size: 25px !important;
        letter-spacing: 10px !important;
        margin-bottom: 20px;
    }

    .header-carousel-ver2 h2 {
        font-size: 44px !important;
    }

    .yt-ver2 h5 {
        font-size: 44px !important;
    }

    .header-carousel h2 {
        font-size: 25px !important;
        letter-spacing: 10px !important;
    }

    .yt p {
        font-size: 18px;
        /*margin-bottom: 150px;*/
    }

    .button-yt p {
        margin-bottom: 130px;
    }

    .youtube {
        height: 450px;
    }

    .yt h3 {
        margin-top: 200px;
        font-size: 20px;
        letter-spacing: 5px;

    }

    .yt h2 {
        font-size: 30px;
    }

    .plans-border {
        margin: 70px;
        margin-bottom: 50px;
    }
    .plans-border2 {
        margin: 70px;
        margin-bottom: 50px;
    }
    .plans-border3 {
        margin: 70px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 500px) {
    .jumbotron h2 {
        font-size: 24px;
        letter-spacing: 5px;
    }

    .navbar-brand {
        padding: 16px 0px;
    }

    .navbar-brand>img {
        margin-top: -21px;
        margin-left: 0px;
    }

    .item h3 {
        font-size: 25px;
        letter-spacing: 4px;
    }

    .yt h4  {
        font-size: 16px;
        margin-bottom: 10px;
        letter-spacing: 5px;
    }

    .yt h5  {
        font-size: 25px !important;
        letter-spacing: 5px;
        margin-bottom: 20px;
    }

    .yt p {
        font-size: 14px;
        margin-bottom: 150px;
    }

    .button-yt p {
        margin-bottom: 10px;
    }

    .plans-border {
        margin: 20px;
        margin-bottom: 50px;
    }
    .plans-border2 {
        margin: 20px;
        margin-bottom: 50px;
    }
    .plans-border3 {
        margin: 20px;
        margin-bottom: 50px;
    }

    .carousel-control {
        display: none;
    }
}
/*---------------------------------------------------------------*/
/* responsive-end*/
/*---------------------------------------------------------------*/