/* GOOGLE FONTS */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700');
/* Global properties ======================================================== */

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

::selection {
    background: #888888!important;
    color: #fff
}

::-moz-selection {
    background: #888888!important;
    color: #fff
}

a {
    color: #6e767c;
    text-decoration: underline;
    outline: none
}

a:hover {
    color: #6e767c;
    text-decoration: none;
    outline: none
}

body {
    background: #fff;
    border: 0;
    font: 14px 'Lato', Arial, Helvetica, sans-serif;
    color: #6e767c;
    line-height: 1.571428;
    min-width: 320px;
}

.container {
    position: relative;
    min-width: 320px;
}

#main {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}


/* Page Animated item Styles */

.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}


/* ============================= header ====================== */

#top1 {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    /*z-index: 99;*/
    min-width: 320px;
}

.top1_wrapper {
    background: #1a1c27;
    padding-top: 7px;
    padding-bottom: 7px;
}

.slogan1 {
    float: left;
    color: #fff;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.slogan2 {
    float: right;
    color: #fff;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.social_wrapper {
    float: right;
}

.social {
    display: block;
    margin: 0;
    padding: 0px 0;
    list-style: none;
}

.social li {
    display: inline-block;
    margin: 0 0 0 30px;
    float: left;
}

.social li:first-child {
    margin-left: 0;
}

.social li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #a1b1bc;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.social li a:hover {
    color: #bc1a1a;
}

.social2_wrapper {
    padding-bottom: 15px;
}

.social2 {
    display: block;
    margin: 0;
    padding: 0px 0;
    list-style: none;
}

.social2 li {
    display: inline-block;
    margin: 0 0 0 45px;
    float: left;
}

.social2 li:first-child {
    margin-left: 0;
}

.social2 li a {
    display: block;
    text-decoration: none;
    font-size: 24px;
    color: #a1b1bc;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.social2 li a:hover {
    color: #bc1a1a;
}

#top2-sticky-wrapper {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.sticky-wrapper.is-sticky {
    height: 55px!important;
}

#top2 {
    position: relative;
    z-index: 40;
}

.top2_wrapper {
    background: #fff;
}

.is-sticky .top2_wrapper {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.top2 {
    position: relative;
}

header {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
    z-index: 50;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.is-sticky header {
    max-width: 150px;
    margin-top: -14px;
}


/* ============================= content ====================== */

.four {
  background: #fff;
  padding: 50px 20px;
  text-align: center;
} 
.four h1 {
  font-family: 'Merriweather', serif;
  position: relative;
  color: #bc1a1a;
  font-size: 32px;
  font-weight: normal;
  padding: 8px 20px 7px 20px;
  border-top: 4px solid;
  border-left: 4px solid;
  display: inline-block;
  margin: 0;
  line-height: 1;
}
.four h1:before {
  content: ""; 
  position: absolute;
  width: 28px;
  height: 28px;
  top: -28px;
  left: -28px;
  border: 4px solid #bc1a1a;
  box-sizing: border-box;
}
@media (max-width: 450px) {
  .four h1 {font-size: 36px;}
  .four h1:before {
    width: 20px;
    height: 20px;
    top: -20px;
    left: -20px;
  }
}


.breadcrumbs1_wrapper {
    position: relative;
    margin-top: 0px;
    padding-bottom: 0px;
    background: #f3f5f7;
}

.breadcrumbs1 {
    padding: 13px 0px;
    margin-top: 0px;
    font-weight: 400;
    line-height: 20px;
    color: #969fa8;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.breadcrumbs1 a {
    color: #969fa8;
    text-decoration: none;
}

.breadcrumbs1 a:hover {
    color: #bc1a1a;
}

.breadcrumbs1 span {
    display: inline-block;
    width: 12px;
    height: 13px;
    background: url(../images/breadcrumbs1.png) 0 0 no-repeat;
    margin: 0 15px;
}

#content {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

#services {
    position: relative;
    background: #fff;
    padding: 60px 0 50px;
}


/* ============================= services ====================== */

#service_wrapper {
    position: relative;
    padding-top: 10px;
}

#service_inner {}

#service {
    position: relative;
    padding-bottom: 60px;
}

.service_prev {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
    z-index: 10;
}

.service_prev span {
    display: block;
    width: 31px;
    height: 31px;
    border: 1px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: url(../images/prev2.png) center center no-repeat;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.service_prev span:hover {
    left: 0;
    top: 0;
    background-color: #2c3e50;
    width: 35px;
    height: 35px;
}

.service_next {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    margin-left: 5px;
    bottom: 0;
    z-index: 10;
}

.service_next span {
    display: block;
    width: 31px;
    height: 31px;
    border: 1px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: url(../images/next2.png) center center no-repeat;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.service_next span:hover {
    left: 0;
    top: 0;
    background-color: #2c3e50;
    width: 35px;
    height: 35px;
}

#service .carousel-box {
    position: relative;
}

#service .carousel-box .inner {
    position: relative;
    overflow: hidden;
    max-width: none;
    margin: 0;
}

#service .carousel.main {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-right: -30px;
}

#service .caroufredsel_wrapper {
    padding: 0;
    margin: 0;
}

#service .caroufredsel_wrapper ul {
    padding: 0;
    margin: 0;
}

#service .carousel-box ul li {
    float: left;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 300px;
    overflow: hidden;
    padding-right: 30px
}

.list1 {
    font-size: 14px;
    color: #f1f1f1;
    padding: 20px 50px;
}

.list1 i {
    color: #bc1a1a;
    font-size: 48px;
    float: left;
    padding-right: 15px;
    width: 75px;
    text-align: center;
}

.list1 span {
    display: table;
}

.list1 .txt1 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 0px;
}


/* ============================= service end ====================== */

#about {
    position: relative;
    background: #fff;
    padding: 60px 0px 0px 0px;
}

.accordion {
    margin-bottom: 0px;
}

.accordion .ui-accordion-header {
    background: #cacfd3;
    font-size: 15px;
    color: #fff;
    padding: 14px 50px 14px 20px;
    border: 1px solid #cacfd3;
    margin-top: 5px;
}

.accordion .ui-accordion-header:hover {
    background: #6e767b;
    border-color: #6e767b;
}

.accordion .ui-accordion-header:focus {
    outline: none;
}

.accordion .ui-accordion-header-active,
.accordion .ui-accordion-header-active:hover {
    background: #ffffff;
    border-color: #eceef0;
    color: #2c3e50;
}

.accordion .ui-accordion-header .ui-accordion-header-icon {
    width: 42px;
    height: 100%;
    background: url(../images/accordion-closed.png) center center no-repeat;
    top: 0;
    margin-top: 0;
    left: auto;
    right: 0;
    border-left: 1px solid #eceef0;
}

.accordion .ui-accordion-header-active .ui-accordion-header-icon {
    background-image: url(../images/accordion-opened.png);
}

.accordion .ui-accordion-content {
    border: 1px solid #eceef0;
    padding: 20px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: -1px;
}

.numbers1 {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}

.numbers1 .txt1 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.numbers1 .txt2 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

#partners {
    position: relative;
    background: #fff;
    padding: 60px 0 50px;
}

.card_wrapper {}

.card_wrapper .cards {
    float: right;
    margin-bottom: 20px;
}


/* ============================= partners ====================== */

#partner_wrapper {
    position: relative;
    padding-top: 0px;
    padding-bottom: 70px;
    background: #fff;
}

#partner_inner {}

#partner {
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
    border-top: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
}

.partner_prev {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -18px;
    z-index: 10;
}

.partner_prev span {
    display: block;
    width: 31px;
    height: 31px;
    border: 1px solid #a3b2bd;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: url(../images/prev2_0.png) center center no-repeat #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.partner_prev span:hover {
    left: 0;
    top: 0;
    background: url(../images/prev2.png) center center no-repeat #2c3e50;
    width: 35px;
    height: 35px;
    border-color: #2c3e50;
}

.partner_next {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    margin-left: 5px;
    bottom: -18px;
    z-index: 10;
}

.partner_next span {
    display: block;
    width: 31px;
    height: 31px;
    border: 1px solid #a3b2bd;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: url(../images/next2_0.png) center center no-repeat #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.partner_next span:hover {
    left: 0;
    top: 0;
    background: url(../images/next2.png) center center no-repeat #2c3e50;
    width: 35px;
    height: 35px;
    border-color: #2c3e50;
}

#partner .carousel-box {
    position: relative;
}

#partner .carousel-box .inner {
    position: relative;
    overflow: hidden;
    max-width: none;
    margin: 0;
}

#partner .carousel.main {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-right: -30px;
}

#partner .caroufredsel_wrapper {
    padding: 0;
    margin: 0;
}

#partner .caroufredsel_wrapper ul {
    padding: 0;
    margin: 0;
}

#partner .carousel-box ul li {
    float: left;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 300px;
    overflow: hidden;
    padding-right: 30px
}

.partner {}

.partner .partner_inner {}

.partner .partner_inner a {
    display: block;
    text-decoration: none;
    position: relative;
    background: none;
    padding: 0px;
    text-align: left;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.partner .partner_inner a:hover {
    background: none;
}

.partner .partner_inner a figure {
    margin: 0;
    padding: 0px;
    position: relative;
    border: none;
    padding: 0px;
    background: none;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.partner .partner_inner a:hover figure {
    background: none;
    opacity: 0.7;
    filter: alpha(opacity=700);
}

.partner .partner_inner a figure img {
    width: 100%;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
}

.partner .partner_inner a figure em {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: none;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.partner .partner_inner a:hover figure em {
    opacity: 1;
    filter: alpha(opacity=100);
}


/* ============================= partners end ====================== */

.testimonial0 {
    background: #222533;
    background: rgba(0, 0, 0, 0.93);
    text-align: center;
    padding: 35px;
    color: #fff;
}

.testimonial0 .txt2 {
    font-size: 16px;
    font-style: italic;
    padding-top: 20px;
    padding-bottom: 15px;
}

.testimonial0 .txt3 {
    font-size: 16px;
}

#gallery {
    position: relative;
    background: #fff;
    padding: 80px 0 70px;
}


#gallery2 {
    position: relative;
    background: #fff;
}


#google_map {
    position: relative;
    width: 100%;
    height: 500px;
}

#contacts {
    position: relative;
    background: #fff;
    padding: 60px 0 60px;
}


/* ============================= footer ====================== */

.bot1 {
    position: relative;
    background: #13151d;
    padding: 40px 0;
    color: #a1b1bc;
    line-height: 1.7;
}

.bot1 a {
    color: #a1b1bc;
}

.logo2_wrapper {
    padding-top: 20px;
}

.bot_title {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #cacfd3;
    padding-top: 20px;
    padding-bottom: 15px;
}

.bot_box {
    border-bottom: 1px solid #243240;
    padding-bottom: 5px;
}

.bot2 {
    position: relative;
    background: #222533;
    padding: 30px 0;
    color: #a1b1bc;
}

.copy {
    float: left;
}

.copy span {
    color: #304253;
    padding: 0 5px;
}

.menu_bot {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

.menu_bot li {
    display: inline-block;
    float: left;
    padding-left: 20px;
}

.menu_bot li:first-child {
    padding-left: 0;
}

.menu_bot li a {
    color: #a1b1bc;
    text-decoration: none;
}

.menu_bot li a:hover {
    color: #bc1a1a;
}


/* ============================= parallax ====================== */

.parallax {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: none;
    padding-top: 90px;
    padding-bottom: 90px;
}

.parallax,
.parallax .parallax-content,
.parallax .overlay {
    height: 100%;
}

.parallax-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0 auto;
    position: absolute;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-position: center center;
}

.parallax-bg.bg-fixed {
    background-attachment: fixed;
}

.parallax .overlay {
    background: none;
    width: 100%;
    position: absolute;
    overflow: hidden;
    background: none;
}

.parallax .container {}

.bg1 {
    background-image: url(../images/parallax1.jpg);
}

.bg2 {
    background-image: url(../images/parallax2.jpg);
}

.bg3 {
    background-image: url(../images/parallax3.jpg);
}

.bg4 {
    background-image: url(../images/parallax4.jpg);
}

.bg5 {
    background-image: url(../images/parallax5.jpg);
}

#parallax1 {
    padding-top: 70px;
    padding-bottom: 50px;
}

#parallax2 {
    padding-top: 190px;
    padding-bottom: 170px;
}

#parallax4 {
    padding-top: 160px;
    padding-bottom: 160px;
}


/* ============================= main menu ====================== */

.navbar_ {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    position: relative;
    z-index: 30;
    min-height: 0;
    float: right;
}

.navbar_ .navbar-toggle {
    background: #bc1a1a;
    border: none;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 11px;
    margin-bottom: 12px;
    margin-right: 5px;
}

.navbar_ .navbar-toggle:hover,
.navbar_ .navbar-toggle:focus {
    background: #2c3e50;
}

.navbar_ .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-collapse_ {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.navbar_ .nav {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    float: none;
}

.navbar_ .nav > li {
    position: relative;
    display: block;
    float: left;
    white-space: nowrap;
    background: none;
    margin-left: 20px;
}

.navbar_ .nav > li:first-child {
    margin-left: 0;
}

.navbar_ .nav > li > a {
    display: block;
    text-decoration: none;
    background: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #2c3e50;
    text-shadow: none;
    padding: 30px 0;
    border: none;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    border-top: 5px solid transparent;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.is-sticky .navbar_ .nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar_ .nav > li > a:hover,
.navbar_ .nav > li > a:focus,
.navbar_ .nav > li.sfHover > a,
.navbar_ .nav > li.sfHover > a:hover {
    color: #a1b1bc;
    text-decoration: none;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    border-top-color: transparent;
}

.navbar_ .nav > li.active > a,
.navbar_ .nav > li.active > a:hover,
.navbar_ .nav > li.active > a:focus {
    color: #bc1a1a;
    text-decoration: none;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    border-top-color: #bc1a1a;
}

.sub-menu ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    list-style: none;
    zoom: 1;
    z-index: 1;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: left;
    border: none;
}

.sub-menu li {
    margin: 0;
    position: relative;
    zoom: 1;
    display: block;
    border-top: 1px solid #a1b1bc;
}

.sub-menu li:first-child {}

.sub-menu li a {
    display: block;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
    color: #a1b1bc;
    text-decoration: none;
    padding: 0 30px 0 15px;
    background: none;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.sub-menu li a:hover {
    text-decoration: none;
    color: #fff;
    background: #bc1a1a;
}

.sub-menu-1 > ul {}

.sub-menu-2 > ul {
    left: 100%;
    top: -1px;
    margin-left: 0px;
    background: #568919;
}


/* ============================= search-form ====================== */

.search-form-wrapper {
    padding-top: 50px;
    float: right;
    width: 270px;
}

.navbar-form {
    float: none;
    position: relative;
    z-index: 11;
    margin: 0px 0px 0 0;
    padding: 0;
    position: relative;
}

.navbar-form:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 4px;
    background: #4d4d4d;
    position: absolute;
    left: 0;
    bottom: 1px;
}

.navbar-form:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 4px;
    background: #4d4d4d;
    position: absolute;
    right: 0;
    bottom: 1px;
}

.navbar-form input {
    outline: none;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    background: none;
    border: none;
    border-bottom: 1px solid #4d4d4d;
    margin: 0;
    padding: 5px 75px 5px 10px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar-form input:focus {
    color: #fff;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-form a {
    text-decoration: none;
    margin: 0;
    display: inline-block;
    background: none;
    position: absolute;
    right: 10px;
    bottom: 1px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.navbar-form a:hover {
    background: none;
    color: #ef1165;
}


/* ============================= toTop ====================== */

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    background: url(../images/totop.gif) no-repeat left top;
}

#toTopHover {
    background: url(../images/totop.gif) no-repeat left bottom;
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
    outline: none;
}


/* ============================= main layout ====================== */

.title1 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 1.1;
    font-weight: bold;
    color: #2c3e50;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.title2 {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    line-height: 1.1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
}

.title2:after {
    content: '';
    display: block;
    background: #fff;
    width: 165px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -82px;
    bottom: 0;
}

.title3 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
    color: #2c3e50;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.title4 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    color: #2c3e50;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

.title5 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
    color: #2c3e50;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.title6 {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    line-height: 1.1;
    font-weight: bold;
    color: #2c3e50;
    text-align: left;
    padding-bottom: 25px;
}

.title7 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.1;
    font-weight: normal;
    color: #2c3e50;
    text-align: left;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.title8 {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    position: relative;
}

h1 {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #bc1a1a;
    line-height: 1.1;
    padding: 0px 0 15px 0;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

h2 {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #bc1a1a;
    line-height: 1.1;
    padding: 0px 0 25px 0;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #2c3e50;
    line-height: 1.1;
    padding: 0px 0 20px 0;
    margin: 0;
}

h4 {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #2c3e50;
    line-height: 1.1;
    padding: 0px 0 15px 0;
    margin: 0;
}

h5 {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #2c3e50;
    line-height: 1.1;
    padding: 0px 0 10px 0;
    margin: 0;
}

.img-responsive-old {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-responsive {
    width: auto \9;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* === */

.divider1 {
    height: 36px;
    background: url(../images/divider1.png) center top no-repeat;
}

.divider2 {
    height: 1px;
    background: #f3f5f7;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ul1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ul1 > li {
    font-size: 1apx;
    color: #2c3e50;
}

.ul1 > li a {
    color: #2c3e50;
    text-decoration: none;
    display: block;
    padding: 5px 0px 5px 30px;
    background: url(../images/li_st1.png) left center no-repeat;
}

.ul1 > li a:hover {
    color: #bc1a1a;
}

.ul2 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ul2 > li {
    font-size: 14px;
    font-weight: 400;
    color: #969fa8;
}

.ul2 > li a {
    color: #969fa8;
    text-decoration: none;
    display: block;
    padding: 9px 20px;
    border: 1px solid #f3f5f7;
}

.ul2 > li a:hover {
    color: #fff;
    border-color: #fff;
    background: #bc1a1a;
}

.team1 {
    margin-bottom: 20px;
}

.team1 figure {
    float: left;
    margin-right: 20px;
}

.team1 figure img {
    padding: 3px;
    background: #fff;
    border: 1px solid #a2b2bd;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.team1 .caption {
    overflow: hidden;
}

.team1 .caption .txt1 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #2c3e50;
    padding-bottom: 5px;
}

.team1 .caption .txt2 {
    color: #bc1a1a;
    padding-bottom: 5px;
}

.testimonial1 {
    margin-bottom: 30px;
}

.testimonial1 .txt1 {
    background: url(../images/testimonial1.png) 20px 20px no-repeat #f3f5f7;
    padding: 50px 20px 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #6e767c;
    font-style: italic;
}

.testimonial1 .txt2 {
    background: url(../images/testimonial2.png) 45px 0px no-repeat;
    padding-top: 25px;
    font-family: 'Lato', sans-serif;
    color: #959595;
}

.testimonial1 .txt2 strong {
    color: #2c3e50;
}


/*-----btn-----*/

.btn-default.btn0 {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    color: #fff;
    border: none;
    box-shadow: 2px 3px #8d9092;
    moz-box-shadow: 2px 3px #8d9092;
    -webkit-box-shadow: 2px 3px #8d9092;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    background: #458cc5;
    position: relative;
}

.btn-default.btn0:hover {
    color: #fff;
    background: #bc1a1a;
    box-shadow: 1px 1px #8d9092;
    moz-box-shadow: 1px 1px #8d9092;
    -webkit-box-shadow: 1px 1px #8d9092;
    top: 2px;
    left: 1px;
}


/* ============================= thumbnail ====================== */

.img-polaroid {
    position: relative;
    padding: 5px;
    background: none;
    border: 1px solid #cfcfcf;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.thumbnail .caption {
    padding: 0;
    color: inherit;
}

.thumb0 {
    margin-bottom: 20px;
}

.thumb0.last {
    margin-bottom: 0px;
}

.thumb0 .thumbnail {
    padding: 0px;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
    background: none;
}

.thumb0 .thumbnail a {
    display: block;
    text-decoration: none;
    background: none;
    position: relative;
    text-align: center;
}

.thumb0 .thumbnail a .ic-wrapper {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid #dbe7ef;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    z-index: 2;
}

.thumb0 .thumbnail a .ic-wrapper img {
    background: #969fa8;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.thumb0 .thumbnail a:hover .ic-wrapper img {
    background: #bc1a1a;
}

.thumb0 .thumbnail a .caption {
    border: 1px solid #dbe7ef;
    padding: 50px 20px 20px;
    margin-top: -40px;
    position: relative;
}

.thumb0 .thumbnail a .caption .txt1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #2c3e50;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.thumb0 .thumbnail a figure {
    margin: 0;
    float: none;
    margin: 0px 0px 0px 0px;
    border: 1px solid #dbe7ef;
}

.thumb0 .thumbnail a figure img {
    width: 100%;
}

.thumb1 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.thumb1.last {
    margin-bottom: 0px;
}

.thumb1 .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
    background: none;
}

.thumb1 figure {
    margin: 0;
    float: left;
    margin: 0px 20px 20px 0px;
}

.thumb1 figure img {
    width: auto;
}

.thumb1 .caption {}

.thumb2 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.thumb2.last {
    margin-bottom: 0px;
}

.thumb2 .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
    background: none;
}

.thumb2 figure {
    margin: 0;
    float: none;
    margin: 0px 0px 20px 0px;
}

.thumb2 figure img {
    width: 100%;
}

.thumb2 .caption {}


/*================= queryLoader =========================*/

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 1001;
    background-color: #fff;
}

#qLoverlay {
    background: #fff!important;
}

#qLbar {
    background: #2c3e50!important;
}

#qLpercentage {
    color: #2c3e50!important;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 40px!important;
    line-height: 1;
}


/*================= Contacts =========================*/

#note {}

.notification_error {
    color: #f00;
    padding-bottom: 10px;
}

.notification_ok {
    text-align: left;
    padding-bottom: 10px;
}

#ajax-contact-form .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

#ajax-contact-form .form-group label {
    color: #272727;
    font-weight: 400;
    display: none;
}

#ajax-contact-form .form-control {
    height: 48px;
    padding: 13px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #6e767c;
    background: #fff;
    border: 1px solid #dee6e6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#ajax-contact-form .form-control:focus {
    border-color: #bc1a1a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(26, 188, 156, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(26, 188, 156, .3);
}

#ajax-contact-form textarea.form-control {
    height: auto;
}

#ajax-contact-form .form-group.capthca {
    float: left;
    margin-right: 30px;
}

#ajax-contact-form .form-group.capthca input {
    width: 170px;
}

#ajax-contact-form .form-group.img {
    float: left;
}

#ajax-contact-form .form-group.img img {
    width: 170px;
    height: 38px;
}

.btn-default.btn-cf-submit {
    display: block;
    background: #cacfd3;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    box-shadow: 2px 3px #8d9092;
    moz-box-shadow: 2px 3px #8d9092;
    -webkit-box-shadow: 2px 3px #8d9092;
    position: relative;
    width: 100%;
}

.btn-default.btn-cf-submit:hover {
    color: #fff;
    background: #bc1a1a;
    box-shadow: 1px 1px #8d9092;
    moz-box-shadow: 1px 1px #8d9092;
    -webkit-box-shadow: 1px 1px #8d9092;
    top: 2px;
    left: 1px;
}


/*----- media queries ------*/


/* Large desktop */

@media (min-width: 1200px) {}


/* Default landscape and desktop to large desktop */

@media (max-width: 1199px) {}

@media (min-width: 992px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar_ .nav > li {
        margin-left: 30px;
    }
}


/* Portrait tablet to landscape and desktop */

@media (max-width: 991px) {}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar_ .nav > li {
        margin-left: 5px;
    }
    .navbar_ .nav > li > a {
        font-size: 14px;
    }
    .menu_bot {
        float: none;
    }
    .copy {
        float: none;
        padding-top: 15px;
    }
}


/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    .slogan1 {
        float: none;
        font-size: 12px;
        padding-bottom: 5px;
    }

    .slogan2 {
    float: none;
    font-size: 12px;
    padding-bottom: 5px;
    }

    .social_wrapper {
        float: none;
    }
    .navbar_ {
        float: none;
        height: 55px;
        margin-bottom: 0;
    }
    .navbar-collapse_ {
        clear: both;
        margin-left: -15px;
        margin-right: -15px;
    }
    .navbar_ .nav {
        display: block;
        background: none;
        border-right: none;
        background: #fff;
        border: none;
    }
    .navbar_ .nav > li {
        float: none;
        background: none;
        border-left: none;
        margin-left: 0;
        border-top: 1px solid #a1b1bc;
        background: none;
    }
    .navbar_ .nav > li > a {
        margin-bottom: 0;
        padding-top: 15px!important;
        padding-bottom: 15px!important;
        border: none;
    }
    .navbar_ .nav > li > a:hover,
    .navbar_ .nav > li > a:focus,
    .navbar_ .nav > li.sfHover > a,
    .navbar_ .nav > li.sfHover > a:hover {}
    .sub-menu ul {
        position: relative;
        left: 0;
        top: 0;
    }
    .list1 {
        padding-left: 0;
        padding-right: 0;
    }
    .menu_bot {
        float: none;
    }
    .menu_bot li {
        display: block;
        padding-left: 0;
        text-align: left;
        float: none;
        padding-top: 8px;
    }
    .copy {
        float: none;
        padding-top: 15px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {}


/* Landscape phones and down */

@media (max-width: 480px) {}