
/*
Author: Nazar Kokhan
https://vk.com/nazikkokhan
*/

/*general*/
.float-n {
	float: none!important;
}
.inline-block {
	display: inline-block!important;
}
.m-0 {
	margin: 0;
}
.p-0 {
	padding: 0!important;
}
.m-t-0 {
	margin-top: 0;
}
.p-l-0 {
	padding-left: 0px;
}
.p-l-5 {
	padding-left: 5px;
}
.m-b-10 {
	margin-bottom: 31px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.clearfix {
	clear: both;
}
.relative {
	position: relative;
}
.mob {
	display: none!important;
}
.desctop {
	display: inherit!important;
}
.hiding { opacity: 0 }
.showing { opacity: 1 }
/*.block {
	display: block!important;
}*/
h1{
	position: relative;
	margin: 20px auto 30px auto;
	font-size: 24px;
}
h1:before {
	content: url('../images/border.png');
	position: absolute;
	width: 100px;
	height: 20px;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
}
html{
	overflow-x: hidden; 
}
body{
	font-family: 'Open Sans', sans-serif!important;
	padding: 0!important;
	overflow-x: hidden; 
}
/*end general*/

/*header*/
nav {
	background: transparent!important;
	border: none!important;
	margin-bottom: 10px;
}
.navbar-header {
	/*float: none!important;*/
    margin: 0 auto!important;
    width: 20%;
    text-align: center;	
}
.navbar-header .navbar-brand {
    float: none;
    display: inline-block;
    margin: 0 auto;	
    margin-top: 20px;
}
.navbar-brand {
	height: auto!important;
	padding: 0;
}
.side-panel.pull-left {
	width: 40%;
	text-align: left;
}
.side-panel.pull-right {
	width: 40%;
	text-align: right;
}
.side-panel > ul {
	list-style: none;
	padding: 0px ;
}
.side-panel > ul > li{
	padding: 10px;
	float: left;
}
.side-panel > ul > li:not(:last-child){
	border-right: 1px solid #ebebeb;
}
.side-panel > ul > li > a{
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}
.side-panel > ul > li > a > .fa {
	font-size: 18px;
	margin-right: 10px;
	/*padding: 5px;*/
}
.side-panel > ul > li:last-child a .fa{
	color: #ebebeb;
}
.socials > a .fa{
	color: #ccc!important;
}
.socials > a .fa:hover{
	color: #000!important;
}

.side-panel.pull-right ul, .side-panel.pull-right .search {
	float: right;
	list-style: none;
	padding: 0px;
}
.side-panel.pull-right ul > li:not(:first-child) a{
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-ms-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}
.side-panel.pull-right > ul > li:first-child {
	padding: 7px;
}
.side-panel.pull-right .search {
	background: #ebebeb;
}
.side-panel.pull-right .search > form > li {
	float: left;
}
.side-panel.pull-right .search > form > li > button {
	color: #000;
	background: none;
	border: none;
	outline: none;
}
.side-panel.pull-right .search > form > li:last-child {
	padding: 3px 6px;
}
.side-panel.pull-right .search > form > li > input {
	background: transparent;
	border: none;
    outline: none;
    height: 28px;
    color: #000;
    /*box-sizing: border-box;*/
    padding: 5px;
	width: 100px;
}
.side-panel.pull-right .search > li:first-child {
	/*border-right: 1px solid #fff;*/
}
.navbar-nav {
	float: none;
	display: inline-block;
	margin-bottom: -5px;
}
.navbar-nav > li > a{
	text-transform: uppercase;
	color: #151515;
	font-size: 14px;
    padding: 10px 20px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -ms-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: transparent; 
    border-bottom: 3px solid #151515;
}
#nav-line {
    position: absolute;
    display: none;
    background: #151515;
    width: 100%;
    height: 37px;
    bottom: -37px;
    z-index: 999;
}

.navbar-nav>li>.dropdown-menu {
	float: none;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background: transparent;
	border: none;
	box-shadow: none;
}
.navbar-nav>li>.dropdown-menu > li {
	display: inline-block;
	/*padding-right: 15px;*/
}
.navbar-nav>li>.dropdown-menu > li > a{
	color: rgba(255,255,255, .5);
	text-transform: uppercase;
	font-size: 14px;
	-webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -ms-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.navbar-nav>li>.dropdown-menu > li > a:hover {
	color: #fff;
}
.nav>li {
     position: inherit; 
    display: block;
}

.dropdown {
     position: inherit; 
}
.navbar-nav>li>.dropdown-menu > li > a:hover {
    background: transparent!important;
}
.dop_nav > li > a {
	display: inline;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background: transparent!important;
}
/*end header*/

/*content*/

/*fix for dropdown menu*/
header + div {
	background-color: #fff;
	overflow: hidden;
}
/*end fix for dropdown menu*/

/*slider*/

/*owl-1*/
#owl {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
#owl div.owl-item img {
	/*height: 600px;*/
 	width: 100%;
 	max-height: 600px;
}
.owl-controls {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	margin: 0;
}
.owl-buttons {
	height: 100%;
}
.owl-buttons div {
	position: relative;
	top: 43%;
	border-radius: 0!important;
 	width: 40px!important;
 	height: 120px!important;
  	background-color: rgba(0,0,0,.8)!important;
  	line-height: 130px!important;	
  	margin: 0!important;
  	z-index: 2;
}
#owl .owl-buttons {
	z-index: 1;
}
#owl .owl-wrapper-outer {
	z-index: 2;
}
.owl-buttons .owl-prev {
	float: left;
}
.owl-buttons .owl-next {
	float: right;
}
.owl-pagination {
	display: none;
	position: absolute;
  	bottom: 0;
  	margin: auto;
  	left: 0;
  	right: 0;
}

/*end owl-1*/

/*owl-2*/
/*owl2*/
.owl2 .owl-item {
	padding: 0 15px;
}
.owl2 .owl-buttons div {
	top:25%;
    color: #151515!important;
    background: transparent!important;
    z-index: 2;
/*    filter: Alpha(Opacity=70);
    opacity: 0.7; */
}
.owl2 .owl-buttons {
	z-index: 1;
}
.owl2 .owl-wrapper-outer {
	z-index: 2;
}
.owl2 .owl-buttons .owl-prev {
	left: -35px;
}
.owl2 .owl-buttons .owl-next {
	right: -35px;
}
/*case*/
.owl2 .thumbnail {
	padding: 0;
	border-radius: 0;
	border: 0;
}
.owl2 .thumbnail img{
	width: 100%;
	margin: 0;
}
.owl2 .thumbnail .caption {
    text-align: center;
    margin-top: 5px;
    border-top: 1px solid #ebebeb;
}
.owl2 .thumbnail .caption a,
.owl2 .thumbnail .caption a:hover,
.owl2 .thumbnail .caption a:focus {
	text-decoration: none;
}
.owl2 .thumbnail .caption h3 {
	margin-top: 10px;
	font-size: 24px;
	color: #000;
}
.owl2 .thumbnail .caption p {
	/*display: inline-block;*/
	text-align: center;
	font-size: 18px;
	color: #aeb2b9;
}
.owl2 .thumbnail > a {
    display: block;
    height: 200px;
}
.owl2 .thumbnail img {
    max-height: 100%;
}
/*end case*/
/*end owl-2*/

/*map page*/
.panel-title {
	font-size: 20px;
}
.panel-body img {
	margin: 0;
	display: block;
	/*float: left;*/
	width: 100%;
	height:300px;
}
.modal-body{overflow: hidden;}
.modal-dialog {
    width: 80%;
}
.modal-body img {
	width: 100%;
	/*height: 80%;*/
}
.modal-header {
	border: none;
}
.ul{
	list-style: none;
	padding: 0;
}
.ul > li > a {
	color: #000;
	text-decoration: none;
}
.ul > li > a:hover, #markets > li > a:focus {
	text-decoration: underline;
}
/*endmap page*/

/*contact page*/

 .panel-default>.panel-heading {
     background-color: transparent; 
     border-color: transparent; 
}
 .panel-default {
	border-color: transparent;
}
 .panel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
 .panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 2px solid;
}
.panel a {
	text-decoration: none;
}
/*end contact page*/	

/*contact page*/
#map {
	width: 100%;
	height: 400px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
.map-info {
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 30px;
	width: 280px;
	height: 350px;
	background: rgba(255,255,255,.8);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.form input, .form textarea, .form select {
	display: inline;
	width: 80%;
	max-width: 80%;
	max-height: 250px;
	margin: 5px auto;
	padding: 3px 10px;
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
}
.form select {
	padding-left: 0;
}
/*end contact page*/

/*section*/
#section img{
	width: 100%;
}
#section > div {
	margin-bottom: 20px;
}
#section > div > div:last-child > p > a {
	/*text-decoration: none;*/
	color: inherit;
}
#section > div > div:last-child {
	padding-top: 10px;
}
/*end section*/

/*company*/
#company > div > div > img {
	width: 100%;
}
#company > div > div:last-child {
	position: relative;
	padding: 20px;
	font-size: 16px;
}
.gold {
	padding: 20px;
	background: #a89881;
	white-space: pre-wrap;
}
.gold-back {
	background: linear-gradient(to left, #a89881 58.33333333%, transparent 58.33333333%);
}

/*end company*/

/*registration*/
#registration > div > div > img {
	width: 100%;
}
#registration .form input, #registration .form textarea {
	width: 95%;
	max-width: 95%;
}
/*end regitration*/

/*gallery*/
    .thumb img { 
      filter: none; /* IE6-9 */ 
      -webkit-filter: grayscale(0); 
      /*border-radius:5px; */
      background-color: #fff; 
      /*border: 1px solid #ddd; */
      /*padding:5px;*/
      -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
		-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
		box-shadow: 0 0 3px 0 rgba(0,0,0,.5); 
    } 
    .thumb img:hover { 
      /*filter: gray; /* IE6-9 */ 
      /*-webkit-filter: grayscale(1); */
    } 
    .thumb { 
      padding:10px; 
    } 
/*end gallery*/

/*news*/
/* #news img {
	width: 100%;
}
#news a {
	color: inherit;
} */

.mosaicflow__column { float:left;}
.mosaicflow__item img { display:block; width:100%; height:auto;  padding: 10px; }
.bag-letter{
	padding-left: 1px;
}
/*end news*/
/*end content*/

/*footer*/
footer {
	margin-top: 30px;
	border-top: 1px solid #ebebeb;	
}

footer .container{
	position: relative;
	padding: 20px;
}

footer .container ul{
	padding: 0;
	list-style: none;
}
footer .container ul > li {
	width: 100%;
}
footer .container ul > li > a, footer .container a {
	text-decoration: none;
	text-transform: none;
	color: #151515;
}
/*end footer*/
/*capcha*/
.g-recaptcha > div > div {
    margin: 0 auto!important;
}
.g-recaptcha.orendat > div > div {
    margin-top: 5px!important;
    margin-left: -40px!important;
}
.g-recaptcha.cont > div > div {
    margin-bottom: 5px!important;
}
