/*STYLE.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: Freedom.*/
/* Version: 1.0 Initial Release*/
/* Build Date: 15-10-2014*/
/* Author: Unbranded.*/
/* Website: http://moonart.net.ua/freedom/about.html 
/* Copyright: (C) 2014 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - MAIN BANNER*/
/* 03 - CONTACT*/
/* 04 - FOOTER*/
/* 05 - MEDIA QURIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,700,800,600,300&subset=latin-ext,latin");
@font-face{ 
	font-family: 'WebSymbolsLigaRegular';
	src: url('../fonts/websymbolsligaregular.eot');
	src: url('../fonts/websymbolsligaregular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/websymbolsligaregular.woff') format('woff'),
		url('../fonts/websymbolsligaregular.ttf') format('truetype'),
		url('../fonts/websymbolsligaregular.svg#WebSymbolsRegular') format('svg');
}
html {margin:0px; padding:0px; height:100%;}
body {margin:0px; padding:0px; font-size:100%; height:100%; width:100%; font-family: 'Open Sans', sans-serif; color:#fff; background-color: #000;}
body.fix {overflow-y: hidden!important;}
.onload{opacity:0; -webkit-transition:All 300ms ease-in; -moz-transition:All 300ms ease-in;  -o-transition:All 300ms ease-in; -ms-transition:All 300ms ease-in; transition:All 300ms ease-in;}
.onload.loaded{opacity:1;}
.loader{position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:6000; background:#2a2a2a; text-align: center;}
.loading-line {position: absolute;  top: 50%; margin-top: -43px; left:50%; margin-left: -50px; -webkit-transition:All 1000ms ease-in; -moz-transition:All 1000ms ease-in;  -o-transition:All 1000ms ease-in; -ms-transition:All 1000ms ease-in; transition:All 1000ms ease-in;}
.lading-logo {position: absolute; left:50%; margin-left: -125px; top:50%; margin-top: -50px; -webkit-transition:All 1000ms ease-in; -moz-transition:All 1000ms ease-in;  -o-transition:All 1000ms ease-in; -ms-transition:All 1000ms ease-in; transition:All 1000ms ease-in;}
.lading-logo.act {top:30px; margin-top:0px;}
.loading-line.act {transform: scale(0);}
.animation-stop{-webkit-transition:none !important; -moz-transition:none !important;  -o-transition:none !important; -ms-transition:none !important; transition:none !important;}
.main-wrap {background: url('../img/site_pattern.png') repeat; background-attachment: fixed; z-index: 2;  width:100%; position: relative; float: left; margin:0px; padding:0px; overflow: hidden;}
.zet {overflow: hidden;}
a {text-decoration:none; outline:none; cursor: pointer; color:#fff;}
a:hover {text-decoration: none;}
a img{border: 0px none;}
a:hover {outline: none;}
a:active {outline: none; text-decoration: none;color:#ff9c00;}
a:focus {outline: none; outline-offset: 0px; text-decoration: none;color:#ff9c00;}
.clear{clear:both; overflow:hidden; height:0px; font-size:0px;}
.clear_l{clear:both;}
ul{padding:0px; margin:0px; list-style:none;}
input:focus, select:focus, textarea:focus, button:focus{outline:none;}
input:invalid {border:none; outline: none; box-shadow:none;}
::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder          {color:#fff;}
:-moz-placeholder           {color:#fff;}
:-ms-input-placeholder      {color:#fff;}
h1, h2, h3, h4, h5, h6, p{margin:0px; padding:0px;}
article, section, footer, header, figure, aside, hgroup, nav{display:block;}
header,nav,article,footer,section,aside,figure,figcaption{display:block}
button {outline: none; border: none; box-shadow: none;}
.wheel {position: absolute; bottom: 50px; height: 38px; width:100%; cursor: pointer; text-align: center;}
.wheel img {position: relative; display: inline-block; float:none;}
/*------------------------------------------------------*/
/*----------------------BACKGROUND----------------------*/
.bg{position:absolute; left:0px; top:0px; width:100%; height:100%; overflow:hidden;}
.bg img{position:absolute;}
.bg video{position:absolute;}
.bg-bg{background-position: 50% 0px; background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover; background-size: cover; transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);}
.bg-bg-bag {background-attachment: scroll;background-origin: initial;background-clip: initial;background-size: cover;background-repeat:no-repeat;background-position:50% 0;position:relative;}
.bg-bg-chrome{background-position: 50% 0px; background-repeat: no-repeat; background-attachment: scroll; -webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover; background-size: cover; position:fixed;}
.bg-bg-chrome.act{position: absolute;}
.clip{clip: rect(auto, auto, auto, auto); height: 100%; position: absolute; width: 100%;}
/*-----------------------------------------------------*/
.full-width{position:relative; float:left; width:100%;}
.full-height{height:90vmin; position:relative; float:left;}
.vertical-center{-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.vertical-align{-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); top:50%;}
.center_img{position: absolute;}
.swiper-container{margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}.swiper-wrapper{position:relative;width:100%; -webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0px,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0px,0,0);-o-transition-timing-function:ease;-o-transform:translate(0px,0px);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0px,0,0);-ms-transition-timing-function:ease;transition-property:transform,left,top;transition-duration:0s;transform:translate3d(0px,0,0);transition-timing-function:ease;}.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto;}.swiper-wp8-horizontal{-ms-touch-action:pan-y;}.swiper-wp8-vertical{-ms-touch-action:pan-x;}
.swiper-container{height:100%;}
.swiper-slide{position:relative; float:left; overflow:hidden;}
.slider-top-thumbs {position: relative; float: none; text-align: center; width:100%;}
.main-caption {position: relative; display: inline-block; float: none;}
h1 {font-weight: 800; font-size: 70px; line-height: 40px; color:#fff; text-transform: uppercase; margin: 30px auto;}
.word {background: #ff9c00; float: right;padding: 10px;line-height: 52px;margin-top: -16px;margin-left:12px;}
h2 {font-weight: 700; font-size: 60px; text-transform: uppercase; line-height: 60px;}
h3 {font-weight: 700; font-size: 30px; line-height: 30px; text-transform: uppercase; color:#ff9c00;}
h4 {font-weight: 600; font-size: 20px; line-height: 40px; text-transform: uppercase; padding-top: 25px;}
h5 {font-weight: 700; font-size: 26px; line-height: 24px; text-transform: uppercase;}
h6 {font-weight: 400; font-size: 14px; line-height: 30px; text-transform: uppercase; padding: 15px 0px 15px;}
i {font-weight: 400; font-size: 13px; line-height: 60px; text-transform: uppercase; font-style: normal;}
p {font-weight: 400; font-size: 14px; line-height: 28px; color:#fff; padding: 32px 0px 42px;}
b {font-weight: 700; font-size: 30px; line-height: 30px; text-transform: uppercase;}
ul {font-size: 10px; line-height: 34px; text-align: left; color: #fff;}
ul li a:hover {color:#ff9c00; text-decoration: none; transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;}
small {font-weight: 400; font-size: 12px; line-height: 28px; color:#fff;}
q {font-size: 18px; line-height: 28px; font-weight: 700;}
input {font-size: 14px; line-height: 28px; color: #fff;}
iframe {border: none;}
/*------------------------------------------------------*/
/*----------------------button----------------------*/
.push {position: relative; float: left;}
.main-button { height: 69px; color:#fff;  padding: 20px 15px; position: relative; text-align: center; display: inline-block; background: url(../img/button_texture.png) repeat-X; float: left; transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;}
.main-button b {font-size: 13px; line-height: 28px; font-weight: 700; text-transform: uppercase;}
.push span {font-family: 'WebSymbolsLigaRegular'; font-size: 20px; color: #ff9c00; background: url(../img/button_white.png) repeat-X; position: absolute; right: -40px; top:0; height: 69px; line-height: 62px;padding: 0 10px; display: block; transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;}
.push:hover .main-button{margin-left:40px;}
.push:hover span{right: 100%; transform: rotateY(-360deg);-moz-transform: rotateY(-360deg);-webkit-transform: rotateY(-360deg);-o-transform: rotateY(-360deg);-ms-transform: rotateY(-360deg);}

.button-img {border: 3px solid #ff9c00; color: #fff; font-weight: 700; font-size: 20px; float: left; padding: 2px 5px; cursor: pointer; text-transform: uppercase;}
.more {color:#fff; width:31px; height:31px; text-align:center; line-height:27px; font-size:24px; font-family:'WebSymbolsLigaRegular'; cursor:pointer; z-index:1; border-radius: 50%; background:#ff9c00;}
.color-orange {color: #ff9c00; transition:all 0.3s ease-in;-webkit-transition:all 0.3s ease-in;-moz-transition:all 0.3s ease-in;-o-transition:all 0.3s ease-in;-ms-transition:all 0.3s ease-in;}
.color-white {color: #FFF;}
.color-grey {color:#b4b4b4;}
.slider-top-thumbs .main-title {position: relative; display:block; float: none;}
.main-title b {font-size: 20px; line-height: 56px;}
.main-title h4 {padding-top: 8px;}
.main-points {display:none;}
/*-----------------------------------------------------*/
/* 02 - MAIN BANNER*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.logo-wraper {position: relative; top:-113px; left:0; width: 100%; height: 90px; text-align: center;}
.logo-wraper .logo {width: 249px; position: relative; font: none; display: inline-block; margin-top:30px;}
.logo-wraper .logo-simple {display: none; margin-top: 82px;}
.left-navigation {position: relative; display: inline-block; float: left; right: 145px;z-index: 5;}
.right-navigation {position: relative; display: inline-block; float: left; left: 145px;z-index: 5;}

.navigation {position: fixed; top:0px; left:0px; width: 100%; background: none; text-align: center; height: 150px; z-index: 5000; transition: all 0.3s ease-in-out; padding-top: 70px;}
.navigation.header-scroll {top:0; background: url('../img/menu_pattern.png') repeat; width: 100%; height: 81px; padding-top: 20px;}
.navigation nav {position: relative; display: inline-block; float: none; text-align: center;}
nav a {font-size: 16px; line-height: 40px; text-transform: capitalize; color:#fff; padding: 0px 26px; float: left; transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;}
nav a:hover {color:#ff9c00;}
nav a.act {color:#ff9c00;}
.down {font-family: 'WebSymbolsLigaRegular'; font-size: 20px; color: #fff; line-height: 27px; cursor: pointer; position: absolute; top: 7px;font-weight: 400; transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;}
nav a:hover .down {color:#ff9c00;}
.down-second {font-family: 'WebSymbolsLigaRegular'; font-size: 20px; color: #fff; line-height: 27px; cursor: pointer; position: absolute; top: 7px;font-weight: 400; transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;}
nav a:hover .down-second {color:#ff9c00;}

.down.arrow {color: #ff9c00; transform: rotate(-180deg); top:11px;}
.down-second.arrow {color: #ff9c00; transform: rotate(-180deg); top:11px;}
.elements.color {color: #ff9c00;}
.page404.color {color: #ff9c00;}

.element-menu {position: relative; display: block; float: left;}
.submenu {position: absolute; top:40px; left:0; opacity: 0;border-bottom: 3px solid #ff9c00; background: url('../img/menu_pattern.png') repeat; width: 180px; text-align: left; padding: 10px 0 13px; margin-top: 20px; display: none;}
.submenu a {font-size: 13px; line-height: 36px; color: #b4b4b4; padding-left: 10px; font-weight: 400!important; width: 100%;}
.submenu.slide-submenu {opacity: 1; display: block;}
.submenu-second {position: absolute; top:40px; left:0; opacity: 0;border-bottom: 3px solid #ff9c00; background: url('../img/menu_pattern.png') repeat; width: 180px; text-align: left; padding: 10px 0 13px; margin-top: 20px; display: none;}
.submenu-second a {font-size: 13px; line-height: 36px; color: #b4b4b4; padding-left: 10px; font-weight: 400!important; width: 100%;}
.submenu-second.slide-submenu {opacity: 1; display: block;}

.search {position: absolute; right: -26px; top: 0px; height: 24px; width: 24px; transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;}
.search-field {position: absolute; width: 420px; clear: both; opacity: 0; top:60px; right: -120%; transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;}
.search-field.do {opacity: 1; right: -212px;}
.search-field.doing {opacity: 1;}
.search-field input[type="text"] {border: none; width: 370px; height: 50px; outline: none;-webkit-appearance: none; float: left; background: #ff9c00; padding-left: 20px;}
.search-field input[type="submit"] {width: 50px; height: 50px; background: #fff; outline: none;-webkit-appearance: none; border:none; float: right; font-family: 'WebSymbolsLigaRegular'; font-size: 20px; color: #ff9c00; line-height: 20px;}
.menu-mobile-icon {position: relative; width: 100%; float: left; display: none; text-align: center; padding-top: 35px; transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;}
.menu-mobile-icon {padding-top:0px; background: url('../img/menu_pattern.png') repeat; width: 100%; height: 81px; padding-top: 30px;}
.menu-mobile-icon .slide-icon {position: absolute; right: 20px; top:85px; z-index: 8; transition: all 0.1s ease-in; -moz-transition: all  0.1s ease-in;-o-transition: all 0.1s ease-in;-webkit-transition: all 0.1s ease-in;-ms-transition: all 0.1s ease-in;}
.menu-mobile-icon .slide-icon.top {top:30px;z-index: 6;}
.menu-mobile-icon .logo {position: relative; display: inline-block; float: none; margin-top:0px;}
.close-mobile-menu {display: none; position: relative; float: none; padding-bottom: 60px; cursor: pointer;}

@media screen and (max-width: 980px) {
   .left-navigation {position: relative; display: inline-block; float:none; right: 0px; width: 100%;}
   .right-navigation {position: relative; display: inline-block; float:none; left: 0px; width: 100%;}
   .logo-wraper {margin-top: 116px;}
   .logo-wraper .logo-simple {margin-top: 27px; display: inline-block;}
   .logo-wraper .logo {display: none;}
   .menu-hide {display: block;}
   .menu-show {display: none;}
   .search {display: none;} 
   .search-field {position: relative; float: none; display: inline-block; right: 0%; top:0%; padding: 40px 0 25px;}  
   .navigation .element-menu {float: none; position: relative; display: inline-block;} 
   .navigation .submenu {background: none; position: relative; display: inline-block; float: none; border:none; top:0px; margin-top:0px; display: none; padding: 0px;}
   .navigation .submenu-second {background: none; position: relative; display: inline-block; float: none; border:none; top:0px; margin-top:0px; display: none; padding: 0px;}
   .menu-mobile-icon .slide-icon {top:30px;z-index: 6;}
   .menu-mobile-icon .menu-hide {display: block;}
   .close-mobile-menu {display: inline-block;}
    nav .search-field {right: 0%; opacity: 0;}
   .down {line-height: 46px;}
   .down-second {line-height: 46px;}
   .navigation {padding-top: 0px; background: url('../img/menu_pattern.png') repeat; height: 81px; top:0px;}
   .navigation nav{position: fixed; left: 0px; top: 0px; background:url(../img/menu_pattern.png); width: 100%; transform: translateY(-100%); -moz-transform: translateY(-100%);-webkit-transform: translateY(-100%);-o-transform: translateY(-100%);-ms-transform: translateY(-100%);transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;}
   .navigation nav a {display: block;text-align: center;float: none; padding: 10px 0; font-weight: 700; font-size: 16px;} 
   .navigation nav.active {transform: translateY(0px); -moz-transform: translateY(0px); -webkit-transform: translateY(0px); -o-transform: translateY(0px); -ms-transform: translateY(0px);z-index: 5; height: 100%;}
   .navigation.header-scroll {top:0; background: none; width: 100%; height: 81px; padding-top: 0px;}
   .wrap-menu-fix {position: absolute; top:0; margin-top: 30px; margin-bottom: 30px; bottom: 0px; width: 100%; overflow:auto; -webkit-overflow-scrolling: touch; -moz-overflow-scrolling: touch; -o-overflow-scrolling: touch;-ms-overflow-scrolling: touch; overflow-scrolling: touch;}
}
.slider-top-thumbs h4 {line-height: 24px;}
.slider-top-thumbs b {line-height: 24px;}
.display-table {display: table; width: 100%;}
.display-row {display: table-row;}
.display-cell {display: table-cell; vertical-align: middle;}
.pagination {text-align: center; position: absolute; left:0; width: 100%;}
.swiper-pagination-switch {display: inline-block; float: none; position: relative; width: 10px; height: 10px; cursor: pointer; border: 2px solid rgba(255,255,255,0.3); border-radius: 10px; background:none; margin: 0px 14px; transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;} 
.swiper-active-switch {width: 12px; height: 12px; position: relative; transform: scale(1.4);-moz-transform: scale(1.4);-webkit-transform: scale(1.5);-o-transform: scale(1.5);-ms-transform: scale(1.5); border: 1px solid #ff9c00; cursor: pointer;}

.main-page .slider-top-thumbs {margin-top: 60px;}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - CONTACT*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.contact-title {text-align: center;}
.contact-title h4 {color:#fff; padding-top: 10px; padding-bottom: 25px;}
.contact-title h5 {font-size: 24px; font-weight: 400; padding: 20px 0px; }
.contact-title b {color:#ff9c00; padding: 14px 0px;}
.contact-title img {padding: 0px 10px; padding: 15px 10px;}

.block-adress {position: relative; float: left; width: 100%; padding-top: 45px;}
.block-adress h3 {color:#fff;}
.block-adress p {color:#b4b4b4; padding: 22px 0px 42px;}
.city {position: relative; float: left; width: 100%;}
.city ul {width: 100%; position: relative; float: left; padding: 15px 0px 45px 10px;}
.city ul li {color: #b4b4b4; font-size: 14px; line-height: 24px;}

.block-form {position: relative; float: left; width: 100%; padding-top: 45px; padding-bottom: 120px;}
.block-form h3 {color:#fff;}
.block-form p {color:#b4b4b4; padding: 22px 0px 30px;}
.form-contact {width: 100%; position: relative; float: left; text-align: center;}

.input-field {background: #222; height: 45px; width: 100%; font-size: 13px; line-height: 28px; position: relative; float: none; display: inline-block; border: 1px solid #222; margin: 10px 0px; transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;}
.form-contact label {font-size: 13px; line-height: 28px; font-weight: 400; width: 110px; float: left; position: relative; padding-top: 7px;}
.input-field input {background: none; height: 45px;font-size: 13px; line-height: 28px; position: relative; border: none;padding-left: 10px; float: left;}
.input-field input:focus {color: #ff9c00;}
.input-field.bg {background: none; outline: 2px solid #ff9c00; outline-offset: -2px; color: #ff9c00;}

.form-contact textarea {background: #222; color:#fff; width: 100%; height: 190px; font-size: 13px; line-height: 28px; border: 1px solid #222; margin:10px 0px; padding: 10px 20px;transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;}

.form-contact textarea:focus {border: 2px solid #ff9c00; background:none; color:#ff9c00!important;}
textarea:-webkit-input-placeholder {color: #fff!important;}
textarea:-moz-placeholder {color: #fff!important;}
.form-contact .drop {margin: 10px 0px; height: 45px;}
.form-contact .drop input[type="text"] {position: relative; float: left; height: 45px; padding-left:20px;}
.form-contact .drop span {top:0px;}
.form-contact .drop span a {padding: 15px 0px 0px 20px; height: 45px;}
.email span {background:url(../img/button_white.png) repeat-x; }
.form-contact .email {float: right; padding-right: 40px; padding-top: 14px;}
.form-contact .email:hover .main-button {margin-right: -40px;}

.drop {float: none; position: relative; display: inline-block; margin: 50px 0 45px; height: 40px; z-index:3000; width: 100%;}
.drop input[type="text"] {position:absolute; width: 100%; height: 45px; background: #262626; padding-left: 15px; border: none; font-size: 13px; cursor: pointer;}
.drop .drop-list{position:absolute; left:0px; top:0px; width:100%; height:100%; background: url(../img/arrow.png) no-repeat 96% 64%;}
.drop input.bg-in {background: #262626; color: #fff; border:none;}
.drop span {position:absolute; left:0px; top:0px; width:100%; display: none; z-index: 5000;}
.drop span a.bg-out {background: #fff; color: #545454;}
.drop span a {color: #fff; background: #262626; font-size: 13px; font-weight: 400; float: left; position: relative; width: 100%;  height: 45px; text-decoration: none; text-align: left; padding: 13px 0 0 15px; transition:all 0.3s ease-in;-webkit-transition:all 0.3s ease-in;-moz-transition:all 0.3s ease-in;-o-transition:all 0.3s ease-in;-ms-transition:all 0.3s ease-in; z-index: 4000;}
.drop span a:hover {background: #121212;}

.gm-style .gm-style-cc span {display: none;}
.gm-style .gm-style-cc a {display: none;}
.map-canvas {position: relative; float: left; width: 100%; height: 500px;}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - FOOTER*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer {position: fixed; bottom:0; left:0; width: 100%; background: url(../img/footer_pattern.jpg) repeat;}
footer.no-fix {position: relative; float: left;}
.footer-title {display: inline; position: relative; width: 100%; float: left; text-align: center; padding: 45px 0px;}
.footer-title div {font-size: 24px; line-height: 38px; color:#fff; text-transform: uppercase; position: relative; display: inline-block; float: none;}
.footer-title span img {padding: 0px 10px 0px 15px;}
.footer-title span b {font-size: 24px; color:#ff9c00;}
.hot {float: left;}.time24 {float:left;}.hot-numb {float: left;}

.footer-nav {text-align: center; width: 100%;}
.footer-nav .link {position: relative; float: left; display: inline-block;}
.link li a{text-transform: uppercase; color: #B4B4B4;}

.adress {text-align: left; position: relative; width: 100%;}
.adress .button-img {position: relative; float: none; display: inline-block; font-size: 14px;}
.adress ul {padding: 15px 0px 35px 15px;}
.adress ul li {font-size: 12px; color:#b4b4b4; line-height: 20px;}

.follow {position: relative; text-align: center; width: 100%;}
.follow .follow-icon {position: relative; display: inline-block; float: left;}
.follow .button-img {position: relative; float: left; display: inline-block; margin-bottom: 15px; font-size: 14px;}
.follow ul {text-align: left; display: inline-block; float: left; position: relative; width: 100%;}
.follow ul li img {padding: 10px 15px 0px; float: left;}
.follow ul li a {color:#b4b4b4; font-size: 12px; line-height: 32px; transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;}
.follow ul li a:hover {color:#ff9c00;}

.wiget {position: relative; float: left; text-align: center; width: 100%;}
.wiget .button-img {position: relative; float: left; display: inline-block; font-size: 14px;}
.wiget p {line-height: 24px; color: #B4B4B4; padding: 15px 0px 0px 15px; font-size: 12px; text-align: left; width: 100%; position: relative; display: inline-block;}
.copyright {position: relative; width: 100%; text-align: center; padding: 20px 0px 60px;}
.copyright span {font-size: 12px; text-transform: uppercase; color:#B4B4B4;}
.copyright span b {color:#fff; font-size: 12px; line-height: 12px;}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - MEDIA QURIES*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1227px) {
    nav a {padding: 0px 15px;}
    .element {line-height: 20px; margin-top: 10px}
}

@media screen and (max-width: 1205px) {nav a {font-size: 14px;}}
@media screen and (max-width: 980px) {
    .bg-bg-chrome {background-attachment: scroll; position: relative;}
    
    .main-page .slider-top-thumbs {margin-top: 45px;}
    
    .footer-nav .link {float: none; text-align: center;}
    .adress {text-align: center;}
    .adress .button-img {float: none;}
    .adress ul {text-align: center; padding-left: 0px;}
    .follow .button-img {float: none;}
    .follow ul{width: 60%; float: none;padding-left: 20px;}
    .wiget .button-img {float: none; margin-top: 15px;}
    .wiget p {padding-left: 0px; text-align: center;}
}
@media screen and (max-width: 768px) {
    .full-height {height: auto;}
    .main-caption {padding: 0px;}
     
    .block-form {padding-bottom: 100px;}
    
    .adress {padding: 40px 0px 5px;}
    .adress .wrap-adress {position: relative; float: none; display: inline-block; width: 100%;}
    .adress ul {float: none; display: block;}
    .follow ul {width: 100%; text-align: center; padding-left: 0px;}
    .follow ul li {position: relative; display: block; float: none;}
    .follow ul li img{position: relative; display: inline-block; float: none; padding-left: 0px;}
    .wiget p {padding-bottom: 30px;}
    .hot {display: block; float: none;}
    .time24 {display: block; float: none;}
    .hot-numb {display: block; float: none;padding-left: 70px;}
    .footer-title span img  {padding-left: 0px;}
}

@media screen and (max-width: 610px) {
    .shop-baner {display: none;}
    .main-caption h4 {display: none;}
    .main-caption .word {position: relative; float: none; display: inline-block; margin-top:0px;}
    
    .main-page .slider-top-thumbs {margin-top: 35px;}
}
@media screen and (max-width: 554px) {
     h1 {font-size: 50px; line-height: 55px;}
    .word {margin-top: -10px;}
}
@media screen and (max-width: 480px) {
    .logo img {width:199px; height: 77px;}
    
    .contact-title h5 {float: none; padding: 0px 0px 10px;}
    .contact-title img {float: none; margin-top: -13px;}
    .contact-title b {float: none;}
}
@media screen and (max-width: 450px) {
     h2 {font-size: 40px; line-height: 42px;}
     h3 {font-size: 20px; line-height: 42px;}
    
    .form-contact .email {position: relative; float: none; display: inline-block;}
    .block-adress h3 {font-size: 30px;}
    .block-form h3 {font-size: 30px;}
}
@media screen and (max-width: 430px) {
    .search-field input[type="submit"] {float: left;}
    .search-field input[type="text"] {width: 260px;}
    .search-field {width: auto;}
    .down {line-height: 34px;}
}
@media screen and (max-width: 384px) {
     h1 {font-size: 50px; line-height: 59px;}
    .slider-top-thumbs .main-title {margin-top: 50px;}
    .slider-top-thumbs .word {position: relative; float: none; display: inline-block; padding: 4px;}
}
@media screen and (max-width: 322px) {
    .footer-title span img {margin-left:-6px;}
}


@media screen and (max-width: 966px) {
    .main-page.full-height {height: 800px!important;}
}
@media screen and (max-width: 700px) {
    .main-page.full-height {height: 800px!important;}
}
@media screen and (max-width: 500px) {
    .main-page.full-height {height: 520px!important;}
}
@media screen and (max-width: 360px) {
    .main-page.full-height {height: 380px!important;}
}

