/*
Theme Name: Alexandru Andreas & Asociatii
Theme URI: http://avocatul-meu.ro/
Author: Alexandru Andreas & Asociatii
Author URI: http://avocatul-meu.ro/
Description: A custom theme
Version: 1.0
*/


/**
 * Basic Structure
 * ----------------------------------------------------------------------------
 */
@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#Source Sans Pro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cinzel';
    src: url('fonts/cinzel-regular-webfont.eot');
    src: url('fonts/cinzel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cinzel-regular-webfont.woff2') format('woff2'),
         url('fonts/cinzel-regular-webfont.woff') format('woff'),
         url('fonts/cinzel-regular-webfont.ttf') format('truetype'),
         url('fonts/cinzel-regular-webfont.svg#Cinzel') format('svg');
    font-weight: normal;
    font-style: normal;
}
body.page-id-498 .client-service-box{
    margin:30px 0;
    padding-right: 10px;
    padding-left: 10px;
}
html{
	overflow-x:hidden;
}
body{
	overflow-x:hidden;
	color:#252525;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
}
h1,h2{
	font-family: 'Cinzel', serif;
}
#content{
	padding-top:50px;
	padding-bottom:50px;
}
.page-title{
	margin-bottom:50px;
	font-size:30px;
}
.full-width-background-row{
	margin-left:-999px;
	margin-right:-999px;
	padding-left:999px;
	padding-right:999px;
}

.center-text-with-horizontal-line {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
} 
.center-text-with-horizontal-line span { 
    background:#fff; 
    padding:0 20px; 
}
.no-left-padding{
	padding-left:0;
}
.no-right-padding{
	padding-right:0;
}
.inner-page-content img{
	max-width:100%;
}
/**
 * Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* Rotating Text */

 .rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}
.rotating.flip {
  position: relative;
}
.rotating .front{
  left: 0;
  top: 0;
  visibility:hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}
.rotating.flip .front {
  z-index: 1;
}
.rotating .back {
  display: block;
  opacity: 0;
}
.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}
.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}
.rotative-text h1, .rotative-text h2, .rotative-text h3{
	margin:0;
	line-height:39px;
	text-transform: uppercase;
}
/**
 * Header
 * -----------------------------------------------------------------------------
 */

#header-outer{
	min-height:280px;
	position:relative;
	background-size: cover;
    background-position: center center;
}	
header#masthead .container{
	position:relative;
}
.masthead-transparency-layer{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(37, 37, 37, 0.5);
	background-image:url('images/top-header-gradient.png');
	background-position: top center;
    background-repeat: no-repeat;
	background-size:cover;
}
#header-top-bar{
	display: inline-block;
    width: 100%;
    padding-top: 15px;
	border-bottom: 1px solid white;
	position:relative;
}
#masthead.scrolled-header #header-top-bar{
	border-bottom-color:#909090;
	padding-top:5px;
}
#header-top-bar a{
	color:white;
}
.scrolled-header{
    background: white;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;

	z-index:10000;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}
.scrolled-logo-image{
	display:none !important;
}
.scrolled-header .logo-image{
	display:none !important;
}
.scrolled-header .scrolled-logo-image{
	display:block !important;
}
.navbar-brand{
	padding-top:0;
}


/* Top Language Switcher */

#top-language-switcher{
	position:relative;
	line-height:30px;
}
#top-language-switcher ul{
	list-style-type:none;
	padding-left:0;
	min-width: 130px;
}
#top-language-switcher ul li{
	padding:0 15px;
	background:rgb(37, 37, 37);
}
#top-language-switcher ul li.active-language, #top-language-switcher ul li:hover{
	background:rgba(37, 37, 37, 0.8);
}
#top-language-switcher span{
	display:inline-block;
	vertical-align:middle;
}
#top-language-switcher .current-language .fa{
	margin-left:5px;
}
.top-language-switcher-container{
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
    width: 100%;
    overflow-x: auto;
	display:none;
	padding-top:1px;
}
.select-language-switcher{
	padding:0 15px;
}
.select-language-switcher:hover .top-language-switcher-container{
	display:block
}
.flag {
	width: 16px;
	height: 16px;
	background:url('images/flags-sprite.png') no-repeat;
	margin-right:5px;
}
.flag.flag-gb {background-position: 0 0;}
.flag.flag-hu{ background-position: -16px 0; }
.flag.flag-it {background-position: -32px 0;}
.flag.flag-rs {background-position: -48px 0;}
.flag.flag-ro {background-position: -64px 0;}
.flag.flag-de {background-position: -80px 0;}

#masthead.scrolled-header .current-language{
	color:black;
}


/* Top Social Icons */

#top-social-icons ul{
	margin-bottom:0;
	margin-top:5px;
}
#masthead.scrolled-header #top-social-icons a{
	color:#909090;
}

/* Top Navbar and Logo */

#main-navigation-container{
	width:100%;
}
#top-navbar-and-logo .navbar-right{
	margin-top:10px;
}
.nav>li>a:focus, .nav>li>a:hover{
	background:transparent;
}
#top-navbar-and-logo{
	margin-top:10px;
	z-index:100;
	position:relative;
}
#main-navigation-container .navbar-nav li{
	padding:15px;
}
#main-navigation-container .navbar-nav>li>a{
	color:white;
	padding:0;
	padding-bottom:3px;
}
#main-navigation-container .navbar-nav>li.current-menu-item>a, #main-navigation-container .navbar-nav>li:hover>a{
	border-bottom:1px solid;
}
#masthead.scrolled-header #main-navigation-container .navbar-nav>li>a{
	color:#252525;
}
.navbar-toggle .icon-bar{
	background-color:white;
}
.navbar-toggle{
	border-color:white;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
}
.scrolled-header .navbar-toggle .icon-bar{
	background-color:#20245e;
}
.scrolled-header .navbar-toggle{
	border-color:#20245e;
	color:black;
}

/* Hidden Mobile Menu */

#hidden-mobile-menu{
	-webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: block;
    width: 100%;
    position: fixed;
    bottom: auto;
    top: -1000px;
    overflow-y: auto;
    background-color: #474d62;
    color: #ffffff;
	padding-top:150px;
}
#hidden-mobile-menu.open{
	top: 0px;
    bottom: 0px;
    z-index: 10;
}
#hidden-mobile-menu ul{
	padding-left:0;
	margin-left: -15px;
    margin-right: -15px;
}
#hidden-mobile-menu ul#mobile-menu li{
	position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    list-style: none;
    text-align: center;
    padding-bottom: 7.5px;
}
#hidden-mobile-menu ul li a{
	background-color: rgba(0,0,0,0.1);
    display: block;
    padding: 15px;
	color:white;
}
#hidden-mobile-menu  button{
	background: transparent;
    border: 1px solid white;
    color: white;
    width: 300px;
    padding: 10px 0;
    font-size: 20px;
	margin-top:20px;
}
#hidden-mobile-menu button span:last-child {
    display: none;
}
#hidden-mobile-menu button:hover span:first-child {
    display: none;
}
#hidden-mobile-menu button:hover span:last-child {
    display: block;
}
body.no-scrolling, html.no-scrolling{
	height: 100%;
    overflow: hidden;
}
body.opened-mobile-menu{

}

/* Top Search */

#top-search form{
	border-left:1px solid white;
	padding-left:10px;
}
.header-top-search-text-input{
	background:transparent;
	display:none;
	color:white;
}
#top-search input[type=submit]{
	font-family:FontAwesome;
	font-size:18px;
	color:white;
	background: transparent;
    border: none;
	display:none;
}
#top-search span{
	font-family:FontAwesome;
	font-size:18px;
	cursor:pointer;
	color:white;
}
.scrolled-header #top-search input[type=submit], .scrolled-header #top-search span, .scrolled-header .header-top-search-text-input{
	color:black;
}
.scrolled-header #top-search form{
	border-color:black;
}

/* Top Tagline and Button */

#top-tagline-and-button h1{
	max-width:650px;
	line-height:50px;
	margin-bottom:30px;
}
#top-tagline-and-button{
	position:relative;
	color:white;
	margin-top:50px;
}
#top-tagline-and-button button{
	background:transparent;
	border:1px solid white;
	color:white;
	width:300px;
	padding:10px 0;
	font-size: 20px;
	transition: background 0.25s;
    -webkit-transition: background 0.25s;
}
#top-tagline-and-button button span:last-child{
	display:none;
}
#top-tagline-and-button button:hover, #top-tagline-and-button button.hover{
	 /* background:rgba(24, 28, 68, 0.6); */
}
#top-tagline-and-button button:hover span:first-child, #top-tagline-and-button button.hover span:first-child{
	display:none;
}
#top-tagline-and-button button:hover span:last-child, #top-tagline-and-button button.hover span:last-child{
	display:block;
}

/**
 * Home Page
 * -----------------------------------------------------------------------------
 */
 
body.page-template-home-page .masthead-transparency-layer{
	display:none;
	background: transparent;
}	
body.page-template-home-page #header-outer{
	min-height:500px;
}
body.page-template-home-page #top-tagline-and-button{
	display:none;
}
#home-top-bar{
	padding:30px 0;
	background: #0d0f26;
	color:white;
}
#home-top-bar h2{
	margin-top:0;
}
span.home-top-bar-phone{
	font-size: 24px;
}
#home-top-bar a{
	color:white;
}
#home-top-bar a:hover{
	text-decoration:none;
}
.home-top-bar-phone .fa {
    margin-right: 5px;
}

/* Home About Us */

#home-about-us{
	padding-bottom:50px;
}
#home-about-us p{
	text-align: justify;
}
.home-about-us-title{
	margin:50px 0;
}

/* Home Statistics */

#home-statistics{
	/*background:url('images/home-statistics-background.jpg') no-repeat center;*/
	color:white;
	padding-bottom:50px;
}
.home-statistics-title{
	margin:50px 0;
}
#home-statistics ul li{
	width:24%;
	vertical-align:top;
}
#home-statistics .count{
	display:block;
	font-size:44px;
	margin-bottom:10px;
}
#home-statistics ul span:not(.count){
	font-size:18px;
}
.fancy-center-text-with-horizontal-line{
	text-align:center;
	overflow:hidden;
}
.fancy-center-text-with-horizontal-line span{
	position:relative;
}
.fancy-center-text-with-horizontal-line span::before{
	right: 100%;
    margin-right: 15px;
}
.fancy-center-text-with-horizontal-line span::after{
    left: 100%;
    margin-left: 15px;
}
.fancy-center-text-with-horizontal-line span::before, .fancy-center-text-with-horizontal-line span::after {
	content: "";
    position: absolute;
    height: 50%;
    border-bottom: 1px solid white;
    top: 0;
    width: 600px;
} 
#home-we-are-members-of{
	padding-top:30px;
}
#home-we-are-members-of li{
	padding-right:14px;
	padding-left:14px;
}
#home-we-are-members-of img{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	max-width:100%;
}
#home-we-are-members-of img:hover{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* Home We Are Members Carousel */

#home-we-are-members-carousel{
	min-height:160px;
}
#home-we-are-members-carousel .carousel-control{
	background: transparent;
    color: black;
    width: 20px;
    top: 25%;
    font-size: 46px;
}
.home-we-are-members-second-content{
	margin-top:30px;
}
.home-we-are-members-second-content address{
	margin-bottom:5px;
}

/**
 * News Page
 * -----------------------------------------------------------------------------
 */

.news-article-box{
	margin-bottom:70px;
}
.news-article-box img{
	max-width:100%;
}
.news-article-box-right-side{
	position:relative;
	min-height:295px;
}
.news-article-box-title{
	margin-top:0;
	color:#252525;
}
.news-article-box-excerpt p:first-child::after{
	content:"";
	width:300px;
	background:#252525;
	height:2px;
	display:block;
	margin:20px 0;
}
.news-article-box-meta{
	bottom:0;
	width:100%;
	padding-right:15px;
}
.news-article-box-meta .date-published-time{
	color:#acacac;
}
.news-article-box-meta .read-more a{
	float:right;
	color:#252525;
	font-weight:bold;
}	
 
 /**
 * Single Post
 * -----------------------------------------------------------------------------
 */
 
.single-post-title{
	font-size:26px;
	margin-bottom:30px;
}
.single-post-meta{
	border-color:#909090;
	border-top:1px solid;
	border-bottom:1px solid;
	padding:5px 0;
	margin:20px 0;
}	
.single-post-content img{
	max-width:100%;
}
.single-post-related-posts img{
	max-width:100%;
}
.single-post-related-posts-box{
	margin-bottom:20px;
}
/**
 * Team Page
 * -----------------------------------------------------------------------------
 */
 
body.page-template-our-team-page #content{
	padding-bottom:0;
}
.team-member-box{
	height:430px;
	background-position:top center !important;
	background-size:cover !important;
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:110px;
	cursor:pointer;
}
.team-member-box-content{
	position:absolute;
	width:100%;
	height:80px;
	left:0;
	bottom:-80px;
	background: rgba(32, 36, 94, 0.90);
	color:white;
	padding:0 20px;
	transition: bottom 0.25s;
    -webkit-transition: bottom 0.25s;
	cursor:pointer;
	overflow:hidden;
}
.team-member-box-content.expanded{
	bottom:0;
	height:100%;
}
.team-member-box-content.expanded .fa-angle-up{
	display:none;
}
.team-member-box-content .fa-angle-down{
	display:none;
}
.team-member-box-content.expanded .fa-angle-down{
	display:inline-block;
}
.expand-team-member-box-content{
	font-size: 30px;
    margin-top: 12px;
	cursor:pointer;
}
.team-member-box-content hr{
	border-width:2px;
	width:130px;
	margin-left:0;
}
.team-member-box-contact{
	margin-top:20px;
}
.team-member-box-contact a{
	color:white;
	font-size:22px;
}
.team-member-box-read-more{
	float:right;
}
#our-team-bottom-content{
	background:url('images/our-team-background.jpg') no-repeat center;
	color:white;
	margin-top:50px;
}	
#our-team-bottom-content .col-md-6:last-child{
    background: rgba(37, 37, 37, 0.90);
	margin-top: 200px;
    margin-bottom: 200px;
    padding: 40px;
	max-width: 550px;
}
#our-team-bottom-content hr{
	max-width:300px;
	margin-left:0;
}

/**
 * Single Team Member
 * -----------------------------------------------------------------------------
 */
 
.team-memeber-schema-org{
	display:none !important;
}	
 
 
/**
 * Services Page
 * -----------------------------------------------------------------------------
 */
 
.service-box{
	height:220px;
	position:relative;
	margin-bottom:30px; 
	background-size:cover !important;
	background-repeat:no-repeat;
}
.service-box:hover .service-box-background-layer {
    opacity:0.5;
	transition: opacity 0.5s linear;
}
.service-box-background-layer{
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.95;
}
.service-box-content{
	position:absolute;
	bottom:0px;
	width:100%;
	padding-left: 15px;
    padding-right: 15px;
}
.service-box-title{
	font-size:16px;
	color:white;
}
.service-box-content a{
	color:white;
}
.service-box a:hover{
	text-decoration:none;
}
.service-box-content hr{
	max-width:130px;
	margin-left:0;
	margin-top:0;
}
 
 
/**
 * Single Service
 * -----------------------------------------------------------------------------
 */
 
#single-service-wrapper img{
	max-width:100%;
}
#single-service-left-sidebar ul{
	list-style-type:none;
	padding-left:0;
}
#single-service-left-sidebar ul li{
	position:relative;
	margin-bottom:5px;
	background-size:cover !important;
	background-position:center;
}
#single-service-left-sidebar ul li a{
	padding: 15px 10px;
    display: block;
	color:white;
	position:relative;
	text-decoration:none !important;
}
#single-service-left-sidebar li .service-box-background-layer{
	background:#20245e;
}
#single-service-left-sidebar li:hover .service-box-background-layer, #single-service-left-sidebar li.active .service-box-background-layer{
	opacity:0.5;
}

#single-service-right-content h1{
	margin-top:0;
	font-size:26px;
}
#single-service-right-content ul{
	list-style-type:none;
	line-height:26px;
}
#single-service-right-content ul li::before{
	content: "\f105";
	font-family:FontAwesome;
	font-weight:bold;
	margin-right:5px;
	font-size:18px;
}
#single-service-right-content li ul li::before{
	font-size:14px;
	content: "-";
}
#children-services-carousel .carousel-control {
    background: transparent;
    color: #0d0f26;
    width: 20px;
    top: 25%;
    font-size: 46px;
}
#single-service-right-content h2, #single-service-right-content h1{
	font-family: 'Source Sans Pro', sans-serif;
}
.single-service-schema-org{
	display:none !important;
}

/**
 * Clients Page
 * -----------------------------------------------------------------------------
 */
 
.client-service-box{
	width:290px;
	vertical-align:middle;
	margin:25px 0;
}
.client-service-box img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	max-width:100%;
}	
.client-service-box img:hover{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
#second-content-clients{
	margin-top:30px;
}	

/**
 * Careers Page
 * -----------------------------------------------------------------------------
 */

.career-box {
    height: 360px;
    position: relative;
    margin-bottom: 30px;
    background-size: cover !important;
	background-repeat: no-repeat;
	cursor: pointer;
}
.career-box-background-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.90;
}
.career-box:hover .career-box-background-layer {
    opacity: 0.5;
    transition: opacity 0.5s linear;
}
.career-box-content{
	padding-top: 90px;
}
.career-box-middle{
	text-align: center;
	padding: 0 15px;
	position: relative;
}
.career-box-title h3{
	color:white;
	font-size: 16px;
	line-height: 2.5rem;
	min-height: 50px;
	font-weight: bold;
} 
.career-box-title hr{
	max-width: 150px;
}
.career-box-excerpt{
	color:white;
}
#careers-page-editor-content{
	font-size: 18px;
}

/**
 * Contact Page
 * -----------------------------------------------------------------------------
 */
 
body.page-template-contact-page #content{
	padding-bottom:0;
}
#contact-container hr{
	max-width:200px;
	margin-left:0;
	margin-top:10px;
	border-color:#252525;
}	
#contact-page-form-container textarea{
	display:inline-block;
}
#contact-page-form-container input[type=submit]{
	background:#181c44;
	color:white;
	border:none;
	padding:10px;
}
.scrolloff {
	pointer-events: none;
}
#contact-map-overlay{
	margin-bottom:-5px;
}
.contact-details-desktop-version ul li{
	margin-bottom:10px;
}
.contact-details-desktop-version ul li .fa{
	margin-right:5px;
	font-size: 20px;
    color: white;
	width:30px;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	border-radius: 50%;
	background:#00aced;
}
.contact-details-desktop-version ul li a{
	color:inherit;
}
#contactResponse{
	font-size: 22px;
}
.mobile-contact-section .fa{
	margin-right:5px;
	font-size: 30px;
    color: white;
	width:45px;
	line-height:45px;
	vertical-align:middle;
	text-align:center;
	border-radius: 50%;
	background:#00aced;
}
.mobile-contact-section .fa-envelope{
	font-size:22px;
}
.mobile-contact-section a{
	color:#252525;
}
.mobile-contact-section span{
	font-size:20px;
}
.mobile-contact-section ul{
	max-width:170px;
}
.mobile-contact-section ul li{
	margin-bottom:24px;
}
/** 
 * Error 404 Page 
 * ----------------------------------------------------------------------------- 
 */ 

.error-404-page-menu{
	display:inline-block;	
	width:100%;
}
.error-404-page-menu li:first-child a{
	padding-left:0;
}
.call-us-error-404 .fa{ 
   margin-right: 5px;   
   font-size: 20px;   
   color: white;    
   width: 30px;  
   line-height: 30px; 
   vertical-align: middle; 
   text-align: center;   
   border-radius: 50%;   
   background: #00aced;
}	 
/**
 * Footer
 * -----------------------------------------------------------------------------
 */
footer.site-footer{
	background:#0d0f26;
	padding:50px 0 30px 0;
	color:white;
	position:relative;
}
footer.site-footer a{
	color:white;
}

.footer-logo img{
	margin-bottom:20px;
}
#footer-mobile-actions{
	display:none;
	bottom:-60px;
	position:fixed;
	width:100%;
	-webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
	background: #00aced;
}
#footer-mobile-actions .col-xs-6:last-child{
	border-left:1px solid white;
}
#footer-mobile-actions a{
	color:white;
    padding: 5px 0px;
    display: block;
    text-align: center;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
	font-size:19px;
}
#footer-mobile-actions a:hover{
	text-decoration:none;
}
#footer-mobile-actions .fa{
	margin-right:7px;
}
#footer-mobile-actions.scrolled{
	bottom:5px;
}
.footer-widget ul{
	padding-left:0;
	list-style-type:none;
}
.footer-widget-title{
	margin-top:0;
	font-size:22px;
}
#comodo-footer-icon{
	position:fixed;
	bottom:0px;
	right:10px;
}
#footer-gdpr-privacy-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.9);
    width: 100%;
    color: #fff;
    z-index: 9999999;
    text-align: center;
    display: none;
}
#footer-gdpr-privacy-bar span{
	display: inline-block;
    vertical-align: middle;
}
.footer-gdpr-privacy-bar-content{
	padding: 10px;
}
#gdpr-close-privacy-bar {
    color: #fff;
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 15px;
    line-height: 0;
    font-size: 24px;
}
#gdpr-agreement-button {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    padding: 0 10px 1px;
    height: auto;
    line-height: 26px;
    white-space: normal;
    margin: 0;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #E50C15;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
	border: none;
	margin-left: 10px;
	display: inline-block;
    vertical-align: middle;
}


/**
 * Responsive 
 * -----------------------------------------------------------------------------
 */
 
 
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.new-line{
		display:none !important;
	}
	#contact-map-overlay{
		margin-left:-105px;
		margin-right:-105px;
		margin-top:50px;
	}
	.news-article-box-meta{
		position:absolute;
	}
	.team-member-box:hover .team-member-box-content{
		bottom:0;
		height:100%;
	}
	#home-top-bar{
		max-height:133px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1600px) {
	body.page-template-home-page #header-outer{
		background-position:bottom center;
	}
	#top-tagline-and-button button{
		width: 400px;
	}
}






/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.row:not(.full-width-background-row){
		margin-left:0;
		margin-right:0;
	}
	#header-outer{
		min-height:330px;
	}
	#main-navigation-container{
		text-align:center;
	}
	#main-navigation-container .navbar-nav>li.current-menu-item>a, #main-navigation-container .navbar-nav>li:hover>a{
		display:inline;
	}
	#main-navigation-container .navbar-nav li{
		padding:4px;
	}
	#top-search form{
		border:none;
	}
	body.page-template-home-page #top-tagline-and-button {
		margin-top: 50px;
	}
	.navbar-collapse{
		border-top:none;
		box-shadow:none;
	}
	#our-team-bottom-content{
		background-size:cover;
	}
	.news-article-box-title{
		font-size:26px;
		margin-top:20px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	#home-we-are-members-image{
		display:none;
	}
	#header-top-bar{
		display:none;
	}
	#hidden-mobile-menu ul{
		display:inline-block;
	}
	#hidden-mobile-menu ul.social-icons-mobile{
		width:100%;
		text-align:center;
	}
	#mobile-menu .flag{
		display:inline-block;
	}
	.new-line{
		display:block;
	}
	#home-about-us {
        text-align: justify;
    }
	#contact-page-form-container{
		padding-bottom:30px;
	}
	.full-width-background-row {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 0;
		padding-right: 0;
	}
	.center-text-with-horizontal-line{
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 22px;
	}
	#home-statistics{
		background-size:cover !important;
	}
	#home-statistics ul li{
		width:49%;
	}
	#home-we-are-members-carousel{
		min-height:60px;
	}
	.navbar{
		margin-bottom:3px;
	}
	.scrolled-header{
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.8);
		-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.8);
		-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.8);
	}
	#masthead.scrolled-header #header-top-bar{
		display:none;
	}
	.navbar-brand>img{
		max-width:180px;
		height:auto;
	}
	#main-navigation-container .navbar-nav li {
		padding: 15px;
	}
	#home-we-are-members-carousel .carousel-control{
		top:0;
	}
	.benefit-box{
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	#single-service-right-content h1{
		font-size:26px;
	}
	.mobile-18px-size{
		font-size:18px;
	}
	.related-service-featured-image{
		display:none !important;
	}
	body.page-template-contact-page #header-outer{
		min-height:270px;
	}
	#contact-page-form-container .no-left-padding{
		padding-right:0;
	}
	#contact-page-form-container .no-right-padding{
		padding-left:0;
	}
	#contact-page-form-container label{
		display:none;
	}
	span.home-top-bar-phone{
		display:none;
	}
	#footer-mobile-actions.scrolled{
		display:block;
	}
	footer.site-footer{
		padding-bottom:60px;
	}
	.footer-widget, .footer-social-icons{
		text-align:center;
	}
	.rotative-text h1, .rotative-text h2{
		font-size:22px;
	}
	.service-box {
		height: 70px;
		margin-bottom: 15px;
	}
	#home-we-are-members-of img {
        height: auto;
    }
	#comodo-footer-icon{
		display:none !important;
	}
	#footer-gdpr-privacy-bar.scrolled{
		bottom:45px;
	}
	#gdpr-agreement-button{
		margin-top: 10px;
	}
	.footer-gdpr-privacy-bar-content {
		padding: 20px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.navbar-brand>img{
		max-width:155px;
	}
	.navbar-toggle{
		margin-top:3px;
	}
}