@font-face {
  font-family: 'FjallaOne-Regular';
  src: url('../fonts/FjallaOne-Regular.eot');
  src: url('../fonts/FjallaOne-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/FjallaOne-Regular.woff2') format('woff2'),
       url('../fonts/FjallaOne-Regular.woff') format('woff'),
       url('../fonts/FjallaOne-Regular.ttf') format('truetype'),
       url('../fonts/FjallaOne-Regular.svg#FjallaOne-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-family: FjallaOne-Regular, Tahoma, Arial
}
body {
	font-family: Tahoma, Arial;
	overflow-x: hidden
}
#body{
    background-color: rgba(0, 0, 0, 0.78);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;
}
#body #loading{
	position:fixed;
	top:50%;
	left:50%;
	margin:-24px 0 0 -24px
}
img {
	max-width: 100%;
	height: auto !important
}
a {
	color: #0D4A80;
	transition: all .3s ease-in-out;
}
a:focus, a:hover{
	color: #4293DA;
}
em{
	font-size:12px;
	color:#999;
	display:block
}
input, a, img, select, textarea {
	outline: none
}

.small-line{
	    border-bottom: 2px #333 solid;
    width: 40px;
    margin-top: 7px;
	transition: all .3s ease-in-out;
}
.container, .relative{
	position: relative;
}
#loading{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.23);
    width: 100%;
    z-index: 10;
    margin-top: 40px;
    display: none;
	text-align:center
}
#loading canvas{
	position: absolute;
    top: 30px;
	left:50%;
        margin: 0 0 0 -24px;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th{
	white-space:normal
}
.nopadding{
	padding:0 !important
}
header {
    z-index: 100;
    background: #f1c40f;
}
.navbar-nav{
    margin: -4px 167px 0 0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover, .navbar-nav>li>a.active, .dropdown-menu>li>a:hover, .dropdown-menu>li>a.active, .footermenu>li>a.active {
color: #fff;
    background-color: #205A7F;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color: #f1c40f !important;
    background: transparent;
}
.navbar-nav>li>.dropdown-menu{
    border-radius: 0;
    background-color: #205a7f;
    padding: 0;
    margin-top: -13px;
}
.navbar-nav>li>.dropdown-menu a.active{
	color: #f1c40f
}
.navbar {
    font-family: FjallaOne-Regular, Tahoma, Arial;
    border-radius: 0;
    position: static;
    border: none;
    margin-bottom: auto;
	    min-height: auto;
}
.navbar-nav>li>a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
	text-shadow: none;
	    height: 49px;
}
.navbar-nav>li:last-child > a{
	border-right:none
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	color: #fff;
}
.open > .dropdown-menu {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.dropdown-menu {
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	display: block;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	border: none;
}
.dropup .dropdown-menu {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}
.dropdown:last-child .dropdown-menu {
	right: 0;
	left: inherit;
}
.dropdown-menu>li>a {
    color: #fff;
padding: 6px 15px;
font-size:14px;
	height: auto !important;
}
.logo{
    margin: 10px 0 10px;
}
.language {
    position: relative;
    top: 29px;
	padding: 0 13px;
	margin:0;
    z-index: 1;
 right: 40px;
}
.language:after{
	content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 50%;
    margin-top: -15px;
}
.language li{
    display: inline-block;
    padding: 5px 3px 0;
}
.language li:first-child{
	padding-left:5px
}
.language li:last-child{
	padding-right:5px
}
.language li a:hover, .language li a.active{
	    border-bottom: 2px #0D4A80 solid;
}
.searchicon{
    position: absolute;
    right: 6px;
    top: 4px;
    cursor: pointer;
}
.searchcontent{
	position: absolute;
    right: 0;
}
.searchbox{
	    position: relative;
    top: 28px;
    right: -105px;
	    z-index: 10;
}
.searchbox input{
	width: 0;
color: #0D4A80;
	border: 1px #F1C40F solid;
	padding: 2px 0px
}
.searchbox .submit{
    position: absolute;
    right: 0;
    top: 3px;
    background: none;
    border: 0;
}
.flag {
	    display:inline-block;
		cursor: pointer;
	width: 25px;
	height: 15px;
	background:url(../images/flags.png) no-repeat
}

.flag.flag-am {background-position: -25px 0}
.flag.flag-ru {background-position: 0}
.flag.flag-en {background-position: -50px;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	width:100%;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-caption{
	    background-color: rgba(0, 0, 0, 0.33);
    max-width: 500px;
    margin: 0 auto;
}
.carousel-caption h3{
	    text-shadow: none;
}
.carousel-control{
	opacity:0
}
.carousel-control.left .glyphicon{
	    text-shadow: none;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    background-color: #f1c40f;
    height: 80px;
    padding: 30px 5px 0;
}
.carousel-control.right .glyphicon{
	    text-shadow: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
    background-color: #f1c40f;
    height: 80px;
    padding: 30px 5px 0;
}
input.error, select.error, .bootstrap-select .btn.error {
	border: 1px #f00 solid !important;
	background-color: #F3D9D9
}
.help-block{
	margin-top:0px
}
.animation{
	opacity:0;
}
.opacity1{
	opacity:1
}
.col2{
    padding: 50px 0;
    color: #555;
    font-size: 16px;
    background: #f5f5f5 url(../images/pattern.png);
}
.col2 h1{
    color: #000;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.col3{
	padding:50px 0;
    border-top: 3px #f1c40f solid;
}
.col3 ul{
	padding:0
}
.col3 ul li{
	list-style:none;
    margin-bottom: 30px;
}
.col3 ul li:nth-of-type(3n+4){
	clear: both
}
.col3 ul li a{
	text-decoration:none
}
.col3 ul li h3{
font-size: 22px;
    font-weight: bold;
    margin: 0 0 30px;
    color: #000;
}
.col3 .photo {
	overflow: hidden;
	    position: relative;
}
.col3 .photo:hover{
	color:#F1C40F
}
.col3 .photo:before, .col3 .photo:after{
	content: '';
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    z-index: 3;
    transition: all 0.5s ease 0s;
    box-shadow: none;
}
.col3 .photo:before{
	top: 0px;
    left: 0px;
    right: 100%;
    bottom: 100%;
    border-top: 6px solid;
    border-left: 6px solid;
}
.col3 .photo:after{
	    left: 100%;
    top: 100%;
    bottom: 0px;
    right: 0px;
    border-bottom: 6px solid;
    border-right: 6px solid;
}
.col3 .photo:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0px;
    right: 0px;
}
.col3 .photo:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0px;
    top: 0px;
}
.col3 .photo img{
-moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.col3 .photo:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.col3 .text{
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}
.col3 .more{
	    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.col3 .more span{
    margin-right: 10px;
    background-color: #f1c40f;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    padding-top: 12px;
    padding-left: 2px;
    color: #000;
    font-size: 16px;
    margin-top: -3px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.col3 .more:hover span{
    color: #fff;	
	-moz-transform: translate(5px);
    -ms-transform: translate(5px);
    -o-transform: translate(5px);
    -webkit-transform: translate(5px);
    transform: translate(5px);
    background-color: #3a393a;
}
.col4{
    background-color: #eee;
    padding: 40px 0;
}
#jssor_1{
	position:relative;margin:0 auto;top:0px;left:0px;width:1170px;height:80px;visibility:hidden;
}
.jssorl-009-spin{
	position:absolute;top:0px;left:0px;width:100%;height:100%;text-align:center;background-color:rgba(0,0,0,0.7);
}
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	margin-top:-19px;position:relative;top:50%;width:38px;height:38px;
}
.slides{
	cursor:default;position:relative;top:0px;left:0px;width:1170px;height:80px; overflow: inherit !important;
}
.slides div{
	overflow: inherit !important;
}
.slides .tooltip{
	position: relative;
	z-index: 10;
	font-size: 16px;
	margin-top: 0;
}
.slides .tooltip .tooltip-inner{
	background-color: #205A7F
}
.slides .tooltip .tooltip-arrow{
	border-top-color: #205A7F;
	bottom: 1px
}
.slides a{
	text-decoration: none
}
.online-banner{
    border: 2px #ff0e00 solid;
    border-radius: 3px;
    margin: 5px 0 10px;
}
@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
.page-title {
    background: url(../images/page_title_bg.jpg) center 70%;
    margin-bottom: 20px;
    box-shadow: 0 3px 7px rgba(153, 153, 153, 0.42);
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title > div > div{
    margin-top: 25px
}
.page-title h1 {
text-transform: uppercase;
    color: #333;
    font-size: 32px;
}
.page-title .breadcrumb{
position: relative;
    display: inline-block;
    border-radius: 0;
    color: #000;
    background-color: transparent;
}
.breadcrumb>li+li:before{
	    color: #333;
}
.breadcrumb>.active{
	color:#000
}
.content{
	padding: 30px 15px 50px
}
.content .info{
	text-align: justify
}
.content .info table thead{
	    background-color: #ccc;
}
.content .info table td{
    border: 1px #ddd solid !important;
    padding: 5px 15px !important;	
}
.content .info table td span{
	    color: #333 !important;
}
.aboutus{
	border-bottom:none !important
}
.aboutus a{
    font-size: 20px;
    font-weight: bold;
    color: #0D4A80;
    font-family: FjallaOne-Regular, tahoma;
    border-bottom: 1px #ccc solid;
}
.additionaltext{
	margin-top: 40px;
    color: #666;
    font-size: 16px;
    font-style: italic;
    border-top: 1px #039808 solid;
    padding-top: 5px;
}
.additionaltext a{
	color:#039808
}
.comment{
    margin-top: 30px;
    background-color: #F3F3F3;
    padding: 15px;	
}
.comment h4{
	border-bottom:1px #B70608 solid;
	font-weight:bold;
	padding-bottom:5px;
	margin:20px 0;
	font-size: 20px;
	color:#B70608
}
.comment .viewcomment h4{
	margin-top:0
}
.comment h4 a{
	text-decoration:underline;
	    color: #000;
}
.comment ul.list-unstyled{
	margin-top:0
}
.comment .viewcomment > ol > li{
    list-style: none;
    border-bottom: 1px #ccc solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px #999;
    padding: 15px;
    background-color: #fff;
}
.comment .viewcomment > ol > li .name{
	color:#B70608
}
.comment ol li .name{
	    font-size: 18px;
}
.comment ol li .message{
	color: #666;
	    margin-bottom: 10px;
}
.comment ol li .reply{
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.comment ol li .reply em{
    display: inline-block;
    margin-left: 10px;
    border-left: 1px #B70608 solid;
    padding-left: 10px;
    color: #666;
}
.comment ol li .reply i{
    border: 1px #B70608 solid;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    padding-top: 6px;
    font-size: 16px;
    margin-right: 10px;
}
.comment .viewcomment > ol > li ol{
    border-left: 1px #ddd solid;
    padding-left: 20px;
}
.comment .viewcomment > ol > li ol li{
	    list-style: none;
}
.comment .btn{
	margin-right:15px
}
.sidebar-all .gbanner{
	background-color:#F7F7F7
}
.sidebar-pages{
	margin-bottom:30px
}
.sidebar-pages h2{
    border-bottom: 2px #000 solid;
	margin-bottom: -1px;
}
.sidebar-pages ul{
	margin:0;
    padding: 0 15px;
}
.sidebar-pages ul li{
    list-style: none;
    border-bottom: 1px #FBE4A4 solid;
}
.sidebar-pages ul li a{
    display: block;
    color: #000;
}
.sidebar-pages ul li a:hover, .sidebar-pages ul li a:hover span{
    color: #96720D;
}
.sidebar-pages ul li a span{
    color: #7D6015;
    width: 24px;
    height: 32px;
    padding-top: 7px;
}
.accordion h4 a{
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
	    text-decoration: none;
}
.accordion h4 a:hover{
	color:#fff
}
.accordion .panel{
	    border: none;
}
.accordion .panel-collapse{
	    background-color: #F3F3F3;
}
.accordion .panel-heading{
	    background: none;
    background-color: #005bac;
	    padding: 0;
}
.accordion .panel-collapse a{
	text-decoration: none;
    color: #333;
}
.accordion .panel-collapse .btn{
    background-color: #f1c40f;
    color: #000;
    margin-top: 20px;
    float: right;
font-weight: bold;
}
.accordion .panel-collapse .btn:hover{
    background-color: #000;
    color: #fff;
}
.accordion .panel-body > div:first-child{
	margin-bottom:10px
}
.projects-list{
	    padding: 15px 0;
    border-bottom: 2px #ddd dotted;
    color: #777;
}
.projects-list h3{
	font-size: 20px;
    margin-bottom: 10px;
    color: #0D4A80;
}
.projects-list span.title{
    display: inline-block;
    width: 30%;
    font-weight: bold;
    color: #666;
}
.projects-tab .nav-tabs{
	    border-bottom: 1px solid #0D4A80;
}
.projects-tab .nav-tabs>li.active>a, .projects-tab .nav-tabs>li.active>a:focus, .projects-tab .nav-tabs>li.active>a:hover{
	    color: #fff;
    background-color: #0D4A80;
    border: 1px solid #0D4A80;
}
.projects-tab .nav .open>a, .projects-tab .nav .open>a:focus, .projects-tab .nav .open>a:hover, .projects-tab .nav>li>a:focus, .projects-tab .nav>li>a:hover, .projects-tab .navbar-nav>li>a.active, .projects-tab .dropdown-menu>li>a:hover, .projects-tab .dropdown-menu>li>a.active, .projects-tab .footermenu>li>a.active{
color: #000;
    background-color: #F1C40F;
    border-color: #F1C40F;
    border-bottom: 1px #0D4A80 solid;
}
.backtoproject{
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px #0D4A80 solid;
    font-size: 16px;
    text-transform: uppercase;
}
.backtoproject span{
	    font-size: 14px;
    margin-right: -6px;
}
.project-content b{
	display:inline-block;
	width:30%
}
.post-data {
	margin-top: 15px;
	border-top: 1px #999 solid;
	padding: 5px 0;
}
.post-data #share-buttons{
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
.post-data > div:nth-of-type(1) {
	padding-left: 0;
	font-weight: bold;
	line-height: 28px;
	font-size: 16px;
}
.contact > div > div{
	padding:40px 15px
}
.contact .photo{
	border-radius:5px
}
.contact .text{
	color:#888;
	margin:20px 0;
	font-size: 16px;
}
.contact .btn{
    background-color: #0D4A80;
    color: #fff;
    padding: 0 0px 0px 30px;
    font-size: 16px;
}
.contact .btn i{
    background-color: #0A3963;
    width: 45px;
    position: relative;
    top: 0;
    border-radius: 0 4px 4px 0;
    padding: 15px 0;
    text-align: center;
    margin-left: 20px;
		transition: all .3s ease-in-out;
}
.contact .btn:hover{
	background-color:#F1C40F;
	color:#000
}
.contact .btn:hover i{
	background-color:#D2AB10
}
.contact address span.glyphicon{
 color: #0D4A80;
    float: left;
    margin: 2px 10px 10px 0;
}
.contact address p{
    clear: both;
    color: #777;
	font-size: 16px;
}
.contact address p a{
	    color: #0D4A80;
    text-decoration: underline;
}
.contactform .form-control{
    border: 1px #ddd solid;
    border-radius: 0;
    box-shadow: none;
	height: 42px;
}
.contactform textarea.form-control{
	padding:10px;
    height: 156px;
}
.contactform .has-error .form-control{
	    border-color: #a94442;
}
.contactform .btn{
    padding: 10px 20px;
}
.contactform.bg-success {
	font-size: 24px;
	padding: 15px;
}
#share-buttons{
margin: 40px -3px 20px;
}
#share-buttons img {
	width: 35px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}
#share-buttons a{
    float: left;
    width: 14.2857143%;
	    padding: 0 3px;
}
#share-buttons a:hover{
	text-decoration:none
}
#share-buttons i {
    height: 33px;
    text-align: center;
    padding: 6px 0 6px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    border: 1px #f1c40f solid;
    display: block;
    background-color: #f1c40f;
    border-radius: 5px;
}
#share-buttons i:hover{
	color:#fff
}
.fb-like{
    height: 30px;
    overflow: hidden;
}
#share-buttons i.facebook-share:hover {
	background-color: #3A589B;
	border: 1px #3A589B solid !important;
}
#share-buttons i.twitter-share:hover {
	background-color: #36D8FF;
	border: 1px #62C8F8 solid !important;
}
#share-buttons i.google-plus-share:hover {
	background-color: #D6492F;
	border: 1px #D6492F solid !important;
}
#share-buttons i.digg-share:hover {
	background-color: #476BA3;
	border: 1px #476BA3 solid !important;
}
#share-buttons i.linkedin-share:hover {
	background-color: #007AB9;
	border: 1px #007AB9 solid !important;
}
#share-buttons i.reddit-share:hover {
	background-color: #FF4500;
	border: 1px #FF4500 solid !important;
}
#share-buttons i.tumblr-share:hover {
	background-color: #324F6D;
	border: 1px #324F6D solid !important;
}
#share-buttons i.big-share-button{
	margin:0px -5px 5px
}
.big-share-button > div{
	padding:0 5px;
	margin-bottom:5px
}
.big-share-button a{
    display: block;
    padding: 0px 15px 0px 0;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
	white-space:nowrap;
	overflow:hidden
}
.big-share-button a i{
    width: 40px;
    background-color: rgba(0, 0, 0, 0.29);
    font-size: 24px;
    text-align: center;
    padding: 7px;
    margin-right: 10px;
    vertical-align: middle;
	    border-radius: 3px 0 0 3px;
}
.big-share-button a:hover{
	text-decoration:none;
	opacity: .8;
}
.big-share-button > div:nth-of-type(1) a{
	    background-color: #3A589B;
}
.big-share-button > div:nth-of-type(2) a{
	    background-color: #36D8FF;
}
.big-share-button > div:nth-of-type(3) a{
	    background-color: #D6492F;
}
.big-share-button > div:nth-of-type(4) a{
	    background-color: #324F6D;
}
footer .top-footer{
	background:#005bac url(../images/pattern.png);
	    padding: 30px 0 0;
}
footer .top-footer > div > div > div{
	margin-bottom:20px
}
footer .top-footer .counter{
	color:#fff;
    margin: 0 -15px;
}
footer .top-footer .counter .number{
	font-size: 34px;
}
footer .top-footer h5{
	font-size:22px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px
}
footer .top-footer .small-line{
	border-color:#F1C40F
}
footer .top-footer > div > div > div:hover .small-line{
	width:70px
}
.footermenu{
    margin: 20px 0 0;
    padding: 0;
}
.footermenu li{
    list-style: none;
}
.footermenu li a{
    color: #fff;
    font-size: 16px;
    display: block;
    border-bottom: 1px #666 dotted;
    padding: 5px 0 6px;
}
.footermenu li a:hover, .footermenu li a.active{
	color:#F1C40F;
	text-decoration:none
}
footer .top-footer address{
	margin-top: 20px;
    color: #B7B4B4;
	background:url(../images/map-background.png) no-repeat center;
}
footer .top-footer address a{
	    color: #f1c40f;
}
footer .top-footer address p{
	    margin-bottom: 15px;
}
footer .top-footer address p span{
    margin-right: 15px;
    color: #ECC010;
    float: left;
    margin-bottom: 10px;
    clear: both;
    margin-top: 2px;
}
footer .pdf{
	margin-top: 20px;
	    padding: 0;
}
footer .pdf li{
	margin-bottom: 7px;
	    list-style: none;
}
footer .pdf .btn{
    background-color: #f1c40f;
    color: #000;
    text-transform: uppercase;
}
footer .pdf .btn:hover{
	background-color: #205A7F;
	color: #fff
}
footer .pdf .btn i{
	margin-right: 10px;
}
.social{
    margin: 30px 0;
}
.social i {
width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 11px;
    font-size: 22px;
    border-radius: 3px;
    margin: 0 5px 0 0;
    transition: all .3s ease-in-out;
    color: #fff;
	background-color: #555;
}
.social i:hover.fa-facebook {
	background-color: #3C5A98
}
.social i:hover.fa-twitter {
	background-color: #54ABEE
}
.social i:hover.fa-google-plus {
	background-color: #D34836
}
.social-banner {
	margin-bottom: 10px
}
.bottom-footer{
	background-color:#044b8a;
    padding: 10px;
}
.bottom-footer .copyright{
	 color: #999;
	     margin-top: 12px;
}
.bottom-footer a {
       color: #ECC010;
}
.partners-page{
	padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}
.partners-page li{
    list-style: none;
    margin-bottom: 30px;
    width: 33.333333%;
    padding: 0px 15px;
}
.partners-page li > div{
    text-align: center;
    border: 1px #ddd solid;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    display: flex;
    height: 100%;
    flex-direction: column;
}
.partners-page li h3{
	    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.partners-page li div.info{
    color: #666;
    text-align: inherit;
    margin-top: 15px;	
}
.subpage{
padding: 0
}
.subpage li{
	list-style: none;
	margin-bottom: 30px
}
.subpage li:nth-of-type(2n+3){
	clear: both
}
.subpage li > div{
	    box-shadow: 0 0 15px rgba(0, 0, 0, 0.19);
    padding: 15px;
}
.subpage li > div h3{
	margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}
.subpage li > div .info{
	margin-top: 10px;
    color: #666;
}
.subpage li > div img{
	width: 100%
}
@media (max-width:1199px) {
	header{
		position:relative !important;
		width:auto;
		    left: 0;
		margin:0
	}
	.navbar-nav{
		margin: 0;
		position: absolute;
		width: 100%;
		right: 155px;
		text-align: right;
	}
	.navbar-nav>li{
		display:inline-block;
		    float: none;
	}
	.navbar-nav>li>a{
		    font-size: 12px;
	}
	.logo img{
		    max-height: 40px;
	    width: auto;
	}
	.language{
		    top: 22px;
		    right: 35px;
	}
	header:after{
		height:auto;
		    background: none;
	}
	.col5{
		    background-position: 50% 50% !important;
	}
	.searchbox{
    display: none;
    position: absolute;
    right: 15px;
    top: 50px;
    background-color: #F1C40F;
    padding: 10px 15px;
    width: 225px;
    border-radius: 3px;
	    box-shadow: 0 2px 3px #333;
	}
	.searchbox .glyphicon{
		 right: 15px;
    top: 11px;
	}
}
@media (max-width:979px) {
.navbar {
	min-height: 0;
	border: 0;
	width: 100% !important;
	left: 0px !important;
}
.nav>li:last-child {
	border-bottom: 0
}
.navbar-toggle {
	display: block;
}
.navbar-collapse.collapse {
	display: none!important;
}
.collapse.in {
	display: block !important
}
.navbar-header {
	top: 0;
	color: #fff;
	float: right
}
.navbar-toggle {
    padding: 0px 0px;
    height: 27px;
    font-size: 28px;
    margin: -45px 15px 0 0;
    color: #0D4A80;
}
.navbar-toggle .icon-bar {
	margin: -20px 0 0 5px;
	padding: 0px 0px;
}
.nav-stacked>li {
	border-radius: 0 !important;
	margin-bottom: 0px !important;
	border: 0 !important;
}
.nav-stacked>li a {
	padding: 5px 15px;
	margin-top: -1px;
}
.navbar-nav {
margin: 0;
    z-index: 10;
    position: relative;
    background-color: #205A7F;
    width: 100%;
    right: 0;
    text-align: left;
}
.navbar-nav>li {
	float: none;
    display: block;
}
.navbar-nav>li>a {
    border-bottom: 1px #2d709a solid;
    padding: 8px 15px !important;
    line-height: normal;
    color: #fff;
    font-size: 14px;
    text-transform: none;
    height: auto;
}
.navbar-nav>li ul{
	background-color:#f00
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    border-color: #f3df91;
    background-color: #f1c40f;
    color: #000;
	    font-weight: bold;
}
.nav>li>a:focus, .nav>li>a:hover, .navbar-nav>li>a.active {
    color: #f1c40f;
}
.nav li .fa-plus {
	float: right;
	margin-top: -30px;
	cursor: pointer;
	margin-right: 5px;
	position: relative;
	width: 30px;
	height: 30px;
	text-align: right;
	padding-top: 7px;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    border-bottom: 1px #f3df91 solid;
    color: #000;
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
color: #205a7f !important;
}
.navbar-nav .open .dropdown-menu {
    background-color: #f1c40f;
}
.dropdown-menu {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.logo {
	padding: 10px 0px;
    margin: 0;
}
.logo a {
	padding: 0;
	position: relative;
	background: none;
}
.language{
	    top: 16px;
    position: absolute;
    right: 80px;
}
.language:after{
	background:none
}
.col5 > div > div > div{
	width:100%
}
footer .top-footer .logo{
	    margin: 0 0 15px;
		padding:0
}
	.submenu li > div{
		    height: 175px;
	}
	.rightline{
	min-height: auto;
    margin-bottom: 20px;
	}
	.col3 ul li:nth-of-type(2n+3){
		clear: both
	}
	.col3 ul li:nth-of-type(3n+4){
		clear: inherit	
	}
		.partners-page{
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}
@media (max-width:767px) {
	.col2 .btn{
		    margin-top: 10px;
		    padding: 10px;
	}
	.col3 ul li h3 .glyphicon{
		float: left;
	}
	.col2 h1{
		    font-size: 30px;
	}
    .partners-page li{
        width: 50%;
    }
}
@media (max-width:567px) {
	.navbar-toggle {
	padding: 0px 0px;
	height: 27px;
	font-size: 28px;
}
    
.post-data div {
	text-align: center;
	width: 100%
}
.carousel-caption{
	display:none
}
.carousel-control.right .glyphicon, .carousel-control.left .glyphicon{
    margin-top: -25px;
	height: 50px;
	padding: 15px 5px 0;
}
.col3 ul li, .col4 .posts li .photo img, .col5 .counter > div, footer .top-footer > div > div > div{
	width:100%
}
.col4 > div > div > div{
	width:100%;
	clear:both;
	float:none
}
.col4 .posts li .photo{
	max-width:none;
}
	.studio{
		text-align:center
	}
	.submenu li, .management-list li, .item-thumbs, .partners-list li{
		    width: 100%;
	}
	.submenu li > div, .partners-list li > div{
		    height: auto;
	}
	.projects-list span.title{
		    width: 100%;
			display:block
	}
}
@media (max-width:413px) {
	.big-share-button > div{
		width:50px
	}
    .partners-page li{
        width: 100%;
    }
}
@media (max-width:319px) {
.logo {
	width: 140px;
}
.page-title h1 {
    font-size: 18px;
}
.language{
	right:40px
}
.col2 .btn{
    padding: 7px 5px 9px;
    font-size: 14px;
}
	.navbar-toggle{
		    margin: -56px 15px 0 0;	
	}
	.searchbox{
		    right: 0;
			top: 60px;
	}
}


#thumbs {
	margin: 15px 0 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}
#thumbs li > div{
	position: relative;
}
.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
	border: 1px #ddd solid;
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left:0;
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	border-radius: 60px;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -13px;
	color: #fff;
	font-size: 32px;
	line-height: 1em;	
	opacity: 1;
	filter: alpha(opacity=100);
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #2F3238;
	color: #565656;
	text-shadow: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 9000;
	background-image: none;
	background-color: #26292E;
	
	opacity: 0.5;
	
	-webkit-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
		    transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
}

.fancybox-close span.glyphicon {
	left: 50%;
	top: 50%;
	margin: -11px 0 0 -11px;
	font-size: 22px;
	line-height: 1em;
	position: absolute;
	color: #FFFFFF;
}

.fancybox-close:hover {
	opacity: 1;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev,
.fancybox-prev span {
	left: 0;
}

.fancybox-next,
.fancybox-next span {
	right: 0;
}

.fancybox-nav > span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	cursor: pointer;
	z-index: 8040;
	background-image: none;
	background-color: #26292E;
	
	opacity: 0.5;
	
	-webkit-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
		    transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
}

.fancybox-prev span span.glyphicon {
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -17px;
	font-size: 30px;
	line-height: 1em;
	position: absolute;
	color: #FFFFFF;
}


.fancybox-next span span.glyphicon {
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	font-size: 30px;
	line-height: 1em;
	position: absolute;
	color: #FFFFFF;
}

.fancybox-nav:hover span {
	opacity: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	margin: 0!important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden !important;
	display: none;
	z-index: 8010;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-opened .fancybox-title h4{
	color:#fff;
	fmargin-bottom: 10px;	
}

.fancybox-opened .fancybox-title p{
	font-size: 16px;
	font-weight: 300;
	color:#bbb;
	line-height:1.6em;
	margin-bottom: 0;	
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
    padding: 15px 30px 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

@media (max-width: 480px) {
	.fancybox-nav span,
	.fancybox-nav:hover span,
	.fancybox-close,
	.fancybox-close:hover {
		background: transparent;	
	}
	
	.fancybox-close i {
		left: 70px;
		top: 10px;	
	}
	.col2 h1{
		font-size: 30px;
	}
	.partners-page{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}

@media (max-width: 320px) {
	.fancybox-close span.glyphicon {
		left: 30px;
		top: 20px;	
	}
}
table.gcsc-branding{
	display:none
}
.gsc-selected-option-container{
	    min-width: 85px !important;
		    max-width: 100% !important;
}
.gsc-tabHeader.gsc-tabhActive, .gsc-tabHeader.gsc-tabhInactive{
	    padding: 5px 15px;
    font-size: 14px;
	    border-radius: 3px 3px 0 0;
}
.gsc-tabHeader.gsc-tabhInactive:hover{
	background-color:#0D4A80;
	border-color:#0D4A80
}
.gsc-results .gsc-cursor-box .gsc-cursor-page{
	background-color:#F1C40F !important;
    padding: 5px 10px !important;
    border-radius: 3px;
	    text-decoration: none !important;
	transition: all .3s ease-in-out;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover{
	background-color: #0D4A80 !important;
	color:#fff !important
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page{
	color:#fff !important;
    padding: 5px 10px !important;
    border-radius: 3px;
	    background-color: #0D4A80 !important;
}
.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet{
	margin:0 !important;
}
.gs-no-results-result > div{
	padding:10px !important
}
.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-classic, .gsc-imageResult-column{
	padding:0 !important
}
.gsc-imageResult{
	float:none !important
}
.cse .gsc-control-cse, .gsc-control-cse{
	padding: 0 1em !important;
}
.cse .gsc-tabsArea, .gsc-tabsArea{
	margin-top:0 !important
}