/* 
========================================================================
------------------------------------------------------------------------
# Template Name: Sens Digital
# Template URI: http://sensdigital.fr/
# Author: Nicolas Rocchi
# Author URI: http://www.nicolasrocchi.com/
# Version: 1.0
---------------------------------------------------------------------- 
========================================================================
*/

/*
========================================================================
Index
------------------------------------------------------------------------
# 01 - General styles
# 02 - Img styles
# 03 - Text styles
# 04 - Button styles
# 05 - Preloader styles
# 06 - Menu styles
# 07 - Header Navbar styles
# 08 - Social styles
# 09 - Carousel styles
# 10 - home styles
# 11 - Subscription styles
# 12 - Contact styles
# 13 - Footer styles
# 14 - Com styles
# 15 - San styles
# 16 - Tour styles
# 17 - Section styles
----------------------------------------------------------------------
========================================================================
*/

/*
========================================================================
# 1 - General styles
------------------------------------------------------------------------
*/

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Ubuntu-B.ttf") format("truetype");
}
@font-face {
    font-family: 'Moyko';
    src: url('../fonts/Moyko.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dekiru';
    src: url('../fonts/Dekiru.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, 
body {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  /* color: #798289; */
  color: #393939;
  background-color: #fff;
  line-height: 1.6;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%
}
#map {
    height: 400px;
    margin-bottom: 50px;
}
.vcenter {
    display: block;
    vertical-align: middle;
    float: none;
    margin-bottom: 50px;
}
.slider-bg img {
    width: 300px; 
    display: block;
    margin: 0 auto;
}
#content {
    top: 0 !important;
}
.nav-brand img {
    height: 46px;
}
.nav-brand {
    line-height: 47px;
}
.nav-brand span {
    font-size: 35px;
    line-height: 35px;
    font-family: "Moyko";
    vertical-align: middle;
    text-transform: none;
    color: white;
    padding-left: 5px;
}
.navbar-fixed-top .navbar-collapse {
    max-height: initial;
}
header .email {
    margin-right: 0;
}
ul, li {
	list-style: none;
	margin: 0 0 0px;
	padding: 0;
	display: block;
}
.nav-pills > li {
    float: none;
}
.nav-pills > li {
    display: inline-block !important;
}
.nav-pills > li > a {
    border-radius: 2px;
    text-transform: initial;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: #fefefe;
    color: rgb(212, 28, 28);
}
/* #go-to-logo {
    padding: 5px 0 0;
} */
p {
    text-align: justify;
}
.tab-content {
    margin-top: 50px;
}
.no-padding {
    padding: 0;
}
.zoom {
    /* margin-bottom: 40px; */
    overflow: hidden;
}
.zoom img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#photos .box-photos:hover {
    border: 5px solid rgb(212, 28, 28);
}
#tarifs h2 {
    margin-top: 50px;
}
/* #ecole img {
    max-width: 250px;
} */
#ecole h5 {
    text-align: left;
    margin-bottom: 0;
}
#contact .number {
    font-family: "Open Sans", serif;
}


.alert {
    padding: 15px;
    margin-bottom: 10px;
    border: 2px solid transparent;
    border-radius: 0px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: rgb(104, 20, 20);
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover, .close:focus {
    color: rgb(104, 20, 20);
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
section#contact .text-danger, section#subscription .text-danger {
    color: rgb(212, 28, 28);
    font-weight: 500;
    text-align: left;
    font-size: 15px;
    margin: 5px 0px 27px 0px;
}

/*section#contact .text-danger ul,li {
	list-style: initial;
	margin: 0 0 0px;
	padding: 0;
	display: block;
	vertical-align: middle;
}*/
section#form .help-block {
    display: block;
	margin: 5px 0px 27px 0px;
    color: #beb800;
	font-size: 16px !important;
	text-align: left;
}
section#home-com .help-block {
	display: block;
	margin: 5px 0px 0px 0px;
	color: #beb800;
	font-size: 16px !important;
	text-align: left;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: rgb(212, 28, 28);
	font-size: 16px !important;
}
a, button {
  color: rgb(212, 28, 28);
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active {
    color: rgb(150, 29, 29);
    text-decoration: none;
}
a, a:active, a:focus,
button, button:focus, button:active,
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 0;
    text-decoration: none;
}

::-moz-selection { background: #eda6a6; color: #5F5A5A }
::selection { background: #eda6a6; color: #5F5A5A }

.center {
    text-align: center;
    margin: 0 auto;
}

/*.section {
    overflow: hidden;
}*/

.box-home {
    max-width: 510px;
    margin-left:50%;
}

header .container-fluid {
    margin: 0 50px;
}

.margin {
    margin: 0 3px;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

/*
========================================================================
# 2 - Img styles
------------------------------------------------------------------------
*/
img {
    vertical-align: middle;
    border: 0;
    margin: 0 auto;
}
.slider-bg {
    position: relative;
    background: rgba(0, 0, 0, .68);
    /* padding: 50px 0; */
    height: 100%;
}
.slider-bg-video {
    position: relative;
    background: rgba(0, 0, 0, 0);
    /* padding: 50px 0; */
    height: 100%;
}
.bg-xs {
    position: relative;
    background: rgba(0, 0, 0, .38);
    padding: 50px 0;
    height: 480px;
}
.bg {
    position: relative;
    background: rgba(0, 0, 0, .38);
    padding: 40px 0 70px;
}
.bg-2 {
    position: relative;
    background: rgba(0, 0, 0, .68);
    padding: 0;
}
.bg-footer {
    position: relative;
    background: rgba(0, 0, 0, .68);
    padding: 50px 0 70px;
}
.bg-color {
    position: relative;
    background: rgba(0, 0, 0, 0);
    padding: 40px 0 70px;
}
.bw {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .5s ease;
}
.bw:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all .5s ease;
}
.box-tarifs {
    background: rgba(0,0,0,0);
    border: 3px solid #fff;
    padding: 20px;
    min-height: 0px;
    margin-bottom: 50px;
}
.box-tarifs-3 {
    background: rgba(0,0,0,0);
    border: 3px solid #fff;
    padding: 20px;
    /* min-height: 256px; */
    margin-bottom: 10px;
}
.box-contact {
    background: rgba(17, 17, 17);
    border: 3px solid rgb(212, 28, 28);
    padding: 20px;
    min-height: 268px;
    margin-bottom: 50px;
}
.box-contact .social li .fa {
    font-size: 32px;
    vertical-align: middle;
    padding: 0 10px;
}
.box-contact p {
    margin: 10px 0 20px auto;
}
.box-map {
    background: rgb(17, 17, 17);
    border: 3px solid rgb(212, 28, 28);
    padding: 20px;
    height: 300px;
    /* min-height: 345px; */
    margin-bottom: 50px;
}
.box-cours {
    cursor: pointer;
    background: rgb(17, 17, 17);
    border: 3px solid rgb(212, 28, 28);
    padding: 20px;
    /* min-height: 335px; */
    margin-bottom: 50px;
}
.box-cours:hover, .box-cours:focus, .box-cours:active, .box-cours.active {
    background: rgb(212, 28, 28);
    border: 3px solid rgb(17, 17, 17);
    padding: 20px;
    /* min-height: 335px; */
    margin-bottom: 50px;
}
.box-cours:hover h4, .box-cours:focus h4, .box-cours:active h4, .box-cours.active h4 {
    color: rgb(17, 17, 17);
}
.box-cours .address {
    min-height: 175px;
    color: #fff;
    text-align: center;
}
.box-cours i {
    margin-right: 5px;
    color: rgb(212, 28, 28);
}
.box-cours:hover i, .box-cours:focus i, .box-cours:active i, .box-cours.active i {
    margin-right: 5px;
    color: rgb(17, 17, 17);
}
.box-cours-2 {
    background: rgb(17, 17, 17);
    border: 3px solid rgb(212, 28, 28);
    padding: 20px;
    min-height: 0px; 
    margin-bottom: 50px;
}
.box-cours-2 h5 {
    margin-bottom: 0;
}
.box-tarifs-2 {
    background: rgb(0, 0, 0, 0);
    border: 3px solid #fff;
    padding: 20px;
    min-height: 0;
    margin-bottom: 70px;
}
.box-tarifs-2 h4 {
    margin: 0 0 20px;
}
.box-photos {
    background: rgba(0,0,0,0);
    border: 5px solid rgb(17, 17, 17);
    padding: 0;
    min-height: 0;
    /* max-height: 115px; */
    margin-bottom: 0;
}
#photos .no-padding {
    display: inline-block;
    vertical-align: middle;
}

#tarifs {
    background: url(../images/header-1.jpg) repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#ecole .bg {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    /* margin: 20px 0 0; */
}

/*
========================================================================
# 3 - Text styles
------------------------------------------------------------------------
*/

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
}
h1 {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-size: 70px;
    color: #ffffff;
    line-height: 70px;
    font-weight: 400;
    text-transform: uppercase;
	margin-bottom: 0px;
}

h2 {
    font-family: 'Dekiru', 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: 700;
    text-transform: initial;
    margin: 0;
    color: #000;
    /* border-bottom: 2px solid rgb(212, 28, 28); */
    border-bottom: rgb(212, 28, 28);
    border-bottom-width: 2px;
    border-bottom-style: solid;  
    display: inline-block;
    padding-bottom: 5px;
}
.fem {
    font-size: 86px;
    line-height: 86px;
}
h3 {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    display: inline-block;
    padding-top: 5px;
    display: block;
    margin: 0 0 70px;
    color: rgb(212, 28, 28);
}

#cours h2 {
    border-bottom: #000;
    border-bottom-width: 2px;
    border-bottom-style: solid;  
}
#cours p {
    font-family: 'Open Sans', 'serif';
}
#tarifs h2 {
    border-bottom: #fff;
    border-bottom-width: 2px;
    border-bottom-style: solid;  
}
#tarifs p {
    margin-bottom: 30px;
}
h4 {
    font-size: 32px;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: inherit;
    color: rgb(212, 28, 28);
}
h5 {
    font-size: 24px;
    text-transform: initial;
}
h6 {
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
}


#subscription h4 {
    border-top: 2px solid #fff;
    color: #fefefe;
}
#subscription h3 {
    color: #fefefe;
}

.bg-xs .baseline-home {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	font-size: 60px;
	font-weight: 400;
	color: #Ffffff;
	min-height: 70px;
	line-height: 60px;
	font-family: "SignPainter",sans-serif;
}

.baseline-home {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    font-size: 70px;
    font-weight: 400;
    color: #Ffffff;
    min-height: 70px;
    line-height: 70px;
    font-family: "SignPainter",sans-serif;
}
.baseline-home-3 {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #Ffffff;
    min-height: 70px;
    line-height: 70px;
    font-family: "Dekiru",sans-serif;
    text-transform: initial
}
.baseline-home-2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
    display: block;
    margin: 0px 0px 20px;
    color: #fefefe;
    text-align: justify;
    line-height: inherit;
    min-height: inherit;
}

.text-home {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 20px;
    text-align: justify;
}

.text-content {
    text-align: justify;
}

.contact-info p {
    color: #798289;
    font-weight: 400;
}
strong {
    font-weight: bold;
    color: rgb(230, 29, 29);
}
#success .alert-success strong {
    font-weight: bold;
    color: rgb(29, 197, 79);
}

#success .alert-danger strong {
    font-weight: bold;
    color: rgb(230, 29, 29);
}

#success .alert-warning strong {
    font-weight: bold;
    color: rgb(230, 103, 29);
}

.quote {
    margin-bottom: 20px;
    color: rgb(212, 28, 28);
    font-weight: 700;
}
.yellow {
    background: #e2c704;
}
.white {
    background: rgba(255, 255, 255, 0.4);
}
.white-2 {
    background: #F9F9F8;
}
.black {
    background: #000;
}
.black-2 {
    background: rgb(17, 17, 17);
}
.grey {
    background: #393939;
}
.grey-1 {
    background: #DCDCDC;
}
.grey-2 {
    background: #5E5E5E;
}
.grey-3 {
    background: #DCDCDC;
}
.grey-4 {
    background: #292929;
}
.orange {
    background: rgb(212, 28, 28);
}
.red {
    background: rgb(212, 28, 28);
}
.red-2 {
    background: rgb(104, 20, 20);
}
.green {
    background: #beb800;
}
.blue {
    background: #0092c7;
}
.rose {
    background: #E64D6F;
}
.brown {
    background: #6F3324;
}
.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.text-grey {
    color: #798289;
}
.text-grey-2 {
    color: #393939;
}
.text-orange {
    color: rgb(212, 28, 28);
}
.text-red {
    color: rgb(212, 28, 28);
}
.text-red-2 {
    color: rgb(104, 20, 20);
}
.text-green {
    color: #beb800;
}
.text-blue {
    color: #0092c7;
}
.text-rose {
    color: #e64d6f;
}
.text-brown {
    color: rgb(104, 20, 20);
}

/*
========================================================================
# 4 - Button styles
------------------------------------------------------------------------
*/

.btn {
    color: rgb(212, 28, 28);
    background: transparent;
    border: 1px solid rgb(212, 28, 28);
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 5px 10px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.btn:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	background: transparent;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.btn:hover:after {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.btn:hover,
.btn.active,
.btn:active {
  color: #fff;
  z-index: 1;
}

.home-block .btn-home {
    background: rgb(212, 28, 28);
    border: 2px solid rgb(212, 28, 28);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: initial;
    border-radius: 2px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    /* margin: 25px 5px 0px; */
    padding: 5px 10px;
    /* padding: 15px 55px; */
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
}
.home-block .btn-home:after, .home-block .btn-home .fa:after {
    content: "";
    /*position: absolute;*/
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    background: #ffffff;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.home-block .btn-home:hover:after {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.home-block .btn-home:hover,
.home-block .btn-home.active,
.home-block .btn-home:active {
    border: 2px solid rgb(212, 28, 28);
    background: #ffffff;
    color: rgb(212, 28, 28);
    z-index: 1;
}

.home-block .btn-home:hover .fa,
.home-block .btn-home.active .fa,
.home-block .btn-home:active .fa,
.home-block .btn-home:focus .fa {
    color: rgb(212, 28, 28);
    z-index: 1;
}
#box-tarifs-2 .btn-home:hover .fa,
#box-tarifs-2 .btn-home.active .fa,
#box-tarifs-2 .btn-home:active .fa,
#box-tarifs-2 .btn-home:focus .fa {
    color: rgb(212, 28, 28);
    z-index: 1;
}

.home-block .btn-home-2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 900;
    background: rgb(212, 28, 28);
    padding: 5px 10px;
    margin-top: 10px;
    float: inherit;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 0px solid rgb(212, 28, 28);
    text-transform: inherit;
    border-radius: 0px;
}
.home-block .btn-home-2:hover, .btn-home-2.active, .btn-home-2:active {
    /* border: 1px solid #ffffff; */
    background: #ffffff;
    color: rgb(212, 28, 28);
    z-index: 1;
}
.home-block .btn-home-2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    background: #ffffff;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.home-block .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 70px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(212, 28, 28);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
/* .home-block .fa:hover, .home-block .fa:focus, .home-block .fa:active{
    color: rgb(104, 20, 20);
} */
.btn-home .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    color: #fff;
}

/* Subscription */
.btn-sub {
    position: relative;
   	margin: 0px 0px 20px;
    background: #fff;
    border: 3px solid #fff;
    /* border-left: 0px; */
    padding: 11px 40px;
    font-size: 14px;
}
.btn-sub:hover, .btn-sub:focus {
    background: rgb(212, 28, 28);
}
.btn-blog-sub {
    color: #fefefe;
    background: rgb(212, 28, 28);
    border: 2px solid rgb(212, 28, 28);
    border-radius: 2px;
    font-size: 14px;
}
.btn-blog-sub:hover, .btn-blog-sub:focus {
    background: #fefefe;
    color: rgb(212, 28, 28);
}
.btn-home {
	color: #fefefe;
	background: rgb(212, 28, 28);
	border: 2px solid rgb(212, 28, 28);
	border-radius: 2px;
	font-size: 14px;
}
.btn-home:hover, .btn-home:focus {
	background: #fefefe;
	color: rgb(212, 28, 28);
}

/* Contact */
.contact .btn {
    padding: 15px 10px;
    color: #fefefe;
    background: rgb(212, 28, 28);
    border: 3px solid rgb(212, 28, 28);
    border-radius: 0px;
    margin-bottom: 50px;
}
.contact .btn::after, .subscription .btn::after, .sidebar-text .btn::after, .commerce .btn::after, .home-com .btn::after, .btn-home::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    background: transparent;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.contact .btn:hover {
    background: #fefefe;
    color: rgb(212, 28, 28);
    border: 3px solid rgb(212, 28, 28);
}

.commerce .btn, .home-com .btn {
	padding: 11px 20px;
	color: #fefefe;
	background: #beb800;
	border: 3px solid #beb800;
	border-radius: 2px;
}
.commerce a, .commerce button, .home-com a, .commerce button {
	color: #beb800;
}
.commerce a:hover, .commerce button:hover,
.home-com a:hover, .home-com button:hover,
.commerce a:focus, .commerce button:focus,
.home-com a:focus, .home-com button:focus {
	color: #7f7800;
}
.commerce .form-control {
	border: 3px solid #e1e1e1;
	border-radius: 0;
	height: 60px;
	box-shadow: 0 0px 0px transparent;
	font-weight: 400;
}
.commerce .form-control:focus, .home-com .form-control:focus {
	border-color: #beb800;
}
.commerce .btn:hover, .home-com .btn:hover, .commerce .btn:focus, .home-com .btn:focus {
	background: #fefefe;
	color: #beb800;
	border: 3px solid #beb800;
}
.home-com .form-control {
	border: 3px solid #e1e1e1;
	border-radius: 0;
	height: 40px;
	box-shadow: 0 0px 0px transparent;
	font-weight: 400;
}
.home-com .form-group {
	margin-bottom: 10px;
}
#captcha_word_2 {
	height: 60px;
}
section#form h4 {
	border-top: 2px solid #beb800;
	color: #beb800;
}
.home-com .btn {
	padding: 5px 10px;
	color: #fefefe;
	background: #beb800;
	border: 3px solid #beb800;
	border-radius: 0px;
}
.infos .btn {
    padding: 15px 10px;
    color: #fefefe;
    background: rgb(212, 28, 28);
    border: 3px solid rgb(212, 28, 28);
    border-radius: 0px;
    margin-bottom: 70px;
}

.back-btn {
	display: block;
	letter-spacing: 2px;
	margin-top: 10px;
}

.blog-btn {
	display: block;
	margin-top: 10px;
	margin-bottom: 100px;
}
/*
========================================================================
# 5 - Preloader styles
------------------------------------------------------------------------
*/

#faceoff {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9f9f8;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}
#preloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e2c704;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#preloader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgb(212, 28, 28);
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
#faceoff .preloader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

/* Loaded */
.loaded #faceoff .preloader-section {
    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #preloader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.loaded #faceoff {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
            transition: all 0.3s 1s ease-out;
}

/*
========================================================================
# 6 - Menu styles
------------------------------------------------------------------------
*/
header {
    background: transparent;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.big_block {
    padding: 80px 0;
}
.top_head {
    position: relative;
    line-height: 49px;
    color: #FFF;
    z-index: 99999;
    background-color: transparent;
}
.social li {
    padding-right: 10px;
    display: inline-block;
}
.top_head span {
    padding-right: 25px;
    padding-left: 10px;
    font-family: "Ubuntu",sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
.top_head a {
    color: #FFF;
}
.social li:last-child {
    padding-right: 0;
}
.top_head .popover {
    position: relative;
    z-index: 99999999 !important;
    width: 300px;
}
/* ==============================================
Bootstrap Navbar
=============================================== */
.header {
    display: inherit;
    flex-direction: inherit;
    align-items: inherit;
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
.navbar-default {
    border: none;
    z-index: 1004;
    margin-bottom: 0;
    background: rgb(0, 0, 0);
    text-transform: uppercase;
    min-height: inherit;
    padding: 0;
}
.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 40px;
}
.navbar-default .navbar-nav > li > a {
    margin: 0px;
    font-weight: bold;
}
.navbar-header {
    position: relative;
    z-index: 99999;
}
.navbar-header {
    height: 67px;
    line-height: 67px;
}
.navbar-default a.navbar-brand {
    font-size: 35px;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: none;
}
.navbar-default .navbar-nav > li > a, .navbar-default .dropdown-menu > li a, .navbar-default .dropdown-menu .dropdown-menu > li a {
    color: #FFF;
    background: none;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.navbar-default .dropdown-menu > li a {
    padding: 7px 20px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: none;
    color: rgb(212, 28, 28);
}
.navbar-default .nav-brand span:hover,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .dropdown-menu > li a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: rgb(212, 28, 28);
}
.navbar-default .navbar-nav > li > a:focus {
      color: #fefefe;
  }
.navbar-default .dropdown-menu {
    background: #000000;
    padding: 15px 0;
}
.navbar-nav > li.dropdown li.dropdown > a::before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 16px;
    color: #000;
}
.nav > li {
    position: relative;
    display: block;
    /* margin: 0 0 10px; */
}
.navbar {
    border-radius: 0px;
}

.tooltip {
    line-height: 1.4;
    visibility: visible;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background: rgb(212, 28, 28);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 0px solid rgb(212, 28, 28);
    vertical-align: middle;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgb(212, 28, 28);
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.navbar-default .navbar-toggle {
    border-color: rgb(212, 28, 28);
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 16px;
    margin-right: 0px;
    margin-bottom: 16px;
    background-color: rgb(212, 28, 28);
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fefefe;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fefefe;
    border-color: #fefefe;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: rgb(212, 28, 28);
}
.social li .fa:hover {
    color: rgb(212, 28, 28);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: rgb(212, 28, 28);
}
.header-com .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #beb800;
}
.header-san .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #e64d6f;
}
.header-tour .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #0092c7;
}

/*
========================================================================
# 7 - Header Navbar styles
------------------------------------------------------------------------
*/



/*
========================================================================
# 8 - Social styles
------------------------------------------------------------------------
*/

.social {
    text-align: center;
    /*float: right !important;
    margin: 0 auto;
    line-height: 90px;*/
}

.social:before,
.social:after {
    display: table;
    content: " ";
}
.social:before,
.social:after {
    clear: both;
}

.social li .fa {
    font-size: 20px;
    vertical-align: middle;
}

/* home */
.home-carousel .social {
    text-align: center;
}
.home-carousel .social li {
    display: inline-block;
    margin: 0 33px;
}

.home-carousel .social li .fa  {
    color: #fff;
    font-size: 32px;
}
.home-carousel .social li .fa:hover {
    color: rgb(104, 20, 20);
}

/* Contact */
.contact-info .fa {
    font-size: 50px;
    color: rgb(212, 28, 28);
    margin-bottom: 10px;
}
.contact-info .fa-contact {
    font-size: 20px;
    color: rgb(212, 28, 28);
    margin-bottom: 0px;
    margin-right: 10px;
    vertical-align: middle;
}

#contact_form .fa-contact:hover {
	color: rgb(104, 20, 20);
}

/* Footer */
.social-icon {
    margin-bottom: 60px;
}
.social-icon a {
    margin: 0 16px 20px 16px;
    display: inline-block;
}
.social-icon .fa {
    font-size: 30px;
    color: rgb(212, 28, 28);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    line-height: 2;
    border: 10px solid rgb(212, 28, 28);
    transition:.3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}
.social-icon a:active .fa,
.social-icon a.active .fa,
.social-icon a:hover .fa {
    border: 10px solid #fff;
    line-height: 2;
}
.norm-bg .social-icon .fa {
    border: 10px solid rgba(32, 60, 69, 0.21);
}

.pointer .fa {
    font-size: 40px;
    color:rgba(255, 255, 255, .38)
}
.pointer .fa:hover {
    color: #fff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}

.home .copyright .social li .fa  {
    color: #fff;
    font-size: 32px;
}

/*
========================================================================
# 9 - Carousel styles
------------------------------------------------------------------------
*/

/*#background-carousel{
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height:100vh;
    z-index:-1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#background-carousel .carousel,
#background-carousel .carousel-inner {
    width:100%;
    height:100%;
    z-index:0;
    overflow:hidden;
}
#background-carousel .item {
    width:100%;
    height:100%;
    z-index:0;
    !*-webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;*!
}
#background-carousel .item img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no1 {
    background: url(../images/sliders/bg02.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no2 {
    background: url(../images/sliders/bg13.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no3 {
    background: url(../images/sliders/bg15.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no4 {
    background: url(../images/sliders/bg18.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no5 {
    background: url(../images/sliders/bg14.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no6 {
    background: url(../images/sliders/bg17.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no7 {
    background: url(../images/sliders/bg01.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no8 {
    background: url(../images/sliders/bg06.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no9 {
    background: url(../images/sliders/bg09.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no10 {
    background: url(../images/sliders/bg16.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no11 {
    background: url(../images/sliders/bg11.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no12 {
    background: url(../images/sliders/bg04.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no13 {
    background: url(../images/sliders/bg07.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no14 {
    background: url(../images/sliders/bg12.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no15 {
    background: url(../images/sliders/bg19.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no16 {
    background: url(../images/sliders/bg10.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no17 {
    background: url(../images/sliders/bg05.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no18 {
    background: url(../images/sliders/bg08.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#background-carousel .item-no19 {
    background: url(../images/sliders/bg03.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}*/
/*#background-carousel .carousel .active.left {
    left:0;
    opacity:0;
}*/
/*#content-wrapper {
    position:absolute;
    z-index:1 !important;
    min-width:100%;
    min-height:100%;
}
.home-carousel .slider-bg {
    padding: 0 0px 120px;
}
section.home-carousel {
    padding-top: 0px;
}*/

/*
========================================================================
# 10 - home styles
------------------------------------------------------------------------
*/

/*.home .container-fluid {
  position: relative;
}
.home {
  background: url(../images/marketing.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.post {
    background: url(../images/sliders/bg03.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/

/*
========================================================================
# 11 - Subscription styles
------------------------------------------------------------------------
*/

.subscription {
  background: url(../images/subscription.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.subscription .form-control {
  font-family: 'Dosis', sans-serif;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 20px;
  height: 48px;
  line-height: 1.42857;
  padding: 8px 12px;
    font-weight: 700;
}
.subscription .form-control:focus {
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}
.subscription .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.subscription .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.subscription .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

/*
========================================================================
# 12 - Contact styles
------------------------------------------------------------------------
*/
.contact .nav-tabs {
  border-bottom: none;
  position: relative;
}
.contact .nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0 9% 25px;
}
.contact .nav-tabs > li > a {
  background: transparent;
  margin: 0;
  position: initial;
}
.contact .nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
.contact .nav > li > a:hover, .contact .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.contact .nav-tabs li .fa {
  background: rgb(212, 28, 28);
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 50px;
  height: 100px;
  line-height: 2;
  width: 100px;
          box-shadow: 0px 0px 0px 20px rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 0px 20px rgb(255, 255, 255);
     -moz-box-shadow: 0px 0px 0px 20px rgb(255, 255, 255);
}
.contact .nav-tabs > li.active > a,
.contact .nav-tabs > li.active > a:hover,
.contact .nav-tabs > li.active > a:focus {
  border: 1px solid transparent;
}

.contact .nav-tabs li .fa:hover,
.contact .nav-tabs > li.active > a .fa,
.contact .nav-tabs > li.active > a:hover .fa,
.contact .nav-tabs > li.active > a:focus .fa {
  background: #fff;
  color: rgb(212, 28, 28);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255,0.75);
     -moz-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255,0.75);
          box-shadow: 0px 0px 0px 20px rgba(255, 255, 255,0.75);
}


.contact-info p.contact-success, .contact-info p.contact-error {
    color: #fefefe;
    font-weight: 700;
}

.form-horizontal:after {
  content: "";
  display: table;
}
.form-horizontal:after {
  clear: both;
}
.contact .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.contact .form-horizontal {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}
.contact .form-control {
  border: 3px solid #e1e1e1;
  border-radius: 0;
  height: 60px;
  box-shadow: 0 0px 0px transparent;
  font-weight: 400;
}
.contact .form-control:focus {
  box-shadow: 0px 0px 0px 0px;
  border: 3px solid rgb(212, 28, 28);
}
.contact textarea.form-control {
    height: 147px;
    padding: 18px 12px;
}

/*
========================================================================
# 13 - Footer styles
------------------------------------------------------------------------
*/

#footer {
  background: url(../images/header-2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#footer .bg-xs {
    background: rgba(0, 0, 0, .78);
}
.copyright {
  font-size: 20px;
  position: relative;
  font-family: 'Dosis', sans-serif;
  color: #fff;
}
.copyright:after {
  content: " ";
  position: absolute;
  bottom: 45px;
  left: 50%;
  height: 2px;
  width: 50px;
  margin-left: -25px;
  background: #fff;
}
.copyright span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}
.copyright p {
    margin: 40px 0;
    text-align: center;
}

.pointer {
    width: 67px;
    height: 67px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: none repeat scroll 0% 0% rgb(104, 20, 20);
    padding: 15px;
    border-radius: 50%;
}

#go-to-top a {
	text-decoration:none;
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
	text-align: center;
	line-height: 56px;
	margin: 0 20px 20px;
	width: 60px;
	height: 60px;
    color: rgb(212, 28, 28);
    border-radius: 50%;
    background: #fff;
    border: 7px solid rgb(212, 28, 28);
	transition: .3s;
    -webkit-transition: .3s;
       -moz-transition: .3s;
         -o-transition: .3s;
        -ms-transition: .3s;

 
}
#go-to-top a:hover {
	background: rgb(212, 28, 28);
	color: #fff;
}
