aside, nav, footer, header, section { display: block }
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: #676667;
}

h1,h2,h3,h4 {
    font-weight: normal;
}
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
}
input, textarea, button, select {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Open Sans', sans-serif;
}
*:focus {
    outline: none;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}

#all {
    overflow: hidden;
}

.input-style1,.textarea-style1 {
    font-size: 14px;
    line-height: 27px;
    border: none;
    padding: 0 10px;
    font-weight: 200;
    color: #000;
}

.textarea-style1 {
    padding: 10px;
    line-height: normal;
    margin-bottom: 25px;
}

.button-style1 {
    line-height: 43px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.header {
    background: #fff;
    min-height: 88px;
    overflow: hidden;
}

.inner {}
.inner table{border-collapse: collapse;}
.inner td, th{padding:5px;}

.logo {
    float: left;
    margin: 18px 0;
}

.logo img {
    vertical-align: bottom;
}

.fr {}

.head-link {
    text-transform: uppercase;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 5px;
}

.head-link a {
    font-size: 12px;
    color: #b70080;
    text-decoration: none;
    border-bottom: 1px dashed;
    display: inline-block;
    line-height: 12px;
    margin-left: 30px;
}

.head-phone {
    text-align: right;
    font-size: 20px;
}

.head-phone a {
    text-decoration: none;
    display: inline-block;
    margin-left: 15px;
}

.head-phone span {
    color: #b70080;
}

.navigation {
    background: #650046;
    background: rgba(101, 0, 70, 0.5);
    font-size: 18px;
    color: #fff;
    line-height: 65px;
    position: relative;
    z-index: 3;
    float: left;
    width: 100%;
}

.navigation:after {
    content: "";
    /* display: block; */
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.navigation ul {
   
    padding: 0;
}

.navigation li {
    float: left;
    display: block;
    /*width: 12.5%;*/
    text-align: center;
	margin: 0 35px 0 0;
	 
}

.navigation a {
    text-decoration: none;
    display: block;
}

.navigation li:hover > a,.navigation a.active {
    background: #650046;
    background: rgba(101, 0, 70, 0.5);
}

.navigation .submenu {
    position: absolute;
    top: 65px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    text-transform: none;
    width: auto;
    line-height: normal;
    padding: 10px 0;
    max-width: 270px;
    display: none;
}

.navigation .submenu li {
    display: block;
    float: none;
    width: auto;
    text-align: left;
}

.navigation .submenu a {
    display: block;
    padding: 8px 30px;
}

.navigation .submenu a:hover {
    background: #000;
    color: #b70080;
}

.big-slider {
    overflow: hidden;
    margin-bottom: -130px;
    position: relative;
    top: -65px;
    width: 100%;
}

.big-slider ul {
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}

.big-slider li {
    float: left;
    display: block;
    height: 600px;
    min-width: 100vw;
    background-position: 50%;
    background-size: cover;
    position: relative;
}

.bslider-text {
    background: #fff;
    background: rgba(255, 255, 255, 0.2);
    text-align: right;
    font-size: 50px;
    padding: 30px 0;
    line-height: 70px;
    color: #000;
    position: absolute;
    left: 0;
    bottom: 65px;
    width: 100%;
}

.bslider-text .inner {
    padding-left: 205px;
    width: 795px;
}

.bslider-nav {
    position: absolute;
    bottom: 85px;
    left: 50%;
    width: 88px;
    height: 88px;
    font-size: 20px;
    margin-left: -445px;
}

.bslider-pag {
    background: url(../images/bslider-p.png) no-repeat;
    width: 88px;
    height: 88px;
    position: relative;
    z-index: 1;
}

.bslider-pag a,.bslider-count {
    color: #fff;
    text-decoration: none;
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    text-align: center;
}

.bslider-count {
    display: block;
    top: 40px;
    left: 35px;
    z-index: 1;
}

.bslider-pag a.active {
    display: block;
}

.bslider-pag a.active

.bslider-count {}

.bcontrol-arrow {
    background: url(../images/bslider-arrows.png) no-repeat;
    width: 46px;
    height: 45px;
    position: absolute;
    top: 21px;
}

.control-prev {
    left: -30px;
}

.control-next {
    right: -30px;
    background-position: 100%;
}

.footer {
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    color: #fff;
    overflow: hidden;
    height: 65px;
    z-index: 5;
}

.copy {
    float: left;
    font-size: 13px;
    color: #968f8c;
    font-family: Arial;
    margin: 25px 0 0;
}

.copy a {
    color: #b70080;
    text-decoration: none;
}

.footer-address {
    position: absolute;
    left: 50%;
    top: 20px;
    font-size: 12px;
    width: 320px;
    text-align: center;
    margin-left: -160px;
}

.footer-address:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 25px;
    background: url(../images/icons/address.png) no-repeat;
    margin-left: 10px;
}

.dev {
    float: right;
    margin-top: 18px;
}

.dev img {
    vertical-align: bottom;
}

.wrap {
    overflow: hidden;
    width: 100%;
}

.head {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 15px;
    padding: 20px 0 30px;
    line-height: 20px;
    background: #fff url(../images/head-shadow.png) 100% 100% repeat-x;
    position: relative;
    z-index: 2;
}

.gallery-items {
    overflow: hidden;
}

.gi-item {
    float: left;
    width: 288px;
    height: 190px;
    margin: 0 43px 30px 0;
}

.gi-item:nth-child(3n) {
    margin-right: 0;
}

.gi-item img {
    vertical-align: middle;
    width: 100%;
}

.license-items {
    text-align: center;
}

.lic-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 20px;
    width: 253px;
}

.lic-item img {
    vertical-align: bottom;
    max-width: 100%;
}

.contact-page {
    position: relative;
    margin-bottom: -65px;
    margin-top: 65px;
    width: 100%;
}

.contact-page .head {
    margin-bottom: 0;
}

#map {
    position: absolute;
    left: 0;
    top: 70px;
    bottom: 0;
    width: 100%;
    /* height: 100%; */
    z-index: 1;
}

.contact-top {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    font-size: 18px;
    color: #fff;
    padding: 20px 0;
}

.contact-top .co-col {
    float: left;
    width: 33.3333%;
    line-height: 25px;
}

.contact-top .title {}

.contact-top .line {
    width: 145px;
    height: 1px;
    background: #fff;
    background: rgba(255, 255, 255, 0.2);
    margin: 10px 0;
}

.contact-top p {
    margin: 0;
}

.contact-top a {
    text-decoration: none;
}

.reviews-items {
    float: left;
    width: 485px;
}

.ri-item {
    margin-bottom: 40px;
}

.ri-top {
    color: #84336b;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
}

.ri-text {
    border: 1px solid #c1c1c1;
    padding: 15px;
    position: relative;
}

.ri-text:before {
    content: "";
    width: 25px;
    height: 31px;
    position: absolute;
    top: -25px;
    left: 25px;
    background: url(../images/rew.png) no-repeat;
}

.rev-form {
    float: right;
    background: #650046;
    background: rgba(101, 0, 70, 0.8);
    color: #fff;
    border: 1px solid #000;
    width: 350px;
    padding: 25px 30px 30px;
}

.rev-form h2 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 25px;
}

.rev-line {}

.rev-form .textarea-style1 {
    width: 330px;
    height: 60px;
    resize: none;
}

.rev-form .input-style1 {
    margin-bottom: 25px;
    width: 330px;
}

.rev-line .input-style1 {
    width: 140px;
    margin-bottom: 25px;
}

.rev-line .input-style1:last-of-type {
    float: right;
}

.rev-bottom {
    overflow: hidden;
}

.rev-capha {
    float: left;
}

.rev-capha img {
    vertical-align: bottom;
    margin-right: 25px;
}

.rev-capha .input-style1 {
    width: 60px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 0;
}

.rev-bottom .button-style1 {
    float: right;
    width: 135px;
}

.modalform {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

.modalform .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    cursor: pointer;
}

.modalform .rev-form {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -206px;
    z-index: 2;
}

.m-close {
    background: url(../images/icons/close.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}


.form-absolute{position:absolute;right:15px;top:5px;cursor:pointer;color:#fff;font-size:20px !important;}

.highslide-html{background:none !important;}

.highslide-html-content{padding:0 !important;}

.highslide-wrapper, .highslide-outline{background:none !important;}


.inner {
    max-width: 990px;
    margin: 0 auto;
    position: relative;
	padding: 0 10px 0 10px;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrapper:after {
  clear: both;
}
.mobile-nav-button {
	float: right;
	background:url(../images/mobile-menu.png) 0 0 no-repeat;
	padding: 0 0 0 0;
	width: 20px;
	height: 14px;
	margin: 38px 0 0 0;
	cursor: pointer;
	display: none;
}
.mobile-header {
    background: #f6f7f9;
    position: absolute;
    top: 88px;
    z-index: 999;
    left: -100%;
    width: 100%;
    box-shadow:0 0 2px #CCC;
-moz-box-shadow:0 0 2px #CCC;
-webkit-box-shadow:0 0 2px #CCC;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.mobile-header .padding {
	padding: 15px 10px 15px 10px;
}
.mobile-header.active {
    left: 0;
}
.extra-wrap {overflow:hidden;}
ul.mobile-menu {
	padding:0px 0 0 0;
	margin:0px;
}
ul.mobile-menu li {
	font-size:16px;
	line-height:19px;
	list-style:none;
	padding: 0 0 15px 0;
}
ul.mobile-menu a {
	color:#000;
	text-decoration:none;
}
ul.mobile-menu a:hover {
	text-decoration:underline;
}
.mobile-link {
	padding:0px;
}
.mobile-link a {
	display:inline-block;
	color:#fff;
	border-radius: 7px;
	margin: 0 1% 0 1%;
	background:#b70180;
	padding: 10px 0px 10px 0px;
	width:47%;
	text-transform:none;
	font-size:12px;
	text-align:center;
}
.mobile-phone {
    text-align: center;
    font-size: 15px;
	padding: 10px 0 0 0;
}

.mobile-phone a {
    text-decoration: none;
    display: inline-block;
    margin-left: 15px;
	margin-bottom:10px;
}
.mobile-phone span {
    color: #b70080;
}
.about-mobile-video {
	max-width:400px;
	margin: 0 auto;
}
.politic {
	font-size:13px;
	line-height:15px;
	padding: 5px 0 5px 0;
}
.politic a {
	color:#fff;
}
@media (min-width: 768px) and (max-width: 989px)  {
  .inner {
    width: 750px;
  }
  .head-phone {
	font-size:15px;
  }
  .mobile-none {
	display:none;
  }
  .head-link {
	margin-top:25px;  
  }
  .navigation {
	font-size:15px;  
  }
  .navigation ul {
	padding: 0 10px 0 10px; 
  }
  .navigation li {
	margin: 0 20px 0 0;
  }
  .bslider-nav {
	left:30px;
	margin-left:0px;  
  }
  .footer-address {
	left:55%;  
  }
  .reviews-items {
	float:none;
	width:100%;
  }
  .rev-form {
	float:none;
	margin: 0 auto 20px;
  }
  .service-table table td {
	  width:33%;
  }
  .service-table table td img {
	  width:100%;
	  height:inherit;
  }
}
@media (min-width: 480px) and (max-width: 767px)  {
  .logo {
	  margin:10px 0;
  }	
  .fr {
	display:none;
  }
  .head-phone {
	font-size:15px;
  }
  .mobile-none {
	display:none;
  }
  .head-link {
	margin-top:25px;  
  }
  .navigation {
	font-size:15px;  
  }
  .navigation ul {
	padding: 0 10px 0 10px;
  }
  .navigation li {
	margin: 0 20px 0 0;
  }
  .big-slider {
	top: 0px;
	margin-bottom:-65px;	
  }
  .bslider-nav {
	left:30px;
	margin-left:0px;  
  }
  .footer-address {
	display:none;  
  }
  .mobile-nav-button {
	display: block;
  }
  .reviews-items {
	float:none;
	width:100%;
  }
  .rev-form {
	float:none;
	margin: 0 auto 20px;
  }
  .contact-page {
	margin-top:0px;  
  }
  .service-table table td {
	  display:block;
	  width:100%;
  }
  .service-table table td img {
	  width:100%;
	  height:inherit;
  }
  .mobile-none1 {
	display:none;  
  }
  .license-table table td img {
	   width:inherit !important;
	   height:inherit !important;
	   max-height:250px !important;
   }
   .license-table1 table td {
	  display:block;
	  width:100%;
      text-align:center;	  
   }
   .license-table1 table td img {
	   height:inherit !important;
	   max-height:250px !important;
   }
  
}
@media (min-width: 320px) and (max-width: 479px)  {
  .logo {
	margin:10px 0;
  }
  .logo img {
	max-width:250px;  
  }  
  .fr {
	display:none;
  }
  .head-phone {
	font-size:15px;
  }
  .mobile-none {
	display:none;
  }
  .head-link {
	margin-top:25px;  
  }
  .navigation {
	font-size:15px;  
  }
  .navigation ul {
	padding: 0 10px 0 10px;
  }
  .navigation li {
	margin: 0 20px 0 0;
  }
  .big-slider {
	top: 0px;
	margin-bottom:-65px;	
  }
  .bslider-nav {
	left:30px;
	margin-left:0px;  
  }
  .footer-address {
	display:none;  
  }
  .mobile-nav-button {
	display: block;
  }
  .about-mobile img {
	width:100%;
  }
  .reviews-items {
	float:none;
	width:100%;
  }
  .rev-form {
	float:none;
	margin: 0 auto 20px;
	width: 280px;
	padding:10px;
  }
  .rev-line .input-style1 {
	width:115px;
  }
  .rev-form .textarea-style1 {
	width:93%;  
  }
  .button-style1 {
	display:block;
	float:none !important;
	margin: 60px 0 0 0;
  }
  .contact-page {
	margin-top:0px;  
  }
  .contact-top {
	  font-size:13px;
  }
  .contact-top .co-col {
	float:none;
	width:100%;
	line-height:17px;
  }
  .service-table table td {
	  display:block;
	  width:100%;
  }
  .mobile-none1 {
	display:none;  
  }
  .license-table table td {
	  display:block;
	  width:100%;	
   }
   .license-table table td img {
	   width:inherit !important;
	   height:inherit !important;
	   max-height:250px !important;
   }
   
   .license-table1 table td {
	  display:block;
	  width:100%;
      text-align:center;	  
   }
   .license-table1 table td img {
	   height:inherit !important;
	   max-height:250px !important;
   }
}
