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


body {    
    margin: 0 !important;
    padding: 0 !important;
}

hr {
	width: 100%;
	color: #E4E2E2;
	margin-top: 100px;
	margin-bottom: 100px;
}

a.block , a.block-1{ 
	display:block; 
	padding:5px; 
	text-decoration: none
}

a.block-1 {
	width: 224px;
}

a.block:hover, a.block:focus, a.block:active,
a.block-1:hover , a.block-1:focus, a.block-1:active  { 
	background-color: #E9E9E9; 
}

/****** Title Homepage's Section Style *****/
.title{
	color: #012445;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 27px;
}

/*** Header ***/
#header {
	width: 100%;
	height: 266px;
	background: url('img/bg-header.png') repeat ; 
}

#header-container {		
	position: absolute;
	left: 50%;
	top: 4%;
	-webkit-transform: translate(-50%, 4%);
	-moz-transform: translate(-50%, 4%);
	-ms-transform: translate(-50%, 4%);
	-o-transform: translate(-50%, 4%);
	transform: translate(-50%, 4%);
	display: inline-block;
	border: none;
}

#header-container img{		
	border: none;
}

#header #languages {
	position: absolute;
	top: 240px;
}

#header .languages-icon img {
    display: inline-block;
    margin-left: 18px;
}

#header #socials {
	position: absolute;
	right: 0px;
	top: 230px;
}

#header .social-icon img {
    display: inline-block;
    max-width: 30px;
    margin-right: 8px;
}

/*** Nav ***/
.row:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

	.clearfix:before,
	.clearfix:after,
	.row:before,
	.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

	.row:after,
	.clearfix:after {
	clear: both;
	}

	.row,
	.clearfix {
	zoom: 1;
	margin: 0 auto;
	}

nav {
	height: 70px;
	width: 100%;
	background: url('img/bg-navigation.png');
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	height: 70px;
}
nav li {
	height: 70px;
	display: inline-block;
	text-align: center;
	float: left;
	margin-top: 30px;
}
nav a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

nav li:last-child a {
	border-right: 0;
}

nav a:hover, nav a:active {
	color: #8C99A4;
}

nav a#pull {
	display: none;
}

nav li:after {
    content: "|";
    color: #1B3954;
    margin-left: 7px;
}

nav li:before {
    content:"";
    width: 1px;
    margin-right: 7px;
}

nav li:last-child:after {
	content: "";
	margin-left: 0px;
}

/*** Slider ***/

#slider {
	width: 100%;
	height: 100%;
}

#slider-container{
	position: relative; 
	margin: 0 auto;
    top: 0px; 
    left: 0px; 
    width: 1300px; 
    height: 655px;
}

#slider-loading {
	position: absolute;
	display: block;
	background: url("img/loader.gif") no-repeat scroll center center transparent;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn {
	position: absolute;
	cursor: pointer;
	display: block;
    background: url(img/arrow-slider.png) center center no-repeat;
    overflow: hidden;
}

#slider .loading {
	position: absolute;
	top: 0px;
	left: 0px;
}

#slider .caption {
	position: absolute;
}

#slider .caption-1 {
 	width: 445px; 
 	height: 300px;
 	top: 100px; 
 	left: 600px;
}

#slider .caption-2 {
	width: 470px; 
	height: 220px; 
	top: 120px; 
	left: 650px;
}

#slider .slides {
	cursor: move; 
	position: absolute; 
	left: 0px; top: 0px;
	width: 1300px; 
	height: 650px; 
	overflow: hidden;
}

#slider .document-preview {
	position: relative;
	width:380px;
	height: 320px; 
	top: 250px;
	right:170px;
	float:right;
}

#slider .document-specials {
	text-align:right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 140px; 
	color: #FFF;
}

#slider .document-title {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: left;
	line-height: 28px; 
	font-size: 25px; 
	color:#CBCBCB;
}

#slider .document-text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: left;
	line-height: 28px; 
	color:#CBCBCB;
}

#slider .multiline-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 380px;
    height: 100px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jssora{ 
	width: 50px; 
	height: 50px; 
}

.jssora21l { 
	background-position: 2px -33px;
	top: 123px; 
	left: 8px; 
}

.jssora21r { 
	background-position: -68px -33px;
	/*top: 123px; */
	right: 8px; 
}

.jssora21l:hover {
 	background-position: 2px -33px; 
}

.jssora21r:hover { 
	background-position: -68px -33px;
}

.jssora21ldn { 
	background-position: 2px -33px;
	left: 8px; 
}

.jssora21rdn {
 	background-position: -68px -33px;
 	right: 8px; 
}

.document-button {
    background: url(img/document-button.png) center center no-repeat;
    cursor: pointer;
    color: #FFF;
    font-family: 'Cabin', sans-serif;
    right: 0;
    border: none;
    margin-top: 5px;
    position: absolute;
    margin-right: 170px;
    margin-top: 600px;
}

/*** Welcome ***/
#welcome {
	width: 100%;
	height: auto;
}

#welcome h1 {
	color: #012342;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 86px;
	text-align: right;
}

.welcome-description {
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 22px
}

/*** Services ***/
#services {
	width: 100%;
}

.services-group {
	margin-top: 10px;
	margin-bottom: 20px;
	display: table;
}

.services-group .services-row  {
    display: table-row;
}

.services-group .services-col {
	display: table-cell;
    line-height: 25px;
    vertical-align: middle;
    padding-right: 3px;
}
 
.services-group span{
	display:block;
}

.services-description {
	color: #676767;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.icon {
	width: 33px;
	height: 33px;	
}

.icon-text {
	color: #505050;
	font-family: 'Cabin', sans-serif;
	font-weight: 300;
	margin-left: 5px;
}

.icon-transparent-admin{
	background: url('img/transparent-administrator.png') no-repeat;
}

.icon-connection-lines{
	background: url('img/connection-lines.png') no-repeat;
}

.icon-brochure{
	background: url('img/brochure.png') no-repeat;
}

/*** COMMUNICATIONS AND NEWS ***/
#communications, #news {
	width: 100%;
}

.communications-content, .news-content {
	background-color: #E9E9E9;
	width: 224px;
	height: 125px;
	margin-top: 20px; 
	margin-bottom: 20px;
}

.news-item, .communications-item {
	min-height: 400px;
}

.list_carousel li:hover {
	background-color: #E9E9E9;
	opacity: 1;
}

.list_carousel li:hover > img {
	opacity: 1;
}

.communications-title, .news-title {
	color: #1F6DB6;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.communications-description, .news-description {
	color: #505050;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-top: 10px; 
}

.list_carousel {
	position: relative;
	margin: 0px;
	width: auto;
}

.list_carousel ul {
	margin: 0px;
	padding: 0;
	list-style: outside none none;
	display: block;
}

.list_carousel li {
	text-align: left;
	padding: 0;
	display: block;
	float: left;
	width: 281px;
	max-width: 281px;
	max-height: 300px;
	margin-right: 20px;
	text-align: left;
}

.communications-group, .news-group {
	margin-top: 4%;
}

.communications-item a, .news-item a {
	text-decoration: none;
}

.communications-item img, .news-item img  {
	border: 5px solid #CCC;
	max-width: 97%;
	max-height: 100%;
}

a.prev, a.next {
	width: 12px;
	height: 14px;
	display: block;
	position: absolute;
	top: -50px;
}

a.prev {			right:  40px;}
a.next {			right: 20px; }

a.prev span, a.next span {
	display: none;
}

.icon-carousel{
	width: 12px;
	height: 14px;
}

#communications-list_prev .left-icon, #news-list_prev .left-icon {
	background: url('img/left-arrow.png') center no-repeat;
}

#communications-list_next .right-icon, #news-list_next .right-icon{
	background: url('img/right-arrow.png') center no-repeat;
}

#communications-list_prev .left-icon:hover, #news-list_prev .left-icon:hover{
	background: url('img/left-arrow-hover.png') center no-repeat;
}

#communications-list_next .right-icon:hover, #news-list_next .right-icon:hover{
	background: url('img/right-arrow-hover.png') center no-repeat;
}


.clearfix {
	float: none;
	clear: both;
}

/*** Links ***/

div#form-suggestions{
	width: 95%;
	margin-bottom: 100px;
}

#submit {
	background: url(img/button-suggestions.png) center center no-repeat;
	cursor: pointer;
	border: none;
	width: 40px;
	float: right;
}

#submit:hover{
	background-color: #E9E9E9;
}

#form-suggestions textarea{
	width:100%;
	min-height: 114px;
	margin-top: 10px;;
	border-radius:5px;
	margin-bottom: 20px;
	resize: none;
 	border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #F2F2F2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
}

textarea:focus {
	border: 1px solid #4697e4;
}

::-webkit-input-placeholder {
   color: #666666;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   font-size: 16px;
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666666;  
	font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   font-size: 16px;
   font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666666;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   font-size: 16px;
   font-style: italic;
}

:-ms-input-placeholder {  
   color: #666666;  
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   font-size: 16px;
   font-style: italic;
}

#links {
	width: 100%;
}

.links-group {
	margin-top: 10px;
	display: table;
}

.links-group .links-row  {
    display: table-row;
}

.links-group .links-col {
	display: table-cell;
    line-height: 25px;
    vertical-align: middle;
    padding-right: 3px;
}

.links-group .links-col a {
	text-decoration: none;
}

.links-row:hover {
	background: #E9E9E9;
	cursor: pointer;
	color: #8C99A4;
}
 
.links-group span{
	display:block;
}

.icon-text {
	color: #505050;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.icon-links {
	background: url(img/icon-link.png) 0 5px no-repeat;
}

/*** Footer for all pages ***/

#upper-footer {
	margin-top: 100px;
}

#footer {
	width: 100%;
	background: #012445;
	height: auto;
}

#logo-footer {
	margin-left: 10px;
}

.inline-footer {
	padding-top: 30px;
}

.contact-details {
	position: relative;
	float: right;
	width: auto;
	margin-right: 10px;
}

.contact-title {
	font-family: 'Cabin', sans-serif;
	color: #FFF;
  	text-shadow: 1px 1px 0px #000;
  	font-size: 20px;
}

.contact-group {
	margin-top: 10px;
	margin-bottom: 20px;
	display: table;
	font-family: "Open Sans",sans-serif;
	color: #012445;
}

.details-row  {
    display: table-row;
}

.details-col {
	display: table-cell;
    line-height: 25px;
    vertical-align: middle;
    padding-right: 3px;
}

.contact-group span{
	color: #cccccc;
	text-shadow: 1px 1px 0px #000;
	font-weight: 300;
	display:block;
    margin:auto;
}

.contact-group img{
	display:block;
    margin:auto;
}

#copyright {
	width: 100%;
	height: 49px;
	background: #001d37;
    margin: 0 auto;
    display: table;
}

#copyright span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-shadow: 1px 1px 0px #000;
	color: #FFF;
	vertical-align:middle;
    display: table-cell;
    padding-left: 10px;
    text-align: center;

}

/****** Banner Style ******/
#banner {
	width: 100%;
	height: auto;
}

#banner-image{
	width:100%;
	background-size:cover;
	background-position: center; /* IE fix */
}

.one {
	padding-bottom: 15%;
	background-image:url('img/image-header-1.png');
	margin-bottom: 100px;
}

.two {
	padding-bottom: 19%;
	background-image:url('img/image-header-2.png');
}
/****** Contacts Page ******/
/*** Siste-Map ***/

.contact-title-maps {
	font-family: 'Open Sans', sans-serif;
	color: #012445;
  	font-weight: bold;
}

.maps-text span{
	color: #012445;
	text-shadow: none;
}

#map-canvas {
    width: 100%;
    height: 239px;
    background-color: #CCC;
}

#tooltip {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left:20px;
	float: left;
}

#tooltip .title {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
}

#tooltip .address {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #aaaaaa;
}

hr.style-one {
  height: 1px;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,0)), color-stop(0.5, #333333), to(rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: -moz-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: -o-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  border: 0;
}

hr.style-one:after { 
  display: block; 
  content:'';
  height: 20px;
  background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(farthest-side at center top, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
}

/*** Section-Email  ***/
.email-text{
	margin-top: 0;
}

.email-text a {
	text-decoration: none;
	color: #012445;
}

.email-text a:hover {
	color: #8C99A4;
}

.email-text span{
	color: #012445;
	text-shadow: none;
}

.title-contacts {
	color: #012445;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 33px;
}

#communication-container {
	margin-left: 15%;
	overflow: hidden;
}

.communication-title {
	color: #373535;
}

#communication-form-container input[type=text], select {
	width: 98%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
}

#communication-form-container input, select {
	height: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius:5px;
	border: 1px solid #D6D4D4;
	font-size: 16px;
}

#communication-form-container select {
	webkit-appearance: none;
    -moz-appearance: none; 
    position: relative;
    background: url('img/select-arrow.png')  no-repeat;
    background-position: 95% 50%; 
}

#communication-form-container textarea{
	width:98%;
	height: 150px;
	margin-top: 10px;
	border-radius:5px;
	margin-bottom: 20px;
	resize: none;
 	border: 1px solid #D6D4D4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
}

#communication-form-container textarea:focus, 
#communication-form-container input[type=text]:focus, 
#communication-form-container select:focus {
	border: 1px solid #4697e4;
}

#submit-email {
	background-color: #32A2E3;
	float: right;
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #FFF;
}

#submit-email:hover {
	background-color: #012445;
	cursor: pointer;
	
}

/*** Section-Communication ***/
.contact-divider {
    border-left: 1px solid #E0DEDE;
}

#communication-container {
	margin-top: 30px;
}

#communication-form-container{
	margin-top: 20px;
}

#communication-form-container span{
	color: #373535;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

/****** Transparent  Administration Page ******/
/*** Page content ***/
#content {
	width: 100%;
}

#content a {
	text-decoration: none;
}

#content ul {
	list-style-type: none;
}

.vertical-divider-right {
    border-left: 1px solid #E0DEDE;
    padding-top: 60px;
}

.vertical-divider-left {
    border-right: 1px solid #E0DEDE;
    padding-top: 60px;
}

#right-aside {
	width: 32%;
}

.v-one {
	padding-top: 0;
}

#page-content {
	padding-top: 10px;
	padding-right: 5%;
	color: #373535;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
}


#page-content img { max-width: 100%; height: auto;}

#page-content a {
	color: #012445;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

#page-content a:hover {
	color: #8C99A4;
}

.title-pager{
	color: #012445;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 33px;
}

/*** Aside-Right ***/
.title-sidebar {
	color: #373535;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #373535;
	font-size: 24px;
}

.right-sidebar {
	margin-left: 15%;
}

.right-sidebar a {
	text-decoration: none;
	margin: 0 auto;
	color: #373535;
}

.right-sidebar a:hover, nav a:active {
	color: #8C99A4;
}

.right-sidebar ul {
	padding-left: 5px;
	list-style-type: none;
}

.right-sidebar li {
	font-family: 'Open Sans', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
}

hr.style-two {
	color: #E4E2E2;
	margin-bottom: 10px;
	margin-top: 10px;
}
  

/*** Press preview ***/

.title-press-preview {
	font-size: 21px;
}

.left-content-press-preview {
	width: 151px;
	height: 102px;
	background-color: gray;
}

.right-content-press-preview {
	font-family: 'Open Sans', sans-serif;
	color: #373535;
	font-size: 20px;
	padding-right: 10%;
}

.title-press-preview {
  	font-weight: 700;
}

.description-press-preview {
	font-weight: 300;
}

/*** Style Photo And Videos ***/

/*** Section Image Gallery ***/
.flexslider { border: 0; box-shadow: none; zoom: 1;}

#carousel .flex-active-slide img {
	opacity: 1;
}

#carousel li {
	margin-right: 5px;
}

#carousel li:first-child {
	margin-left: 0px;
}

#carousel li:last-child {
	margin-right: 0px;
}

#carousel img {
    display: block;
    opacity: 0.5;
}

#carousel img:hover {
    display: block;
    opacity: 1;
    cursor: pointer;
}

#slider-gallery img {
	display: block;
}

#slider-gallery .slides li {
	position: relative;
	width: 100%;
	margin: auto;

}

#slider-gallery .flex-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    background-color: rgba(235, 235, 235, 0.3);
    width: 100%;
    height: auto;

}

#slider-gallery .caption-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	width: 100%;
}

#slider-gallery .caption-text {
	font-family: 'Open Sans', sans-serif;
	font-style: 300;
	width: 100%;
}

#slider-gallery .inner-flex-caption{
	padding: 2%;
}

/*********** GRID LAYOUT FOR RESPONSIVE DESIGN ***********/

/***  SECTIONS  ***/
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/***  COLUMN SETUP  ***/
.col-services, .col-link, .col-footer, .col-maps, .col-press-preview  {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col-2-communications {
	display: block;
	float:left;
	margin: 1% 0 1% 5.6%;
}

.col-4-communications {
	display: block;
	float:left;
	margin: 1% 0 1% 11.6%;
}

.col-aboutus {
	display: block;
	float:left;
	margin: 1% 0 1% 0%;
}

.col-pager {
	display: block;
	float:left;
	margin: 1% 0 1% -0.1%;
}

.col:first-child ,.col-2:first-child, .col-services:first-child, .col-link:first-child, 
.col-2-communications:first-child, .col-4-communications:first-child, 
.col-footer:first-child, .col-maps, .col-aboutus:first-child,
.col-pager:first-child, .col-press-preview { margin-left: 0; }

/***  GROUPING  ***/
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID (COLUMNS DEFINITIONS) */
.span-columns-services, .span-columns-2-maps-1 { width: 32.26%; }
.span-columns-2-maps-2 { width: 66.13%; }
.span-columns-2, .span-columns-2-footer, .span-columns-2-link { width: 49.2%; }
.span-columns-4 { width: 24.45%; }
.span-columns-4-communications { width: 44.2%; }
.span-columns-2-aboutus-1 { width: 60.00% }
.span-columns-2-aboutus-2 { width: 35.00% }
.span-columns-2-communications { width: 47.2% }

.span-columns-pager-1, .span-columns { width: 70.00% }
.span-columns-pager-2 { width: 30.00% }

.span-columns-press-preview-1 { width: 20% }
.span-columns-press-preview-2 { width: 80% }

/****** Responsive settings ******/

/* Large */
@media only screen and (min-width: 960px) {
	.row { width: 80%; }
	.row.margin > .column, .row.margin > .columns { margin: 20px; }
	.row.margin-bottom > .column, .row.margin-bottom > .columns { margin-bottom: 40px; }
	.twelve.columns { width: 100%; }
	.twelve.columns.center { margin-left: 20px; }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.row { width: 80%; }
	.row.margin > .column, .row.margin > .columns { margin: 15px; }
	.row.margin-bottom > .column, .row.margin-bottom > .columns { margin-bottom: 30px; }
	.twelve.columns { width: 100%; }
	.twelve.columns.center { margin-left: 15px; }
	.tablet-twelve.columns { width: 100%; }
	hr { width: 100%; }
}

/* Medium */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.row { width: 80%; }
	.row.margin > .column, .row.margin > .columns { margin: 8px; }
	.row.margin-bottom > .column, .row.margin-bottom > .columns { margin-bottom: 16px; }
	.twelve.columns { width: 100%; }
	.twelve.columns.center { margin-left: 8px; }
	.medium-twelve.columns { width: 100%; }

	#welcome h1 { font-size: 70px; }
	hr { width: 100%; }
}

/* Small */
@media only screen and (max-width: 479px) {
	.row { width: 80%; }
	.row.margin > .column, .row.margin > .columns { margin: 5px; }
	.row.margin-bottom > .column, .row.margin-bottom > .columns { margin-bottom: 10px; }
	.twelve.columns { width: 100%; }
	.twelve.columns.center { margin-left: 5px; }
	.small-twelve.columns { width: 100%; }
	hr { width: 100%; }
	#welcome h1 { font-size: 40px; }
}

/*** Responsive Section Header ***/
@media only screen and (max-width: 479px) {
	#header { 
		height: 100px;
	}

	#header-container {
		min-width: 270px;
		width: 270px;
	}
}

@media screen and (max-width: 767px){
	#header {
		height: 166px;
	}

	#header-container img {
		min-width: 270px;
		width: 270px;
		height: auto;
	}

	#header #languages {
		position: absolute;
		top: 140px;
	}

	#header #socials {
		position: absolute;
		right: 0px;
		top: 130px;
	}
}

@media screen and (max-width: 479px){
	#header-container {		
		position: absolute;
		left: 60%;
		top: 4%;
		-webkit-transform: translate(-50%, 4%);
		-moz-transform: translate(-50%, 4%);
		-ms-transform: translate(-50%, 4%);
		-o-transform: translate(-50%, 4%);
		transform: translate(-50%, 4%);
		display: inline-block;
		border: none;
	}

	#header-container img {
		min-width: 220px;
		width: 220px;
		height: auto;
	}

	#header #languages {
		position: absolute;
		top: 140px;
	}

	#header #socials {
		position: absolute;
		right: 0px;
		top: 130px;
	}
}

/*** Responsive Nav ***/
@media only screen and (max-width: 959px) {
	nav {
		border-bottom: 0;
		height: auto;
  		background: #001E39;
	}

	nav ul {
		width: 100%;
		display: none;
	}

	nav li {
		display: block;
		width: 100%;
		height: 30px;
		text-align: left;
		margin-top: 10px; 
		border-bottom: 1px solid #1B3954;
	}

	nav li:after {
	    content: "";
	}

	nav li:before {
	    content:"";
	}

	nav li:last-child:after {
		content: "";
	}

	nav a#pull {
		display: inline-block;
		position: relative;
		margin: 10px 8px 5px;
		list-style: none outside none;
	}

	nav a#pull:after {
		content:"";
		background: url('img/nav-icon.png') no-repeat;
		width: 20px;
		height: 20px;
		display: block;
		position: relative;
	}

}

/**** Responsive News and Communication ****/
@media only screen and (max-width: 479px) {
	.news-item, .communications-item {
		min-height: 380px;
	}

	.communications-title, .news-title {
		font-size: 14px;
	}

	.communications-description, .news-description {
		font-size: 14px;
	}

}


/**** Responsive Section Services ****/
@media only screen and (max-width: 1200px) {
	.col-services {  margin: 1% 0 1% 0%; }
	.span-columns-services { width: 100%; }
}

/**** Responsive Section communications ****/
@media only screen and (min-width: 641px) and (max-width: 1200px) {
	.col-4-communications {  margin: 1% 0 1% 10%; }
	.span-columns-4-communications { width: 45%; }
}

@media only screen and (max-width: 1200px) {
	.col-2-communications { margin: 1% 0 1% 0%; }
	.span-columns-2-communications { width: 100%; }
}

@media only screen and (max-width: 640px) {
	.col-4-communications { margin: 1% 0 1% 0%; }
	.span-columns-4-communications { width: 100%; }
	a.block-1 { width: 100%; }
}

/**** Responsive Section Link ****/
@media only screen and (max-width: 767px) {
	.col-link {  margin: 1% 0 1% 0%; }
	.span-columns-2-link { width: 100%; }
}

/*** Responsive Section footer ***/
@media only screen and (max-width: 479px) {
	#logo-footer img { display: block; margin: 0 auto;}
	.col-footer {  margin: 1% 0 1% 0%; }
	.span-columns-2-footer{ width: 100%; }
}

/*** Responsive Section Maps ***/
@media only screen and (max-width: 767px) {
	.col-maps {  margin: 1% 0 1% 0%; }
	.span-columns-2-maps-1, .span-columns-2-maps-2, .span-columns-2-link { width: 100%; }
}

/*** Responsive Section Email ***/
@media only screen and (min-width: 961px ) and (max-width: 1200px) {
	.col-aboutus {  margin: 1% 0 1% 10%; }
	.span-columns-2-aboutus-1  { width: 50%; }
	.span-columns-2-aboutus-2 { width: 40%; }
}

@media only screen and (min-width: 768px ) and (max-width: 960px) {
	.col-aboutus {  margin: 1% 0 1% 3%; }
	.span-columns-2-aboutus-1  { width: 52%; }
	.span-columns-2-aboutus-2 { width: 45%; }
}

@media only screen and (max-width: 767px) {
	.col-aboutus {  margin: 1% 0 1% 0%; }
	.span-columns-2-aboutus-1, .span-columns-2-aboutus-2  { width: 100%; }
	#communication-container { margin: 0;}
	.contact-divider { border: none; margin: 0;}
	#communication-form-container textarea {
		height: 245px;
	}
}

/*** Responsive Section Pager ***/
@media only screen and (max-width: 1200px) {
	.col { margin: 1% 0 1% 0%; }
	.span-columns-press-preview-1, .span-columns-press-preview-2 { width: 100% }
}

@media only screen and (max-width: 479px) {
	.title-pager{ font-size: 16px; }
	.title-press-preview { font-size: 21px }
}

/*** Responsive Section Press Preview ***/
@media only screen and (max-width: 479px) {
	.title-pager{ font-size: 16px; }
}

@media only screen and (max-width: 960px) {
	.col-pager { margin: 1% 0 1% 0%; }
	.span-columns { width: 100% }
	.span-columns-pager-1 { width: 100% }
	.span-columns-pager-2 { width: 100%; margin-top: 50px; }
	.vertical-divider-left { border: none; }
	.vertical-divider-right { border: none; }
	.right-sidebar { margin-left: 0; }
}

/*** Responsive Section Gallery ***/

@media only screen and (min-width: 961px) and (max-width: 1200px) {
	#slider-gallery .caption-text , .caption-title { font-size: 14px; }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	#slider-gallery .caption-text , .caption-title { font-size: 10px; }
}

@media only screen and (max-width: 767px) {
	#slider-gallery .flex-caption, .caption-text , .caption-title { display: none; }
}

/* 404 page */
#page-404 {
	text-align: center;
}

#page-404 .oops {
	margin-bottom: 38px;
}

#page-404 .text {
	margin-bottom:30px;
}

#page-404 .coffee {
	position:relative;
	width: 77px;
    margin: 20px auto;
}

#page-404 .error-title {
    font-size: 50px;
}

#page-404 .error-desc {
	padding: 0;
}

.hr-vertical{
    position:absolute;
    border-left: 1px solid #E0DEDE;
    height: 100%; 
    margin-top: 10px;
}

.table-responsive {
	border: 0;
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}