body{
	font-family: 'bpg_mrgvlovani_caps_2010Rg';
}
#header{
	height: 83px;
	background-color: #24282b;
}

#header .wrapper{
	width: 1200px;
	height: 82px;
	margin: auto;
	overflow:visible;
}


.wrapper{
	width: 1200px;
	margin: auto;
	height: auto;
}

.clearboth{
	clear:both;
}

.logo{
	background-image: url('../images/logo.png');
	background-repeat:no-repeat;
	width:226px;
	height:82px;
	float:left;
}

.top-line{
	background-image: url('../images/top-line.png');
	width:974px;
	height:6px;
	float:left;
}

#nav{
	float:right;
}

#nav a{
	text-decoration:none;
	color:#ffffff;
	font-size:15px;
}

#nav a:hover{
	border-bottom: 1px solid #ba932f;
}
#nav ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  z-index:1000;
}
#nav ul li {
  font: bold 12px/18px;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 26px 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index:1000;
}

#nav ul li ul {
  padding: 0;
  position: absolute;
  top: 77px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#nav ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
#nav ul li ul li:hover { background: #666; }
#nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.actived-nav{
	background-color:#ba932f;
}


#main-content{
	width: 1200px;
	height: 500px;
	margin: auto;
	overflow:hidden;
}

#main-bg{
	background:gray;
	background-repeat:no-repeat;

	width:1200px;
	height: 500px;
	position: relative;
}

.boxes{
	width:1135px;
	height: 135px;
	position: absolute;
	bottom: 35px;	
	left:35px;
}

.main-box {
  float: left;
  background: rgb(77, 100, 112);
  background: rgba(0,0,0,0.5);
  width: 265px;
  margin-right: 2px;
  height: 115px;
  color:#fff;
  overflow: hidden;
  padding: 10px 5px 10px 10px;
}

.main-box a{
	text-decoration: none;
	color:#fff;
}

.main-box a:hover{
   color:#000;
  -o-transition:.8s;
  -ms-transition:.8s;
  -moz-transition:.8s;
  -webkit-transition:.8s;
}

.box-title-img{
	width:40px;
	height: 55px;
	background-image: url('../images/title-img.png');
	background-repeat: no-repeat;
}

.box-title{
	padding-left:10px;
	font-size: 18px;
}

.box-content{
	padding-top: 0px;
	font-size: 12px;
}


.main-box:hover{
  background: #dea911;
  cursor: pointer;
}

#projects{
	width:1200px;
	height:575px;
	background-image:url('../images/projects-bg.png');
	margin: 0 auto;
}

#project-items{
	height:100%;
	padding: 46px;
}

.project-item{
	display: inline;
	float:left;
	margin-right:5px;
}


.last-project-item{
	margin-right:0;
}

.project-table{
	text-align:center;
}

.project-title{
	text-align:center;
	font-weight: bold;
	color:#fff;
	text-shadow: 2px 2px #000;
	padding-top:20px;
}

.project-title-ins{
	margin-top: -2px;
	padding-top: 0px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 0;
	width: 365px;
}

.project-content{
	font-size:13px;
	width:365px;
	height:150px;
	overflow:hidden;
	text-align:center;
	padding-top:2px;
}

.project-content div{
	height: 120px;
	overflow: hidden;
	height: 138px;
	overflow: hidden;
	padding-bottom: 5px;
	width:365px;
}

.show-more{
	padding-top:20px;
}

.show-more a{
	width:80px;
	background-color:#e4e4e4;
	border-bottom: 1px solid #000;
	font-size: 12px;
	padding:10px 5px 7px 5px;
	text-decoration: none;
	color:#000;
}

.show-more a:hover{
	background-color:#c3c3c3;
	color:#fff;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}


/*
#tabs-titles{
	float: left;
	margin-right: 12px;
	list-style: none outside none;
	margin-top: 3px;
	margin-left: -3px;
}

#tabs-titles li{
    cursor:pointer;
	margin-left: -37px;
	padding:13px 0 10px 40px;
	font-size:14px;
	width:365px;
}

#tabs-titles li:hover{	
	border-left:7px solid #333333;
	padding-left:33px;
	background-color: #c9b359;
}



#tabs-titles li.current{
    border-left:7px solid #333333;
	padding-left:33px;
	background-color: #c9b359;
}

#tabs-contents{
	border-left:1px solid #e4e4e4;
    margin-left:410px;
	margin-top:0;
	min-height:422px;
	overflow-y:hidden;
    padding-top:15px;
	padding-bottom: 15px;
}

#tabs-contents li{
    display:none;
	font-size: 13px;
	list-style: none;
}

#tabs-contents li:first-child{
    display:block;
	margin-left:-25px;
}

*/


.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
	margin-top: 5px;
	margin-left: -40px;
	margin-right: 5px;
}

.tabs-menu li {
    /* height: 30px; */	
    line-height: 30px;
	list-style:none;
	font-size:14px;
    width: 366px;
	cursor:pointer;
    padding-left: 15px !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.tabs-menu li:hover{
	border-left:7px solid #333333;
	padding-left: 8px !important;
	background-color: #c9b359;
    position: relative;
    z-index: 5;
}

.tabs-menu li.current {
	border-left:7px solid #333333;
	padding-left: 8px !important;
	background-color: #c9b359;
    position: relative;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-decoration: none; 
	font-size:12px;
	color:#000;
    padding: 0 !important;
}

.tabs-menu .current a {
    font-weight: bold;
    /* overflow: scroll; */
    padding: 0 !important;
}

.tab {
    border-left: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    width: auto;
}

.tab-content {
    width: 720px;
    padding: 20px;
    display: none;
}

#tab-1 {
 display: block;   
}

.tab-ins-content{
	overflow: hidden;
	height:420px;
}

.scroll-pane
{
	width: 720px;
	height: 500px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 1500px;
}

.persons-and-social-nw{
	width:1200px;
	margin: -16px auto;
	border-top:3px solid #E4E4E4;
	height: 253px;
	margin-top:0;
}

.persons-and-social-nw td{
		width:600px;
	    padding:0 20px;
		height:210px;
	    overflow:hidden;
	    font-size: 12px;
	    
		color:#e4e4e4;
}

.person-ins{
	width: 560px;
	height: 240px;
	font-size: 11px;
	overflow: hidden;
	padding-top: 5px;
}

.persons-and-social-nw td img{
	    margin:0 10px 0 0;
	    display: inline;
	    float: left;
}

.persons-and-social-nw td img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}


.social img{
  float:right !important;
  margin-right: 130px !important;
}

.social img:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}


.first{
	width:600px;
	background-color: #0373a4;
	border-bottom:1px solid #e4e4e4;
}

.second{
	background-color: #036b99;
	border-bottom:1px solid #e4e4e4;
}

.persons-name{
	font-size: 15px;
}

.persons-name a{
	text-decoration:none;
	color:#fff;
	font-size: 15px;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
}

.person-ins a:hover{
	color:#000;
}


#map{
	width:1200px;
	height: 400px;
	margin: 0 auto;
	margin-top: -42px;
}

#footer{
	height:170px;
	background-color: #222222;
}

#footer-wrapper{
	width:1200px;	
	margin:0 auto;
}


#copyrights {
  padding-top:60px;
  text-align: justify;
}

#copyrights * {
  display: inline;
}

#copyrights li {
  color:#fff;
  display: inline-block;
}

#copyrights a {
  text-decoration: none;
}

#copyrights a:hover{
  opacity:0.5;
  filter: alpha(opacity=50);
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

#copyrights span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}

.lemons{
   color:#c9b359;
   font-weight:bold;
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.lemons:hover{
	color:#0373A4;
}

#footer-menu{
	margin:0 auto;
	width:655px;
	height: 12px;
}

#footer-nav
{
    list-style-type: none;
    text-align: justify;
    font-size: 12px;
	height: 20px;
	padding-left: 0;
	padding-right:30px;
}

#footer-nav li
{
    display: inline
}

#footer-nav a{
	text-decoration: none;
	color:#fff;
	
}

#footer-nav a:hover{
	border-bottom:1px solid #ba932f;
}

#footer-nav .stretch {
    display: inline-block;
    width: 100%;
    *display: inline;
    zoom: 1;
}

.acc-title{
	background-color:#b29d4a;
	padding:6px 0;
	cursor: pointer;
	color:#161616;
	border-bottom: 1px solid #fff;
}

.acc-date{
	width:132px;
	padding:6px 15px;
	background-color:#c9b359;
	font-size:13px;
}

.tr-date{
	padding-top:10px !important;	
}

.acc-title-ins{
	padding-left:15px;
	font-size:13px;
}

.acc-images{
	margin-top:5px;
	margin-left: -3px;
	overflow:hidden;
}
.acc-images img
{
	width:184px;
	height:119px;
    margin-left:10px;
}

.contentwrapper{
	margin-right:35px;
}


.accord{
	padding:10px;
	margin-bottom: 25px;
}


.acc-project-title{
	background-color:#b29d4a;
	cursor: pointer;
	color:#161616;
	border-bottom: 1px solid #fff;
	font-size:13px;
	padding:6px 0;
}

.acc-project-date{
	background-color:#c9b359;
	cursor: pointer;
	padding:6px 10px;
	font-size:13px;
}


.acc-title-ins{
	background-color:#b29d4a;
	cursor: pointer;
	padding:6px 10px;
	width:100%;
	font-size:13px;
}

.acc-project-images{
	margin-top: 15px;	
}

.acc-project-images img{
	width:184px;
	height:119px;
	margin-right:15px;
}

.accordion table{
	border-bottom: 1px solid #fff;
}

.project-text{
	font-size:11px;
	padding: 20px 0;
	display: inline;
}

.container{
	padding-top: 20px;
}

.project-video{
	width:410px;
	height:250px;
	display: inline;
	float:right;
}


#news{
	padding:30px 35px;
}

#news table{
	margin-top:10px;
}

#news td{
	vertical-align:top;	
}

#news td a:hover{
	color:gray;
}
.news-image{
	height: 210px;
	width:  285px;
	padding-right: 10px;
}

.news-image img{
	height: 210px;
	width:  285px;
}

.news-date{
	height:25px;
	font-size:11px;
	padding-top:4px;
}
.news-date span:before {
	margin-right:4px;
	content: url("../images/news-date.png");
}

.news-title{
	font-weight: bold;
	font-size: 12px;
	height: 30px;
}

.news-title a{
	text-decoration: none;
	color:#000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
     transition: all 0.5s;
}

.news-content{
	font-size: 12px;
	width:835px;
}

.news-content div{
	overflow: hidden;
	height: 120px;
}

.news-more{
	float:right;
}

.news-more a{
	font-size:11px;
	color:#c89607;
}

.news-item-content img{
	float:left; 
	display: inline;
	margin:0 10px 10px 0;
	/* height: 210px; */
	width:  285px;
}
.news-item-content{
	text-align:justify;
	font-size:12px;
}

.news-item-date{
	height:25px;
	font-size:11px;
	padding-top:4px;
}

.news-item-date:before {
	margin-right:4px;
	content: url("../images/news-date.png");
}

.news-item-title{
	font-weight: bold;
}


.image {
    position:relative;
    width:375px;
    height:275px;
	font-size:13px;
	float:left;
	display: inline;
	padding-right: 10px;
	
    margin-bottom: 4px;
	

}

.image:hover{
    cursor: pointer;
}

.image img {
    width:375px;
    height:275px;
    vertical-align:top;
	-webkit-box-shadow: 8px 7px 0px -1px rgba(228,227,227,1);
	-moz-box-shadow: 8px 7px 0px -1px rgba(228,227,227,1);
	box-shadow: 8px 7px 0px -1px rgba(228,227,227,1);
}

.image:after, .image:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.image:after {
    content:'\A';
    width:375px;
    height:275px;
    top:0; left:0;
    background:url("../images/gallery-hover.png");
	opcaity:0.2;
}

.ins-gallery:after {
    background:url("../images/ins-gallery-hover.png") !important;
}

.image:before {
    content: attr(data-content);
    width:100%;
    color:#fff;
    z-index:1;
    bottom:0;
    padding:12px 10px;
    text-align:left;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.image:hover:after, .image:hover:before {
	cursor: pointer;
    opacity:1;
}



.tabs-menu-gal {
    height: 22px;
    float: left;
    clear: both;
	list-style: none;
	background-color:#222121;
	margin-left: 28px;
	padding:6px;
	
    width: 317px;
	font-size:12px;
}

.tabs-menu-gal li {
    height: 30px;
    line-height: 30px;
    float: left;
	margin-right:9px;
    opacity: 0.4;
}




.tabs-menu-gal li.current {
    position: relative;
    z-index: 5;
	
    opacity: 1;
}

.tabs-menu-gal li a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu-gal .current a {
    color: #2e7da3;
	opacity: 1;
}

.tab-gal {
    margin-bottom: 20px;
    width: 100%;
}

.tab-content-gal {
    width: 100%;
    padding: 20px;
    display: none;
}

#tab-1 {
 display: block;   
}

.current-gallery{
	color:#fff;
}

#contact-mail{
	float:left;
	display: inline;
	margin-right: 65px;	
}

#contact-info{
	padding: 45px 30px;
}


.contact-title{
	font-weight:bold;
	width:683px;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 7px;
}

.contact-input{
	padding-top: 10px;
}

.contact-input input{
	width: 333px;
	height:35px;
	border: 1px solid #9E9A9A;
	/* border-radius: 4px; */
	padding: 3px;
}


.contact-input textarea{
	width: 679px;
	height:185px;
	border: 1px solid #9E9A9A;
	resize:none;
	padding: 3px;
	/* border-radius: 4px; */
}

.contact-send{
	padding-top:6px;
	float:right;
}

.contact-send input{
	color:#fff;
	border: 1px solid #957005;
	width:90px;
	height: 40px;
	font-size: 13px;
	padding-top:4px;
	background-color: #dea911;
	/* border-radius: 4px; */
}

.contact-send:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}


.contact-address-title{
	font-weight:bold;
	width:400px;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 7px;
}

.contact-address-text{
	font-size:14px;
	font-weight: bold;
	padding: 6px 0;
}

.contact-address-text span{
	font-size:13px;
	font-weight:normal;
	color:gray;
}

.address-text{
	padding-right:20px;
}

.gallery-video-item{
	float:left;
	display: inline;
	margin-right:8px;
}

.trainings-more{
	float:right;
	margin-right:10px;
}

.trainings-more a{
	text-decoration: underline;
	font-size:12px;
	color:#c89607;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
     transition: all 0.5s;
}

.trainings-more a:hover{
	color:#000;
}

.vipr-club{
	float: right;
	margin-top: -295px;
	margin-right: -30px;
}

.page-text{
	width: 1180px;
	margin: 0px auto;
}

.ias_loader, .ias_trigger {
	text-align:center;
	margin: 30px 0 40px;
}
.ias_trigger a:link,
.ias_trigger a:visited {
	padding: 10px 50px;
	background-color: #F9F9F9;
	border: 1px solid #DDD;
	border-radius: 2px;
	font-weight: bold;
	color: #C89607;
	text-decoration: none;
	font-size: 18px;
	padding-bottom: 5px;
}
.ias_trigger a:hover,
.ias_trigger a:active {
    border-color: #ccc;
}

.sub-menu{
	background-color: #ba932f;
	min-height: 50px;
	min-width: 50px;
	padding: 5px !important;
}
.sub-menu>li{
	background-color: #ba932f !important;
	padding: 5px 10px 5px 5px !important;
	width: initial !important;
	max-width: initial !important;
}
.sub-menu>li:hover{
	border-bottom: 1px solid #fff;
	padding-bottom: 4px !important;
}
.sub-menu>li>a{
	width: initial !important;
	max-width: initial !important;
}
.person-ins a:hover{
color: #000 !important;
}

.slider {
  margin: 10px 0;
  width: 100%; /* Update to your slider width */
  height: 100%; /* Update to your slider height */
  position: relative;
  overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;	
}

.slider li {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0; 
	width: 100%;
height: 100%;
}

.pluginButtonContainer {
float: left;
margin: 5px 15px 5px 0;
-webkit-font-smoothing: antialiased;
font-size:11px;
font-family: "arial", sans-serif;
width: 58px;
background: #4c69ba;
background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
background: -webkit-linear-gradient(#4c69ba, #3b55a0);
border: none;
-webkit-border-radius: 2px;
color: #fff;
cursor: pointer;
font-weight: bold;
height: 20px;
line-height: 20px;
padding: 0;
text-shadow: 0 -1px 0 #354c8c;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
}
.pluginButtonImage {
display: inline-block;
}

.pluginButtonContainer button {
background: transparent;
border: 0;
color: inherit;
cursor: pointer;
font: inherit;
font-weight: bold;
margin: -1px;
outline: none;
padding: 0;
text-shadow: 0 -1px 0 #354c8c;
}
.pluginButtonContainer button i {
background-image: url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/y1/r/LVx-xkvaJ0b.png);
background-size: auto;
background-repeat: no-repeat;
display: inline-block;
height: 14px;
width: 14px;
background-position: 0 -42px;

height: 14px;
left: 0;
margin: 0 4px 0 4px;
position: relative;
top: 3px;
vertical-align: top;
width: 14px;
    font-size: 11px;
    font-family: "arial", sans-serif;
}
.pluginButton button {
background: transparent;
border: 0;
color: inherit;
cursor: pointer;
font: inherit;
font-weight: bold;
margin: -1px;
outline: none;
padding: 0;
text-shadow: 0 -1px 0 #354c8c;
}
.pluginButtonContainer span{
padding: 0 5px 0 0;
position: relative;
vertical-align: top;

}
#share42>a:first-child{
	display: none !important;
}