/***** BASE CSS *****/
#divSiteTitle {text-decoration:none;}
#divTagLine {text-decoration:none;}
/* Headline Text ****************************************/
.divHeaderLine1 {display:inline-block !important}
.divHeaderLine2 {display:inline-block !important}
.divHeaderLine3 {display:inline-block !important}
/* Headings ********************************************/
h5, h6 {line-height:1.5;}
.lead {text-align:center;}
/*.lead h2 {font-size:33px;line-height:45px;}*/
/*.lead h3 {font-size:17px;}*/
.lead h3 a {font-size:inherit !important;}
/* Contact ************************************************/
ul#contact-info .icon {font-size:20px;float:left;line-height:25px;margin-right:10px;}
ul#contact-info .field {font-weight:bold;}
ul#contact-info {list-style:none;}
/* Grid ****************************************************/
#tiles li {
width:240px !important;
background-color: #ffffff;
border: 1px solid #dedede;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 10px !important;
margin-right:7px;margin-bottom:7px;float:left;
}
#tiles li img {margin-bottom:10px;}
#tiles li div.meta {color:#999;text-transform:uppercase;font-size:10px;margin:0;}
#tiles li h4 {line-height:1.5;margin:0 0 5px 0;}
#tiles li h4 a {line-height:inherit;margin:0;text-decoration:inherit;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;}
#tiles li p {font-size:12px;line-height:1.5;margin:0;}
#tiles li a {font-size:12px;}
#tiles li .more_link {font-size:smaller;line-height:2;text-transform:uppercase;letter-spacing:2px;white-space:nowrap;display:block;margin: 5px 0 0 0;}
#tiles li blockquote {line-height:1.5;margin:0;padding:0;color:#999;border:none;font-size:150%;font-style:italic;font-family:'PT Sans'}
#tiles li blockquote small {font-size:11px;font-style:normal;}
/* Icons *******************************************************************/
/*[class*="social foundicon-"]:before {font-family: "SocialFoundicons";}*/
/*[class*="general foundicon-"]:before {font-family: "GeneralFoundicons";}*/        
/* Menu Side *******************************************************************/
.menu_menu_simple ul {margin-top:0px;margin-bottom:0px;}
.menu_menu_simple ul li {margin-top:0px;margin-bottom:0px;}
/* Header Area ****************************************************************/
#decorative1 {margin-top:-2px;padding-top:2px;}
/* Menu Centered **************************************************************/
.centered_menu {text-align:center}
.centered_menu > div {display:inline-block;}
.centered_menu div {text-align:left}
/* Footer elements ****************************************************************/
.social_bookmarks a {
	font-size:smaller !important;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	margin-right:20px;
}
.copyright {font-size:smaller;letter-spacing:1px;}
/* Responsive Image ****************************************************************/
img {
	max-width:100%;
	height:auto;
	width:auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
/* Responsive Video from Zurb Foundation. Copyright (c) 2011 ZURB, http://www.zurb.com/ License: MIT */
.flex-video {
	position:relative;
	padding-top:25px;
	padding-bottom:67.5%;
	height:0;
	margin-bottom:16px;
	overflow: hidden;
}
.flex-video.widescreen {padding-bottom:57.25%;}
.flex-video.vimeo {padding-top:0;}
.flex-video iframe, .flex-video object, .flex-video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
}    
/* Additional *********************************************************/   
#divBoxed {position:relative} 
.nav-links > a {margin-right:20px;}
.btn-secondary, .btn-secondary:hover {text-shadow:none;}
.divHeaderLine1 a, .divHeaderLine2 a, .divHeaderLine3 a {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: "PT Sans";
    text-shadow: inherit;
    font-weight: inherit;
    font-style: inherit;
}
.divHeaderLine1, .divHeaderLine2, .divHeaderLine3 {
    /*padding-top:3px !important;*/
    /*padding-bottom:3px !important;*/
    text-align:inherit !important;
}
/*#decorative2 {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
}*/
.showcase-tabs > li > a {
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
.cap1 div, .cap2 div, .cap3 div, .cap4 div, .cap5 div {
    margin: 0 -1px;
}
.camera_wrap .camera_pag .camera_pag_ul li {margin:20px 5px 0px !important;}
/* Adjustments ***************************************************************************/
.search.adjust {margin-bottom:15px}     
.divPanel {}
.divPanel.notop {padding-top:0px}
.divPanel.nobottom {padding-bottom:0px}
/***** BOOTSTRAP CSS BASE OVERRIDE *******************************************************/
.navbar .nav-pills > li > a {text-shadow:none;font-weight:normal;}
.navbar .dropdown-menu li > a {text-shadow:none;font-weight:normal;}
.navbar .nav-pills > li > .dropdown-menu:before {border:none;}
.navbar .nav-pills > li > .dropdown-menu:after {border:none;}
.navbar .nav-pills > .active > a, .navbar .nav-pills > .active > a:hover, .navbar .nav-pills > .active > a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar .nav-pills > li > a:hover, .navbar .nav-pills li.dropdown.open.active > .dropdown-toggle {
	-webkit-transition: ease-in-out .2s;
	-moz-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
	-ms-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
}
.navbar .nav-pills .open .dropdown-toggle {background-color:transparent;}
.btn .caret {margin-top: 8px !important;}
body {
	background-image: none;
	background-position: initial initial;
	background-repeat: initial initial;
}
#divLogo{
	margin-top: 17px;
	margin-bottom: 0px;
	margin-left: -3px;
}
#divSiteTitle {
	font-family: 'Museo Sans Cyrl 300';
	color: rgb(176, 42, 154);
	font-size: 28px;
	text-shadow: rgba(0, 0, 0, 0.2) 2px 5px 9px, rgba(255, 255, 255, 0.298039) 0px -5px 35px;
	line-height: 42px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	padding-left: 0px;
	padding-right: 0px;
}
#divTagLine {
	font-family: 'Museo Sans Cyrl 300';
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 22px;
	color: rgb(255, 255, 255);
	text-shadow: none;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: normal;
	font-style: normal;
}
.navContainer {margin-top: 0px;}
.navContainer .navMenu {}
.navContainer .navMenu li {
	background-color: rgb(245, 245, 245);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.navContainer .navMenu li a {}
.navContainer .navMenu li.current {background-color: rgb(174, 0, 0);}
.navContainer .navMenu li.current a {}
.camera_caption > div {opacity: 0.85; filter:alpha(opacity=85);}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	opacity: 0.85;
	filter:alpha(opacity=85);
}
.camera_wrap .camera_pag .camera_pag_ul li, .camera_wrap .camera_pag .camera_pag_ul li, .camera_wrap .camera_pag .camera_pag_ul li:hover > span {box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {}
.camera_wrap {
	display: block;
	margin-bottom: 15px;
	height: 410px;
	border: 5px solid rgb(255, 255, 255);
	margin-left: -5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.294118) 0px 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.294118) 0px 1px 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top: 44px;
}
.cap1 > div {opacity: 0.85;filter:alpha(opacity=85); background-color: rgb(212, 173, 0);}
.cap2 > div {opacity: 0.85;filter:alpha(opacity=85); background-color: rgb(212, 173, 0);}
.cap3 > div {opacity: 0.85;filter:alpha(opacity=85);}
.cap4 > div {opacity: 0.85;filter:alpha(opacity=85);}
.cap5 > div {opacity: 0.85;filter:alpha(opacity=85);}
h1 {
	font-family: 'Museo Sans Cyrl 100';
	font-weight: 300;
	font-style: normal;
	font-size: 2.2rem;
	line-height: 2.8rem;
	margin:1rem 0 1.5rem;
	color: #333333;
	text-transform:uppercase;
}
.page-content {line-height: 1.6rem; font-family: 'Museo Sans Cyrl 300';}
/*.page-content a {color: rgb(164, 39, 143); font-family: 'PT Sans';}*/
.sidebox {
	/*-webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px;*/
	/*-moz-box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px;*/
	/*box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px;*/
	background-color:rgb(250, 250, 250);
	color:rgb(51, 51, 51);
	border-width:1px;
	border-style:solid;
	border-color:#9F885B;
	/*border-radius:3px;*/
	padding:18px;
	margin-top:28px;
}
.sidebar {}
.sidebox-title {
	font-weight: normal;
	font-style: normal;
	font-family: 'PT Sans';
	/*color:#9F885B;*/
	margin:0 0 1.4rem;
	line-height:1.7rem;
	font-size:1.3rem;
	text-align:center;
}
.sidebox a {
	color:#9F885B;
	font-family:'Museo Sans Cyrl 700';
	font-style:normal;
	font-weight:normal;
}
#decorative1 {
	position: relative;
	background-color: rgb(240, 240, 240);
	background-image: url(vostok.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
	-webkit-box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 3px 11px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 3px 11px rgba(0, 0, 0, 0.7);
}
#decorative2 {
	/*background-color: rgb(61, 61, 61);*/
	height: 120px;
	background-color:#424242;
}
#divFooter {
	font-family: 'PT Sans';
	background-color: #424242;
	color: rgb(255, 255, 255);
	padding-top: 32px;
	line-height: 22px;
	font-size: 12px;
	text-transform: none;
	background-image: none;
	background-repeat: repeat repeat;
}
#divFooter a{color: #B8A276;}
#divFooter h3 {
	color: rgb(255, 255, 255);
	font-family:'Museo Sans Cyrl 300';
	font-style:normal;
	font-weight:normal;
	font-size:1.5rem;
	margin:1.4rem 0 0.8rem;
}
h2 {
	font-weight: normal;
	font-style: normal;
	font-family: 'Museo Sans Cyrl 300';
	font-size: 2rem;
	line-height: 2.4rem;
	margin:2.2rem 0 1.4rem;
}
.breadcrumbs {
	line-height: 28px;
	font-family: 'PT Sans';
	padding-top:0px;
	font-size:16px;
}
.container .breadcrumbs a {
	color: #9F885B;
	font-family: 'PT Sans';
	font-weight:bold;
}
.divHeaderLine1 {
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-top: 0px;
	color: #212121;
	font-size: 2rem;
	line-height: 2.4rem;
	font-family: 'Museo Sans Cyrl 500';
	text-transform: none;
	/*text-shadow: rgba(0, 0, 0, 0.14902) 0px 3px 5px, rgba(255, 255, 255, 0.298039) 0px -5px 35px;*/
	font-weight: normal;
	font-style: normal;
	text-align: center;
	background-color: #ffffff;
	opacity: 0.7;
	padding: 15px 20px;
}
.divHeaderLine2 {
	font-size: 1.1rem;
	line-height: 1.7rem;
	letter-spacing: 1px;
	margin-top: 14px;
	font-family: 'Museo Sans Cyrl 300';
	color: rgb(255, 255, 255);
	text-shadow: none;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	background-color: #424242;
	opacity: 0.9;
	padding: 3px 10px;
	background-position: initial initial;
	background-repeat: initial initial;
}
.divHeaderLine3 {
	margin-top: 18px;
	color: rgb(0, 0, 0);
	text-align: center;
	line-height: 16px;
	text-transform: none;
	font-size: 15px;
}
a.btn, a.btn-large, a.btn-small, a.btn-mini {color:#333;}
a.btn-info, a.btn-success, a.btn-warning, a.btn-danger, a.btn-inverse {color:#ffffff;}
.btn-secondary, .btn-secondary:hover, a.btn-secondary, a.btn-secondary:hover {color:#323232;}
.btn-secondary {
	border:1px solid #dfdfdf;
	border-bottom:1px solid #afafaf;
	background-color:#fafafa;
	background-repeat: repeat-x;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));
	background-image:-webkit-linear-gradient(top, #fafafa, #e1e1e1);
	background-image:-moz-linear-gradient(top, #fafafa, #e1e1e1);
	background-image:-ms-linear-gradient(top, #fafafa, #e1e1e1);
	background-image:-o-linear-gradient(top, #fafafa, #e1e1e1);
	background-image:linear-gradient(top, #fafafa, #e1e1e1);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fafafa, endColorstr=#e1e1e1, GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
	background-color:#dfdfdf;
}
.btn-primary, .btn-primary:hover, a.btn-primary, a.btn-primary:hover {color:#ffffff;}
.btn-primary {
	border:1px solid #9F885B;
	border-bottom:1px solid #8C723F;
	background-color:#B8A276;
	background-repeat: repeat-x;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#B8A276), to(#9F885B));
	background-image:-webkit-linear-gradient(top, #B8A276, #9F885B);
	background-image:-moz-linear-gradient(top, #B8A276, #9F885B);
	background-image:-ms-linear-gradient(top, #B8A276, #9F885B);
	background-image:-o-linear-gradient(top, #B8A276, #9F885B);
	background-image:linear-gradient(top, #B8A276, #9F885B);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr=#B8A276, endColorstr=#9F885B, GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color:#9F885B;
}
.divHeaderText {
	padding-top: 11rem;
	/*padding-bottom: 30px;*/
	/*border-color: rgb(51, 51, 51);*/
	text-align: left;
	padding-left: 5rem;
}
#contentOuterSeparator {
	margin-top: 0px;
	border-top-color: rgb(255, 255, 255);
	border-top-width: 0px;
	border-top-style: solid;
	margin-bottom: 25px;
	height: 0px;
	background-color: transparent;
}
#footerOuterSeparator {
	margin-top: 55px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: rgb(95, 95, 95);
}
#headerSeparator {
	margin-top: 7px;
	border-top-color: rgb(51, 51, 51);
	border-top-width: 0px;
	border-top-style: solid;
}
h3 {
	font-weight: normal;
	font-style: normal;
	font-family: 'Museo Sans Cyrl 700';
	font-size: 1.4rem;
	line-height: 1.9rem;
	margin:2rem 0 1.4rem;
}
.page-content h3 a {
	font-weight: normal;
	font-style: normal;
	font-family: 'Museo Sans Cyrl 300';
	font-size: 28px;
	line-height: 38px;
}
h4 {
	font-weight: bold;
	font-style: normal;
	font-family: 'Museo Sans Cyrl 900';
	font-size: 1.2rem;
	line-height: 1.7rem;
	margin:1.8rem 0 1.2rem;
}
.hhelp {
	font-weight: normal;
	font-style: normal;
	font-family: 'Museo Sans Cyrl 500';
	font-size: 1.3rem;
	line-height: 1.7rem;
	margin:1.8rem 0 1.2rem;
}
.page-content h4 a {
	font-weight: normal;
	font-style: normal;
	font-family: 'Museo Sans Cyrl 300';
	font-size: 21px;
	line-height: 45px;
}
h5, .page-content h5 a {
	font-weight: normal;
	font-style: normal;
	font-family: 'Museo Sans Cyrl 300';
	font-size: 17px;
	line-height: 45px;
}
h6, .page-content h6 a {
	font-weight: normal;
	font-style: normal;
	font-family: 'Museo Sans Cyrl 300';
	font-size: 15px;
	line-height: 45px;
}
.line-separator {
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 21px;
	margin-bottom: 21px;
	border-top-color: rgb(234, 234, 234);
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#headerSeparator2 {
	margin-top: 45px;
	margin-bottom: 18px;
}
#divVideo {
	border: 7px solid rgb(255, 255, 255);
	margin-left: -5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0px 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0px 1px 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top: 36px;
}
.nav .dropdown-toggle .caret {border-top-color:rgb(0, 0, 0);border-bottom-color:rgb(0, 0, 0);}
.nav .dropdown-toggle:hover .caret {border-top-color:rgb(0, 0, 0);border-bottom-color:rgb(0, 0, 0);}
.navbar .dropdown-menu, .dropdown-menu {
	background-color: #5b5b5b;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.navbar .dropdown-menu li > a, .dropdown-menu li > a, .navbar .nav-pills .open .dropdown-toggle {color: rgb(255, 255, 255);}
.navbar .dropdown-menu li > a:hover, .navbar .dropdown-menu .active > a, .navbar .dropdown-menu .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .navbar .nav-pills .open a.dropdown-toggle:hover {
	filter:none;color:rgb(255, 255, 255);
	background-color:#9F885B;
	background-image:none;
}
.navbar .nav-pills > li > a {
	margin-left: 2px;
	margin-right: 2px;
	padding: 52px 25px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: rgb(255, 255, 255);
	border-bottom-style: none;
}
.navbar .nav-pills > li > a:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav-pills > li > a:focus  {
	color: rgb(255, 255, 255);
	background-color: #9F885B;
	border-bottom-style: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle {background:none;}
.navbar .nav-pills > .active > a, .navbar .nav-pills > .active > a:hover, .navbar .nav-pills li.dropdown.open > .dropdown-toggle, .navbar .nav-pills li.dropdown.active > .dropdown-toggle {
	color: rgb(255, 255, 255);
	background-color: #9F885B;
	border-bottom-style: none;
}
.navbar .ddmenu {
	margin-top:-2px;
	margin-bottom:0px;
}
.navbar .nav-pills li.dropdown > .dropdown-toggle .caret, .navbar .nav-pills li.dropdown.open > .dropdown-toggle .caret, .navbar .nav-pills li.dropdown.active > .dropdown-toggle .caret, .navbar .nav-pills li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color:rgb(255, 255, 255);
	border-bottom-color:rgb(255, 255, 255);
}
.navbar .nav-pills li.dropdown > .dropdown-toggle:hover .caret {
	border-top-color:rgb(255, 255, 255);
	border-bottom-color:rgb(255, 255, 255);
}
.navbar .nav-pills li.dropdown.active > .dropdown-toggle .caret {
	border-top-color:rgb(255, 255, 255);
	border-bottom-color:rgb(255, 255, 255);
}
.dropdown-menu .sub-menu {
	left:100%;
	position:absolute;
	top:0;
	visibility:hidden;
	margin-top:-1px;
}
.dropdown-menu li:hover .sub-menu {visibility:visible;}
.ddmenu.nav-pills li a {
	font-family: 'PT Sans';
	font-size: 16px;
	text-shadow: none;
	line-height: 15px;
}
.ddmenu .dropdown-menu li a {
	line-height: 29px;
	font-size: 15px;
	font-family: 'PT Sans';
}
#decorative2 {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:1032;
}
/*.lead h2 {
	font-size: 37px;
	line-height: 50px;
	font-family: 'EB Garamond';
}*/
/*.lead h3 {
	font-size: 21px;
	line-height: 31px;
}*/
.dropdown-menu .sub-menu {
	left:100%;
	position:absolute;
	top:0;
	visibility:hidden;
	margin-top:-1px;
}
.dropdown-menu li:hover .sub-menu {visibility:visible;}
.navbar .btn-navbar-highlight {display:none;width:100%}
#decorative2 {z-index:100 !important}
.shell-owlrow {
	position:relative;
	margin-top:120px;
	/*margin-left:-1px;
	margin-right:-1px;*/
}
.shell-small-owlrow {
	position:relative;
	width:70%;
}
.kardiv {
	color:#ffffff;
	height:560px;
	position:relative;
}
.kardiv-small {
	color:inherit;
	/*height:560px;*/
	position:relative;
}
.logo-aa {
	background: url(../images/svg/LogoAD.svg) no-repeat center center;
	width:173px;
	height:86px;
}
.scroll_persic_botop {
	position: fixed;
	right: 10px;
	width: 25px;
	height: 40px;
	text-decoration: none;
	z-index:999;
	bottom: 5px;
}
.topSeparator {
	height:0;
}
.bodyfon {
	background-color:#E0E0E0;
}
.bodyfoncon {
	background-color:#ffffff;
}
.indexBody {
	font-size:1.1rem;
}
.img-polaroid-foto-80 {
	max-width: 80%;
	height: auto;
	width: auto;
	box-sizing: border-box;
	padding:4px;
	background-color:#fff;
	border:1px solid #9f885b;
	/*border:1px solid rgba(0,0,0,0.2);*/
	/*-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);*/
	/*-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);*/
	/*box-shadow:0 1px 3px rgba(0,0,0,0.1)*/
}
.disinput {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	padding:20px 0;
}
.marbtn {
	margin-top:15px;
}
.signatfoto-80, .signatfoto-80-one {
	float:left;
	font-size:0.9rem;
	font-style:italic;
	line-height:1.2rem;
	padding-right:20%;
	color:#5b5b5b;
}
.signatfoto-80 {
	margin-bottom:0.3rem;
}
.signatfoto-80-one {
	margin-bottom:1.6rem;
}
.btext {
	font-family:'Museo Sans Cyrl 500';
	font-style:normal;
	font-weight:normal;
}
.container a {
	font-family:'Museo Sans Cyrl 700';
	font-style:normal;
	font-weight:normal;
	color:#9F885B;	
}
.strela, .strela-ev, .strela-ev-zal {
	color:#9f885b;
	font-family:'PT Sans';
	font-style:normal;
	font-weight:bold;
	font-size:1rem;
}
.strela:after {
	content: url(../images/svg/arrow-right-small.svg);
	margin:3px 0 0 5px;
	position:absolute;
}
.strela-ev:after {
	content: url(../images/svg/arrow-right-small.svg);
	margin:3px 0 0 5px;
	position:absolute;
}
.strela-ev-zal:after {
	content: url(../images/svg/arrow-right-black-small.svg);
	margin:3px 0 0 5px;
	position:absolute;
}
.beforeheader {
	background:url(../images/svg/Logoheader.svg) no-repeat left center;
	display:inline-block;
	width:100%;
	height:80px;
}
.beforeheader-small {
	background:url(../images/svg/Logosidebar.svg) no-repeat center;
	display:inline-block;
	width:100%;
	height:50px;
}
.container-pro {
	margin:0 auto;
	width:70%;
}
.flexshell {
	display:flex;
	flex-direction:row;
	justify-content:center;
}
.footerInnerSeparator {
	height:2rem;
}
.project_shell {
	position:relative;
	float:left;
	margin:0 auto;
	width:100%;	
}
.project-item {
	position:relative;
	width:100%;
	margin:0 0 20px;
	border:#C3C3C3 solid 1px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
	background-color:#EBEBEB;
}
.project-pic {
	width:50%;
}
.project-sing {
	width:50%;
	box-sizing:border-box;
	padding:0 15px;
}
.fotoprojects {
	box-sizing:border-box;
	padding:5px;
	width:100%;
}
.sovet_shell {
	display:flex;
	width:100%;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center; 
	position:relative;
	margin:0.8rem 0 2rem;
}
.sovet-item {
	position:relative;
	width:32%;
	margin:0 0.2rem;
}
.sovet-p {
	font-family:'PT Sans';
	font-size:1rem;
	font-weight:bold;
	line-height:1.2rem;
	margin:1rem 0 1.5rem;
}
.map-fond {
	width:100%;
	height:400px;
	background:url(../images/large_pic/map-fond_03.jpg) no-repeat center center;
}
.side-p {
	font-size:1rem;
	line-height:1.3rem;
}
.side-p a {
	color:#8C723F;
	font-family:'Museo Sans Cyrl 300';	
}
.side-icon {
	display:flex;
	position:relative;
	flex-direction:row;
	flex-wrap:wrap;
	color:#9F885B;
	justify-content:center;
}
.side-icon-a {
	text-align:center;
	margin:1rem 0.3rem 0;
}
.side-icon-a a {
	font-family:'PT sans';
	font-size:0.9rem;
}
.contactext {
	font-family:'Museo Sans Cyrl 500';
	font-size:1.2rem;
	line-height:1.8rem;
	font-weight:normal;
	font-style:normal;
}
.contshell {
	margin:2rem 0;
	float:left;
	width:100%;
}
.staddress {
	display:flex;
	flex-direction:row;
	flex-wrap:no-wrap;
}
.stfai {
	width:40px;
	color:#9f885b;
}
.stfatext {
	padding-left:10px;
}
.side-php {
	font-family:'Museo Sans Cyrl 500';
	font-size:1.2rem;
	color:#9F885B;
	text-align:center;
	font-weight:normal;
	margin:2rem 0;
}
.spons {
	font-family:'Museo Sans Cyrl 700';
	font-weight:normal;
}
#divaphp .a-norm {
	font-family:'Museo Sans Cyrl 300';
}
.span12 .apersi {
	font-weight: normal;
	font-style: normal;
	font-family: 'Museo Sans Cyrl 700';
	font-size: 1.4rem;
	line-height: 1.9rem;
	color:#9F885B;
}
.actual-video-row-container {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	/*line-height:0;*/
	padding-bottom:0.6rem;
}
#actualplayer_01, #actualplayer_02 {
	width: 100%;
	height: auto;
}
.videoevent {
	display:flex;
	justify-content:center;
}
.subvideoevent {
	width:80%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
	.flex-video {
		padding-top: 0;
	}
}
@media (max-width: 979px) {
     #divLogo {margin-bottom:10px;}
	.navbar .nav-pills > li > a {padding: 20px 35px;}
    .navbar .btn-navbar-highlight {
		display:inline;
		padding:9px 14px;
		margin-top:15px;
	}
    .navbar {width:100%;}
    #divMenuRight {
		float:none;
		width:60%;
	}
    .dropdown-menu .sub-menu {
		left:0%;
		position:relative;
		top:0;
		visibility:visible;
		margin-top:3px;
		display:block;
	}
    .dropdown-menu, .sub-menu {border-radius:5px !important;}
    .navbar .ddmenu {
		margin-top: 0px;
		margin-bottom: 0px;}
    /* Fixed Top */
    #decorative2 {
		position:static;
		height:auto;
	}
    body {padding-top:0px;}
	#decorative2 .row-fluid .span13 {
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	.shell-owlrow {
	margin-top:0px;
	}
	.marbtn {
	margin-top:0;
	}
	.container-pro {
		width:80%;
	}
	.shell-small-owlrow {
		width:100%;
	}
	.subvideoevent {
		width:100%;
	}
}
@media (max-width: 767px) {    
    #divLogo {
		margin-top:22px;
		margin-bottom:20px;
	}
    #divSiteTitle {font-size: 25px;}
    .divHeaderText {
		margin:0px;
		padding:11rem 20px;
	}
    .divHeaderLine1 {margin-top: 0px;}
    #divMenuRight {
		width:100%;
		margin-top: 0px;
		padding-top:0px;
	}
    .ddmenu, .navbar .ddmenu {
		margin-top: 0px;
		margin-bottom: 0px;
	}
    .navbar .btn-navbar-highlight {
		padding:9px 14px;
		margin-top:0px;
	}
    .navbar {
		width:100%;
		margin-top: 0px;
		padding-top:0px;
	}
    #decorative1, #decorative2, #decorative3 {
		margin-left:-20px;
		margin-right:-20px;
		padding-left:20px;
		padding-right:20px;
	}
    /* Fixed Top */
    #decorative2 {position:static;}
    body {padding-top:0px;}
    #divFooter {
		margin-left:-20px;
		margin-right:-20px;
		padding-left:20px;
		padding-right:20px;
	}
    #divBoxed > #divFooter {
		margin-left:0px;
		margin-right:0px;
		padding-left:0px;
		padding-right:0px;
	}
    body > #footerOuterSeparator, body > #contentOuterSeparator {
		margin-left:-20px;
		margin-right:-20px;
	}    
    .headerArea, .topArea {padding:20px !important;}    
    #camera_wrap {margin-top:20px;}
    #divVideo {margin-top:20px;}  
    .dropdown-menu .sub-menu {
		left:0%;
		position:relative;
		top:0;
		visibility:visible;
		margin-top:3px;
		display:block;
	}
    .dropdown-menu, .sub-menu {border-radius:5px !important;}
    .navbar .ddmenu {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.shell-owlrow {
	margin:0 -20px;
	}
	.img-polaroid-foto-80 {
		max-width:100%;
	}
	.container-pro {
		width:100%;
	}
	.project-pic, .project-sing {
		width:100%;
	}
}
@media (min-width:980px) {
	#whiteDiv {
		width: 100%;
		height: 180px;
		display: block;
	}
	.topSeparator {
		height:120px;
	}
	.sovet-item {
		width:24%;
		margin:0;
	}
	.sovet_shell {
		justify-content: space-between;
	}
}
@media(min-width:1200px) {
	.marbtn {
	margin-top:0;
	}
	.row-fluid .span8 {
		padding-right:1rem;
	}
	.container-pro {
		width:60%;
	}
}
@media(max-width:322px) {
	.marbtn {
		margin-top:10px;
	}
}
@media(max-width:560px) {
	.sovet-item {
		width:48%;
		margin:0;
	}
	.sovet_shell {
		justify-content: space-between;
	}
}