/**
 * Typography
 */

 
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
body {
  font-family: 'Gotham Pro', sans-serif;
  color: #fff;
    min-width: 360px;
}


.btn {
  border-radius: 0;
  font-size: 20px;
  padding: 9px 23px;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  text-transform: uppercase;
  color: grey;
}

h2 {

}

.form-control {
	border-radius: 6px;
}

.form-group.inline {
	display: inline-block;
}

.navbar-toggle {
  margin-top: 12px;
}

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

.navbar-toggle, 
.navbar-toggle:focus {
  border:1px solid #fff;
  outline: none;
}

.vertical-align {
    display: flex;
    align-items: center;
}

/**
 * Header
 */
.header-top {
  display: block;
  overflow: hidden;
  padding: 25px;
}

.main-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.main-nav .container {
  width: 100%;
}

.carousel-indicators {
    bottom: 20px;
}

.social-icons a {
  font-size: 18px;
  color: #fff;
  padding-left:20px;  
}

.social-icons .fa-facebook:hover {
  color: #3B5997;
}

.social-icons .fa-twitter:hover {
  color:#29C5F6;
}

.social-icons .fa-google-plus:hover {
  color:#D13D2F;
}

.social-icons .fa-youtube:hover{
  color: #ec5538;
}

.navbar-brand {
  background-color: unset;
  height: 90px;
  margin-bottom: 20px;
  position: relative;
  width: 297px;
  padding: 0;
}

.navbar-brand img {
  position: absolute;
  top: 0px;
  left: 5vw;
}

/**
 * Slider-top CSS
 */

#slider-top {
  position: relative;
  overflow: hidden;
}

#main-slider img {
  width: 100%;
}

#main-slider 
.carousel-indicators li {
  background-color:#C1272D;
  border: 1px solid #C1272D;
}

#main-slider 
.carousel-indicators li.active {
  background-color:#fff;
  border: 1px solid #fff;
}

/**
 * Benefit
 */
#benefit {
	text-align: center;
}

#benefit h4 {
  margin-top: 1.5em;
}

#benefit img {
  margin: 0 auto;
  width: 50%;
}

#benefit ul{
    padding-left: 0;
    margin-bottom: 0;
}

#benefit  {
  margin-top: 32px;
}


/**
 * AC-systems CSS
 */
#ac-systems {
  position: relative;
  background-color: #fff;
  padding-top: 32px;
}

#ac-systems .row {
  text-align: center;
}

#ac-systems img {
  margin: 0 auto;
}

#ac-systems h2 {
  color: grey;
  margin-bottom: 40px;
  margin-top: 70px;
  text-transform: uppercase;
}

.single-system {
  background-color: #C1272D;
  padding-top: 12px;
  padding-bottom: 12px;
}

.single-system h4 {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  min-height: 36px;
}

.single-system h5 {
  color: white;
  display: block;
}

.single-system > a {
  display: block;
}


#event-carousel {
  position: relative;
}

.even-control-left, 
.even-control-right {
  position: absolute;
  color: grey;
  top: 0;
  z-index: 1;
}

.even-control-left {
  left: -2.5%;
} 

.even-control-right {
  right: -2.5%;
}

.arrow {
    background-image: url("../images/arrows.png");
    width: 32px;
    height: 64px;
}

.arrow-left {
	background-position: 0 0;
}

.arrow-right {
	background-position: 0 64px;
}

/**
 * Dude
 */
#dude {
  background-color: #C1272D;  
  position: relative;  
  width: 100%;
  display: flex;
}

.dude {
  top: 0;
  width: 40%;
  
  display: flex;
  align-items: flex-start;
  justify-content: center;
  
  background-image: url("../images/dude_2.png");
  background-repeat: no-repeat;  
  background-position: 75% 40px;
  background-size: 50% auto;
}

.block-phone .icon-phone,
.block-phone .text-phone {
  display: inline-block;
}

.block-call .icon-call,
.block-call .text-call {
  display: inline-block;
}

.block-phone .text-phone,
.block-call .text-call {
  vertical-align: middle;
  text-align: left;
  height: 100%;
}

.block-call {
  font-size: 3em;
}

.block-phone  {
	font-size: 1.5em;
	line-height: 1.75em;
}

.block-phone .icon-phone {
  width: 6em;
}

.block-call .icon-call {
  width: 1.25em;
}

.block-call .text-call {
  color: yellow;
  font-weight: bold;
}

.dude img {
  padding-top: 3%;
}

.dude-content {
  width: 50%;
  /*background-image: url("../images/dude-bg.jpg");*/
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 70px 0px;
  text-align: center;
}

#dude h3,
#dude h4 {
  color: white;
}

#dude h3 {
  font-weight: bold;
  font-size: 2.15em;
}

#dude h4 {
  font-weight: normal;
}

.dude-content p {
}

#dude .btn-primary {
  background: #A41780;
  background: -moz-linear-gradient(top, #A41780 0%, #540c41 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#A41780),color-stop(100%,#540c41));
  background: -webkit-linear-gradient(top,#A41780 0%,#540c41 100%);
  background: -o-linear-gradient(top,#A41780 0%,#540c41 100%);
  background: -ms-linear-gradient(top,#A41780 0%,#540c41 100%);
  background: linear-gradient(to bottom,#A41780 0%,#540c41 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A41780',endColorstr='#540c41',GradientType=0);
  /*background-color: rgb(221, 11, 36);*/
  
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  margin-top: 0;
  font-weight: bold;
  font-size: 1.15em;
}

#dude .btn-primary:hover {
  background-color: darkred;
  background: -moz-linear-gradient(top, #8D136E 0%, #540c41 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8D136E),color-stop(100%,#540c41));
  background: -webkit-linear-gradient(top,#8D136E 0%,#540c41 100%);
  background: -o-linear-gradient(top,#8D136E 0%,#540c41 100%);
  background: -ms-linear-gradient(top,#8D136E 0%,#540c41 100%);
  background: linear-gradient(to bottom,#8D136E 0%,#540c41 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8D136E',endColorstr='#540c41',GradientType=0);
}

#contact-section-callback  {
	margin-top: 16px;
}

/**
 * Footer CSS
 */
footer {
  background-color: #C1272D;
  color: #FFFFFF;
  padding: 35px 0;
  margin-top: 32px;
}

footer h2,
footer h3,
footer h4 {
	color: white;
}

footer a {
  color: white;
}

footer a:hover {
  color:#1B7B98;
}

footer .block-call .text-call {
	color: white;
}

#contact-section .form-control {
  border-color: #ae750d;
  box-shadow:none;
  outline: 0 none;
  border-radius: 0;
  color: #797979;
}

#contact-section .form-control:focus {
  border-color: #ae750d;
}

#contact-section input {  
  height: 44px;
}

#contact-section textarea {
  height: 90px;
  resize:none;
}

#contact-section .btn-primary {
  background-color: #373737;
  color: #f7ab24;
  border: none;
  padding: 6px 42px;
  margin-bottom: 16px;
  margin-top: 8px;
  
  border-radius: 8px;
}

#contact-section .btn-primary:hover {
  background-color: #212020;
  color: #fff;
}

#footer .block-title {
	font-size: 1.5em;
	margin-bottom: 16px;
}

#footer .block-title .icon-mail {
	height: 3em;
}

#footer .block-title .icon-mail,
#footer .block-title h3 {
  display: inline-block;
  vertical-align: middle;
}

#footer .block-title h3 {
	margin-top: 8px;
	margin-bottom: 8px;
}


/*=========================
  Social Network
 ================= */
 .fa-facebook::before,
 .fa-vk::before,
 .fa-skype::before,
 .fa-viber::before {
  content: "";
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center; 
  display: inline-block;
  width: 100%;
  height: 100%;
}
 
.fa-facebook::before {
  background-image: url("../images/social/facebook.png");
}
.fa-vk::before {
  background-image: url("../images/social/vk.png");
}
.fa-skype::before {
  background-image: url("../images/social/skype.png");
}
.fa-viber::before {
  background-image: url("../images/social/viber.png");
}
 
/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline-block;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoVK:hover {
	background-color:#33ccff;
}
.social-network a.icoSkype:hover {
	background-color:#BD3518;
}
.social-network a.icoViber:hover {
	background-color: #F56505;
}

.social-network a.icoFacebook:hover i, 
.social-network a.icoVK:hover i,
.social-network a.icoSkype:hover i, 
.social-network a.icoViber:hover i {
  color:#fff;
}

a.socialIcon:hover, 
.socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 24px;
}

.social-circle li i {
	margin: 0;
	line-height: 75px;
	text-align: center;
}

.social-circle li a:hover i, 
.triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-network a {
 background-color: #D3D3D3;   
}

/* li justify */
ul.social-network {
	text-align: justify;
	width: 50%;
	min-width: 264px;
	margin-top: 16px;
}

ul.social-network::after {
	width: 100%;
	display: inline-block;
	content: "";
	visibility: hidden;
}

ul.social-network  li {
	display: inline-block;
}

/**
 * Footer
 */
.copyright {
	margin-top: 32px;
}

footer .copyright  a {
	color: lightgrey;
}

footer .block-social {
	text-align: center;
}

footer .social-circle li a {
	width: 40px;
	height: 40px;
}


footer .social-circle li i {
	line-height: 40px;
}

footer .fa-facebook::before, 
footer .fa-vk::before, 
footer .fa-skype::before, 
footer .fa-viber::before {
    background-size: 40px;
}

footer .block-call {
    font-size: 2em;
	color: white;
}

footer .contact-text {
    margin-top: 210px;
	text-align: center;
}


footer input[placeholder] {
   color: blue;
}

footer #contact-section .form-control {
    border-top: none;
	border-right: none;
	border-bottom-color: rgba(255, 255, 255);
	border-bottom-color: rgba(255, 255, 255, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	border-left: none;
    border-radius: 0;
    color: white;
    background-color: #C1272D;
}

footer #contact-section .form-control:focus {
	border-bottom-color: white;
}

footer .form-control::-webkit-input-placeholder {
  color: white;
  opacity:  0.5;
}
footer .form-control:-moz-placeholder {
  color: white;
  opacity:  0.5;
}
footer .form-control::-moz-placeholder {
  color: white;
  opacity:  0.5;
}
footer .form-control:-ms-input-placeholder {
  color: white;
  opacity:  0.5;
}

footer #contact-section .btn-primary {
	background-color: rgb(221, 11, 36);
	color: white;
	border-left: none;
	border-right: none;
	border-radius: 6px;
	border-bottom-color: rgb(158, 17, 7);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-color: rgb(254, 176, 166);
	border-top-style: solid;
	border-top-width: 2px;
}

#footer .btn-primary:hover {
    background-color: darkred;
	border-top-color: rgb(221, 11, 36);
}

footer  .block-logo-footer {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer  .block-logo-footer {
	margin-top: 70px;
}

.copyright  {
    background-color: rgba(67, 92, 158, 0.5);
}

footer {
    padding-bottom: 0;
}

footer p {
    margin-bottom: 0;
	padding: 10px 0;
}

.block-logo-footer-last {
	display: none;
}

.block-logo-footer-first {
	display: block;
}