@import url(http://fonts.googleapis.com/css?family=Open+Sans);


/*==================================
             GENERAL
====================================*/

html{
	background-color: rgb(200, 200, 200);
}

body{
	font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: rgb(102, 102, 102);
    max-width: 1400px;
    margin: 0 auto;
    background-color: white;
}

h1{
	font-size: 2rem;
	font-weight: normal;	
	line-height: 1.2;
	margin: .65em 0 .25em;
}

h2{
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul{
	margin: 0;
}

a{
	text-decoration: none;
	color: rgb(102, 102, 102);
}

a:hover{
	color: rgb(46, 100, 153);
    text-decoration: underline;
}

img{
	max-width: 100%;
}


form{
	margin: 0;	
}

input {
	outline: 0;
    border: 1px solid rgb(200, 200, 200);
    margin-bottom: 12px;
}


footer{
	background-color: #2e6499;
    color: white;
}

footer h2{
	font-size: 1.5em;
    margin: 0.83em 0;
    font-weight: bold;
}

footer a {
	color: white;
    font-size: 0.9em;
}

footer a:hover{
	color: rgb(230, 230, 230);
}

footer ul{
	list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

footer .email {
	padding: 5px 8px;
    border-radius: .2em;
} 


footer .button{
	background-color: rgb(22, 49, 75);
    color: white;
    padding: 5px 8px;
    border-radius: .2em;
}

footer .button:hover{
	background-color: rgb(87, 131, 173);
}

/*Clearfix*/

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}

* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

/*==================================
             HEADER
====================================*/

.l-header{
	background-color: white;
}

.top-menu{
	border-top: solid 12px rgb(46, 100, 153);
    border-bottom: solid 1px rgb(46, 100, 153);    
}


.top-menu li{
	display: inline;
	padding: 12px;
    border-right: 1px solid #2e6499;
    list-style: none;
    margin-left: -4px;
    margin-bottom: -1px;
}

.info-menu,
.language-switcher,
.social-menu{
	float: left;	
}

.social-menu ul,
.info-menu ul{
	padding-top: 10px;
}

.info-menu{	
	width: 42.02899%;    
    margin-left: 3.758%;
}

.language-switcher{	
	width: 20.28986%;    
    margin-left: 5%;   
}

.language-switcher ul li{
	display: inline-block;
}

.language-switcher .active{
	background-color: rgb(46, 100, 153);    
}

.language-switcher .active a{
	color: white;
}

.social-menu{
	width: 20.28986%;    
    margin-left: 7%;      
}

.social-menu li:hover{
	background-color: rgb(46, 100, 153);	
}

.social-menu li:hover i{
	color: white;
}

.icon-facebook,
.icon-twitter,
.icon-youplay,
.icon-mail-solid{
	font-family: 'cecicons';
	font-size: 18px;
	color: rgb(102, 102, 102);
}


/*                  SITE LOGO AND NAME              */

.block--logo{
    width: 20.28986%;
    float: left;
    margin-right: -100%;
    margin-left: 7.24638%;    
    padding: 34px 0;
}

.block--sitename{
	width: 71.01449%;
    float: left;
    margin-top: 3rem;    
    margin-left: 18.11594%;   
}


/*                  MAIN MENU              */

.tb-megamenu{	
  	min-height: 55px;
  	border-top: 1px solid #4D4D4D;
    border-bottom: 5px solid #4D4D4D;
}

.tb-megamenu ul{
	max-width: 80%;
	margin-left: 4%;
	display: flex;
    flex-flow: row wrap;  
  	justify-content: space-around;  
}

.tb-megamenu li{
	display: inline-block;        
}

.tb-megamenu ul li a{
	display: block;
	padding: .93rem 1rem;

}

.tb-megamenu ul li a:hover{
	background-color: #666;
	color: white; 
	text-decoration: none;
	border-bottom: 5px solid rgb(165, 163, 138);
}

.tb-megamenu li ul{
	display: none;
	position: absolute; 
	margin-left: 0;
	padding-left: 0;
	top: 60px;	
	left: 0;
	width: 100%;
	min-width: 200px;
	background-color: #666;	
}


.tb-megamenu li ul a{
	color: white;
}

.tb-megamenu li:hover > ul{
	display: inherit;
}

.lang-adj{
	min-height: 75px;
}



/*==================================
             CONTENT
====================================*/

.l-main{
	min-height: 5em;
	position: relative;	
}

.main{    
    line-height: 1.5; 
    max-width: 83%;
    margin: 40px auto;
}

/*==================================
             FOOTER
====================================*/

.footer .panel-col-first,
.footer .panel-col2,
.footer .panel-col3,
.footer .panel-col-last{
	width: 18%;
    float: left;    
    
}

.footer .panel-col-first{
	margin-left: 7%; 
}

.footer .panel-col2,
.footer .panel-col3,
.footer .panel-col-last{
	margin-left: 5%; 
}

.footer .panel-col2 span{
	font-size: 1.2rem;
}

.ourwork-footer a:hover{
	text-decoration: none;
}

.footer .panel-col-first ul li{
	padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid white;
}

.footer .panel-col-first ul li:last-of-type{
	border:none;	
}

.panel-col2 a{
	text-decoration: underline;
}

.pane-bean-socialnet-footer{
    position: relative;
}

.footer .panel-col3 ul li{
	display: inline;
    font-size: 2.2em;
    margin-right: 18px;
}

.footer .panel-col3 ul li a{
    font-size: 0.9em;
}    

.footer .panel-col3 ul li a:hover{
	color: rgb(241, 117, 35);
}


.copyright{
	margin-top: 20px;
    background-color: rgb(51, 51, 51);
    color: white;
}

.copyright a{
	text-decoration: underline;
}

.copyright .panel-col-first{
    width: 43%;	
	margin-left: 7%;
	float: left;
}	

.pane-bean-copyright-sitemap{
    width: 43%;
	margin-right: 5%;
	float: right;
}

.pane-bean-copyright-sitemap .content{
	float: right;
	padding-top: 14px;
}

.pane-bean-copyright-sitemap ul li{
    margin-right: 8px;
    display: inline;
}

