
/* Body  
   ================================================== */

body {
    overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
	 color:#000000;
	 background:#f1f4f9;
}

.wrapper-body {
    background-color: white;
}

.body-boxed {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}
#header{ background:#fff;}

.theam-text-defult{ color:#fff !important;}
.a.theam-text-defult:hover{ color:#000000;}

.theam-text-one{ color:#000000 !important;}
.a.theam-text-one:hover{ color:#000000;}

.theam-text-two{ color:#3d2b4b;}
.a.theam-text-two:hover{ color:#5e4670;}

.theam-text-three{ color:#fa5c65;}
.a.theam-text-three:hover{ color:#ed424c;}


.theam-bg-one{ background:#3d2b4b;}

.theam-hedding-one{ line-height:0.8em}
.theam-hedding-one span{ font-size:0.6em;  font-family: 'montserratregular';}

@media (min-width: 768px) {
    .body-boxed .navbar-fixed-top,
    .body-boxed .menu-top {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    .body-nav-fixed {
        padding-top: 92px;
    }
    .body-nav-fixed-menu-top {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .body-boxed,
    .body-boxed .navbar-fixed-top,
    .body-boxed .menu-top {
        width: 1000px;
    }
    .body-boxed .section-intro-index .item .container,
    .body-boxed .section-intro-shop .item .container,
    .body-boxed .section-browser-slider .container,
    .body-boxed .section-intro-app .container,
    .body-boxed .section-call-to .container {
        padding-right: 50px;
        padding-left: 50px;
    }


}

@media (min-width: 1200px) {
    .body-boxed,
    .body-boxed .navbar-fixed-top,
    .body-boxed .menu-top {
        width: 1200px;
    }
}

.form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bdc5c9;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    padding: 6px 10px;
    transition: all 0.2s ease-in-out 0s;
}

.panel-one{ width:100%; height:auto; padding:25px 0 10px 0; position:relative; z-index:888; float:left; background:#fff;  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);}
.panel-one-hedding{ width:100%; height:auto; float:left; margin-bottom:15px; padding:10px; background:#1d4925 ; padding:10px;   font-family: 'Roboto'; font-weight:400; font-size:22px; text-align:center; text-transform:uppercase; color:rgba(255,255,255,1);}

.ac-panel{ width:100%; height:auto; float:left; padding:10px 15px; background:#fff; margin-bottom:15px;  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);}


.ac-controls{ width:100%; float:left; position:relative; cursor:pointer; text-transform:uppercase; font-weight:500; font-size:18px;}
.ac-controls:before{
		position:absolute; right:5px; top:0px;
 content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size:25px;
  line-height:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ac-controls.active:before{
		position:absolute; right:0px; top:0px;
 content: "\f106";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-one{ width:100%; height:auto; float:left; padding:0px; margin:0px;}
.list-one li{ width:100%; height:auto; float:left; padding:8px 0; border-top:rgba(153,153,153,0.5) solid 1px;}
.list-one li:first-child{ border:none;}


.list-two{ width:100%; height:auto; float:left; padding:0px; margin:0px;}
.list-two li{  height:auto; float:left; padding:8px 0; position:relative; padding-left:20px;}
.list-two li:after{ width:15px; height:15px; border-radius:50%; position:absolute; left:0px; top:12px; content:''; background:#0160b2; border:rgba(0,204,51,1) solid 2px;}

@media (min-width: 1200px) {
	
}

/* Rows and Columns  
   ================================================== */

.row-heading {
    margin-right: -15px;
    margin-bottom: 20px;
    margin-left: -15px;
}

.row-heading:before,
.row-heading:after {
    display: table;
    content: ' ';
}

.row-heading:after {
    clear: both;
}

.row + .row-heading {
    margin-top: 20px;
}

.row + .row-heading.row-heading-mt-40 {
    margin-top: 40px;
}




/* Typography  
   ================================================== */

body {
  
    font-size: 14px;
}

.intro-box{ width:400px; height:400px; float:left; position:absolute; left:50%; top:50%; margin-left:-200px; margin-top:-200px; z-index:999;}
.ib-col{ width:50%; height:200px; float:left; padding-top:45px; font-family: 'Roboto Condensed'; font-weight:400; font-size:16px; color:#fff !important; text-align:center; text-transform:uppercase;}
.ib-col i{ font-size:36px; margin-bottom:15px; color:#77c04b !important; }
.ib-col:hover, .ib-col:active{ color:#fff !important; }

.text-wight{ color:#fff;}

@media(max-width: 480px){
    .support-img{
        height: 560px !important;
    }
}
@media (max-width: 399px) {
	.intro-box{ width:90%; height:400px;  margin-left:-45%;}
	.ib-col{height:150px;font-size:12px;}
	.ib-col i{ font-size:26px;}
	
}
body,
button,
input,
select,
textarea {
    line-height: 1.6;
}

a {
    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a,
a:hover {
    color: #1ba832;
}

a:focus {
    color: inherit;
}

.a-black {
    color: black;
}

.lead {
    font-weight: 300;
}

label {
    font-weight: 600;
}

.wrap{ width:100%; height:auto; float:left; margin-top:20px;}


.title,
.subtitle {
    margin: 0;
    padding: 0;
}

.section-one{ width: 100%; padding:20px 0; float: left; background: #fff }
.section-two{ width: 100%; padding:20px 0; float: left; background: #d6e4e9 }

.section-heading-page {
    margin-bottom: 40px;
    padding: 20px 0;
    color: black;
    border-bottom: 1px solid #3c2b4b;
    background-color: #3c2b4b;
}

.heading-page {
    font-size: 27px;
    font-weight: 300;
    margin: 0;
}
.section-heading-page  .breadcrumb{ color:#fff !important;}
.section-heading-page  .breadcrumb .active{ color:#f95c65 !important;}
.section-heading-page  .breadcrumb a{ color:#fff !important;}

.text-theme-xs,
.text-theme,
.text-theme-sm,
.text-theme-lg {
    margin: 0;
}

.text-theme-xs + .text-theme-xs {
    margin-top: 6px;
    margin-bottom: 0;
}

.text-theme-sm + .text-theme-sm {
    margin-top: 10px;
    margin-bottom: 0;
}

.text-theme + .text-theme {
    margin-top: 16px;
    margin-bottom: 0;
}

.text-theme-lg + .text-theme-lg {
    margin-top: 22px;
    margin-bottom: 0;
}

.text-theme + .btn.text-theme {
    margin-top: 20px;
}

.title-xs {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.title-sm {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.title-md {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.title-lg {
    font-size: 30px;
    font-weight: 800;
    margin: 0;
}

.title-xl {
    font-size: 38px;
    font-weight: 800;
    margin: 0;
}

.title-2-xl {
    font-size: 56px;
    font-weight: 800;
    margin: 0;
}

.title-404 {
    font-size: 140px;
    margin: 0;
}

.subtitle-404 {
    font-size: 20px;
    font-weight: 400;
}

.title-bg {
    display: inline-block;
    padding: 10px 8px;
    color: white;
    background-color: #fa5c65;
}

.title-v2 {
    font-size: 22px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 16px;
    padding-bottom: 14px;
    padding-left: 25px;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #fa5c65;
}

.headline {
    font-size: 24px;
    font-weight: 300;
    display: block;
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
}

.title-2-xl.hr:after,
.title-xl.hr:after,
.title-lg.hr:after,
.title-md.hr:after,
.title-sm.hr:after,
.title-xs.hr:after {
    display: block;
    width: 60px;
    height: 4px;
    margin: 0 auto;
    margin-top: 20px;
    content: '';
    background-color: #fa5c65;
}

.section-primary .hr:after,
.section-polygonal-primary .hr:after {
    background-color: white;
}

.title-2-xl.hr-left:after,
.title-xl.hr-left:after,
.title-lg.hr-left:after,
.title-md.hr-left:after,
.title-sm.hr-left:after,
.title-xs.hr-left:after {
    display: block;
    width: 60%;
    height: 3px;
    margin-top: 12px;
    content: '';
    background-color: #fa5c65;
}

.title-2-xl.hr-full:after,
.title-xl.hr-full:after,
.title-lg.hr-full:after,
.title-md.hr-full:after,
.title-sm.hr-full:after,
.title-xs.hr-full:after {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 12px;
    content: '';
    background-color: #fa5c65;
}

.title-xs.hr-before:before,
.title-sm.hr-before:before,
.title-md.hr-before:before,
.title-lg.hr-before:before,
.title-xl.hr-before:before,
.title-2-xl.hr-before:before {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    content: '';
    background-color: #fa5c65;
}

.title-xs.hr-before:before {
    top: 1px;
    width: 3px;
    height: 13px;
}

.title-sm.hr-before:before {
    top: 1px;
    width: 3px;
    height: 16px;
}

.title-md.hr-before:before {
    top: 1px;
    width: 3px;
    height: 19px;
}

.title-lg.hr-before:before {
    top: 1px;
    width: 4px;
    height: 24px;
}

.title-xl.hr-before:before {
    top: 1px;
    width: 5px;
    height: 29px;
}

.title-2-xl.hr-before:before {
    top: 1px;
    width: 5px;
    height: 42px;
}

.list-unstyled {
    margin: 0;
}

.list-unstyled > li > a {
    color: black;
}

.list-unstyled.bordered li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ddd;
}

.list-md .fa {
    margin-right: 8px;
}
.list-md.full li { width:100%; float:left; margin-bottom:15px;}

.list-lg .fa {
    margin-right: 8px;
}

.list-xl span {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: -4px;
    margin: 0;
}

.list-xl li + li {
    margin-top: 16px;
}

.list-xl li .fa {
    margin-right: 20px;
}

.list-md li + li {
    margin-top: 4px;
}

.list-lg li + li {
    margin-top: 14px;
}

.hr-divider {
    margin: 50px 0;
    border-top: 1px solid #ddd;
}

.hr-divider-ghost {
    margin: 50px 0;
    border: 0;
}

.hr-divider-xs {
    margin: 16px 0;
    border-top: 1px solid #ddd;
}

.hr-divider-double {
    position: relative;
    margin-top: 50px;
    margin-bottom: 60px;
    border-top: 1px solid #ddd;
}

.hr-divider-double:after {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    content: '';
    background-color: #ddd;
}

.title-striped {
    display: block;
    margin: 50px 0 !important;
}

.title-striped:before {
    position: relative;
    top: -4px;
    display: inline-block;
    width: 20%;
    height: 6px;
    margin-right: 20px;
    content: '';
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.title-striped:after {
    position: relative;
    top: -4px;
    display: inline-block;
    width: 20%;
    height: 6px;
    margin-left: 20px;
    content: '';
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}


.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{  font-family: 'Roboto', sans-serif;}

.h1.text-two,.h2.text-two,.h3.text-two,.h4.text-two,.h5.text-two,.h6.text-two,h1.text-two,h2.text-two,h3.text-two,h4.text-two,h5.text-two,h6.text-two{  font-family: 'Roboto Condensed', sans-serif; font-weight: 600 }

.h1, h1{ font-size: 36px; font-family: 'Roboto', sans-serif; }
.h2, h2{ font-size: 32px; font-family: 'Roboto', sans-serif; }
.h3, h3{ font-size: 22px; font-family: 'Roboto', sans-serif; }
.h4, h4{ font-size: 18px; font-family: 'Roboto', sans-serif; }
.h5, h5{ font-size: 16px; font-family: 'Roboto', sans-serif; }


@media (max-width: 1023px) {
.h1, h1{ font-size: 32px; font-family: 'Roboto', sans-serif; }
.h2, h2{ font-size: 30px; font-family: 'Roboto', sans-serif; }
.h3, h3{ font-size: 20px; font-family: 'Roboto', sans-serif; }
.h4, h4{ font-size: 18px; font-family: 'Roboto', sans-serif; }
.h5, h5{ font-size: 16px; font-family: 'Roboto', sans-serif; }

}

/* Forms  
   ================================================== */

.form-control {
    -webkit-transition: none;
            transition: none;
    border-radius: 0;
    box-shadow: none;
	padding:12px 15px; height:auto;
}

.form-control:focus,
.form-control:active {
    border-color: #ddd;
    outline: none;
    box-shadow: none;
}

.form-bg {
    padding: 16px;
    background-color: #fa5c65;
}

.form-boxed {
    padding: 20px 16px;
    border: solid 1px #ddd;
    background-color: #fcfcfc;
}

.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
    margin-top: 3px;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    z-index: 2;
    margin-right: -2px;
}


/* Navbar Menu-Top  
   ================================================== */

@media (max-width: 767px) {
    .menu-top .row > div + div {
        margin-top: 0;
    }
}



.menu-top-default {
    border-bottom: solid 1px #ecf0f1;
    background-color: white;
}

.menu-top-default .social-hover-v1:before,
.menu-top-default .social-hover-v1:after {
    color: black;
}

.menu-top-default .social-hover-v1:hover:after {
    color: white;
}

.menu-top-default .title-menu-top {
    margin-top: 5px;
    margin-bottom: 0;
    color: black;
}

.menu-top-default .btn-menu-top {
    color: black;
    border-left: solid 1px #ecf0f1;
    background-color: transparent;
}

.menu-top-default .btn-menu-top,
.menu-top-inverse .btn-menu-top {
    line-height: 35px;
    margin: 0;
    padding: 0;
    padding-right: 8px;
    padding-left: 8px;
    border: 0;
    outline: 0;
}

.menu-top-default .dropdown:last-child .btn-menu-top {
    border-right: solid 1px #ecf0f1;
}

.menu-top-default .social-icons-menu-top a + a {
    border-left: 1px #ecf0f1 solid;
}

.menu-top-default .social-icons-menu-top a,
.menu-top-inverse .social-icons-menu-top a {
    float: left;
}

.menu-top-inverse {
    background-color: #171f26;
	color:#fff;
	
	
    
}

.menu-top-inverse .social-hover-v1:before,
.menu-top-inverse .social-hover-v1:after,
.menu-top-inverse .social-hover-v1:hover:after {
    color: #000;
}

.menu-top-inverse { padding-top:5px;}
.menu-top-inverse .col-sm-7 .fa{  width:25px; height:25px;  color:#fff; font-size:12px; display:inline-block; text-align:center; line-height:25px; margin:0 5px 0 15px; background:#fa5c65; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; }
.menu-top-inverse .col-sm-7 .fa:first-child{ margin-left:0px; }


.menu-top-inverse .title-menu-top {
    margin-top: 5px;
    margin-bottom: 0;
    color: white;
}

.menu-top-inverse .btn-menu-top {
    color: white;
    border-left: solid 1px #434343;
    background-color: #191919;
}

.menu-top-inverse .social-icons-menu-top a + a {
    border-left: 1px #c3c3c3 solid;
}


.menu-top .email{ margin-left: 25px; color: #fff; }
.menu-top .email:hover{ color: #1dad34; }
.menu-top .nav-top{ width: auto; margin: 0px; float: right; }
.menu-top .nav-top li{ width: auto; margin: 0px; float: left; }

.menu-top .nav-top li a{ width: auto; margin: 0px; float: left; color: #fff; margin: 0 10px; font-size: 14px; }
.menu-top .nav-top li a:hover{color: #1ca932}
/* login */

.menu-top .dropdown-login .dropdown-menu {
    overflow: hidden;
    min-width: 262px;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: white !important;
}

.menu-top .dropdown-login .dropdown-menu .wrapper-form-box {
    border: 0;
}

.menu-top .dropdown-login .dropdown-menu .wrapper-form-box h3 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.menu-top .dropdown-login.open .dropdown-menu,
.menu-top .dropdown-cart.open .dropdown-menu {
    -webkit-animation-name: fadeInDownMenuTop;
            animation-name: fadeInDownMenuTop;
    -webkit-animation-duration: .33s;
            animation-duration: .33s;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}


/* shop cart */

.menu-top .dropdown-cart .dropdown-menu {
    min-width: 500px;
}

.menu-top .dropdown-cart .dropdown-menu .panel-shopping-cart {
    margin-bottom: 0;
    border-top: 0;
    background-color: white;
}

.menu-top .dropdown-cart .dropdown-menu .panel-shopping-cart table {
    margin-bottom: 0;
}

.menu-top .dropdown-cart .dropdown-menu .panel-shopping-cart thead {
    color: white;
    background-color: #fa5c65;
}

.menu-top .dropdown-cart .dropdown-menu .panel-shopping-cart thead th {
    font-size: 15px;
    font-weight: 400;
}


/* Navbar Positioning  
   ================================================== */

@media (min-width: 768px) {
    .body-nav-fixed-menu-top .menu-top {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        left: 0;
        height: 0;
    }
    .body-nav-fixed-menu-top #nav.navbar-fixed-top {
        top: 0;
    }
}


/* Navbar  
   ================================================== */

.navbar {
    min-height: 70px;
    margin-bottom: 0;
    border: 0;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .05);
}

@media (min-width: 768px) {
    #header,
    .navbar {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }
}

#nav.nav-boxed {
    padding: 0;
}

@media (max-width: 767px) {
    .navbar {
        min-height: 60px;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static;
    }
    .navbar-fixed-top.navbar-photographer {
        position: fixed;
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
}

.navbar-nav {
    /*margin: 0 -120px;*/
}

.navbar-collapse {
    box-shadow: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-right {
        float: none !important;
        margin: 0;
    }
}


/* Navbar Brand 
   ================================================== */

.navbar-brand {
    font-size: 24px;
    line-height: 70px;
    float: left;
   height: 70px;
    padding: 0 15px;
}

.navbar-brand > img {

    display: block;
   /*height: 50px;*/
   margin-top:5px;
}

@media (max-width: 767px) {
    .navbar-brand {
        line-height: 60px;
        height: 60px;
    }
    .navbar-brand > img {
		margin-top:0;
		margin-top:5px;
    }
    .navbar-toggle{ margin-top: 8px !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
        display: block;
        float: none;
        /*height: 58px;*/
    }
    .navbar-brand > img {
        /*height: 58px;*/
        margin: 0 auto;
		margin-top:0;
    }
}


/* Navbar Toggle  
   ================================================== */

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 0;
    border: 0;
    background-color: transparent;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: transparent !important;
}

.navbar-toggle .icon-bar {
    height: 3px;
    border-radius: 0;
}


/* Navbar Links
   ================================================== */

#header .navbar-nav > li > a {
    font-size: 13px;
    font-weight: 700;
    line-height: 100px;
    height: 77px;
    padding: 0 20px;
	border-left:rgba(153,153,153,0.2) solid 1px;
    text-transform: uppercase;
	position:relative;
}

#header .navbar-nav > li > a i { position:absolute; left:50%; top:11px; font-size:20px; margin-left:-10px; color:#0f33ab;}



@media  (max-width: 767px) {
#header .navbar-nav > li > a i { display:none; font-size:16px;}

}


@media  (max-width: 1200px) {
    .body-nav-fixed-menu-top{ padding-top:82px;  }
    #header .navbar-nav > li > a {
        font-size: 13px;
        line-height: 95px;
        font-weight: normal;
        padding: 0 10px;
    }
    #header .navbar-nav > li.rfq-button > a{margin:10px 0 0 10px;padding:10px 8px;  } 
    .navbar-brand{ width: 160px; height:50px; } 
    .navbar { min-height: 50px ; }
}



@media (max-width: 1023px) {

.body-nav-fixed-menu-top{ padding-top: 118px; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .thumbnail a > img, .thumbnail > img{ max-width: inherit; }
#header .navbar-nav > li.rfq-button > a{ position: absolute; right: 0px; top:-57px; }

#header .navbar-nav > li > a {
    font-size: 13px;
    font-weight: normal;
    height: 58px;
    line-height: 81px;
    padding: 0 10px;
}
}

@media  (max-width: 999px) {
	.navbar .container { width:100%; float:left; padding:0px;}
	.navbar-header{ text-align:center;}
	.navbar-brand{ display:inline-block;}
	#header .navbar-nav > li > a { padding: 0 16px;}
#header .navbar-nav > li > a i { font-size:16px; }

}


@media (max-width: 767px) {
	
	#header .navbar-nav > li > a { padding: 0 25px;}
	
	.navbar .container { width:100%; float:left; padding:0 15px;}
    .body-nav-fixed-menu-top{ padding-top: 0; }
#header .navbar-nav > li.rfq-button > a{ position: relative; right: inherit; top:inherit; }
.navbar-brand{ width: 90px; }
    #header .navbar-nav > li > a {
        font-size: 12px;
        line-height: 50px;
        height: 50px;
        padding: 0 11px;
        font-weight: normal;
    }
#header .navbar-nav > li.rfq-button > a{margin:0 0 0 0;}


}


@media (min-width: 992px) and (max-width: 1199px) {
    #header .navbar-nav > li > a {
        padding: 0 12px;
    }
}

#header .navbar .navbar-nav > .dropdown .dropdown-menu > li > a {
    font-size: 13px;
    font-weight: normal;
    line-height: 35px;
    height: 35px;
    padding: 0 15px 0 15px;
    text-transform: none;

}



@media (min-width: 768px) {
    #header .navbar .navbar-nav > .dropdown .dropdown-menu > .dropdown-submenu > a {
        padding: 0 58px 0 20px;
    }
}

@media (max-width: 767px) {
    #header .navbar .navbar-nav > .dropdown .dropdown-menu > li > a {
        font-size: 13px;
        line-height: 46px;
        height: 46px;
        padding: 0;
    }
    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > li > a {
        padding-left: 32px;
    }
    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > ul > li > a {
        padding-left: 50px;
    }
    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > ul > li > ul > li > a {
        padding-left: 75px;
    }
    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > ul > li > ul > li > ul > li a {
        padding-left: 100px;
    }
    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 125px;
    }
    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > ul > li > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 150px;
    }
}

#header .dropdown-toggle:after {
    font-family: FontAwesome;
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-left: 6px;
    content: '\f0d7';
}

#header .dropdown-submenu > a:after {
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    right: 18px;
    content: '\f0da';
}

@media (max-width: 767px) {
    #header .open .dropdown-toggle:after {
        content: '\f0d8';
    }
    #header .dropdown-toggle:after {
        font-size: 13px;
        position: absolute;
        top: auto;
        right: 34px;
        margin-left: 0;
    }
    #header .dropdown-submenu > a:after {
        display: none;
    }
}


/* Navbar Dropdown Menu 
   ================================================== */

.navbar-nav .dropdown-menu {
    margin-top: 2px;
}

#header .navbar-nav .dropdown .dropdown-menu {
    z-index: -1;
    padding: 0;
    border: 0;
    border-radius: 0;
}

@media (max-width: 767px) {
    #header .navbar-nav .open .dropdown-menu {
        box-shadow: none;
    }
}


/* Navbar Sub Dropdown Menu
   ================================================== */

#header .dropdown-menu > li {
    position: relative;
}

#header .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
}

#header .navbar-inverse .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
    margin-top: 0;
}

@media (min-width: 768px) {
    #header .dropdown-submenu .dropdown-menu {
        position: absolute;
        top: 0;
        top: -2px;
        right: auto;
        left: 100%;
        display: none;
    }
}

#header .dropdown-submenu .dropdown-menu li {
    position: relative;
}

@media (max-width: 767px) {
    #header .dropdown-submenu .dropdown-menu {
        display: block !important;
    }
}

#header .dropdown-header {
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 768px) {
    #header .navbar-nav > .dropdown:hover > .dropdown-menu {
        display: block;
    }
    #header .navbar-nav > .open .dropdown-menu {
        display: none;
    }
}


/* Navbar Search Box  
   ================================================== */

form.nav-search {
    position: relative;
}

form.nav-search > label {
    display: block;
    width: 60px;
    height: 60px;
    margin-top: 16px;
    margin-right: 15px;
    margin-left: 24px;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out;
            transition: background-color .2s ease-in-out;
    text-align: center;
    border-bottom: solid 3px #b14227;
    background-color: #fa5c65;
}

form.nav-search > label:hover {
    background-color: #eb4952;
}

form.nav-search > label:active {
    background-color: #bd462a;
}

form.nav-search > label > .fa {
    font-size: 24px;
    line-height: 56px;
    color: white;
}

form.nav-search > input {
    font-size: 24px;
    font-weight: 300;
    line-height: 56px;
    position: absolute;
    top: -16px;
    right: -9999px;
    left: auto;
    height: 92px;
    margin: 0 auto;
    padding: 16px;
    opacity: 0;
    border: 0;
    outline: 0;
}

form.nav-search > input:focus {
    right: 0;
    opacity: 1;
}

@media (max-width: 767px) {
    form.nav-search {
        margin-top: 7px;
    }
    form.nav-search > label {
        margin-top: 0;
    }
    form.nav-search > input {
        top: 0;
        right: auto;
        left: -9999px;
        height: 60px;
        padding: 0;
    }
    form.nav-search > input:focus {
        right: auto;
        left: 0;
        width: 100%;
        padding: 0 21px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    form.nav-search > input {
        line-height: 58px;
        top: 0;
        width: 720px !important;
        height: 58px;
    }
    form.nav-search > label {
        height: 58px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 9px;
    }
    .li-search {
        float: right !important;
    }
}


/* Navbar Mega Menu  
   ================================================== */

.li-mega-menu {
    position: static !important;
}

.li-mega-menu > .wrapper-mega-menu {
    display: none;
}

.li-mega-menu > .wrapper-mega-menu > .mega-menu > .container {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row {
        padding: 16px;
    }
    .li-mega-menu > .wrapper-mega-menu.v2 > .mega-menu > .container > .wrapper-row {
        padding: 22px 36px 36px 30px;
    }
    .li-mega-menu > .wrapper-mega-menu > .mega-menu {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        height: 0;
    }
    .li-mega-menu:hover .wrapper-mega-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .li-mega-menu.open > .wrapper-mega-menu {
        display: block;
    }
    .li-mega-menu .wrapper-mega-menu.v2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/* Navbar Mega Menu Content 
   ================================================== */

.li-mega-menu > .wrapper-mega-menu.v1 [class^='col'] {
    margin-top: 0;
}

.li-mega-menu > .wrapper-mega-menu > .mega-menu .post-xs-side + .post-xs-side {
    margin-top: 20px;
}

.li-mega-menu > .wrapper-mega-menu > .mega-menu .title-sm {
    margin-bottom: 16px;
}

.li-mega-menu > .wrapper-mega-menu.v2 > .mega-menu .list-unstyled .fa {
    color: #fa5c65;
}

@media (min-width: 768px) {
    .li-mega-menu > .wrapper-mega-menu > .mega-menu .img-wrapper {
        margin-bottom: 20px;
    }
}


/* Navbar Mega Menu Features
   ================================================== */

@media (min-width: 768px) {
    .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row.wrapper-row-features {
        padding-right: 30px;
        padding-left: 30px;
    }
    .li-mega-menu .wrapper-row-features ul li a {
        padding-left: 20px;
    }
}

.li-mega-menu .wrapper-row-features ul li a {
    font-size: 13px;
    font-weight: 700;
    line-height: 33px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.li-mega-menu .wrapper-row-features ul li a .fa {
    width: 25px;
}

.li-mega-menu .wrapper-row-features > .row > [class^='col-']:first-child ul {
    padding-left: 0;
    border-left: none;
}

@media (max-width: 767px) {
    .li-mega-menu .wrapper-row-features > .row > [class^='col-'] {
        padding: 0 !important;
    }
    .li-mega-menu .wrapper-row-features ul li a {
        line-height: 46px;
        padding-left: 30px;
    }
    #header .navbar .navbar-nav .wrapper-row-features > .row > [class^='col-']:first-child ul {
        border-top: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .li-mega-menu .wrapper-row-features ul {
        border-left: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .li-mega-menu .wrapper-row-features ul {
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    .li-mega-menu .wrapper-row-features ul {
        padding-left: 30px;
    }
}


/* Navbar Transparent and Version 1
   ================================================== */

@media (min-width: 768px) {
    #header .navbar.navbar-transparent {
        background-color: transparent;
        box-shadow: none;
    }
    #header .navbar.navbar-transparent .navbar-nav > li > a {
        position: relative;
        color: white;
    }
    #header .navbar.navbar-transparent .navbar-nav > .dropdown:hover > a,
    #header .navbar.navbar-transparent .navbar-nav > .dropdown:hover:after,
    #header .navbar.navbar-transparent .navbar-nav > .open > a,
    #header .navbar.navbar-transparent .navbar-nav > .open > a:hover,
    #header .navbar.navbar-transparent .navbar-nav > .open > a:focus {
        color: white;
        background-color: transparent;
    }
    #header .navbar.navbar-transparent .navbar-nav > .dropdown.open:hover {
        background-color: transparent;
    }
    #header .navbar.navbar-transparent .navbar-nav > .dropdown.open:hover > a {
        color: white;
    }
    #header .navbar.navbar-transparent .navbar-nav > .dropdown:hover > a:before,
    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover > a:before {
        display: block;
    }
    #header .navbar.navbar-transparent .navbar-nav > li > a:before {
        bottom: 0;
        border-bottom: 8px solid #f8f8f7;
    }
    #header .navbar.navbar-transparent .navbar-nav > li > a:before,
    #header .navbar.navbar-v1 .navbar-nav > li > a:before {
        position: absolute;
        right: 0;
        left: 0;
        display: none;
        width: 0;
        height: 0;
        margin: 0 auto;
        content: '';
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }
    #header .navbar-inverse.navbar-transparent .navbar-nav .dropdown .dropdown-menu,
    #header .navbar-inverse.navbar-transparent .wrapper-row {
        border-top: 0;
    }
    #header .navbar-inverse.navbar-transparent .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
        margin-top: 2px;
    }
}

@media (min-width: 768px) {
    #header .navbar.navbar-v1 .navbar-nav > li > a:before {
        bottom: 6px;
    }
    #header.shrinked .navbar.navbar-v1 .navbar-nav > li > a:before {
        bottom: 0;
    }
    #header .navbar.navbar-v1 .navbar-nav > li > a {
        position: relative;
    }
    #header .navbar.navbar-v1 .navbar-nav > .dropdown > .dropdown-menu,
    #header .navbar.navbar-v1 .li-mega-menu > .wrapper-mega-menu > .mega-menu {
        margin-top: -6px;
    }
    #header.shrinked .navbar.navbar-v1 .navbar-nav > .dropdown > .dropdown-menu,
    #header.shrinked .navbar.navbar-v1 .li-mega-menu > .wrapper-mega-menu > .mega-menu {
        margin-top: 0;
    }
    #header .navbar-inverse.navbar-v1 .navbar-nav .dropdown .dropdown-menu,
    #header .navbar-inverse.navbar-v1 .wrapper-row {
        border-top: 0;
    }
    #header .navbar-inverse.navbar-v1 .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
        margin-top: 2px;
    }
}


/* Navbar Shrinked
   ================================================== */

#header.shrinked #nav {
    top: 0;
}

#header.shrinked .menu-top {
    display: none;
}



@media (min-width: 768px) and (max-width: 991px) {
    .shrinked .navbar-brand,
    .shrinked .navbar-brand > img {
        /*height: 38px;*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header.shrinked .navbar-nav > li > a {
        line-height: 58px;
        /*height: 58px;*/
    }
    #header.shrinked .navbar-header {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .shrinked form.nav-search > input {
        line-height: 58px;
        height: 58px;
    }
    .shrinked form.nav-search > label {
        height: 58px;
    }
}

@media (min-width: 768px) {
    #header.shrinked .navbar-nav > li > a {
        line-height: 80px;
        height: 60px;
    }
    .shrinked .navbar {
        min-height: 60px;
    }
    .shrinked .navbar-brand {
        font-size: 19px;
        line-height: 60px;
        height: 60px;
    }
    .shrinked .navbar-brand > img {
        /*height: 40px;*/
		margin-top:10px;
    }
    #header.shrinked .dropdown-header {
        font-size: 13px;
        line-height: 17px;
    }
    #header.shrinked .navbar .navbar-nav > .dropdown .dropdown-menu > li > a {
        line-height: 42px;
        height: 42px;
    }
    .shrinked form.nav-search > label {
        width: 60px;
        height: 39px;
        margin-top: 10px;
    }
    .shrinked form.nav-search > label > .fa {
        font-size: 16px;
        line-height: 37px;
    }
    .shrinked form.nav-search > input {
        line-height: 36px;
        top: -10px;
        height: 60px;
    }
	#header.shrinked .navbar-nav > li.rfq-button > a{ line-height:normal !important; height:auto;  margin:10px 0 0 15px !important;}
}


/* Navbar Styling ===================================
   ================================================== */


/* Navbar Default Styling
   ================================================== */

#header .navbar-default {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .99);
}

#header .navbar-default .navbar-collapse,
#header .navbar-default .navbar-form {
    border-color: #efeeec;
}

#header .navbar-default .navbar-brand {
    color: black;
}

#header .navbar-default .navbar-brand:hover,
#header .navbar-default .navbar-brand:focus {
    color: #1a1a1a;
    background-color: transparent;
}

#header .navbar-default .navbar-toggle {
    border-color: #ccc;
}

#header .navbar-default .navbar-toggle:hover,
#header .navbar-default .navbar-toggle:focus {
    background-color: #f5f5f5;
}

#header .navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}

#header .navbar-default .navbar-nav > li > a {
    color: black;
}

#header .navbar-default .navbar-nav .wrapper-mega-menu .mega-menu .wrapper-row-features ul li a:hover {
    color: #fa5c65;
    background-color: #fff;
}

#header .navbar-default .navbar-nav > .active > a,
#header .navbar-default .navbar-nav > .active > a:hover,
#header .navbar-default .navbar-nav > .active > a:focus {
    color: black;
    background-color: #24c2ad;
}

#header .navbar-default .dropdown-menu > .active > a,
#header .navbar-default .dropdown-menu > .active > a:hover,
#header .navbar-default .dropdown-menu > .active > a:focus {
    background-color: transparent;
}

#header .navbar-default .navbar-nav > li > a:focus {
    color: black;
    background-color: transparent;
}

#header .navbar-default .navbar-nav > li > a:hover {
    color:#fff;
    background-color: #24c2ad;
}

@media (min-width: 768px) {
    #header .navbar-default .navbar-nav .dropdown .dropdown-menu > li + li {
        border-top: solid 1px #efeeec;
    }
}

@media (max-width: 767px) {
    #header .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {
        border-bottom: solid 1px #efeeec;
    }
    #header .navbar-default .navbar-nav .wrapper-row-features ul li + li,
    #header .navbar-default .navbar-nav .wrapper-row-features ul {
        border-top: solid 1px #efeeec;
    }
    #header .navbar-default .navbar-nav > li + li {
        border-top: solid 1px #efeeec;
    }
}

#header .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {
    color: black;
}

#header .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a:hover,
#header .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a:focus {
    color: #1aa430;
    background-color: white;
}

#header .navbar-default .navbar-nav .dropdown .dropdown-menu {
    background-color: #f8f8f7;
}

#header .navbar-default .navbar-nav > .open > a,
#header .navbar-default .navbar-nav > .open > a:hover,
#header .navbar-default .navbar-nav > .open > a:focus {
    color: black;
    background-color: transparent;
}

@media (min-width: 768px) {
    #header .navbar-default .navbar-nav > .dropdown:hover ul > li > a {
        background-color: #f8f8f7;
    }
    #header .navbar-default .navbar-nav > .dropdown:hover > a,
    #header .navbar-default .navbar-nav > .dropdown:hover:after,
    #header .navbar-default .navbar-nav > .dropdown.open:hover {
        color: black;
        background-color: #f8f8f7;
    }
}

@media (max-width: 767px) {
    #header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: black;
    }
    #header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    #header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    #header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    #header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    #header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fa5c65;
        background-color: white;
    }
}

#header .navbar-default .dropdown-header {
    color: #1a1a1a;
}

#header .navbar-default .dropdown-menu .divider {
    background-color: #fff;
}

@media (max-width: 767px) {
    #header .navbar-default .navbar-nav > li > a {
        color: black;
    }
    #header .navbar-default .navbar-nav > .open > a {
        border-bottom: 1px solid #efeeec;
    }
    #header .navbar-default .navbar-nav .open .dropdown-menu {
        border-bottom: 0;
        background-color: #fbfafa;
    }
}

#header .navbar-default .navbar-nav .dropdown-toggle:after {
    color: inherit;
}

#header .navbar-default .navbar-nav ul .dropdown-submenu > a:after {
    color: #d6d6d6;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-header {
        border-bottom: solid 2px #f0f0f0;
    }
}

#header .navbar-default form.nav-search > input {
    color: #3d3d3d;
    background-color: #fff;
}


/* Navbar Inverse Styling
   ================================================== */

#header .navbar-inverse {
    background-color: #171717;
}

#header .navbar-inverse .navbar-collapse,
#header .navbar-inverse .navbar-form {
    border-color: #262626;
}

#header .navbar-inverse .navbar-brand {
    color: black;
}

#header .navbar-inverse .navbar-brand:hover,
#header .navbar-inverse .navbar-brand:focus {
    color: #1a1a1a;
    background-color: transparent;
}

#header .navbar-inverse .navbar-toggle {
    border-color: #000;
}

#header .navbar-inverse .navbar-toggle:hover,
#header .navbar-inverse .navbar-toggle:focus {
    background-color: #0d0d0d;
}

#header .navbar-inverse .navbar-toggle .icon-bar {
    background-color: white;
}

#header .navbar-inverse .navbar-nav > li > a {
    color: white;
}

#header .navbar-inverse .navbar-nav .wrapper-mega-menu .mega-menu .wrapper-row-features ul li a:hover {
    color: #fa5c65;
    background-color: #fff;
}

#header .navbar-inverse .navbar-nav > .active > a,
#header .navbar-inverse .navbar-nav > .active > a:hover,
#header .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fa5c65;
    background-color: transparent;
}

#header .navbar-inverse .dropdown-menu > .active > a,
#header .navbar-inverse .dropdown-menu > .active > a:hover,
#header .navbar-inverse .dropdown-menu > .active > a:focus {
    background-color: transparent;
}

#header .navbar-inverse .navbar-nav > li > a:focus {
    color: white;
    background-color: transparent;
}

#header .navbar-inverse .navbar-nav > li > a:hover {
    color: #fa5c65;
    background-color: transparent;
}

@media (min-width: 767px) {
    #header .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li + li {
        border-top: solid 1px #efeeec;
    }
}

@media (max-width: 767px) {
    #header .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a {
        border-bottom: solid 1px #efeeec;
    }
    #header .navbar-inverse .navbar-nav .wrapper-row-features ul li + li,
    #header .navbar-inverse .navbar-nav .wrapper-row-features ul {
        border-top: solid 1px #efeeec;
    }
    #header .navbar-inverse .navbar-nav > li + li {
        border-top: solid 1px #262626;
    }
}

#header .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a {
    color: black;
}

#header .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a:hover,
#header .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a:focus {
    color: #fa5c65;
    background-color: white;
}

#header .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
    background-color: #f8f8f7;
}

@media (min-width: 768px) {
    #header .navbar-inverse .navbar-nav .dropdown .dropdown-menu,
    #header .navbar-inverse .wrapper-row {
        border-top: 2px solid #fa5c65;
    }
}

#header .navbar-inverse .navbar-nav > .open > a,
#header .navbar-inverse .navbar-nav > .open > a:hover,
#header .navbar-inverse .navbar-nav > .open > a:focus {
    color: white;
    background-color: transparent;
}

@media (min-width: 768px) {
    #header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
    #header .navbar-inverse .navbar-nav > .dropdown:hover ul > li > a {
        background-color: #f8f8f7;
    }
    #header .navbar-inverse .navbar-nav > .dropdown:hover > a,
    #header .navbar-inverse .navbar-nav > .dropdown:hover:after,
    #header .navbar-inverse .navbar-nav > .dropdown.open:hover > a {
        color: #fa5c65;
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    #header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: black;
    }
    #header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    #header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    #header .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    #header .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    #header .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fa5c65;
        background-color: white;
    }
}

#header .navbar-inverse .dropdown-header {
    color: #fff;
}

#header .navbar-inverse .dropdown-menu .divider {
    background-color: #fff;
}

@media (max-width: 767px) {
    #header .navbar-inverse .navbar-nav > li > a {
        color: white;
    }
    #header .navbar-inverse .navbar-nav > .open > a {
        border-bottom: 1px solid #262626;
    }
    #header .navbar-inverse .navbar-nav .open .dropdown-menu {
        border-bottom: 0;
        background-color: #fbfafa;
    }
}

#header .navbar-inverse .navbar-nav .dropdown-toggle:after {
    color: inherit;
}

#header .navbar-inverse .navbar-nav ul .dropdown-submenu > a:after {
    color: #d6d6d6;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-inverse .navbar-header {
        border-bottom: solid 2px #1f1f1f;
    }
}

#header .navbar-inverse form.nav-search > input {
    color: #b0b0b0;
    background-color: #171717;
}


/* Navbar Mega Menu Styling
   ================================================== */

.li-mega-menu .wrapper-row-features ul li a {
    color: black;
}

.li-mega-menu .wrapper-row-features ul li a:hover {
    color: #fa5c65;
    background-color: #fff !important;
}

@media (min-width: 768px) {
    .li-mega-menu .wrapper-row-features ul {
        border-left: solid 1px #efeeec;
    }
}

@media (min-width: 768px) {
    #header .navbar-default .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row {
        background-color: #f8f8f7;
    }
    #header .navbar-inverse .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row {
        background-color: #f8f8f7;
    }
}

@media (max-width: 767px) {
    #header .navbar-default .li-mega-menu > .wrapper-mega-menu {
        background-color: #fbfafa;
    }
    #header .navbar-inverse .li-mega-menu > .wrapper-mega-menu {
        background-color: #fbfafa;
    }
}


/* Navbar Transparent and Version 1 Styling
   ================================================== */

@media (min-width: 768px) {
    #header .navbar.navbar-v1 .navbar-nav > li > a:before {
        border-bottom: 8px solid #efeeec;
    }
    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover > a,
    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover:after,
    #header .navbar.navbar-v1 .navbar-nav > .dropdown.open:hover,
    #header .navbar.navbar-v1 .navbar-nav > .open > a,
    #header .navbar.navbar-v1 .navbar-nav > .open > a:hover,
    #header .navbar.navbar-v1 .navbar-nav > .open > a:focus {
        background-color: transparent;
    }
    #header .navbar.navbar-v1 .navbar-nav .wrapper-mega-menu .mega-menu .wrapper-row-features ul li a:hover {
        color: #fa5c65;
        background-color: #f6f5f4;
    }
    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu,
    #header .navbar.navbar-v1 .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row,
    #header .navbar.navbar-v1 .navbar-nav .wrapper-row-features ul li a,
    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover ul > li > a,
    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover ul > li {
        background-color: #efeeec;
    }
    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu > li + li {
        border-top: 1px solid #e6e4e0;
    }
    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu > li > a:hover,
    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu > li > a:focus {
        color: #fa5c65;
        background-color: transparent;
    }
    #header .navbar.navbar-v1 .dropdown-menu .divider {
        background-color: #fff;
    }
    .navbar-v1 .wrapper-row-features ul {
        border-left: solid 1px #e6e4e0;
    }
    #header .navbar-transparent form.nav-search > input {
        color: #b0b0b0;
        background-color: #171717;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-transparent .navbar-header {
        border-bottom: solid 2px #1f1f1f;
    }
}


/* Navbar Dropdown Shadows
   ================================================== */

@media (min-width: 768px) {
    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu,
    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu,
    #header .navbar.navbar-v1 .navbar-nav .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row {
        box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .1);
    }
    #header .navbar-nav .dropdown .dropdown-menu {
        box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .15);
    }
    .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row {
        box-shadow: 0 5px 14px -5px rgba(0, 0, 0, .13);
    }
}


/* Switch Navbar Logo
   ================================================== */

@media (min-width: 768px) {
    #header .switch-brand .switch-logo {
        display: none;
    }
    #header.shrinked .switch-brand img:first-child {
        display: none;
    }
    #header.shrinked .switch-brand .switch-logo {
        display: block;
    }
}

@media (max-width: 768px) {
    #header .switch-brand .switch-logo {
        display: none;
    }
    #header .switch-brand img:first-child {
        display: none;
    }
    #header .switch-brand .switch-logo {
        display: block;
    }
}


/* Navbar IE8 Specific Styling
   ================================================== */

.ie8 #nav.navbar-default {
    border-bottom: solid 1px #ddd;
}

.ie8 #nav.navbar-default.navbar-transparent {
    border-bottom: 0;
}

@media (min-width: 768px) {
    .ie8 #nav.navbar .navbar-nav > li > a {
        padding: 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .ie8 #nav.navbar .navbar-nav > li > a {
        padding: 0 8px;
    }
}


/* Navbar Transitions and Animations  
   ================================================== */

#header .navbar li a {
    -webkit-transition: .2s linear background-color, .2s linear color;
            transition: .2s linear background-color, .2s linear color;
}
.navbar-nav li a:hover > i{
    color: #fff !important;
}

@media (min-width: 768px) {
    #header.tr-nav .navbar-nav > li > a {
        -webkit-transition: .18s ease-in-out height, .18s ease-in-out line-height, .2s linear background-color, .2s linear color;
                transition: .18s ease-in-out height, .18s ease-in-out line-height, .2s linear background-color, .2s linear color;
    }
    .tr-nav .navbar-brand > img {
        -webkit-transition: height .18s ease-in-out;
                transition: height .18s ease-in-out;
    }
    .tr-nav form.nav-search > label {
        -webkit-transition: height .18s ease-in-out, background-color .2s ease-in-out;
                transition: height .18s ease-in-out, background-color .2s ease-in-out;
    }
    .tr-nav form.nav-search > label > .fa {
        -webkit-transition: font-size .18s ease-in-out, line-height .18s ease-in-out;
                transition: font-size .18s ease-in-out, line-height .18s ease-in-out;
    }
    form.nav-search > input {
        -webkit-transition: line-height .18s ease-in-out, height .18s ease-in-out, top .18s ease-in-out, .3s opacity ease-in-out;
                transition: line-height .18s ease-in-out, height .18s ease-in-out, top .18s ease-in-out, .3s opacity ease-in-out;
    }
}

@media (max-width: 767px) {
    form.nav-search > input {
        -webkit-transition: .3s opacity ease-in-out;
                transition: .3s opacity ease-in-out;
    }
}

@media (max-width: 767px) {
    #header .navbar-nav .open .dropdown-menu,
    .li-mega-menu.open > .wrapper-mega-menu {
        z-index: 9999;
        -webkit-animation-name: fadeIn;
                animation-name: fadeIn;
        -webkit-animation-duration: .2s;
                animation-duration: .2s;

        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
    }
}

@media (min-width: 768px) {
    #header .navbar-nav > .dropdown:hover > .dropdown-menu,
    #header .navbar.navbar-transparent .navbar-nav > .dropdown:hover > a:before,
    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover > a:before {
        -webkit-animation-name: fadeIn;
                animation-name: fadeIn;
        -webkit-animation-duration: .2s;
                animation-duration: .2s;
        -webkit-animation-delay: .07s;
                animation-delay: .07s;

        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
    }
    .li-mega-menu:hover .wrapper-mega-menu {
        -webkit-animation-name: fadeInMega;
                animation-name: fadeInMega;
        -webkit-animation-duration: .2s;
                animation-duration: .2s;
        -webkit-animation-delay: .07s;
                animation-delay: .07s;

        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
    }
    #header .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
        -webkit-animation-name: fadeInSub;
                animation-name: fadeInSub;
        -webkit-animation-duration: .2s;
                animation-duration: .2s;
        -webkit-animation-delay: .07s;
                animation-delay: .07s;

        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
    }
}

@media (min-width: 768px) {
    #header.shrinked .navbar-fixed-top {
        -webkit-animation-name: fadeInShrinked;
                animation-name: fadeInShrinked;
        -webkit-animation-duration: .35s;
                animation-duration: .35s;
        -webkit-animation-delay: .32s;
                animation-delay: .32s;

        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
    }
}

@media (min-width: 992px) {
    #header #nav {
        -webkit-transition: max-height .18s ease-in-out;
                transition: max-height .18s ease-in-out;
    }
    #header.shrinked #nav {
        min-height: 0;
        max-height: 1200px;
    }
    #header.tr-nav #nav {
        min-height: 0;
        max-height: 150px;
    }
}

@media (min-width: 768px) {
    .navbar.navbar-transparent.search-focus-navbar {
        -webkit-transition: background-color .3s ease-in-out !important;
                transition: background-color .3s ease-in-out !important;
        background-color: #171717 !important;
    }
    #header.tr-nav .navbar.navbar-transparent.search-focus-navbar {
        -webkit-transition-property: none !important;
                transition-property: none !important;
    }
}

@-webkit-keyframes fadeInShrinked {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}

@keyframes fadeInShrinked {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes fadeInMega {
    0% {
        margin-top: -5px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes fadeInMega {
    0% {
        margin-top: -5px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes fadeInSub {
    0% {
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}

@keyframes fadeInSub {
    0% {
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDownMenuTop {
    0% {
        -webkit-transform: translate3d(0, -5%, 0);
                transform: translate3d(0, -5%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}

@keyframes fadeInDownMenuTop {
    0% {
        -webkit-transform: translate3d(0, -5%, 0);
                transform: translate3d(0, -5%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}


/* Helper Classes  
   ================================================== */

.inset-shadow-top {
    box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, .08);
}

.colored {
    color: #fa5c65;
}

.bg-box {
    background-color: #f4f5f6;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.full-width {
    width: 100%;
}

.width-16 {
    width: 16px;
}

.width-20 {
    width: 20px;
}

.width-30 {
    width: 30px;
}

.width-40 {
    width: 40px;
}

.width-180 {
    width: 180px;
}

.max-width-300 {
    max-width: 300px;
}

.width-50 {
    width: 90px;
}

.padding-0 {
    padding: 0;
}

.padding-vertical-32 {
    padding-right: 32px;
    padding-left: 32px;
}

.margin-center {
    margin-right: auto;
    margin-left: auto;
}

.mb {
    margin-bottom: 40px;
}

.mt {
    margin-top: 50px;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}
.mt-4 {
    margin-top: 4px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-minus-4 {
    margin-top: -4px;
}

.mt-minus-10 {
    margin-top: -10px;
}

.mt-minus-16 {
    margin-top: -16px;
}

.mt-minus-20 {
    margin-top: -20px;
}

.mt-minus-30 {
    margin-top: -30px;
}

.mt-minus-40 {
    margin-top: -40px;
}

.mt-minus-50 {
    margin-top: -50px;
}

.mt-minus-60 {
    margin-top: -60px;
}

.mt-minus-70 {
    margin-top: -70px;
}

.mt-minus-80 {
    margin-top: -80px;
}

.mt-minus-90 {
    margin-top: -90px;
}

.mt-minus-100 {
    margin-top: -100px;
}

.mt-minus-120 {
    margin-top: -120px;
}

.mt-minus-130 {
    margin-top: -130px;
}

.mt-minus-140 {
    margin-top: -140px;
}

.mt-minus-150 {
    margin-top: -150px;
}

.mt-minus-160 {
    margin-top: -160px;
}

.mt-minus-170 {
    margin-top: -170px;
}

.mt-minus-180 {
    margin-top: -180px;
}

.mt-minus-190 {
    margin-top: -190px;
}

.mt-minus-200 {
    margin-top: -200px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mr-8 {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
    .pull-none-xs {
        float: none !important;
    }
}


/* Img Wrapper - Hover Effect  
   ================================================== */

.img-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fa5c65;
}

@media (min-width: 768px) {
    .img-wrapper,
    .img-wrapper img {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }
}

@media (max-width: 767px) {
    .img-wrapper {
        max-width: 400px;
        margin: 0 auto;
    }
    .portfolio-fluid .img-wrapper {
        max-width: 100%;
        margin: 0 auto;
    }
}

.img-wrapper.rounded,
.img-wrapper.rounded > img {
    border-radius: 4px;
}

.img-wrapper.rounded-top,
.img-wrapper.rounded-top > img {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.img-wrapper:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    visibility: hidden;
    margin: 0 auto;
    margin-left: -8px;
    content: '\f067';
    -webkit-transition: -webkit-transform .32s;
            transition:         transform .32s;
    -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
            transform: scale(.3);
    color: white;
}

.img-wrapper:hover:before {
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.img-wrapper img {
    -webkit-transition: .32s opacity, .32s -webkit-transform;
            transition: .32s opacity, .32s transform;
}

.img-wrapper:hover img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
    opacity: .35;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=35)';
}


/* Filterable Portfolio  
   ================================================== */

#container-mixitup {
    margin-top: 50px;
}

#container-mixitup .mix {
    display: none;
    margin-bottom: 30px;
}

#container-mixitup.portfolio-fluid .mix {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .filter {
        margin-bottom: 4px;
    }
}


/* Portfolio Fluid  
   ================================================== */

@media (min-width: 768px) {
    .portfolio-fluid > div > div {
        margin: 0;
        padding: 0;
    }
}


/* Portfolio Caption Box  
   ================================================== */

.caption-portfolio {
    padding-top: 16px;
    padding-bottom: 16px;
    border: solid 1px #ecf0f1;
    border-top: 0;
    border-bottom: solid 5px #ecf0f1;
    border-radius: 0 0 6px 6px;
}

.caption-portfolio .text-theme {
    padding: 0 20px;
}

@media (max-width: 767px) {
    .caption-portfolio {
        max-width: 400px;
        margin: 0 auto;
    }
    .portfolio-fluid .caption-portfolio {
        max-width: 100%;
        margin: 0 auto;
    }
}


/* Portfolio Item Page Description  
   ================================================== */

@media (min-width: 768px) {
    .portfolio-item-description {
        padding-left: 30px;
    }
}


/* Browser (safari)  
   ================================================== */

.browser {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    border-top: solid 1px #d7d7d7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #e8e8e8;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
       -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
            box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
}

.wrapper-browser-btn {
    position: absolute;
    top: 0;
    right: 0;
    left: 24px;
    width: 70px;
    height: 30px;
}

.btn-browser {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.btn-browser {
    float: left;
    margin-top: 9px;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
       -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
            box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
}

.btn-browser + .btn-browser {
    margin-left: 8px;
}

.btn-browser-1 {
    background-color: #ff6052;
}

.btn-browser-2 {
    background-color: #ffbe05;
}

.btn-browser-3 {
    background-color: #15cc37;
}


/* Dials  
   ================================================== */

.wrapper-dial-sm,
.wrapper-dial-md,
.wrapper-dial-xs {
    position: relative;
    text-align: center;
}

.wrapper-dial-xs {
    height: 88px;
}

.wrapper-dial-sm {
    height: 132px;
}

.wrapper-dial-md {
    height: 182px;
}

.wrapper-dial-xs input.dial {
    position: relative;
    top: -11px;
}

.wrapper-dial-sm input.dial {
    position: relative;
    top: -14px;
}

.wrapper-dial-md input.dial {
    position: relative;
    top: -20px;
}

.wrapper-dial-xs .title {
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    top: 44px;
    right: 0;
    left: 0;
}

.wrapper-dial-sm .title {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
}

.wrapper-dial-md .title {
    font-size: 16px;
    font-weight: 800;
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
}


/* Progress Bars  
   ================================================== */

.progress {
    height: 20px;
    border: 0;
    border-radius: 0;
    background-color: #eee;
    box-shadow: none;
}

.progress.progress-xs {
    height: 8px;
}

.progress.progress-sm {
    height: 14px;
}

.progress.progress-lg {
    height: 30px;
}

.progress-bar {
    -webkit-transition: width 1.5s cubic-bezier(.7, .19, .29, .97);
            transition: width 1.5s cubic-bezier(.7, .19, .29, .97);
}

.progress-bar {
    border: 0;
    border-radius: 0;
    background-color: #fa5c65;
}

.title-progress {
    font-size: 14px;
    font-weight: 600;
}

.countto-bar {
    font-weight: 700;
    float: right;
    padding-right: 10px;
    letter-spacing: 1px;
}

.countto-bar:after {
    content: '%';
}


/* Breadcrumbs  
   ================================================== */

.breadcrumb {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    background-color: transparent;
	font-style:italic;
}

.breadcrumb .active {
    color: #fa5c65;
}

.breadcrumb li a {
    color: black;
}

.breadcrumb li {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    content: '/\00a0';
    color: #ccc;
}



.filter-panel .col-sm-2{ width:20%; }


@media (max-width: 767px) {
.filter-panel .col-xs-12{ width:100%; }
}
@media (max-width: 999px) {
.filter-panel .col-xs-12{ width:50%; }
}
/* Buttons  
   ================================================== */

.btn {
 font-size:18px; text-transform:uppercase;
    font-family: "Roboto", sans-serif;
	font-weight:500;

	 color:#fff;
	 border-radius:0px;

}
.btn:hover { color:#fff; }

.rount-iocn{ border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; overflow: hidden; }

.rount-iocn.xxxl{ width: 80px; height: 80px; display: inline-block; text-align: center; line-height: 80px; }
.rount-iocn.xxxl img{ width: 55%; }

.fa-btn {
    margin: 0 !important;
}


/* button fix inputgroup hover */

.btn-z-index {
    z-index: 2;
}

.btn-rounded {
    border-radius: 28px !important;
}

.open .dropdown-toggle.btn {
    border-radius: 0;
}

.btn-xs {
    font-weight: 400;
    border-radius: 1px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
    text-decoration: none;
    outline: 0 !important;
    box-shadow: none;
}


/* BUTTON WITH ICONS*/

.btn .fa {
    margin-right: 10px;
}

.btn-xs .fa {
    margin-right: 4px;
}

.btn-lg .fa {
    font-size: 22px;
    position: relative;
    top: 2px;
}


/* BUTTON PRIMARY */


.btn-sm{ font-size:12px;} 
.btn-one {}

.btn-two {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69a590+0,5c8ea5+98 */
background: #1d4925 ; /* Old browsers */
}
.btn-two {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69a590+0,5c8ea5+98 */
background: #1d4925 ; /* Old browsers */
margin-bottom: 3px;
}








/* BUTTON DEFAULT */

.btn-default {
    color: #333;
    border-color: #ccc;
    background-color: #fff;
}

.btn-default:hover {
    color: #333;
    border-color: #ccc;
    background-color: #f2f2f2;
}

.btn-default:focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    border-color: #ccc;
    background-color: #ddd;
}


/* BUTTON SEA */

.btn-sea {
    color: white;
    border-color: #1abc9c;
    background-color: #1abc9c;
}

.btn-sea:hover {
    color: white;
    border-color: #18ad90;
    background-color: #18ad90;
}

.btn-sea:focus,
.btn-sea:active,
.btn-sea.active,
.open .dropdown-toggle.btn-sea {
    color: white;
    border-color: #169e83;
    background-color: #169e83;
}


/* BUTTON BLUE */

.btn-blue {
    color: white;
    border-color: #34495e;
    background-color: #34495e;
}

.btn-blue:hover {
    color: white;
    border-color: #283848;
    background-color: #283848;
}

.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    color: white;
    border-color: #22303d;
    background-color: #22303d;
}


/* BUTTON RED */

.btn-red {
    color: white;
    border-color: #fe5555;
    background-color: #fe5555;
}

.btn-red:hover {
    color: white;
    border-color: #e53e2d;
    background-color: #e53e2d;
}

.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
    color: white;
    border-color: #e3301e;
    background-color: #e3301e;
}


/* BUTTON ORANGE */

.btn-orange {
    color: white;
    border-color: #fa5c65;
    background-color: #fa5c65;
}

.btn-orange:hover {
    color: white;
    border-color: #eb4952;
    background-color: #eb4952;
}

.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    color: white;
    border-color: #b94529;
    background-color: #b94529;
}


/* BUTTON GREEN */

.btn-green {
    color: white;
    border-color: #2ecc71;
    background-color: #2ecc71;
}

.btn-green:hover {
    color: white;
    border-color: #2bbe69;
    background-color: #2bbe69;
}

.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    color: white;
    border-color: #28b062;
    background-color: #28b062;
}


/* BUTTON YELLOW */

.btn-yellow {
    color: white;
    border-color: #f1c40f;
    background-color: #f1c40f;
}

.btn-yellow:hover {
    color: white;
    border-color: #e2b70d;
    background-color: #e2b70d;
}

.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
    color: white;
    border-color: #d2aa0c;
    background-color: #d2aa0c;
}


/* BUTTON GREY */

.btn-grey {
    color: white;
    border-color: #95a5a6;
    background-color: #95a5a6;
}

.btn-grey:hover {
    color: white;
    border-color: #8c9d9e;
    background-color: #8c9d9e;
}

.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
    color: white;
    border-color: #839596;
    background-color: #839596;
}


/* BUTTON GHOST GLOBAL */

.btn.btn-ghost {
    background-color: transparent;
}


/* BUTTON GHOST WHITE (TO USE WITH DARK BACKGROUND) */

.btn-ghost-white {
    color: white;
    border-color: white;
    background-color: transparent;
}

.btn-ghost-white:hover {
    color: black;
    border-color: white;
    background-color: white;
}

.btn-ghost-white:focus,
.btn-ghost-white:active,
.btn-ghost-white.active,
.open .dropdown-toggle.btn-ghost-white {
    color: black;
    border-color: white;
    background-color: white;
}


/* BUTTON GHOST WHITE (TO USE WITH DARK BACKGROUND) */

.btn-ghost-black {
    color: black;
    border-color: black;
    background-color: transparent;
}

.btn-ghost-black:hover {
    color: white;
    border-color: black;
    background-color: black;
}

.btn-ghost-black:focus,
.btn-ghost-black:active,
.btn-ghost-black.active,
.open .dropdown-toggle.btn-ghost-white {
    color: white;
    border-color: black;
    background-color: black;
}


/* BUTTON-GHOST PRIMARY */

.btn-primary.btn-ghost {
    color: #fa5c65;
    border-color: #fa5c65;
}

.btn-primary.btn-ghost:hover {
    color: white;
    border-color: #eb4952;
    background-color: #eb4952;
}

.btn-primary.btn-ghost:focus,
.btn-primary.btn-ghost:active,
.btn-primary.btn-ghost.active,
.open .dropdown-toggle.btn-primary.btn-ghost {
    color: white;
    border-color: #b94529;
    background-color: #b94529;
}


/* BUTTON-GHOST DEFAULT */

.btn-default.btn-ghost {
    color: #ccc;
    border-color: #ccc;
}

.btn-default.btn-ghost:hover {
    color: #333;
    border-color: #ccc;
    background-color: #f2f2f2;
}

.btn-default.btn-ghost:focus,
.btn-default.btn-ghost:active,
.btn-default.btn-ghost.active,
.open .dropdown-toggle.btn-default.btn-ghost {
    color: #333;
    border-color: #ccc;
    background-color: #ddd;
}


/* BUTTON-GHOST SEA */

.btn-sea.btn-ghost {
    color: #1abc9c;
    border-color: #1abc9c;
}

.btn-sea.btn-ghost:hover {
    color: white;
    border-color: #18ad90;
    background-color: #18ad90;
}

.btn-sea.btn-ghost:focus,
.btn-sea.btn-ghost:active,
.btn-sea.btn-ghost.active,
.open .dropdown-toggle.btn-sea.btn-ghost {
    color: white;
    border-color: #169e83;
    background-color: #169e83;
}


/* BUTTON-GHOST BLUE */

.btn-blue.btn-ghost {
    color: #34495e;
    border-color: #34495e;
}

.btn-blue.btn-ghost:hover {
    color: white;
    border-color: #283848;
    background-color: #283848;
}

.btn-blue.btn-ghost:focus,
.btn-blue.btn-ghost:active,
.btn-blue.btn-ghost.active,
.open .dropdown-toggle.btn-blue.btn-ghost {
    color: white;
    border-color: #22303d;
    background-color: #22303d;
}


/* BUTTON-GHOST RED */

.btn-red.btn-ghost {
    color: #fe5555;
    border-color: #fe5555;
}

.btn-red.btn-ghost:hover {
    color: white;
    border-color: #e53e2d;
    background-color: #e53e2d;
}

.btn-red.btn-ghost:focus,
.btn-red.btn-ghost:active,
.btn-red.btn-ghostactive,
.open .dropdown-toggle.btn-red.btn-ghost {
    color: white;
    border-color: #e3301e;
    background-color: #e3301e;
}


/* BUTTON-GHOST ORANGE */

.btn-orange.btn-ghost {
    color: #fa5c65;
    border-color: #fa5c65;
}

.btn-orange.btn-ghost:hover {
    color: white;
    border-color: #eb4952;
    background-color: #eb4952;
}

.btn-orange.btn-ghost:focus,
.btn-orange.btn-ghost:active,
.btn-orange.btn-ghost.active,
.open .dropdown-toggle.btn-orange.btn-ghost {
    color: white;
    border-color: #b94529;
    background-color: #b94529;
}


/* BUTTON-GHOST GREEN */

.btn-green.btn-ghost {
    color: #2ecc71;
    border-color: #2ecc71;
}

.btn-green.btn-ghost:hover {
    color: white;
    border-color: #2bbe69;
    background-color: #2bbe69;
}

.btn-green.btn-ghost:focus,
.btn-green.btn-ghost:active,
.btn-green.btn-ghost.active,
.open .dropdown-toggle.btn-green.btn-ghost {
    color: white;
    border-color: #28b062;
    background-color: #28b062;
}


/* BUTTON YELLOW */

.btn-yellow.btn-ghost {
    color: #f1c40f;
    border-color: #f1c40f;
}

.btn-yellow.btn-ghost:hover {
    color: white;
    border-color: #e2b70d;
    background-color: #e2b70d;
}

.btn-yellow.btn-ghost:focus,
.btn-yellow.btn-ghost:active,
.btn-yellow.btn-ghost.active,
.open .dropdown-toggle.btn-yellow.btn-ghost {
    color: white;
    border-color: #d2aa0c;
    background-color: #d2aa0c;
}


/* BUTTON GREY */

.btn-grey.btn-ghost {
    color: #95a5a6;
    border-color: #95a5a6;
}

.btn-grey.btn-ghost:hover {
    color: white;
    border-color: #8c9d9e;
    background-color: #8c9d9e;
}

.btn-grey.btn-ghost:focus,
.btn-grey.btn-ghost:active,
.btn-grey.btn-ghost.active,
.open .dropdown-toggle.btn-grey.btn-ghost {
    color: white;
    border-color: #839596;
    background-color: #839596;
}


.text-success{color: #1aa530}



/* Icons  
   ================================================== */

.fa.colored {
    color: #fa5c65;
}

.fa.bg {
    color: white;
    border-color: #fa5c65;
    background-color: #fa5c65;
}

a .fa-round {
    -webkit-transition: all .16s ease-in-out;
            transition: all .16s ease-in-out;
}

a .fa-round:hover {
    color: white;
    background-color: #fa5c65;
}


/* Rounded icons */

.fa-round {
    width: 30px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    color: #fa5c65;
    border: solid 1px #fa5c65;
    border-radius: 50%;
}

.fa-round-social {
    width: 30px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    border-radius: 50%;
}


/* Boxed icons */

.fa-box {
    width: 30px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    color: #fa5c65;
    border: solid 1px #fa5c65;
}


/* Rounded icons @2x*/

.fa-2x.fa-round,
.fa-2x.fa-box,
.fa-2x.fa-round-social,
.fa-2x.fa-box-social,
.fa-2x.fa-bg-social {
    width: 50px;
    height: 50px;
    padding-top: 9px;
}


/* Rounded icons @3x*/

.fa-3x.fa-round,
.fa-3x.fa-box,
.fa-3x.fa-round-social,
.fa-3x.fa-box-social,
.fa-3x.fa-bg-social {
    width: 80px;
    height: 80px;
    padding-top: 17px;
}


/* Rounded icons @4x*/

.fa-4x.fa-round,
.fa-4x.fa-box,
.fa-4x.fa-round-social,
.fa-4x.fa-box-social,
.fa-4x.fa-bg-social {
    width: 120px;
    height: 120px;
    padding-top: 29px;
}


/* Social Icons 
   ================================================== */

.fa-box-social,
.fa-bg-social {
    -webkit-transition: all .14s ease-in-out;
            transition: all .14s ease-in-out;
}

.fa-box-social {
    width: 30px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
}

.fa-bg-social {
    width: 30px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
}

.fa-bg-social,
.fa.fa-box-social:hover {
    color: white;
}


/* social icon colors */

.fa-facebook.fa-box-social {
    color: #3b5998;
    border: solid 1px #3b5998;
}

.fa-facebook.fa-box-social:hover {
    background-color: #3b5998;
}

.fa-facebook.fa-bg-social {
    background-color: #3b5998;
}

.fa-facebook.fa-bg-social:hover {
    background-color: #2d4373;
}

.fa-google-plus.fa-box-social {
    color: #dd4b39;
    border: solid 1px #dd4b39;
}

.fa-google-plus.fa-box-social:hover {
    background-color: #dd4b39;
}

.fa-google-plus.fa-bg-social {
    background-color: #dd4b39;
}

.fa-google-plus.fa-bg-social:hover {
    background-color: #c23321;
}

.fa-twitter.fa-box-social {
    color: #00b6f1;
    border: solid 1px #00b6f1;
}

.fa-twitter.fa-box-social:hover {
    background-color: #00b6f1;
}

.fa-twitter.fa-bg-social {
    background-color: #00b6f1;
}

.fa-twitter.fa-bg-social:hover {
    background-color: #008fbe;
}

.fa-linkedin.fa-box-social {
    color: #007bb6;
    border: solid 1px #007bb6;
}

.fa-linkedin.fa-box-social:hover {
    background-color: #007bb6;
}

.fa-linkedin.fa-bg-social {
    background-color: #007bb6;
}

.fa-linkedin.fa-bg-social:hover {
    background-color: #005983;
}

.fa-behance.fa-box-social {
    color: #4176fa;
    border: solid 1px #4176fa;
}

.fa-behance.fa-bg-social,
.fa-behance.fa-box-social:hover {
    background-color: #4176fa;
}

.fa-behance.fa-bg-social:hover {
    background-color: #0f52f9;
}

.fa-pinterest.fa-box-social {
    color: #cb2026;
    border: solid 1px #cb2026;
}

.fa-pinterest.fa-bg-social,
.fa-pinterest.fa-box-social:hover {
    background-color: #cb2026;
}

.fa-pinterest.fa-bg-social:hover {
    background-color: #9f191e;
}

.fa-youtube.fa-box-social {
    color: #e52d27;
    border: solid 1px #e52d27;
}

.fa-youtube.fa-bg-social,
.fa-youtube.fa-box-social:hover {
    background-color: #e52d27;
}

.fa-youtube.fa-bg-social:hover {
    background-color: #c21d17;
}

.fa-dribbble.fa-box-social {
    color: #f26798;
    border: solid 1px #f26798;
}

.fa-dribbble.fa-bg-social,
.fa-dribbble.fa-box-social:hover {
    background-color: #f26798;
}

.fa-dribbble.fa-bg-social:hover {
    background-color: #ee3878;
}

.fa-instagram.fa-box-social {
    color: #2e5e86;
    border: solid 1px #2e5e86;
}

.fa-instagram.fa-bg-social,
.fa-instagram.fa-box-social:hover {
    background-color: #2e5e86;
}

.fa-instagram.fa-bg-social:hover {
    background-color: #214360;
}

.fa-dropbox.fa-box-social {
    color: #007ee5;
    border: solid 1px #007ee5;
}

.fa-dropbox.fa-bg-social,
.fa-dropbox.fa-box-social:hover {
    background-color: #007ee5;
}

.fa-dropbox.fa-bg-social:hover {
    background-color: #0062b2;
}

.fa-reddit.fa-box-social {
    color: #fc541c;
    border: solid 1px #666;
}

.fa-reddit.fa-bg-social {
    background-color: #fc541c;
}

.fa-reddit.fa-box-social:hover {
    border-color: #fc541c;
    background-color: #fc541c;
}

.fa-reddit.fa-bg-social:hover {
    background-color: #e23b03;
}

.fa-yelp.fa-box-social {
    color: #c41200;
    border: solid 1px #c41200;
}

.fa-yelp.fa-bg-social,
.fa-yelp.fa-box-social:hover {
    background-color: #c41200;
}

.fa-yelp.fa-bg-social:hover {
    background-color: #910d00;
}

.fa-skype.fa-box-social {
    color: #00aff0;
    border: solid 1px #00aff0;
}

.fa-skype.fa-bg-social,
.fa-skype.fa-box-social:hover {
    background-color: #00aff0;
}

.fa-skype.fa-bg-social:hover {
    background-color: #008abd;
}

.fa-tumblr.fa-box-social {
    color: #34465d;
    border: solid 1px #34465d;
}

.fa-tumblr.fa-bg-social,
.fa-tumblr.fa-box-social:hover {
    background-color: #34465d;
}

.fa-tumblr.fa-bg-social:hover {
    background-color: #222d3c;
}

.fa-soundcloud.fa-box-social {
    color: #fe4700;
    border: solid 1px #fe4700;
}

.fa-soundcloud.fa-bg-social,
.fa-soundcloud.fa-box-social:hover {
    background-color: #fe4700;
}

.fa-soundcloud.fa-bg-social:hover {
    background-color: #cb3900;
}

.fa-flickr.fa-box-social {
    color: #ff0080;
    border: solid 1px #0d65d3;
}

.fa-flickr.fa-bg-social,
.fa-flickr.fa-box-social:hover {
    background-color: #0d65d3;
}

.fa-flickr.fa-bg-social:hover {
    background-color: #0a4ea3;
}

.fa-stack-overflow.fa-box-social {
    color: #fe7b16;
    border: solid 1px #818285;
}

.fa-stack-overflow.fa-bg-social {
    background-color: #fe7b16;
}

.fa-stack-overflow.fa-box-social:hover {
    background-color: #818285;
}

.fa-stack-overflow.fa-bg-social:hover {
    background-color: #e06201;
}

.fa-xing.fa-box-social {
    color: #006567;
    border: solid 1px #006567;
}

.fa-xing.fa-bg-social,
.fa-xing.fa-box-social:hover {
    background-color: #006567;
}

.fa-xing.fa-bg-social:hover {
    background-color: #003334;
}


/* Social Icons Hover V1  
   ================================================== */

.social-hover-v1 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 35px;
    height: 34px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.social-hover-v1-inverse:before,
.social-hover-v1-inverse:after {
    color: white;
}

.social-hover-v1-default:before,
.social-hover-v1-default:after {
    color: #cecece;
}

.social-hover-v1-default:hover:after {
    color: white;
}

.social-hover-v1:before,
.social-hover-v1:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    line-height: 35px;
    position: absolute;
    right: 0;
    left: 0;
    -webkit-transition: top .16s linear;
            transition: top .16s linear;
    text-align: center;
    text-decoration: inherit;
}

.social-hover-v1:before {
    top: 0;
}

.social-hover-v1:after {
    top: 39px;
    border-top: solid 8px transparent;
}

.social-hover-v1:hover:before {
    top: -35px;
}

.social-hover-v1:hover:after {
    top: -8px;
}

.social-hover-v1.a-facebook:before,
.social-hover-v1.a-facebook:after {
    content: '\f09a';
}

.social-hover-v1.a-facebook:after {
    background-color: #3b5998;
}

.social-hover-v1.a-google:before,
.social-hover-v1.a-google:after {
    content: '\f0d5';
}

.social-hover-v1.a-google:after {
    background-color: #dd4b39;
}

.social-hover-v1.a-twitter:before,
.social-hover-v1.a-twitter:after {
    content: '\f099';
}

.social-hover-v1.a-twitter:after {
    background-color: #00b6f1;
}

.social-hover-v1.a-linkedin:before,
.social-hover-v1.a-linkedin:after {
    content: '\f0e1';
}

.social-hover-v1.a-linkedin:after {
    background-color: #007bb6;
}

.social-hover-v1.a-behance:before,
.social-hover-v1.a-behance:after {
    content: '\f1b4';
}

.social-hover-v1.a-behance:after {
    background-color: #4176fa;
}

.social-hover-v1.a-pinterest:before,
.social-hover-v1.a-pinterest:after {
    content: '\f0d3';
}

.social-hover-v1.a-pinterest:after {
    background-color: #cb2026;
}

.social-hover-v1.a-youtube:before,
.social-hover-v1.a-youtube:after {
    content: '\f16a';
}

.social-hover-v1.a-youtube:after {
    background-color: #e52d27;
}


/* Boxes  
   ================================================== */

.shop-box {
    position: relative;
    padding: 8px 8px 16px 8px;
    text-align: center;
}

.shop-box .caption-box {
    right: 0;
}

.shop-box img {
    margin: 0 auto;
}

.shop-box.bordered {
    border: solid 1px #ddd;
}

.content-box {
    padding: 8px 8px 16px 8px;
}

.content-box.bg {
    background-color: #f4f5f6;
}

.content-box.bordered {
    border: solid 1px #ddd;
}

.icon-box {
    text-align: center;
}

.icon-box .fa-round,
.icon-xs-side .fa-round,
.icon-sm-side .fa-round,
.icon-lg-side .fa-round {
    -webkit-transition: all .2s linear;
            transition: all .2s linear;
}

.icon-box:hover .fa-round,
.icon-xs-side:hover .fa-round,
.icon-sm-side:hover .fa-round,
.icon-lg-side:hover .fa-round {
    color: white;
    background-color: #fa5c65;
}


.icon-wrap { width:171px; height:171px; display:inline-block; padding:10px; line-height:170px;  background:url(../images/round-dots.html) no-repeat}
.icon-wrap .icon-holder{ width:150px; height:150px; display:inline-block; background:#fff; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; transition:all 0.8s ease; -webkit-transition:all 0.8s ease; -moz-transition:all 0.8s ease;  }

.icon-wrap.sm{ width:100px; height:100px; line-height:100px; background-size:100%; }
.icon-wrap.sm .icon-holder{ width:80px; height:80px;  }


.icon-wrap.xs{ width:60px; height:60px; line-height:60px; background-size:100%; padding:5px; }
.icon-wrap.xs .icon-holder{ width:50px; height:50px;  }



.icon-box .icon-wrap .icon-holder.creative{ background:#fff url(../images/creative.html) no-repeat center -10px }

.icon-box .icon-wrap .icon-holder.quality{ background:#fff url(../images/quality.html) no-repeat center -10px}

.icon-box .icon-wrap .icon-holder.customer{ background:#fff url(../images/customer.html) no-repeat center -10px}
.icon-box:hover .icon-wrap .icon-holder{ background-color:#fa5c65; background-position:center bottom}


.icon-box.bg {
    padding: 16px;
    background-color: #f4f5f6;
}

.icon-box.bordered {
    padding: 16px;
    border: solid 1px #ddd;
}

.img-box {
    position: relative;
    display: block;
}

.caption-box {
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0;
    padding: 3px 16px;
    text-transform: uppercase;
    color: white;
    background-color: #fa5c65;
}

.icon-xs-side,
.icon-lg-side,
.icon-sm-side {
    padding: 16px 16px 20px 16px;
}

.icon-xs-side.bordered,
.icon-lg-side.bordered,
.icon-sm-side.bordered {
    border: solid 1px #ddd;
}

.icon-lg-side {
    min-height: 152px;
}

.icon-sm-side {
    min-height: 112px;
}

.icon-xs-side .title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 6px;
}

.icon-lg-side .title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.icon-sm-side .title {
    font-size: 22px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 10px;
    padding: 0 6px;
}

.icon-lg-side.left .fa,
.icon-sm-side.left .fa,
.icon-xs-side.left .fa {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.icon-lg-side.right .fa,
.icon-sm-side.right .fa,
.icon-xs-side.right .fa {
    float: right;
    margin-left: 20px;
    text-align: center;
}

.icon-xs-side .fa {
    margin-bottom: 60px;
}

.post-xs-side {
    /*min-height: 106px;*/
    padding: 8px 8px 8px 8px;
    border: solid 1px #ddd;
}

.post-xs-side .title {
    font-size: 14px;
    margin-bottom: 2px;
}

.post-xs-side .meta {
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 0;
}

.post-xs-side .category {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 4px;
    color: #fa5c65;
}

.post-xs-side img {
    float: left;
    width: 90px;
    margin-right: 14px;
    margin-bottom: 0;
}

.wrapper-form-box {
    border: solid 1px #ddd;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .05);
}

.wrapper-form-box h3 {
    margin-bottom: 16px;
    padding: 8px 16px;
    color: white;
    background-color: #fa5c65;
    box-shadow: 0 6px 0 rgba(0, 0, 0, .08);
}

.wrapper-form-box form {
    padding: 16px;
}

.wrapper-form-box .input-group-addon .fa {
    width: 12px;
    text-align: center;
}


/* Panels  
   ================================================== */

.panel {
    margin-bottom: 20px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: none;
}

.panel-title .fa {
    margin-right: 8px;
}

.panel-default {
    border-color: #ddd;
}

.panel-heading {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.panel-primary {
    border-color: #fa5c65;
}

.panel-primary > .panel-heading {
    border-color: #fa5c65;
    background-color: #fa5c65;
}

.panel-light {
    border-color: #ddd;
    border-radius: 0;
}

.panel-light .panel-body {
    padding: 20px 32px;
}

.panel-light label {
    font-size: 14px;
    color: #666;
}

.panel-light > .panel-heading {
    padding-top: 16px;
    padding-bottom: 16px;
    border-color: #ddd;
    background-color: #f7f7f7;
}

.panel-light > .panel-heading > .panel-title {
    font-size: 15px;
}

.panel-success {
    border-color: #2ecc71;
}

.panel-success > .panel-heading {
    color: white;
    border-color: #2ecc71;
    background-color: #2ecc71;
}

.panel-info {
    border-color: #3498db;
}

.panel-info > .panel-heading {
    color: white;
    border-color: #3498db;
    background-color: #3498db;
}

.panel-warning {
    border-color: #f1c40f;
}

.panel-warning > .panel-heading {
    color: #514205;
    border-color: #f1c40f;
    background-color: #f1c40f;
}

.panel-danger {
    border-color: #e74c3c;
}

.panel-danger > .panel-heading {
    color: white;
    border-color: #e74c3c;
    background-color: #e74c3c;
}


/* Accordion  
   ================================================== */

.panel.accordion-group {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
}

.accordion {
    margin-bottom: 0;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
}

.accordion a .fa {
    width: 24px;
}

.accordion-heading {
    border-top: 1px solid #ddd;
    background-color: #f3f3f3;
}

.accordion-heading > a:hover {
    color: inherit;
}

.accordion-toggle {
    display: block;
    padding: 8px 16px;
    color: black;
}

.accordion-body {
    border-top: solid 1px #ddd;
    background-color: #f9f9f9;
}

.accordion-inner .list-unstyled li a {
    font-size: 14px;
    display: block;
    padding: 6px 32px;
    color: black;
}

.accordion-inner .list-unstyled li {
    -webkit-transition: all .16s ease-in-out;
            transition: all .16s ease-in-out;
}

.accordion-inner .list-unstyled li:hover {
    background-color: #f3f3f3;
}

.accordion-inner .list-unstyled {
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.panel.accordion-group .accordion-heading {
    position: relative;
}


/* accordion-arrow-down */

.panel.accordion-group .accordion-heading > .icon-toggle:after,
.panel.accordion-group .accordion-heading > .icon-toggle.acc-on.collapsed:after,
.panel.accordion-group .accordion-collapse-in > .icon-toggle.collapsed:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    right: 16px;
    content: '\f107';
    text-decoration: inherit;
}


/* accordion-arrow-left */

.panel.accordion-group .accordion-heading > .icon-toggle.acc-on:after,
.panel.accordion-group .accordion-collapse-in > .icon-toggle:after {
    right: 19px;
    content: '\f104';
}


/* Accordion Sidebar Style  
   ================================================== */

.nav-side .panel.accordion-group .accordion-heading > a,
.nav-side .panel.accordion-group .accordion-heading > a.acc-on.collapsed,
.nav-side .panel.accordion-group .accordion-collapse-in > a.collapsed {
    background-color: #fbfbfb;
}


/* accordion-arrow-left */

.nav-side .panel.accordion-group .accordion-heading > a.acc-on,
.nav-side .panel.accordion-group .accordion-collapse-in > a {
    background-color: #ebebeb;
}

.nav-side .accordion-inner .list-unstyled > li > a.active {
    background-color: #f3f3f3;
}

.nav-side .accordion-toggle.active {
    border-left: solid 2px #fa5c65;
}

.accordion-heading > a {
    font-size: 14px;
    color: #333;
}

.accordion-heading > a {
    background-color: #fbfbfb;
}

.accordion-heading .fa {
    font-size: 13px;
    color: #494949;
}

.nav-side .accordion-inner .list-unstyled > li > a {
    font-size: 13px;
    color: #333;
}

.nav-side .accordion-inner .list-unstyled > li > a:before {
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    left: -8px;
    content: '\f0a9';
    color: #636363;
}

.nav-side .panel.accordion-group .accordion-heading > a:hover,
.nav-side .panel.accordion-group .accordion-heading > a.active {
    background-color: #ebebeb !important;
}


/* Accordion Versions  
   ================================================== */


/* Accordion Group V1 */

.panel-acc.panel-group-v1 .panel {
    border: 0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: none;
	border:#ededed solid 1px;
}

.panel-acc.panel-group-v1 .panel-heading {
    padding: 0;
    border: 0;
}


/* accordion-title */

.panel-acc.panel-group-v1 .panel-title > a {
    font-size: 15px;
    display: block;
    padding: 14px 16px;
    -webkit-transition: all .16s ease-in-out;
            transition: all .16s ease-in-out;
}

.panel-acc.panel-group-v1 .panel-title .fa {
    margin: 0;
}

.panel-acc.panel-group-v1.panel-acc.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

.panel-acc.panel-group-v1 .panel-default {
    border-color: #ddd;
}

.panel-acc.panel-group-v1 .panel-heading {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.panel-acc.panel-group-v1 .panel-body {
    border: 0;
}


/* accordion-title */

.panel-acc.panel-group-v1 .panel-title > a:hover {
    color: inherit;
}

.panel-acc.panel-group-v1 .panel-default > .panel-heading {
    background-color: #ededed;
}


/* accordion-title color */

.panel-acc.panel-group-v1 .panel-title > a.acc-on.collapsed,
.panel-acc.panel-group-v1 .panel-collapse-in .panel-title > .collapsed {
    color: black;
    background-color: #ededed;
}


/* accordion-title color hover */

.panel-acc.panel-group-v1 .panel-title > a:hover,
.panel-acc.panel-group-v1 .panel-title > a.acc-on.collapsed:hover,
.panel-acc.panel-group-v1 .panel-collapse-in .panel-title > .collapsed:hover {
    -webkit-transition: background-color .1s linear;
            transition: background-color .1s linear;
    background-color: #e5e5e5;
}


/* accordion-title color active */

.panel-acc.panel-group-v1 .panel-title > a.acc-on,
.panel-acc.panel-group-v1 .panel-collapse-in .panel-title > a {
    color: white;
    background-color: #fa5c65;
}


/* Accordion Group V2 */

.panel-acc.panel-group-v2 .panel {
    border: 0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: none;
}

.panel-acc.panel-group-v2 .panel-heading {
    padding: 0;
    border: 0;
    background-color: transparent;
}


/* accordion-title */

.panel-acc.panel-group-v2 .panel-title > a {
    font-size: 15px;
    display: block;
    padding: 12px 16px;
    -webkit-transition: all .16s ease-in-out;
            transition: all .16s ease-in-out;
}

.panel-acc.panel-group-v2 .panel {
    border-bottom: 1px solid #ddd;
}

.panel-acc.panel-group-v2 .panel + .panel {
    margin-top: 0;
}

.panel-acc.panel-group-v2 .panel-title .fa {
    margin: 0;
}

.panel-acc.panel-group-v2.panel-acc.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}

.panel-acc.panel-group-v2 .panel-default {
    border-color: #ddd;
}

.panel-acc.panel-group-v2 .panel-heading {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.panel-acc.panel-group-v2 .panel-body {
    border: 0;
}


/* Accordion Icons */

.panel-acc.panel-group-icon-v1 .panel-title > a:after,
.panel-acc.panel-group-icon-v2 .panel-title > a:after {
    position: relative;
    top: 2px;
}


/* accordion icon-right */

.panel-acc.panel-group-icon-v1.icon-right .panel-title > a:after,
.panel-acc.panel-group-icon-v2.icon-right .panel-title > a:after {
    float: right;
}


/* panel icon-left */

.panel-acc.panel-group-icon-v1.icon-left .panel-title > a:after,
.panel-acc.panel-group-icon-v2.icon-left .panel-title > a:after {
    float: left;
    width: 32px;
}


/* Accordion Icon V1 */


/* accordion-plus-icon */

.panel-acc.panel-group-icon-v1 .panel-title > a:after,
.panel-acc.panel-group-icon-v1 .panel-title > a.acc-on.collapsed:after,
.panel-acc.panel-group-icon-v1 .panel-collapse-in .panel-title > a.collapsed:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: '\f067';
    text-decoration: inherit;
}


/* accordion-minus-icon */

.panel-acc.panel-group-icon-v1 .panel-title > a.acc-on:after,
.panel-acc.panel-group-icon-v1 .panel-collapse-in .panel-title > a:after {
    content: '\f068';
}


/* Accordion Icon V2  */


/* accordion-arrow-down-icon */

.panel-acc.panel-group-icon-v2.icon-right .panel-title > a:after,
.panel-acc.panel-group-icon-v2.icon-right .panel-title > a.acc-on.collapsed:after,
.panel-acc.panel-group-icon-v2.icon-right .panel-collapse-in .panel-title > a.collapsed:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    right: 0;
    content: '\f078';
    text-decoration: inherit;
}

.panel-acc.panel-group-icon-v2.icon-left .panel-title > a:after,
.panel-acc.panel-group-icon-v2.icon-left .panel-title > a.acc-on.collapsed:after,
.panel-acc.panel-group-icon-v2.icon-left .panel-collapse-in .panel-title > a.collapsed:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    left: 0;
    content: '\f078';
    text-decoration: inherit;
}


/* accordion-arrow-left-icon */

.panel-acc.panel-group-icon-v2.icon-right .panel-title > a.acc-on:after,
.panel-acc.panel-group-icon-v2.icon-right .panel-collapse-in .panel-title > a:after {
    right: 3px;
    content: '\f053';
}


/* accordion-arrow-right-icon */

.panel-acc.panel-group-icon-v2.icon-left .panel-title > a.acc-on:after,
.panel-acc.panel-group-icon-v2.icon-left .panel-collapse-in .panel-title > a:after {
    left: 3px;
    content: '\f054';
}


/* Pagination  
   ================================================== */

.pagination > li > a,
.pagination > li > span {
    line-height: 1.42857143;
    position: relative;
    display: inline-block;
    margin-left: 0;
    padding: 6px 14px;
    text-decoration: none;
    color: white;
    border: 0;
    background-color: #333;
}

.pagination {
    word-spacing: -2px;
}

.pagination > li {
    display: inline-block;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span .pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.pagination .active a {
    border-color: white;
    background-color: #fa5c65;
}

.pagination > li > a:focus {
    color: white;
    background-color: #333;
}

.pagination > li > a:hover,
.pagination > li > a:active {
    color: white;
    background-color: #fa5c65;
}

.pagination .active a:hover {
    background-color: #fa5c65;
}


/* Dropdowns  
   ================================================== */

.dropdown-menu {
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: none;
    border: 0;
    border-radius: 0;
    background-color: #f5f5f5;
    box-shadow: 2px 4px 0 0 rgba(0, 0, 0, .15);
}

.dropup .dropdown-menu {
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .15);
}

.dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    clear: both;
    padding: 8px 20px;
    -webkit-transition: background-color .16s ease-in-out;
            transition: background-color .16s ease-in-out;
    white-space: nowrap;
}

.dropdown-menu .divider {
    margin: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: black;
    background-color: #deddd8;
}


/* MFP Lightbox Animation  
   ================================================== */

.mfp-content {
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    -webkit-animation-duration: .2s;
            animation-duration: .2s;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
            -ms-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}


/* Bootstrap Carousel Settings  
   ================================================== */

.wrapper-slider {
    position: relative;
    z-index: 15;
    right: 0;
    left: 0;
    max-width: 100%;
    margin: 0 auto;
}

.section-slider {
    z-index: 15;
}

.carousel {
    right: 0;
    left: 0;
    overflow: hidden;
    margin: 0 auto;
}

.img-slide {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.carousel-inner {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
}


@media (min-width: 768px) {
    .carousel-inner {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }
}


/* Slider Button Visible On Hover */

.btn-prev {
    left: -52px;
}

.btn-next {
    right: -52px;
}

.btn-prev,
.btn-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    visibility: hidden;
    margin-top: -26px;
    padding: 26px 20px;
    -webkit-transition: all .16s ease-in-out;
            transition: all .16s ease-in-out;
    text-align: center;
    opacity: 0;
    color: #fff;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .7);
}

.btn-prev:hover,
.btn-next:hover {
    background-color: rgba(0, 0, 0, .8);
}

.wrapper-slider:hover .btn-prev {
    left: 13px;
    visibility: visible;
    opacity: 1;
}

.wrapper-slider:hover .btn-next {
    right: 13px;
    visibility: visible;
    opacity: 1;
}


/* Slider Button Always Visible */

.btn-prev-visible {
    left: 13px;
}

.btn-next-visible {
    right: 13px;
}

.btn-prev-visible,
.btn-next-visible {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -26px;
    padding: 26px 20px;
    -webkit-transition: all .16s ease-in-out;
            transition: all .16s ease-in-out;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .7);
}

.btn-prev-visible:hover,
.btn-next-visible:hover {
    background-color: rgba(0, 0, 0, .8);
}

.title-slider {
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 10px;
    -webkit-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, .7);
}

.active .title-slider {
    bottom: 0;
}


/* Indicator Testimonial Slider */

.carousel-indicators-testimonial {
    position: relative;
    margin-top: 60px;
    margin-bottom: 0;
}


/* Macbook Slider  
   ================================================== */

.wrapper-macbook {
    position: relative;
}

.wrapper-macbook .wrapper-slider {
    width: 75.8%;
    margin: 0 auto;
}

.wrapper-macbook .wrapper-absolute {
    position: absolute;
    top: 5%;
    right: 0;
    left: 0;
}


/* Iphone Slider  
   ================================================== */

.wrapper-iphone {
    position: relative;
    margin-top: 20px;
}

.wrapper-iphone .wrapper-slider {
    width: 69%;
    margin: 0 auto;
}

.wrapper-iphone .wrapper-absolute {
    position: absolute;
    top: 14%;
    right: 0;
    left: 0;
    margin-left: .4%;
}

.wrapper-iphone > .iphone-intro {
    width: 84%;
    margin: 0 auto;
}

.wrapper-iphone > .iphone-services-section {
    width: 84%;
    margin: 0 auto;
}

.carousel-indicators.carousel-indicators-iphone {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .8);
}

.carousel-indicators.carousel-indicators-iphone li {
    line-height: 0;
}


/* BX Slider Global   
   ================================================== */

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;

    *zoom: 1;
}

.bx-wrapper img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.bx-wrapper .bx-viewport {
    left: 0;
    width: 100%;
    -webkit-transform: translatez(0);
    /*fix other elements on the page moving (on Chrome)*/
        -ms-transform: translatez(0);
            transform: translatez(0);
    border: 0;
    box-shadow: none;
}

.bxslider,
.bxslider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.outside {
    position: absolute;
    top: 0;
    right: 15px;
}

.outside > span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.outside > span + span {
    margin-left: 6px;
}

.fa-bx {
    line-height: 0;
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 50%;
    -webkit-transition: all .16s ease-in-out;
            transition: all .16s ease-in-out;
    text-align: center;
    color: black;
    background-color: #f2f1ef;
}

.fa-bx:hover {
    color: white;
    background-color: #fa5c65;
}


/* Bx Slider Shop (Thumbnail Slider)  
   ================================================== */

.bx-pager-shop {
    display: block;
    margin: 0;
    margin-top: 10px;
    margin-left: -1%;
    padding: 0;
}

.bx-pager-shop a {
    display: block;
    float: left;
    margin: 0;
    margin-left: 1%;
    padding: 0;
    padding: .5%;
    -webkit-transition: border-color .16s ease-in-out;
            transition: border-color .16s ease-in-out;
    border: solid 1px #ddd;
}

.bx-pager-shop.bx-pager-6 a {
    width: 15.66%;
}

.bx-pager-shop.bx-pager-4 a {
    width: 24%;
}

.bx-pager-shop.bx-pager-5 a {
    width: 19%;
}

.bx-pager-shop a img {
    display: block;
    width: 100%;
}

.shop-item-slider + .bx-pager-shop a img {
    padding: 8px;
}

.bx-pager-shop a:hover {
    border-color: #c4c4c4;
    background-color: #f6f6f6;
}

.bx-pager-shop a.active {
    border-color: #c4c4c4;
    background-color: #f6f6f6;
}


/* Owl Slider Portfolio Items  
   ================================================== */

#owl-portfolio-item {
    position: relative;
}

#owl-portfolio-item .owl-controls {
    position: absolute;
    top: -70px;
    right: 0;
    text-align: center;
}


/* Styling Next and Prev buttons */

#owl-portfolio-item .owl-controls .owl-buttons div {
    font-size: 15px;
    display: inline-block;
    zoom: 1;
    /*IE7 life-saver */
    margin: 3px;
    padding: 4px 12px;
    -webkit-transition: background-color .2s linear;
            transition: background-color .2s linear;
    opacity: 1;
    color: #fff;
    border-radius: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);

    *display: inline;
}

#owl-portfolio-item .owl-controls .owl-buttons div:hover {
    background-color: rgba(0, 0, 0, .8);
}

#owl-portfolio-item .owl-controls .owl-buttons .owl-prev:before {
    font-family: FontAwesome;
    content: '\f104';
}

#owl-portfolio-item .owl-controls .owl-buttons .owl-next:before {
    font-family: FontAwesome;
    content: '\f105';
}


/* Owl Slider Page Specific Styling  
   ================================================== */

#owl-our-work .owl-pagination {
    margin-top: 39px;
}

.owl-carousel .item img,
.owl-carousel .item a {
    margin: 0 auto;
}

#owl-our-work .item {
    margin: 0 6px;
}

#owl-our-work .item a {
    max-width: 400px;
}

@media (min-width: 768px) {
    #owl-our-work .item {
        margin: 0 15px;
    }
}

#owl-clients,
#owl-clients-v2 {
    padding: 10px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

#owl-clients .item,
#owl-clients-v2 .item {
    margin: 0 12px;
}

#owl-services .owl-pagination {
    margin-top: 40px;
}

@media (min-width: 768px) {
    #owl-portfolio-item .item {
        margin: 0 5px;
    }
    #owl-clients-v2 .item {
        margin: 0 30px;
    }
}


/* Timeline  
   ================================================== */

.container-timeline {
    position: relative;
}

.timeline-box-wrapper-right {
    padding-left: 30px;
}

.timeline-box-wrapper-left {
    padding-right: 30px;
}

.timeline-box-left,
.timeline-box-right {
    position: relative;
    width: 100%;
    padding: 16px;
    background-color: #eee;
}

.timeline-box-left:before,
.timeline-box-right:before {
    position: absolute;
    top: 24px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.timeline-box-left:before {
    right: -18px;
    border-left: 18px solid #eee;
}

.timeline-box-right:before {
    left: -18px;
    border-right: 18px solid #eee;
}

.timeline-box-left:after,
.timeline-box-right:after {
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 21px;
    position: absolute;
    top: 28px;
    padding: 0;
    content: '\f192';
    -webkit-transition: background-color .16s ease-in-out;
            transition: background-color .16s ease-in-out;
    color: #fa5c65;
    border-radius: 50%;
    background-color: white;
}

.timeline-box-left:after {
    right: -55px;
}

.timeline-box-right:after {
    left: -55px;
}

.timeline-box-right:hover:after,
.timeline-box-left:hover:after,
.timeline-box-right-v2:hover:after,
.timeline-box-left-v2:hover:after {
    background-color: #fa5c65;
}


/* Timeline Left  
   ================================================== */

.timeline-box-right-v2 {
    position: relative;
    width: 100%;
    margin-top: 24px;
    padding-left: 30px;
}

.timeline-box-right-v2:after {
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 21px;
    position: absolute;
    top: 10px;
    left: -25px;
    padding: 0;
    content: '\f192';
    -webkit-transition: background-color .16s ease-in-out;
            transition: background-color .16s ease-in-out;
    color: #fa5c65;
    border-radius: 50%;
    background-color: white;
}

.hr-timeline-center:before,
.col-hr:before {
    position: absolute;
    top: 0;
    display: block;
    width: 3px;
    height: 100%;
    margin: 0 auto;
    content: '';
    background: #cacaca;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(3%, #d1d1d1), color-stop(4%, #cacaca), color-stop(97%, #cacaca), color-stop(98%, #d6d6d6), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #d1d1d1 3%, #cacaca 4%, #cacaca 97%, #d6d6d6 98%, rgba(255, 255, 255, 0) 100%);
    background:         linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #d1d1d1 3%, #cacaca 4%, #cacaca 97%, #d6d6d6 98%, rgba(255, 255, 255, 0) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.hr-timeline-center:before {
    right: 0;
    left: 0;
}

.col-hr > div + div {
    margin-top: 40px;
}


/* Timeline date button style */

.timeline-date-wrapper-v2 {
    max-width: 160px;
    margin: 0 auto;
    padding: 8px 24px;
    border: solid 2px #ddd;
    border-radius: 3px;
    background-color: white;
}


/* Timeline date circle style */

.timeline-date-wrapper {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 21px;
    width: 44px;
    height: 44px;
    margin-left: 0;
    color: white;
    border-radius: 50%;
    background-color: #fa5c65;
}

.timeline-date-wrapper .date-timeline {
    position: relative;
    top: 2px;
    display: block;
    margin: 0;
}

.timeline-date-wrapper .month-timeline {
    position: relative;
    top: -5px;
    display: block;
    margin: 0;
}

@media (min-width: 768px) {
    .col-hr:before {
        left: 123px;
    }
}

@media (min-width: 992px) {
    .col-hr:before {
        left: 80px;
    }
}

@media (min-width: 1200px) {
    .col-hr:before {
        left: 96px;
    }
}

@media (max-width: 767px) {
    .timeline-box-left:after,
    .timeline-box-right:after,
    .timeline-box-left:before,
    .timeline-box-right:before,
    .timeline-box-right-v2:after {
        display: none;
    }
    .timeline-box-wrapper-right {
        padding-left: 0;
    }
    .timeline-box-wrapper-left {
        padding-right: 0;
    }
    .col-hr:before {
        right: 0;
        left: 0;
    }
    .timeline-box-right-v2 {
        padding-left: 0;
    }
    .timeline-date-wrapper {
        margin: 0 auto;
    }
}


/* Pricetables  
   ================================================== */

.pricetable {
    overflow: hidden;
    border-radius: 2px;
    background-color: #f5f5f5;
}

.pricetable .membership,
.pricetable .price {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.pricetable-v1 .membership,
.pricetable-v3 .membership {
    text-transform: uppercase;
    color: white;
    background-color: #fa5c65;
}

.pricetable-v1 .price,
.pricetable-v3 .price {
    color: #2a2a2a;
    background-color: #e4e4e4;
}

.pricetable > ul > li {
    padding: 0 32px;
    color: #2a2a2a;
}

.pricetable > ul > li > .fa {
    width: 28px;
    color: #fa5c65;
}

.pricetable > ul > li:after {
    display: block;
    width: 100%;
    height: 1px;
    margin: 16px 0;
    content: '';
    background-color: #ddd;
}


/* Pricetable Version 1 */

@media (min-width: 768px) {
    .section-pricetable-v1 > div > div > div {
        margin: 0;
        padding: 0;
    }
    .pricetable.pricetable-v1 {
        width: 100%;
        border-radius: 0;
    }
    .section-pricetable-v1 > div > div {
        margin-top: 28px;
    }
    .pricetable-v1.pricetable-best-value {
        margin-top: -28px;
    }
}

.pricetable.pricetable-v1 > ul {
    margin-top: 32px;
}

.pricetable.pricetable-v1 .membership {
    padding: 22px 0;
}

.pricetable.pricetable-v1 .price {
    font-size: 28px;
    font-weight: 700;
    padding: 16px;
}

.pricetable-v1.pricetable-best-value {
    background-color: #ededed;
}

.pricetable.pricetable-v1.pricetable-best-value .membership {
    font-size: 24px;
    font-weight: 600;
    padding: 36px 0;
    letter-spacing: 1px;
    background-color: #fa5c65;
}

.pricetable.pricetable-v1.pricetable-best-value .price {
    font-size: 28px;
    font-weight: 700;
    padding: 16px;
    color: #2a2a2a;
    background-color: #dcdcdc;
    background-color: #e4e4e4;
}

.pricetable-v1 .btn {
    margin-top: 16px;
    margin-bottom: 32px;
}


/* Pricetable version 2 */

.pricetable.pricetable-v2 {
    padding-bottom: 14px;
    border: solid 1px #ddd;
}

.pricetable.pricetable-v2 .membership {
    font-size: 40px;
    font-weight: 300;
    padding: 14px 0;
    letter-spacing: 1px;
}

.pricetable.pricetable-v2 .price {
    font-size: 36px;
    font-weight: 300;
}

.pricetable.pricetable-v2 > ul {
    margin-top: 16px;
    text-align: center;
    text-transform: uppercase;
}


/* Pricetable version 3 */

.pricetable.pricetable-v3 .membership {
    font-size: 24px;
    font-weight: 300;
    padding: 16px 0;
    letter-spacing: 1px;
}

.pricetable.pricetable-v3 .price {
    font-weight: 300;
    padding: 16px 0;
}

.pricetable.pricetable-v3 > ul {
    margin-top: 16px;
}

.pricetable.pricetable-v3 .btn {
    margin-bottom: 16px;
}


/* Pricetable version 4 */

.pricetable.pricetable-v4 {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    padding-top: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: #191919;
}

.pricetable.pricetable-v4 .membership {
    font-size: 20px;
    font-weight: 300;
    padding: 8px 0;
    letter-spacing: 1px;
    color: white;
    background-color: #fa5c65;
}

.pricetable.pricetable-v4 .price {
    font-size: 20px;
    font-weight: 300;
    margin-top: 8px;
    color: white;
}

.pricetable.pricetable-v4 > span {
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 0;
    color: white;
}


/* Tabs  
   ================================================== */


/* tabs reset */

.nav > li > a {
    -webkit-transition: none;
            transition: none;
    color: black;
}

.nav-tabs {
    position: relative;
    border-bottom: 0;
}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li > a {
    line-height: inherit;
    margin-right: 0;
    border: 0;
    border-radius: 0;
}

.nav-tabs > li > a:hover {
    border-color: white;
}

.nav-tabs.nav-justified{ border:#CCC solid 1px;}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: black;
    border: 0;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
}

.nav-tabs.nav-justified > li > a {
    border-radius: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 0;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 0;
        border-radius: 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: transparent;
    }
}

.nav-pills > li > a,
.nav-tabs-justified > li > a {
    border-radius: 0;
}

.nav-pills > li + li {
    margin-left: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #fa5c65;
}

.nav-stacked > li + li {
    margin-top: 0;
}

.nav-justified > li > a {
    margin-bottom: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 0;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 0;
        border-radius: 0;
    }
}


/* Tabs General*/

.row-tabs > .nav-tabs > li.active > a,
.row-tabs > .nav-tabs > li.active > a:hover,
.row-tabs > .nav-tabs > li.active > a:focus,
.row-tabs > .nav-tabs > li > a:hover,
.row-tabs > .nav-tabs > li.active,
.row-tabs > .nav-tabs > li.active:hover,
.row-tabs > .nav-tabs > li.active:focus {
    background-color: transparent;
}

.row-tabs .nav-tabs > li.active {
    z-index: 1;
}

.tab-content {
    position: relative;
    padding: 16px;
	float:left;
	width:100%;
}


/* Tabs Top*/

.row-tabs .tabs-top > .nav-tabs {
    position: relative;
}

.row-tabs .tabs-top .tab-content {
    border: solid 1px #ddd;
}

.row-tabs .tabs-top > .nav-tabs > li {
    margin-bottom: -1px;
    border: solid 1px transparent;
    border-top-width: 2px;
}

.row-tabs .tabs-top > .nav-tabs > li:hover {
    background-color: #ebebeb;
}

.row-tabs .tabs-top > .nav-tabs > li.active {
    border-color: #ddd;
    border-top-color: #fa5c65;
    border-bottom-color: white;
}


/* Tbas Bottom */

.row-tabs .tabs-bottom > .nav-tabs {
    position: relative;
}

.row-tabs .tabs-bottom .tab-content {
    border: solid 1px #ddd;
}

.row-tabs .tabs-bottom > .nav-tabs > li {
    margin-top: -1px;
    border: solid 1px transparent;
    border-bottom-width: 2px;
}

.row-tabs .tabs-bottom > .nav-tabs > li:hover {
    background-color: #ebebeb;
}

.row-tabs .tabs-bottom > .nav-tabs > li.active {
    border-color: #ddd;
    border-top-color: white;
    border-bottom-color: #fa5c65;
}


/* Tabs Justified */

.row-tabs .tabs-justified-top > .nav-tabs > li.active:after,
.row-tabs .tabs-justified-bottom > .nav-tabs > li.active:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: white;
}


/* Tabs Justified Top */

.row-tabs .tabs-justified-top > .nav-tabs > li.active:after {
    bottom: -2px;
}


/* Tabs Justified Bottom*/

.row-tabs .tabs-justified-bottom > .nav-tabs > li.active:after {
    top: -2px;
}

@media (max-width: 767px) {
    .row-pills [class^='col'] + [class^='col'] {
        margin-top: 0;
    }
    .row-tabs .tabs-justified-top > .nav-tabs > li,
    .row-tabs .tabs-justified-top > .nav-tabs > li > a,
    .row-tabs .tabs-justified-bottom > .nav-tabs > li,
    .row-tabs .tabs-justified-bottom > .nav-tabs > li > a {
        margin: 0;
        border: 0;
    }
    .row-tabs .tabs-justified-top > .nav-tabs > li.active > a,
    .row-tabs .tabs-justified-top > .nav-tabs > li.active > a:hover,
    .row-tabs .tabs-justified-top > .nav-tabs > li.active > a:focus,
    .row-tabs .tabs-justified-bottom > .nav-tabs > li.active > a,
    .row-tabs .tabs-justified-bottom > .nav-tabs > li.active > a:hover,
    .row-tabs .tabs-justified-bottom > .nav-tabs > li.active > a:focus {
        background-color: #eee;
    }
}


/* Pills */

.row-pills {
    background-color: #f4f5f6;
}

.row-pills .nav {
    background-color: white;
}

.row-pills,
.row-pills > div {
    margin: 0;
    padding: 0;
}


/* Sections  
   ================================================== */

.section-primary {
    position: relative;
    color: white;
    border: 0;
    background-color: #fa5c65;
}

.section-black {
    position: relative;
    color: white;
    border: 0;
    background-color: black;
}

.section-dark {
    border: solid 1px #ddd;
    background-color: #fcfcfc;
}

.section-dark-2x {
    position: relative;
    color: white;
    border: 0;
    background-color: #191919;
}

.section-light {
    position: relative;
    border: 0;
    background-color: #f5f5f5;
}

.section-2-xl.section-both {
    padding: 350px 0;
}

.section-xl.section-both {
    padding: 250px 0;
}

.section-lg.section-both {
    padding: 125px 0;
}

.section-md.section-both {
    padding: 100px 0;
}

.section-sm.section-both {
    padding: 40px 0;
}

.section-xs.section-both {
    padding: 20px 0;
}

.section-2-xl.section-both {
    padding-bottom: 350px;
}

.section-xl.section-bottom {
    padding-bottom: 250px;
}

.section-lg.section-bottom {
    padding-bottom: 125px;
}

.section-md.section-bottom {
    padding-bottom: 100px;
}

.section-sm.section-bottom {
    padding-bottom: 40px;
}

.section-xs.section-bottom {
    padding-bottom: 20px;
}

.section-2-xl.section-both {
    padding-top: 350px;
}

.section-xl.section-top {
    padding-top: 250px;
}

.section-lg.section-top {
    padding-top: 125px;
}

.section-md.section-top {
    padding-top: 100px;
}

.section-sm.section-top {
    padding-top: 80px;
}

.section-xs.section-top {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .section-xl.section-both {
        padding: 90px 0;
    }
}

.section-xl > div > .row > div > .title-section,
.section-xl > div > .row > div > .lead-section {
    margin-bottom: 80px;
}

.section-lg > div > .row > div > .title-section,
.section-lg > div > .row > div > .lead-section {
    margin-bottom: 62px;
}

.section-md > div > .row > div > .title-section,
.section-md > div > .row > div > .lead-section {
    margin-bottom: 50px;
}

.section-sm > div > .row > div > .title-section,
.section-sm > div > .row > div > .lead-section {
    margin-bottom: 40px;
}

.section-xs > div > .row > div > .title-section,
.section-xs > div > .row > div > .lead-section {
    margin-bottom: 25px;
}

.section > div > .row > div > .title-section.text-theme {
    margin-bottom: 0;
}

.section > div > .row > div > .lead-section {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}

.section-arrow-bottom,
.section-arrow-top {
    position: relative !important;
    background-attachment: scroll !important;
}

.section-arrow-top:after {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    content: '';
    border-right: 20px solid transparent;
    border-bottom: 20px solid;
    border-left: 20px solid transparent;
}

.section-arrow-bottom:after {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    content: '';
    border-top: 20px solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}

.section-bg {
    height: auto;
    color: white !important;
    background-image: url('../images/bg/bg-mac-grey.html');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-polygonal-primary,
.section-polygonal-black,
.section-polygonal-light {
    height: auto;
    background-image: url('../images/bg/polygonal.html');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-polygonal-primary {
    color: white !important;
}

.section-polygonal-black {
    color: white !important;
}

.section-polygonal-light {
    color: black !important;
}

.section-bg > .opacity-layer {
    display: block;
    width: 100%;
    height: auto;
    /* Fallback for web browsers that don't support RGBa */
    background-color: #000;
    background-color: rgba(0, 0, 0, .82);
    /* For IE 8*/

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=82)';
}

.section-polygonal-black > .opacity-layer {
    display: block;
    width: 100%;
    height: auto;
    /* Fallback for web browsers that don't support RGBa */
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    /* For IE 8*/

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}

.section-polygonal-light > .opacity-layer {
    display: block;
    width: 100%;
    height: auto;
    /* Fallback for web browsers that don't support RGBa */
    background-color: #fff;
    background-color: rgba(255, 255, 255, .82);
    /* For IE 8*/

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=82)';
}

.section-polygonal-primary > .opacity-layer {
    display: block;
    width: 100%;
    height: auto;
    /* Fallback for web browsers that don't support RGBa */
    background-color: #fa5c65;
    background-color: rgba(209, 79, 48, .82);
    /* For IE 8*/

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=82)';
}


/* Arrow Colors Polygonal Primary  
   ================================================== */

.section-polygonal-primary.section-arrow-top:after {
    border-bottom-color: #fa5c65;
}

.section-polygonal-primary.section-arrow-bottom:after {
    border-top-color: #fa5c65;
}


/* Arrow Colors Polygonal Black  
   ================================================== */

.section-polygonal-black.section-arrow-top:after {
    border-bottom-color: #141414;
}

.section-polygonal-black.section-arrow-bottom:after {
    border-top-color: #0b0b0b;
}


/* Arrow Colors Polygonal Light  
   ================================================== */

.section-polygonal-light.section-arrow-top:after {
    border-bottom-color: #e5e5e5;
}

.section-polygonal-light.section-arrow-bottom:after {
    border-top-color: #e5e5e5;
}


/* Arrow Colors Primary  
   ================================================== */

.section-primary.section-arrow-top:after {
    border-bottom-color: #fa5c65;
}

.section-primary.section-arrow-bottom:after {
    border-top-color: #fa5c65;
}


/* Arrow Colors Dark  
   ================================================== */

.section-black.section-arrow-top:after {
    border-bottom-color: black;
}

.section-black.section-arrow-bottom:after {
    border-top-color: black;
}


/* Arrow Colors Light  
   ================================================== */

.section-light.section-arrow-top:after {
    border-bottom-color: #f5f5f5;
}

.section-light.section-arrow-bottom:after {
    border-top-color: #f5f5f5;
}


/* Section Intro Sliders Global  
   ================================================== */

.carousel-intro {
    height: auto;
}


/*-- Carousel Slide Speeds --*/

.carousel-inner > .item {
    -webkit-transition: .35s ease-in-out left;
            transition: .35s ease-in-out left;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .35s ease-in-out;
                transition:         transform .35s ease-in-out;
    }
}

#intro-slider-wrapper .carousel-inner > .item {
    -webkit-transition: .6s ease-in-out left;
            transition: .6s ease-in-out left;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    #intro-slider-wrapper .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
                transition:         transform .6s ease-in-out;
    }
}

@media screen and (max-width: 767px) {
    .carousel-intro .carousel-indicators {
        bottom: 0;
    }
    .carousel-intro .item .container .row [class^='col'] + [class^='col'] {
        margin-top: 0;
    }
}

.btn-prev-intro {
    left: 8%;
}

.btn-next-intro {
    right: 8%;
}

.btn-prev-intro,
.btn-next-intro {
    font-size: 86px;
    position: absolute;
    top: 50%;
	float:left;
    margin-top: -5%;
    padding: 10px 20px;
	width:auto; height:auto;
    -webkit-transition: all .16s ease-in-out;
            transition: all .16s ease-in-out;
    text-align: center;
    opacity: 0;
    color: #fff;
    border-radius: 4px;
    background-color:rgba(0,0,0,0.3);
}

.section-slider:hover .btn-prev-intro {
    left: 1%;
    visibility: visible;
    opacity: 1;
}

.section-slider:hover .btn-next-intro {
    right: 1%;
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 767px) {
	
	.btn-prev-intro,
.btn-next-intro {
    font-size: 36px;
    position: absolute;
    top: 50%;
	float:left;
    padding: 10px 10px;
	}
}


/* Section Default Index Page Slider  
   ================================================== */

.section-intro-index {
    position: relative;
    height: auto;
    color: white !important;
    background-color: black;
    background-image: url('../images/bg/polygonal.html');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.layer-intro-index {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .9);

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}

.section-intro-index .item {
    height:auto;
    margin-top: 0;
	padding:0;
}

.section-intro-index .item img {
	 width:100%; height:auto;max-height: 500px;min-height: 500px;
}
.section-intro-index .item { background-size:contain}

@media (max-width: 767px) {
    .section-intro-index .item {
        height: auto;
        margin-top: 0;
      padding:0;
    }
    .section-intro-index .title-xl {
        margin-top: 0;
    }
}


/* Section Shopping Page Slider  
   ================================================== */

.section-intro-shop {
    position: relative;
    height: auto;
    color: white !important;
    background-color: black;
    background-image: url('../images/bg/polygonal.html');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.layer-intro-shop {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}

.layer-intro-shop .carousel-intro .item {
    min-height: 374px;
}

@media (max-width: 767px) {
    .layer-intro-shop .carousel-intro .item {
        min-height: 393px;
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .section-intro-shop .title-xl {
        margin-top: 0;
    }
}


/* Section Background Image Page Slider  
   ================================================== */

.section-intro-bg-slider {
    position: relative;
    height: auto;
    color: white !important;
    background-color: black;
}

.layer-bg-slider {
    height: 545px;
    padding-top: 180px;
    padding-bottom: 178px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .76);

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=76)';
}

@media (max-width: 767px) {
    .layer-bg-slider {
        height: 474px;
        padding-top: 140px;
        padding-bottom: 120px;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .section-intro-bg-slider .item .container {
        padding: 0 90px;
    }
}

@media (max-width: 767px) {
    .section-intro-bg-slider .title-xl {
        margin-top: 0;
        text-align: center;
    }
}

.item-bg-1,
.item-bg-2,
.item-bg-3 {
    background-image: url('../images/bg/bg-11.html');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.item-bg-1 {
    background-image: url('../images/bg/bg-11.html');
}

.item-bg-2 {
    background-image: url('../images/bg/bg-8.html');
}

.item-bg-3 {
    background-image: url('../images/bg/bg-7.html');
}


/* Section Call To 
   ================================================== */

.section-call-to {
    box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, .08);
}

.section-call-to .title-md {
    margin-top: 8px;
    word-spacing: 2px;
    text-transform: uppercase;
}

.section-call-to .btn {
    margin: 0;
    padding-right: 30px;
    padding-left: 30px;
}


/* Section of Application Pages Intro 
   ================================================== */

.list-app-stores {
    margin-top: 26px;
    margin-left: -5px;
}

.list-app-stores li {
    width: 160px;
}

.list-app-stores li + li {
    margin-left: 16px;
}

.list-app-stores li img {
    width: 160px;
    -webkit-transition: background-color .12s linear;
            transition: background-color .12s linear;
    border-radius: 6px;
}

.list-app-stores li img:hover {
    background-color: rgba(0, 0, 0, .5);
}

@media (max-width: 767px) {
    .app-mt-0-xs {
        margin-top: 0;
    }
    .wrapper-iphone {
        max-width: 300px;
        margin: 0 auto;
    }
    .list-app-stores {
        text-align: center;
    }
    .list-app-stores li {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .list-app-stores li + li {
        margin-top: 16px;
        margin-right: auto;
        margin-left: auto;
    }
}


/* Section Contact Form Error-Success  
   ================================================== */

.required {
    color: #fe5555;
}

#success,
#error {
    display: none;
}


/* Google Maps */

#map {
    width: 100%;
    height: 350px;
}


/* Shopping Page Styling Global
   ================================================== */

.shop-price {
    font-size: 12px;
    display: block;
    padding: 8px;
    text-align: center;
    border: solid 1px #ccc;
}

.shop-box > .img-box > img {
    width: 150px;
}

.tab-content-shop,
.tab-content-shop .tab-pane {
    padding: 0;
}

.nav-tabs.nav-tabs-shop {
    border-bottom: solid 1px #fa5c65;
}

.nav-tabs.nav-tabs-shop > li.active > a,
.nav-tabs.nav-tabs-shop > li.active > a:hover,
.nav-tabs.nav-tabs-shop > li.active > a:focus {
    color: white;
    border: 0;
    background-color: #fa5c65;
}

@media (min-width: 768px) {
    .shop-item-description {
        padding-left: 30px;
    }
}


/* shop cart*/

.panel-shopping-cart {
    border-radius: 2px;
}

.col-tags .btn {
    margin-right: 8px;
    margin-bottom: 10px;
}

.panel-shopping-cart .panel-heading {
    color: white;
    background-color: #fa5c65;
}

.panel-shopping-cart .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0;
}

.panel-shopping-cart img {
    width: 32px;
    margin-right: auto;
    margin-left: auto;
}

.panel-shopping-cart input {
    width: 35px;
    height: 30px;
    margin-top: 5px;
}

.panel-shopping-cart span {
    display: block;
    margin-top: 9px;
}

.panel-shopping-cart td .btn {
    margin-top: 5px;
}

.panel-shopping-cart .fa-times {
    margin: 0;
}

.close-cart {
    width: 8%;
}

.close-cart > a {
    margin-right: 8px;
}

.box-cart tbody > tr > td {
    margin: 0;
    padding-top: 0;
    padding-bottom: 10px;
    border: 0;
}

.cart-box-bordered {
    padding: 26px 16px;
    border: 1px solid #ddd;
}

@media (max-width: 767px) {
    .panel-shopping-cart > table > thead > tr > th {
        display: none;
    }
    .panel-shopping-cart .table-first {
        display: none;
    }
    .panel-shopping-cart {
        font-size: 12px;
    }
    .panel-shopping-cart td .btn {
        margin-top: 3px;
    }
    .panel-shopping-cart .panel-footer {
        text-align: center;
    }
    .panel-shopping-cart .panel-footer .text-right {
        text-align: center;
    }
}


/* Shop Item Page
   ================================================== */

.shop-item-slider {
    padding: 30px;
    border: solid 1px #ddd;
}

.stars-feedback {
    display: inline-block;
}

.wrapper-shop-review .title-comment {
    margin-right: 8px;
    margin-left: 8px;
}

.wrapper-shop-review a {
    font-size: 14px;
    display: inline-block;
    padding: 0 8px;
    color: black;
    border-left: solid 1px #ddd;
}

.title-lg-shop-item {
    font-weight: 700;
}

.input-group.shop-item {
    width: 170px;
}

.tab-shop-item table {
    margin-bottom: 0;
    border-collapse: collapse;
}

.tab-shop-item table tbody tr td {
    padding-right: 16px;
    padding-left: 16px;
}

.tab-shop-item {
    padding: 0;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
}

.tab-shop-item table .fa {
    color: #fa5c65;
}

.tab-shop-item table img {
    width: 80px;
}

.wrapper-item-comments {
    padding-top: 16px;
}


/* Blog  
   ================================================== */

.grid-posts > .row + .row {
    margin-top: 60px;
}

.grid-sidebar {
    padding: 40px 30px;
    border: solid 1px #dadada;
    background-color: #fcfcfc;
}

.grid-sidebar > .row + .row {
    margin-top: 40px;
}

.wrapper-post {
    border: solid 1px #dadada;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(218, 218, 218, .2);
}

.wrapper-post-text h3 a {
    color: black;
}

.wrapper-post-text h3 a:hover,
.wrapper-post-text ul a:hover {
    color: #fa5c65;
}

.wrapper-post p,
.wrapper-post-v1 p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px;
    color: #6b6b6b;
}

.wrapper-post p + img,
.wrapper-post img + p {
    margin-top: 16px;
}

.wrapper-post-v1 .img-featured {
    margin-bottom: 18px;
}

.wrapper-post-text {
    padding: 30px;
}

.wrapper-post .post-date-author {
    margin-bottom: 16px;
}

.post-date-author li {
    font-size: 13px;
    padding: 0;
    color: #6b6b6b;
}

.post-date-author li > a {
    color: black;
}

.post-date-author li > a .fa {
    margin-right: 4px;
}

.post-date-author li + li:before {
    font-size: 10px;
    position: relative;
    bottom: 2px;
    margin-right: 8px;
    margin-left: 4px;
    content: '|';
}

.img-sidebar-sm {
    width: 110px;
    margin-right: 20px;
}

.section-blog-photo-intro {
    position: relative;
    height: auto;
    color: white !important;
    background-image: url('../images/bg/bg-3.html');
    background-repeat: no-repeat;
    background-position: 25% 16%;
    background-size: cover;
}

.section-blog-photo-intro > .opacity-layer {
    display: block;
    width: 100%;
    height: auto;
    /* Fallback for web browsers that don't support RGBa */
    background-color: #000;
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, .7);
    /* For IE 8*/

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=82)';
}

.section-blog-photo-intro-height {
    min-height: 430px;
}

.grid-posts-intro {
    margin-top: -300px;
    margin-bottom: 60px;
    padding: 50px 65px;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    background-color: white;
}

.grid-posts-intro .post-date-author li {
    font-size: 15px;
    padding: 0;
    color: #6b6b6b;
}

.grid-posts-intro .media-body .post-date-author li {
    font-size: 13px;
}

.grid-posts-intro .post-date-author li + li:before {
    font-size: 10px;
    position: relative;
    bottom: 2px;
    margin-right: 8px;
    margin-left: 4px;
    content: '|';
}

.grid-posts-intro > .row + .row:before {
    display: block;
    width: 96%;
    height: 1px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    content: '';
    background-color: #ddd;
}

.grid-posts-intro .row:last-child:before {
    display: none;
}

.grid-posts-intro .wrapper-post-text {
    padding: 0;
}

.grid-posts-intro .media-blog {
    padding: 0;
    border: 0;
    background-color: transparent;
}

@media (max-width: 767px) {
    .section-blog-photo-intro-height {
        min-height: 250px;
    }
    .row-wrapper-posts-intro {
        padding: 0 10px;
    }
    .grid-posts-intro {
        margin-top: -150px;
        padding: 30px 16px;
    }
}


/* Post Comments */

.media-blog {
    margin-top: 60px;
    padding: 30px 30px;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
}

.media-body .post-date-author {
    margin-top: 7px;
    margin-bottom: 7px;
}

.user-by:before {
    content: 'by ';
    color: #6b6b6b;
}

.post-date-author > li > .user-by {
    color: #fa5c65;
}

.media-blog .media-body .media-heading {
    color: black;
}

.media-blog .media-body {
    font-size: 15px;
    line-height: 25px;
    color: #6b6b6b;
}

.media-left {
    padding-right: 10px;
}

.media-blog .media + .media:before,
.media > .media-body > .media:before {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 40px;
    content: '';
    background-color: #ddd;
}

.media-blog .media + .media,
.media > .media-body > .media:before {
    margin-top: 40px;
}


/* Section Footer  
   ================================================== */

.footer {
    padding: 60px 0;
    border-bottom: solid 1px #555;
    background-color: #191919;
}

.footer .list-unstyled a,
.footer h3 {
    color: white;
}

.footer p {
    margin-bottom: 0;
    color: white;
}

.footer .list-unstyled li + li {
    margin-top: 8px;
}

.footer li a:hover {
    color: #fa5c65;
}
.footer .nav-right{ float:right; }


/* Section Footer Bottom  
   ================================================== */

.footer-bottom {
    color: white;
    background-color: black;
}

.footer-bottom p {
    line-height: 0;
    padding-top: 47px;
}

.footer-bottom .fa-angle-up {
    font-size: 34px;
    line-height: 0;
    padding-top: 22px;
}

.col-footer-bottom {
    position: relative;
    height: 80px;
}

.col-footer-bottom a {
    position: absolute;
    top: -28px;
    right: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -webkit-transition: all .16s ease-in-out;
            transition: all .16s ease-in-out;
    color: #fa5c65;
    border: solid 1px #555;
    background-color: #000;
}

.col-footer-bottom a:hover {
    color: white;
    border-color: #fa5c65;
    background-color: #fa5c65;
}


/* Styling of "feature - Ui Elements" pages  
   ================================================== */

.btn-show,
.btn-show-manual {
    display: block;
    margin-top: 30px;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    border: solid 1px #ddd;
    background-color: #f7f7f7;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .05);
}

.btn-show:hover,
.btn-show-manual:hover {
    background-color: #ddd;
}

.body-callout [class^='section'] + [class^='section'] {
    margin-top: 40px;
}

.demo-social-icons .fa {
    margin-bottom: 10px;
}

.ul-glyphicon {
    margin: 0 -1%;
    padding-left: 0;
    list-style: none;
}

.ul-glyphicon li {
    float: left;
    width: 11.5%;
    height: 150px;
    margin: 0 .5%;
    margin-bottom: 8px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #fff;
    background-color: #f9f9f9;
}

.glyphicon-class {
    font-size: 13px;
}

.ul-glyphicon .glyphicon {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ul-glyphicon li span {
    display: block;
}

@media (max-width: 992px) {
    .ul-glyphicon li {
        width: 24%;
        margin: 0 .5%;
        margin-bottom: 8px;
        padding: 0 10px;
    }
}

.fa-demo-wrapper {
    height: 116px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f9f9f9;
}

.fontawesome-icon-list > div {
    margin-bottom: 16px;
    text-align: center;
}

.fontawesome-icon-list > div i {
    font-size: 24px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
}

#fa-demo a {
    color: #333;
}

.fontawesome-icon-list {
    margin-bottom: 50px;
}


/* Styling of Online Demo Page  
   ================================================== */

.tr-nav .logo-circle,
.tr-nav .logo-circle-outer {
    -webkit-transition: all .18s ease-in-out;
            transition: all .18s ease-in-out;
}

.nav-search input {
    z-index: 9999;
}

.navbar-brand {
    position: relative;
    z-index: 1500;
}

.logo-circle {
    position: absolute;
    z-index: -1;
    top: 10px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #fa5c65;
}

.logo-circle-outer {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 6px;
    opacity: .2;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: white;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}

.logo-footer img {
    position: relative;
    z-index: 10;
}

.logo-circle-footer {
    position: absolute;
    z-index: 4;
    top: 0;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #fa5c65;
}

.logo-circle-outer-footer {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 8px;
    width: 36px;
    height: 36px;
    opacity: .2;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: white;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}

@media (min-width: 768px) {
    .logo-circle {
        top: 19px;
        left: 15px;
        width: 53px;
        height: 53px;
    }
    .logo-circle-outer {
        left: 8px;
        width: 36px;
        height: 36px;
        opacity: .2;
    }
    .shrinked .logo-circle {
        top: 12px;
        left: 15px;
        width: 35px;
        height: 35px;
    }
    .shrinked .logo-circle-outer {
        left: 6px;
        width: 23px;
        height: 23px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .logo-circle {
        top: 12px;
        left: 42.26%;
        width: 33px;
        height: 33px;
    }
    .logo-circle-outer {
        left: 5px;
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 767px) {
    .logo-circle {
        top: 12px;
        left: 15px;
        width: 35px;
        height: 35px;
    }
    .logo-circle-outer {
        left: 6px;
        width: 23px;
        height: 23px;
    }
}

.sprite {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url('../../style-switcher/color-sprite.html') no-repeat top left;
}

.sprite.blue-1-switch {
    background-position: 0 0;
}

.sprite.blue-2-switch {
    background-position: 0 -40px;
}

.sprite.blue-3-switch {
    background-position: 0 -80px;
}

.sprite.blue-4-switch {
    background-position: 0 -120px;
}

.sprite.green-1-switch {
    background-position: 0 -160px;
}

.sprite.green-2-switch {
    background-position: 0 -200px;
}

.sprite.green-3-switch {
    background-position: 0 -240px;
}

.sprite.green-4-switch {
    background-position: 0 -280px;
}

.sprite.orange-1-switch {
    background-position: 0 -320px;
}

.sprite.orange-2-switch {
    background-position: 0 -360px;
}

.sprite.orange-3-switch {
    background-position: 0 -400px;
}

.sprite.orange-4-switch {
    background-position: 0 -440px;
}

.sprite.purple-1-switch {
    background-position: 0 -480px;
}

.sprite.purple-2-switch {
    background-position: 0 -520px;
}

.sprite.purple-3-switch {
    background-position: 0 -560px;
}

.sprite.purple-4-switch {
    background-position: 0 -600px;
}

.sprite.red-1-switch {
    background-position: 0 -640px;
}

.sprite.red-2-switch {
    background-position: 0 -680px;
}

.sprite.red-3-switch {
    background-position: 0 -720px;
}

.sprite.red-4-switch {
    background-position: 0 -760px;
}

.style-switcher {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    left: -220px;
    width: 220px;
    padding-bottom: 20px;
    -webkit-transition: left .12s ease-in-out;
       -moz-transition: left .12s ease-in-out;
         -o-transition: left .12s ease-in-out;
            transition: left .12s ease-in-out;
    -webkit-transition-delay: .16s;
       -moz-transition-delay: .16s;
         -o-transition-delay: .16s;
            transition-delay: .16s;
    border: solid 1px #e0e0e0;
    -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
    background-color: white;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
}

.style-switcher:hover {
    left: 0;
    -webkit-transition-delay: .02s;
       -moz-transition-delay: .02s;
         -o-transition-delay: .02s;
            transition-delay: .02s;
}

.style-switcher:before {
    font-family: FontAwesome;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 26%;
    right: -49px;
    display: block;
    width: 48px;
    height: 48px;
    padding-top: 4px;
    content: '\f085';
    text-align: center;
    text-decoration: inherit;
    color: white;
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
    background-color: #fa5c65;
}

.style-switcher:before:hover {
    cursor: pointer;
}

.style-switcher ul {
    left: -5px;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    list-style: none;
}

.style-switcher ul li {
    display: inline-block;
    margin: 1px 1px;
    padding: 1px;
    border: solid 1px #ddd;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

.style-switcher ul li a {
    display: block;
}

.style-switcher hr {
    width: 80%;
    border-color: #ddd;
}

.header-switches {
    width: 80%;
    margin: 0 auto;
}





@media (min-width: 992px) {
.whynetprofite{ padding-bottom:75px !important;}
.services{ width:100%; height:790px; float:left; background:#fff;}
.services .services-bg{ width:100%;  height:896px; float:left; padding-top:50px; margin-top:-50px; background:url(../images/circles-bg.html) no-repeat center; position:relative}
.service-item{ margin-top:80px;}
.service-item.one{ position:relative; left:-30px;}
.service-item.two{ position:relative; left:30px;}
.service-item.three{ position:relative; left:-40px;}
.service-item.four{ position:relative; left:40px;}
.service-item.five{ position:relative; left:80px;}
.service-item.six{ position:relative; left:-80px;}
}
@media (max-width: 992px) {.service-item{ margin-top:40px;}
.services{ width:100%; height:auto; float:left; background:#fff;}
.services .services-bg{ width:100%;  height:auto; float:left; padding:50px 0; margin:0; background:url(../images/circles-bg.html) no-repeat center;}
}

.service-item{ float:left }
.services .media-body{ padding-top:15px;}

.more-services{ width:150px; height:150px; float:left; position:absolute; left:50%; top:50%; margin-top:-55px;  margin-left:-75px;  text-align:center; line-height:1em}


.icon-holder.webdesign{ background:#fa5c65 url(../images/webdesign.html) no-repeat center top }
.service-item:hover .icon-wrap .icon-holder{ background-color:#3d2b4b; background-position:center bottom}


.icon-wrap.xs .icon-holder.webdesign{ background:#fa5c65 url(../images/webdesign.html) no-repeat center top; background-size:50px; }


/* Styling of Testmonial  
   ================================================== */
 
.slick-slider {
    -moz-user-select: none;
    box-sizing: border-box;
    display: block;
    position: relative;
}
.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.slick-list:focus {
    outline: medium none;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0px, 0px, 0px);
}
.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0;
}
.slick-track::before, .slick-track::after {
    content: "";
    display: table;
}
.slick-track::after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url("../images/loader.html") no-repeat scroll center center;
}
.slick-prev, .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin-top: -10px;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 20px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: transparent none repeat scroll 0 0;
    color: transparent;
    outline: medium none;
}
.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
    opacity: 1;
}
.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
    opacity: 0.25;
}
.slick-prev::before, .slick-next::before {
    color: white;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev::before {
    content: "";
}
[dir="rtl"] .slick-prev::before {
    content: "";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next::before {
    content: "";
}
[dir="rtl"] .slick-next::before {
    content: "";
}
.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    bottom: -45px;
    display: block;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px;
}
.slick-dots li button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: medium none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
    opacity: 1;
}
.slick-dots li button::before {
    color: black;
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 0.25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}
.slick-dots li.slick-active button::before {
    color: black;
    opacity: 0.75;
}

.slider-nav{ width:50%; margin:30px auto}
.slider-nav .pick { padding:0; opacity: 0.1; text-align:center; }
.slider-nav .pick img{ width:95%; height:95%; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; border:#fff solid 5px;}
.slider-nav .pick.slick-active {
	opacity: 0.5;

}

.slider-nav  .slick-list{ position:relative;}
.slider-nav .slick-list:before{ width:50px; height:100%; background:#3d2b4b ; position:absolute; left:0px; top:0px; content:''; }


.slider-nav .pick.slick-active img {
	border:#fff solid 5px;
}
.slider-nav .pick.slick-current {
	opacity: 1;

}
.slider-nav .pick.slick-current img {
	border:#fa5c65 solid 5px;
}
 .testmonials{  padding:30px;
 }
  @media (min-width: 992px) {
 .testmonials{ padding-top:60px !important;} 
   }
    @media (max-width: 992px) { 
	.slider-nav .pick img{ width:85%;}
   .slider-nav{ width:80%; margin:30px auto}
	}
  @media (max-width: 767px) { 
	.slider-nav .pick img{ width:75%;}
   .slider-nav{ width:100%; margin:30px auto}
	}
	
	
/* Styling of Clients  
   ================================================== */	
.clients{ padding:60px 0;}

/* Styling of Home contact  
   ================================================== */	

.home-contact{ padding:60px 0; background:#333333}

.home-contact .form-control{background:#333333; color:#fff; height:auto; padding:12px 15px; font-size:1.2em; margin-top:15px; border:#333333 solid 2px; border-bottom:#797979 solid 2px}
.home-contact textarea.form-control { height:120px;}
.home-contact .btn { padding:10px 30px;}

/* Styling  contact page 
   ================================================== */

.contact-tabs{ margin-bottom:30px; border:#CCC solid 1px;}

.contact-tabs li.active{ position:relative;}
.contact-tabs li.active:after{ width: 0;
height: 0;
border-style: solid;
border-width: 8px 5px 0 5px;
border-color: #fa5c64 transparent transparent; position:absolute; left:50%; top:100%; margin-left:-2px; content:""; }

/* Styling  Services page 
   ================================================== */
.our-services { border:#CCCCCC solid 1px; padding:15px;background:#f6f4f2}


/* Styling  required-query-panel  
   ================================================== */
.required-query-panel { width:100%; height:100%; float:left; background:#000; position:fixed; right:-100%; top:0px; z-index:9999;}


.required-query-panel  .theam-text-defult{ position:relative;}
#rqp-close{ position:absolute; right:0px; top:20px; font-size:36px; z-index:9999;}

@media (max-width: 767px) {
	.required-query-panel { overflow-x:scroll}
	#rqp-close{ position:absolute; right:inherit; left:50%; top:-40px; margin-left:-10px; font-size:26px; z-index:9999;}
}








/*-----------------banner--------------*/
.ban-btn{ width: 100px; height: auto; float: left; text-align: center; }
.ban-btn .rount-iocn{ -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25); }
.ban-btn span{ width: 100%; height: auto; float: left; margin-top: 8px; font-size: 14px; color:#000; font-weight: 600; line-height: 20px; }

.slide-one .ban-btn{ margin-top: 45px; }
.slide-one h1{ margin-top: 35px; }
.slide-one h1 span{ color: #189f2d }
.section-bg{position: relative; height: 340px;  }
.slide-one .mac{ position: absolute; left: 0; top: 0px; }
.slide-one .tabe{position: absolute; right: 15%; bottom: 0px;}
.slide-one .phone{position: absolute; right: 10%; bottom: 0px;}

@media (max-width: 1023px) {
    .section-intro-index .item{ height:auto }


    }

@media (max-width: 767px) {

    .section-intro-index .item{ height:auto; padding: 0 }

    }


.video-lable{ position: relative; padding-left: 45px; }
.video-lable span{ width: 40px; height: 100%;  position: absolute; left: 0px; top: 0px; background:rgba(0,0,0,0.2); border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; z-index: 99; line-height: 43px; text-align: center; }
.video-lable span i{ margin: 0px !important; }




.artical-panel-one{ width: 100%; height: auto; float: left; background: #ecf5e7; padding: 15px; }
.artical-panel-one.active { background: #ecf5e7;  }
.artical-panel-one img{margin: 15px 0;}
.artical-panel-one h4{ font-size: 20px; margin:15px 0 0 0; font-weight: 600  }
.artical-panel-one ul{ width: 100%; height: auto; min-height: 210px; float: left; margin-top: 15px; }
.artical-panel-one ul li{ width: 100%; height: auto; float: left; margin-top: 8px; }
.artical-panel-one ul li a{ width: 100%; height: auto; font-size: 14px; float: left; margin: 0px; }

.artical-panel-one ul li a:hover{ color: #14a12b;}
.artical-panel-one .btn{ margin-top: 25px; padding-left: 35px; padding-right: 35px;  }

.artical-panel-one.active{ background: #14a12b; color: #fff; }
.artical-panel-one.active ul li a{  color: #fff; }

 @media (max-width: 1023px) {
  .home-artical-panel  .col-sm-4{ padding: 0px; }
  .artical-panel-one img{ height: 70px }
  .artical-panel-one ul{ min-height: 260px;}
 }

  @media (max-width: 767px) {
  .home-artical-panel  .col-sm-4{ padding: 0px; }
  .artical-panel-one img{ height: 70px }
  .artical-panel-one ul{ min-height:100px;}
 }






 .ed-stage{ width: 100%; height: auto; float: left; position: relative; } 
  .ed-stage .stage-img{ width: 100%; height: auto; float: left; } 
.evexia-delivers-btn{ width: 100%; height: auto; float: left; padding: 10px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; cursor: pointer; }

 .evexia-delivers-btn.active{border: #d6d6d6 solid 1px;}
.evexia-delivers-btn + .evexia-delivers-btn{  margin-top: 15px;}

.edb-details{overflow: hidden;}
.evexia-delivers-btn h3{ margin: 0px;  }
.edb-number{ width: 35px; height: 35px; margin-bottom: 35px; font-size: 1.3em; font-weight: 600; line-height: 35px; text-align: center; float: left; margin-right:15px; color: #fff; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;   -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25); }

.ed-stage.one .your-brand{ position: absolute; left: -55px; top: -5px; z-index: 55 }
@media (max-width: 767px) {
    .evexia-delivers-btn + .evexia-delivers-btn{  margin-top: 5px;}
    .ed-stage.one .your-brand{ position: absolute; left: -35px;}
.ed-stage.one .your-brand img{ width: 70px; }
.evexia-delivers-btn{ width: 100%; padding: 5px; }
.evexia-delivers-btn h4{ font-size: 18px; line-height: 35px; }
.edb-number{ margin-bottom: 0px;  }
}




.footer-panel{ width: 100%; height: auto; float: left; padding:30px 0; background: #151515 ; color: #fff }
.footer-panel ul li{ margin-bottom: 5px; color: #76858c; font-size: 13px;}
.footer-panel ul li a{ color: #fff; font-size: 13px; }
.footer-panel ul li a:hover{color: #169b2b;}
.footer-panel ul li  img{ margin-right: 15px; }

.footer-panel h3{ margin:20px 0; font-size:20px}
.footer-panel p {  color: #fff ;  }

.footer-panel-bottom ul li a:hover { background: #169c2c  }


.widget-social .social-links ul li{ display:inline-block;
}

.widget-social .social-links ul li a, .blog-author .social-links ul li a {
    color: #ffffff;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
	border-radius:50%; margin-bottom:35px;

}
.widget-social .social-links ul li a.fa-facebook, .blog-author .social-links ul li a.fa-facebook {
    background: #3b579d none repeat scroll 0 0;
}
.widget-social .social-links ul li a.fa-twitter, .blog-author .social-links ul li a.fa-twitter {
    background: #2caae1 none repeat scroll 0 0;
}
.widget-social .social-links ul li a.fa-instagram, .blog-author .social-links ul li a.fa-instagram {
    background: #509dae none repeat scroll 0 0;
}
.widget-social .social-links ul li a.fa-linkedin, .blog-author .social-links ul li a.linkedin {
    background: #0f33ab none repeat scroll 0 0;
}
.widget-social .social-links ul li a.fa-youtube, .blog-author .social-links ul li a.fa-youtube {
    background: #dd4d40 none repeat scroll 0 0;
}
.widget-social .social-links ul li a.fa-dribbble, .blog-author .social-links ul li a.fa-dribbble {
    background: #ec3895 none repeat scroll 0 0;
}






.universities-panel{ width:100%; height:auto; float:left; padding:0; background:#FFF;  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25); margin:10px 0;}

.universities-details{ padding-top:10px; padding-bottom:10px; border-left:#CCC solid 1px; }
.universities-pick img{ width:100%; height:auto; float:left;}
.universities-details h3{ margin:10px 0 5px 0px; }
.universities-details strong{ margin-right:10px;}

.universities-details2{ padding-top:10px; padding-bottom:10px; }
.universities-pick img{ width:100%; height:auto; float:left;}
.universities-details2 h2{ margin:10px 0 15px 0px; }
.universities-details2 .location span{ width:30px; height:30px; display:inline-block; border-radius:50%; background:#0160b2; line-height:30px; text-align:center;  color:#fff; margin-bottom:10px; margin-right:10px;}
.universities-details2 .website span{ width:30px; height:30px; display:inline-block; border-radius:50%; background:#0160b2; line-height:30px; text-align:center;  color:#fff; margin-right:10px;}

.universities-pick2{
-webkit-box-shadow: 10px 3px 5px -4px rgba(0,0,0,0.3);
-moz-box-shadow: 10px 3px 5px -4px rgba(0,0,0,0.3);
box-shadow: 10px 3px 5px -4px rgba(0,0,0,0.3);
padding-top:20px;
padding-bottom:20px;
}

.universities-pick2 img{ width:100%;}
.universities-pick3 img{ width:100%;}

.universities-dis{ border-top:#CCC solid 1px; padding-top:10px;}

@media (max-width:999px) {
	.universities-details h3{ text-align:center; margin-top:0px; }
	.universities-pick{ text-align:center;}
.universities-pick img{ width:150px; height:auto; float:none; display:inline-block; }
}


.lead{ font-size: 1.4em; }
.mnone{ margin-top:20px;}
.pnone{ padding:0px;}
.prelative{ position:relative}
.prelative-initial{ position:initial;}

@media (max-width:767px) {
.lead{ font-size: 1.1em; }
}

.medecal img{ width:100%; height:auto; float:left;}
.medecal-cnt{ position:relative;}
.medecal .opacity {
    background: rgba(41, 199, 171, 0.9) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.medecal .aboutcnt {
    
    bottom: 0;
    left: 0;
	
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
}




.pmd{ padding:15px;}


@media (min-width:992px) {
.mt-md-5{ margin-top:5px;}
.mt-md-10{ margin-top:10px;}
.mt-md-15{ margin-top:15px;}
.mt-md-20{ margin-top:20px;}
.mt-md-25{ margin-top:25px;}
.mt-md-30{ margin-top:30px;}
.mt-md-35{ margin-top:35px;}
.mt-md-40{ margin-top:40px;}
.mt-md-45{ margin-top:45px;}
.mt-md-50{ margin-top:50px;}
.mt-md-55{ margin-top:55px;}
.mt-md-60{ margin-top:60px;}
.mt-md-65{ margin-top:65px;}
.mt-md-70{ margin-top:70px;}

.ml-md-5{ margin-left:5px;}
.ml-md-10{ margin-left:10px;}
.ml-md-15{ margin-left:15px;}
.ml-md-20{ margin-left:20px;}
.ml-md-25{ margin-left:25px;}
.ml-md-30{ margin-left:30px;}
.ml-md-35{ margin-left:35px;}
.ml-md-40{ margin-left:40px;}
.ml-md-45{ margin-left:45px;}
.ml-md-50{ margin-left:50px;}
.ml-md-55{ margin-left:55px;}
.ml-md-60{ margin-left:60px;}
.ml-md-65{ margin-left:65px;}
.ml-md-70{ margin-left:70px;}


.mr-md-5{ margin-right:5px;}
.mr-md-10{ margin-right:10px;}
.mr-md-15{ margin-right:15px;}
.mr-md-20{ margin-right:20px;}
.mr-md-25{ margin-right:25px;}
.mr-md-30{ margin-right:30px;}
.mr-md-35{ margin-right:35px;}
.mr-md-40{ margin-right:40px;}
.mr-md-45{ margin-right:45px;}
.mr-md-50{ margin-right:50px;}
.mr-md-55{ margin-right:55px;}
.mr-md-60{ margin-right:60px;}
.mr-md-65{ margin-right:65px;}
.mr-md-70{ margin-right:70px;}
}

@media (max-width:991px) {
.mt-sm-5{ margin-top:5px;}
.mt-sm-10{ margin-top:10px;}
.mt-sm-15{ margin-top:15px;}
.mt-sm-20{ margin-top:20px;}
.mt-sm-25{ margin-top:25px;}
.mt-sm-30{ margin-top:30px;}
.mt-sm-35{ margin-top:35px;}
.mt-sm-40{ margin-top:40px;}
.mt-sm-45{ margin-top:45px;}
.mt-sm-50{ margin-top:50px;}
.mt-sm-55{ margin-top:55px;}
.mt-sm-60{ margin-top:60px;}
.mt-sm-65{ margin-top:65px;}
.mt-sm-70{ margin-top:70px;}

.ml-sm-5{ margin-left:5px;}
.ml-sm-10{ margin-left:10px;}
.ml-sm-15{ margin-left:15px;}
.ml-sm-20{ margin-left:20px;}
.ml-sm-25{ margin-left:25px;}
.ml-sm-30{ margin-left:30px;}
.ml-sm-35{ margin-left:35px;}
.ml-sm-40{ margin-left:40px;}
.ml-sm-45{ margin-left:45px;}
.ml-sm-50{ margin-left:50px;}
.ml-sm-55{ margin-left:55px;}
.ml-sm-60{ margin-left:60px;}
.ml-sm-65{ margin-left:65px;}
.ml-sm-70{ margin-left:70px;}


.mr-sm-5{ margin-right:5px;}
.mr-sm-10{ margin-right:10px;}
.mr-sm-15{ margin-right:15px;}
.mr-sm-20{ margin-right:20px;}
.mr-sm-25{ margin-right:25px;}
.mr-sm-30{ margin-right:30px;}
.mr-sm-35{ margin-right:35px;}
.mr-sm-40{ margin-right:40px;}
.mr-sm-45{ margin-right:45px;}
.mr-sm-50{ margin-right:50px;}
.mr-sm-55{ margin-right:55px;}
.mr-sm-60{ margin-right:60px;}
.mr-sm-65{ margin-right:65px;}
.mr-sm-70{ margin-right:70px;}
}


@media (max-width:767px) {
.mt-xs-5{ margin-top:5px;}
.mt-xs-10{ margin-top:10px;}
.mt-xs-15{ margin-top:15px;}
.mt-xs-20{ margin-top:20px;}
.mt-xs-25{ margin-top:25px;}
.mt-xs-30{ margin-top:30px;}
.mt-xs-35{ margin-top:35px;}
.mt-xs-40{ margin-top:40px;}
.mt-xs-45{ margin-top:45px;}
.mt-xs-50{ margin-top:50px;}
.mt-xs-55{ margin-top:55px;}
.mt-xs-60{ margin-top:60px;}
.mt-xs-65{ margin-top:65px;}
.mt-xs-70{ margin-top:70px;}

.ml-xs-5{ margin-left:5px;}
.ml-xs-10{ margin-left:10px;}
.ml-xs-15{ margin-left:15px;}
.ml-xs-20{ margin-left:20px;}
.ml-xs-25{ margin-left:25px;}
.ml-xs-30{ margin-left:30px;}
.ml-xs-35{ margin-left:35px;}
.ml-xs-40{ margin-left:40px;}
.ml-xs-45{ margin-left:45px;}
.ml-xs-50{ margin-left:50px;}
.ml-xs-55{ margin-left:55px;}
.ml-xs-60{ margin-left:60px;}
.ml-xs-65{ margin-left:65px;}
.ml-xs-70{ margin-left:70px;}


.mr-xs-5{ margin-right:5px;}
.mr-xs-10{ margin-right:10px;}
.mr-xs-15{ margin-right:15px;}
.mr-xs-20{ margin-right:20px;}
.mr-xs-25{ margin-right:25px;}
.mr-xs-30{ margin-right:30px;}
.mr-xs-35{ margin-right:35px;}
.mr-xs-40{ margin-right:40px;}
.mr-xs-45{ margin-right:45px;}
.mr-xs-50{ margin-right:50px;}
.mr-xs-55{ margin-right:55px;}
.mr-xs-60{ margin-right:60px;}
.mr-xs-65{ margin-right:65px;}
.mr-xs-70{ margin-right:70px;}
}



@media (min-width:992px) {
.pt-md-5{ padding-top:5px;}
.pt-md-10{ padding-top:10px;}
.pt-md-15{ padding-top:15px;}
.pt-md-20{ padding-top:20px;}
.pt-md-25{ padding-top:25px;}
.pt-md-30{ padding-top:30px;}
.pt-md-35{ padding-top:35px;}
.pt-md-40{ padding-top:40px;}
.pt-md-45{ padding-top:45px;}
.pt-md-50{ padding-top:50px;}
.pt-md-55{ padding-top:55px;}
.pt-md-60{ padding-top:60px;}
.pt-md-65{ padding-top:65px;}
.pt-md-70{ padding-top:70px;}

.pl-md-5{ padding-left:5px;}
.pl-md-10{ padding-left:10px;}
.pl-md-15{ padding-left:15px;}
.pl-md-20{ padding-left:20px;}
.pl-md-25{ padding-left:25px;}
.pl-md-30{ padding-left:30px;}
.pl-md-35{ padding-left:35px;}
.pl-md-40{ padding-left:40px;}
.pl-md-45{ padding-left:45px;}
.pl-md-50{ padding-left:50px;}
.pl-md-55{ padding-left:55px;}
.pl-md-60{ padding-left:60px;}
.pl-md-65{ padding-left:65px;}
.pl-md-70{ padding-left:70px;}


.pr-md-5{ padding-right:5px;}
.pr-md-10{ padding-right:10px;}
.pr-md-15{ padding-right:15px;}
.pr-md-20{ padding-right:20px;}
.pr-md-25{ padding-right:25px;}
.pr-md-30{ padding-right:30px;}
.pr-md-35{ padding-right:35px;}
.pr-md-40{ padding-right:40px;}
.pr-md-45{ padding-right:45px;}
.pr-md-50{ padding-right:50px;}
.pr-md-55{ padding-right:55px;}
.pr-md-60{ padding-right:60px;}
.pr-md-65{ padding-right:65px;}
.pr-md-70{ padding-right:70px;}
}

@media (max-width:991px) {
.pt-sm-5{ padding-top:5px;}
.pt-sm-10{ padding-top:10px;}
.pt-sm-15{ padding-top:15px;}
.pt-sm-20{ padding-top:20px;}
.pt-sm-25{ padding-top:25px;}
.pt-sm-30{ padding-top:30px;}
.pt-sm-35{ padding-top:35px;}
.pt-sm-40{ padding-top:40px;}
.pt-sm-45{ padding-top:45px;}
.pt-sm-50{ padding-top:50px;}
.pt-sm-55{ padding-top:55px;}
.pt-sm-60{ padding-top:60px;}
.pt-sm-65{ padding-top:65px;}
.pt-sm-70{ padding-top:70px;}

.pl-sm-5{ padding-left:5px;}
.pl-sm-10{ padding-left:10px;}
.pl-sm-15{ padding-left:15px;}
.pl-sm-20{ padding-left:20px;}
.pl-sm-25{ padding-left:25px;}
.pl-sm-30{ padding-left:30px;}
.pl-sm-35{ padding-left:35px;}
.pl-sm-40{ padding-left:40px;}
.pl-sm-45{ padding-left:45px;}
.pl-sm-50{ padding-left:50px;}
.pl-sm-55{ padding-left:55px;}
.pl-sm-60{ padding-left:60px;}
.pl-sm-65{ padding-left:65px;}
.pl-sm-70{ padding-left:70px;}


.pr-sm-5{ padding-right:5px;}
.pr-sm-10{ padding-right:10px;}
.pr-sm-15{ padding-right:15px;}
.pr-sm-20{ padding-right:20px;}
.pr-sm-25{ padding-right:25px;}
.pr-sm-30{ padding-right:30px;}
.pr-sm-35{ padding-right:35px;}
.pr-sm-40{ padding-right:40px;}
.pr-sm-45{ padding-right:45px;}
.pr-sm-50{ padding-right:50px;}
.pr-sm-55{ padding-right:55px;}
.pr-sm-60{ padding-right:60px;}
.pr-sm-65{ padding-right:65px;}
.pr-sm-70{ padding-right:70px;}
}


@media (max-width:767px) {
.pt-xs-5{ padding-top:5px;}
.pt-xs-10{ padding-top:10px;}
.pt-xs-15{ padding-top:15px;}
.pt-xs-20{ padding-top:20px;}
.pt-xs-25{ padding-top:25px;}
.pt-xs-30{ padding-top:30px;}
.pt-xs-35{ padding-top:35px;}
.pt-xs-40{ padding-top:40px;}
.pt-xs-45{ padding-top:45px;}
.pt-xs-50{ padding-top:50px;}
.pt-xs-55{ padding-top:55px;}
.pt-xs-60{ padding-top:60px;}
.pt-xs-65{ padding-top:65px;}
.pt-xs-70{ padding-top:70px;}

.pl-xs-5{ padding-left:5px;}
.pl-xs-10{ padding-left:10px;}
.pl-xs-15{ padding-left:15px;}
.pl-xs-20{ padding-left:20px;}
.pl-xs-25{ padding-left:25px;}
.pl-xs-30{ padding-left:30px;}
.pl-xs-35{ padding-left:35px;}
.pl-xs-40{ padding-left:40px;}
.pl-xs-45{ padding-left:45px;}
.pl-xs-50{ padding-left:50px;}
.pl-xs-55{ padding-left:55px;}
.pl-xs-60{ padding-left:60px;}
.pl-xs-65{ padding-left:65px;}
.pl-xs-70{ padding-left:70px;}


.pr-xs-5{ padding-right:5px;}
.pr-xs-10{ padding-right:10px;}
.pr-xs-15{ padding-right:15px;}
.pr-xs-20{ padding-right:20px;}
.pr-xs-25{ padding-right:25px;}
.pr-xs-30{ padding-right:30px;}
.pr-xs-35{ padding-right:35px;}
.pr-xs-40{ padding-right:40px;}
.pr-xs-45{ padding-right:45px;}
.pr-xs-50{ padding-right:50px;}
.pr-xs-55{ padding-right:55px;}
.pr-xs-60{ padding-right:60px;}
.pr-xs-65{ padding-right:65px;}
.pr-xs-70{ padding-right:70px;}
}
@media (max-width:767px) {
.text-xs-left{ text-align:  left !important  }
}




.section-two{ width: 100%; padding:20px 0; float: left; margin-top:-35px; background-color:transparent; position:relative; z-index:99 }
.banner-bgs{ height:auto; width:100%; float:left; padding:15px; background-color: rgba(255, 255, 255, 0.5);}
.banner-bgsec{ height:auto; width:100%; float:left; padding:15px; background-color: rgba(133, 58, 101, 0.5); color:#fff}
.banner-bgfour{ height:auto; width:100%; float:left; padding:15px; background-color: rgba(175, 191, 83, 0.2); color:#fff}

.section-slider .lead{ font-size:1.7em}}
@media (max-width:580px) {
.section-two{ width: 100%; padding:20px 0; float: left; margin-top:0px; background-color:transparent; position:relative; z-index:99 }
}


.photo-gallery .fancybox{ width:100%; height:auto; float:left; padding:10px; background:#FFF;  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25); margin:10px 0;}

.photo-gallery .fancybox img{ width:100%; height:auto;min-height: 200px;max-height: 200px;}


ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-size: 14px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
	font-family: "Roboto",sans-serif;
	font-weight:500;
	text-transform:uppercase;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
	width:100%; height:auto; float:left; background:#fff;
}

.resp-tab-active {
	border: 1px solid #77c04b !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 1px solid #77c04b !important;
	border-bottom: 0px #fff solid !important;
	background:#fff;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #77c04b;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}


/* FIFTH EFFECTS */

.view {
   width: 100%;
   height:auto;
   margin: 10px;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}
.view .mask, .view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
   background:url(../img/link.html) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}



.effect img {
   opacity:1;
   -moz-transform:scale(1,1);
   -webkit-transform:scale(1,1);
   -o-transform:scale(1,1);
   -ms-transform:scale(1,1);
   transform:scale(1,1);
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
   width:100%; height:auto; float:left;
}
.effect .mask {
   opacity:0;
   overflow:visible;
   border-color:rgba(0,0,0,0.7) transparent transparent transparent;
   border-style:solid;
   border-width:150px;
   width:0;
   height:0;
   -moz-transform:translateY(-125px);
   -webkit-transform:translateY(-125px);
   -o-transform:translateY(-125px);
   -ms-transform:translateY(-125px);
   transform:translateY(-125px);
   -moz-transition: -moz-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
   transition: transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
   width:100%; height:auto; float:left;
}
.effect a.info {
	opacity:0;
   -moz-transform:translateY(-125px);
   -webkit-transform:translateY(-125px);
   -o-transform:translateY(-125px);
   -ms-transform:translateY(-125px);
   transform:translateY(-125px);
   -moz-transition: -moz-transform 0.3s ease-in, opacity 0.1s ease-in-out;
   -webkit-transition: -webkit-transform 0.3s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.3s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.3s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.3s ease-in, opacity 0.1s ease-in-out;

}
.effect:hover img {
	opacity:0.7;
   -moz-transform:scale(2,2);
   -webkit-transform:scale(2,2);
   -o-transform:scale(2,2);
   -ms-transform:scale(2,2);
   transform:scale(2,2);
}
.effect:hover .mask {
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.effect:hover a.info {
	opacity:1;
   -moz-transform:translateY(100px);
   -webkit-transform:translateY(100px);
   -o-transform:translateY(100px);
   -ms-transform:translateY(100px);
   transform:translateY(100px);
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#header .navbar-default .navbar-nav  .active {
    color: #fff;
    background-color: #00457C;
}
.wrap img {
    min-height: 150px;
    cursor: pointer;
}

@media only screen and ( max-width:767px ){
	
	.navbar-nav {
        margin-left:0;margin-right:0;
    	background: #fff;    z-index: 9999;
        position: relative;
    }
	.section-intro-index .item img{
        min-height: 100%;
        max-height: 100%;
    }
    #header .navbar-default .navbar-brand{
        width: 220px;
    }
	
}
.select2-container{
    width: 100% !important;
}
@media only screen and (max-width: 480px){
    .photo-gallery .fancybox img, .wrap img{
        min-height: 110px;
    }
}