/* 
Theme Name: The Agency 1.6
Theme URL: http://theagency.co.uk
Description: Theme for The Agency 
Author: Sane and Able
Author URL: http://www.saneandable.co.uk
Version: 1.6

Original theme URL: http://whiteboard.plainbeta.com/
*/



/*



font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
font-family: 'Merriweather',"Times New Roman", Times, serif;

Source Sans Pro
Light: 				300
Normal:				400
Semi-bold:			600
Semi-bold italic:	600

Merriweather
Normal:				400
Italic:				400
Bold:				700


----

Purple light:		rgba(156, 90, 114, 1)
Purple dark:		rgba(82, 38, 52, 1)

Green light:		rgba(32, 182, 160, 1)
Green dark:			rgba(56, 87, 89, 1)

Blue light:			rgba(69, 155, 174, 1)
Blue dark:			rgba(32, 81, 95, 1)




*/





a:link {color: #333333;}
a:visited {color: #333333;}
a:active {color: #333333;}
a:hover {color: rgba(156, 90, 114, 1);}

.linkWhite a:link {color: rgba(255, 255, 255, 1);}
.linkWhite a:visited {color: rgba(255, 255, 255, 1);}
.linkWhite a:active {color: rgba(255, 255, 255, 1);}
.linkWhite a:hover {color: rgba(255, 255, 255, 0.5);}

.linkBlue a:link {color: rgba(69, 155, 174, 1);}
.linkBlue a:visited {color: rgba(69, 155, 174, 1);}
.linkBlue a:active {color: rgba(69, 155, 174, 1);}
.linkBlue a:hover {color: rgba(69, 155, 174, 0.5);}

.linkGreyBlue a:link {color: rgba(51, 51, 51, 1);}
.linkGreyBlue a:visited {color: rgba(51, 51, 51, 1);}
.linkGreyBlue a:active {color: rgba(69, 155, 174, 1);}
.linkGreyBlue a:hover {color: rgba(69, 155, 174, 1);}

footer .tier-3 a:link {color: rgba(51, 51, 51, 0.5);}
footer .tier-3 a:visited {color: rgba(51, 51, 51, 0.5);}
footer .tier-3 a:active {color: rgba(51, 51, 51, 0.5);}
footer .tier-3 a:hover {color: rgba(32, 182, 160, 1);}

html, body {
    margin: 0;
    color: #333333;
}

a 			{ text-decoration: none; box-shadow: none; }
a:hover		{ text-decoration: none; }
a img		{ border: none; }
.cB			{ clear: both; }
h1			{ font-weight: normal; }
h2			{ font-weight: normal; }
h3			{ font-weight: normal; }
h4			{ font-weight: normal; }
h5			{ font-weight: normal; }
h6			{ font-weight: normal; }
h7			{ font-weight: normal; }
strong, b	{ font-weight: 600; }









/******************** GLOBAL ******************/




.dropdown-select {
    position: relative;
    top: -110px;
    padding: 25px 20px;
}
.dropdown-select select {
    padding: 8px;
    width: 200px;
}


@media(min-width:768px) {
    .container {
        max-width: 990px;
        padding-left: 0;
        padding-right: 0;
    }
    .container.fixed-footer {
        max-width: 990px;
        padding-bottom: 100px;
    }

    footer .container {
        padding-left: 0;
        padding-right: 0;
    }
    footer .col-md-3 {
        padding-left: 0;
        padding-right: 0;
    }
}

body#home .linkBlue {
    display: flex;
    margin-bottom: 10px;
}
body#home .view_tweet_status_3.rowTweets {
    padding-top: 20px;
}
.view_tweet_status_2.rowTweets {
    padding-top: 20px;
}
#page {
    margin-top: 100px;
    margin-bottom: 100px;
}
#page .leftColumn {
    margin-top: -30px;
    background-color: #FFFFFF;
}



@media(max-width:991px) {
    #page .leftColumn {
        margin-top: 50px;
        background-color: #FFFFFF;
        margin-bottom: 30px;
    }
    #contact #page .leftColumn {
        margin-top: 20px;
    }
}	
@media(max-width:767px) {
    #page {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    #page .leftColumn {
        margin-top: 20px;
    }
    .home-news-upper-row, .home-news-middle-row, .home-news-bottom-row {
        display:none;
    }
    .home-news-small-screen{
        display:block !important;
    }
}
@media(max-width:767px) {
    footer .container {
        padding-left: 0;
        padding-right: 0;
        margin-left: 20px;
        margin-right: 20px;
    }
}



.fontBold {
    font-weight: 600;
}







/******************** Nav ******************/






#navBack {
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(32, 182, 160, 0.9);
}

.navbar-brand {
    margin-left: 0;
    padding-left: 0;
}
a.navbar-brand {
    display: block;
    text-indent: -4000px;
    background: url(images/the-agency-logo-white.svg) left center no-repeat;
    width: 150px;
}
a.navbar-brand:hover {
    filter:alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity:0.8;
}


.navbar {
    /* 	text-align: center; */
    border-bottom: 1px solid rgba(255,255,255, 1);
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 0;
    /* 	background-color: lime; */
    background-color: transparent;
}
.navbar-default {
    /* 		border-color: transparent; */
    /* 		background-color: transparent; */
    padding-top: 10px;
    padding-bottom: 10px; 
}

.navbar .navbar-nav {
    /* 		float: none; */
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
}
.navbar .navbar-nav ul {
}
.navbar-default .navbar-nav>li {
    float: none;
    display: inline-block;
}
.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    padding-left: 18px;
    padding-right: 18px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px rgba(0, 0, 0, 0);
}
.navbar-nav li.current-menu-item a {

}
.navbar-nav>li>a {
}


.navbar #twitter a {
    height: 50px;
    text-indent: -4000px;
    background: url(images/icon-nav-twitter.svg) center center no-repeat;
}
.navbar #twitter a:hover,
.navbar #twitter a:focus {
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
}




.navbar .navbar-collapse {
    padding: 0;
    margin: 0;
    border-top: none;
    border-color: transparent;
    box-shadow: none;
}
.navbar-default .navbar-collapse {
    border-color: transparent;
}
.navbar-default .navbar-toggle { /* Normal state - background */
    border-color: transparent;
    background-color: rgba(255,255,255, 1);
    border-radius: 0px;
    /* 		margin-bottom: 20px; */
}

.navbar-default .navbar-toggle .icon-bar { /* Normal state - lines  */
    background-color: rgba(32, 182, 160, 1);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { /* Hover state - background  */
    background-color: rgba(56, 87, 89, 1);
    border-radius: 0px;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar { /* Hover state - lines  */
    background-color: rgba(255,255,255, 1.0);
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
.video-container-vimeo-youtube
{
 height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;; 
}

.video-container-vimeo-youtube iframe {
	 height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.img_box {
      margin-bottom: 20px;
	    text-align: center;
	    padding: 0 10px;
	    height:225px;
	  display: flex;
    justify-content: center;
  align-items: center;
		
}


.img_box img{
	opacity:1;
	transition: opacity 1s;
}
.img_box:hover img{
	opacity:0.5;
}
.col-md-2.no-pad {
 /*   padding: 0;*/
	    margin-bottom: 50px;
}
.img_box h5 {
    padding: 8px 0;
    height: 55px;
}
.img_box h5 a {
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
	    line-height: 25px;
}
@media (max-width: 1024px) {
    #navBack {
        display: none;
    }
    .navbar {
        padding-left: 30px;
        padding-right: 10px;
        margin-left: 0;
        margin-right: 0;
        background-color: rgba(32, 182, 160, 0.9);
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-default .navbar-nav>li {
        display: block;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar #twitter a {
        width: 20px;
        height: 50px;
        text-indent: -4000px;
        background-position: right center;
    }
}





/* ------ NAV INTERNAL VARIATION ------- */



.bdr {
    border-bottom: 2px solid #ededed;
    margin-bottom: 60px;
	padding-left: 0;
	margin-left: 0;
}



.internal a.navbar-brand {
    background: url(images/the-agency-logo.svg) left center no-repeat;
}
#childrens.internal a.navbar-brand {
    background: url(images/the-agency-childrens-small-logo.svg) left center no-repeat;
}

.internal .navbar .navbar-nav {
    font-weight: 400;
}


.internal .navbar {
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.internal .navbar-default {
    background-color: rgba(255, 255, 255, 0.9);
}

.internal .navbar-default .navbar-nav>li>a {
    color: #333333;
    text-shadow: none;
}
.internal .navbar-default .navbar-nav>li>a:hover,
.internal .navbar-default .navbar-nav>li>a:focus {
    color: rgba(32, 182, 160, 1);
    text-shadow: none;
}
.internal .navbar-default .navbar-nav>li.current-menu-item>a,
#news .navbar-default .navbar-nav>li.menu-item-24>a,
#newsSingle .navbar-default .navbar-nav>li.menu-item-24>a,
#agents .navbar-default .navbar-nav>li.menu-item-49>a,
#clients .navbar-default .navbar-nav>li.menu-item-51>a,
#childrens .navbar-default .navbar-nav>li.menu-item-100>a {
    color: rgba(32, 182, 160, 1);
}

.internal .navbar #twitter a {
    background: url(images/icon-nav-twitter-grey.svg) center center no-repeat;
}


@media (max-width: 1024px) {
    .internal .navbar #twitter a {
        background: url(images/icon-nav-twitter-grey.svg) right center no-repeat;
    }
}








/******************** HEADER ******************/








#home header {
    position: relative;
    z-index: 9;
    height: 434px;
    background: url(images-test/header-home.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
#home header .home-page-header-container
{
    position: relative;
    z-index: 9;
    height: 590px;
    background: url(images-test/header-home.jpg) center center no-repeat;
    background-size: cover;
}
/*
        #home header h1 {
                padding: 0 20px;
                font-size: 38px;
                font-family: 'Merriweather',"Times New Roman", Times, serif;
                font-weight: 400;
                font-style: italic;
                max-width: 780px;
                margin: 0 auto;
                padding-top: 150px;
                }
        #home header h1 {
                color: #FFFFFF;
                }
*/

/*
#clients header {
        height: 350px;
        background: url(images/header-clients.jpg) center center no-repeat;
        background-size: cover;
        }
*/

#company header {
    height: 400px;
    background: url(images/header-company.jpg) center center no-repeat;
    background-size: cover;
    background-position: center center;
}

#agents header {
    height: 400px;
    background: url(images/header-the-agents.jpg) center center no-repeat;
    background-size: cover;
    background-position: center center;
}

#clients.home header {
    height: 400px;
    background: url(images/header-the-clients.jpg) center center no-repeat;
    background-size: cover;
    background-position: center center;
}

#clients.single header {
    height: 450px;
    /* 	background: url(images/header-clients.jpg) center center no-repeat; */
    background-size: cover;
    background-position: center center;
}

#clients.search header {
    height: 350px;
    background: url(images/header-the-agents.jpg) center center no-repeat;
    background-size: cover;
    background-position: center center;
}

#childrens header {
    height: 400px;
    background: url(images/header-childrens-books.jpg) center center no-repeat;
    background-size: cover;
    background-position: center center;
}

#news header {
    background: url(images/header-news-books.jpg) center center no-repeat;
    background-size: cover;
}

#contact header {
    position: relative;
    min-width: 768px;
}


@media(max-width:767px) {
    #home header {
        height: 650px;
    }
}	










/******************** HOME ******************/







#home #page {
    background-color: transparent;
}

#home #featured {

}
#home #featured #featuredTitle {
    position: absolute;
    z-index: 2;
    padding: 10px 15px;
    background-color: rgba(69, 155, 174, 1);
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
	margin-top: -45px;
    /*		display: inline-block;*/
}
#home #featured .featuredText {
    /*
                    position: absolute;
                    margin-top: -35px;
                    margin-left: 15px;
                    font-size: 16px;
                    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
                    font-weight: 400;
                    color: #FFFFFF;
    */

    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */


    width: 100%;

    position: absolute;
    height: auto;
    margin-top: -95px;
    padding: 60px 15px 15px;
    margin-left: 0;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    bottom: 0;
}
#home #featured .featuredText a,#home #featured .featuredText a:hover{
    color: #FFFFFF;
}
#home #featured .featuredText a:hover{
    opacity: 0.5;
}
#home #featured .featuredText span {
    font-size: 18px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 700;
    color: rgba(69, 155, 174, 1);
}

#home #featured .col-md-8,
#home #featured .col-sm-8 {
    padding: 0;
}
#home #featured .col-md-4,
#home #featured .col-sm-4 {
    padding: 0;
}

#home #news {
    margin-top: 60px;
}
#home #news #newsTitle {
    padding: 10px 15px;
    background-color: rgba(156, 90, 114, 1);
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
}












/******************** ASIDE ******************/









#childrens aside,
#news aside {
    margin-top: 100px;
}
#news aside {
width: 100%;
float: left;
}
#news .my_custom_tweets_rotator {
overflow: hidden;
}
#news .my_custom_tweets_rotator .view_tweet_status_2,
#news .my_custom_tweets_rotator .view_tweet_status_3 {
margin-top: -345px !important;
}
#home aside span,
#childrens aside span, #news aside span {
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 22px;
}
#home aside #asideTwitter,
#childrens aside #asideTwitter, #news aside #asideTwitter {
    border-right: 1px solid rgba(51,51,51, 0.15);
}
#home aside #asideTwitter span,
#childrens aside #asideTwitter span, #news aside #asideTwitter span {
    color: rgba(69, 155, 174, 1);
    background: url(images/icon-home-twitter.svg) left center no-repeat;
    padding-left: 30px;
}
#home aside #asideTwitter ul,
#childrens aside #asideTwitter ul, #news aside #asideTwitter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    word-wrap: break-word;
}
#home aside #asideTwitter ul li,
#childrens aside #asideTwitter ul li, #news aside #asideTwitter ul li {
    padding-left: 0;
}
#home aside #asideSubmission span,
#childrens aside #asideSubmission span, #news aside #asideSubmission span {
    color: rgba(156, 90, 114, 1);
}
#home aside p,
#childrens aside p, #news aside p {
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: 16px;
}
#home aside #asideSubmission a,
#childrens aside #asideSubmission a, #news aside #asideSubmission a {
    display: inline-block;
    background-color: rgba(156, 90, 114, 1);
    padding: 10px 15px;
    color: rgba(255,255,255, 1.0);
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 700;
}
#home aside #asideSubmission a:hover,
#childrens aside #asideSubmission a:hover, #news aside #asideSubmission a:hover {
    background-color: rgba(82, 38, 52, 1);
}












/******************** COMPANY ******************/










/*
#company header {
    background: url(images/test-header-company.jpg) center top no-repeat;
    background-size: cover;
}
*/

#company header h1 {
    font-size: 38px;
    color: #fff;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 400;
    font-style: italic;
    line-height: 125%;
    padding: 150px 0 80px 0;
}

#company #page {
    margin-top: 70px;
    margin-bottom: 100px;
    background-color: transparent;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 145%;
}

#company #page h2 {
    margin: 0;
    font-size: 20px;
    line-height: 145%;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
}
#company #page h2.col-md-9 {
    padding-left: 0;
    padding-right: 50px;
}
#company #page #viewAgents a {
    display: inline-block;
    font-size: 22px;
    color: #FFF;
    padding: 20px 25px;
    background-color: rgba(32, 182, 160, 1);
}
#company #page #viewAgents a:hover {
    color: #FFF;
    background-color: rgba(56, 87, 89, 1);
}
#company #page #viewAgents.col-md-3 {
    padding-left: 0;
}

#company #page #legalTop {
    display: block;
    overflow: auto;
    border-top: 1px solid rgba(0,0,0, 0.1);
    padding-top: 20px;
    margin-top: 80px;
    color: #666666;
}	
#company #page #legalTop .col-md-3 {
    padding-left: 0px;
    padding-bottom: 20px;
}

#company #page #legalBottom {
    display: block;
    overflow: auto;
    border-top: 1px solid rgba(0,0,0, 0.1);
    padding-top: 20px;
    margin-top: 20px;
    color: #666666;
}


@media(max-width:767px) {
    #company header h1 {
        font-size: 28px;
        padding: 100px 0 60px 0;
    }

    #company #page h2.col-md-9 {
        padding-left: 0;
        padding-right: 15px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 380px)  {
	
	
	.img_box {
  
	}
}










/******************** AGENTS ******************/








#agents #page {
    margin-top: 110px;
    position: relative;
    background-color: transparent;
}

#agents #page .agentProfile.rowBlue,
#agents #page .agentProfile.rowBlue .col-sm-6,
#agents #page .agentProfile.rowBlue .col-md-3 {
    background-color: rgba(69, 155, 174, 1);
}

#agents #page .agentProfile.rowGreen,
#agents #page .agentProfile.rowGreen .col-sm-6,
#agents #page .agentProfile.rowGreen .col-md-3 {
    background-color: rgba(32, 182, 160, 1);
}

#agents #page .agentProfile.rowPurple,
#agents #page .agentProfile.rowPurple .col-sm-6,
#agents #page .agentProfile.rowPurple .col-md-3 {
    background-color: rgba(156, 90, 114, 1);
}

#agents #page .agentProfile .col-sm-6,
#agents #page .agentProfile .col-md-3 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
#agents #page .agentProfile .dummy {
    margin-top: 100%;
}
#agents #page .agentProfile .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px;
    padding-top: 30px;
}

#agents #page .agentProfile span {
    font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    line-height: 100%;
    color: #FFFFFF;
    padding-bottom: 10px;
    display: block;
}

#agents #page .agentProfile ul {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.7);
}
#agents #page .agentProfile ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
@media(max-width:767px) {
        #agents #page .agentProfile {
                padding-bottom: 100px;
                }
        }
*/










/******************** AGENTS SINGLE ******************/










#agents.single #page {
    margin-top: 0;
    margin-bottom: 150px;
    background-color: transparent;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 145%;
}
#agents.single #page .leftColumn {
    font-size: 20px;
}
#agents.single #page .leftColumn.col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}
#agents.single #page .leftColumn #agentImage {
    padding-top: 10px;
}
#agents #page .leftColumn #agentImage img {
    margin-bottom: 15px;
}
#agents.single #page .leftColumn ul {
    margin: 25px 0 0 0;
    padding: 25px 0 30px 0;
    border-top: 1px solid rgba(0,0,0, 0.25);
    border-bottom: 1px solid rgba(0,0,0, 0.25);
    color: rgba(69, 155, 174, 1);
}
#agents.single #page .leftColumn ul li {
    list-style: none;
    line-height: 100%;
    padding: 10px 0;
}
#agents.single #page .leftColumn ul li.phone { background: url(images/icon-agent-phone.svg) left center no-repeat; padding-left: 30px; }
#agents.single #page .leftColumn ul li.email a { background: url(images/icon-agent-email.svg) left center no-repeat; padding-left: 30px; }
#agents.single #page .leftColumn ul li.twitter a { background: url(images/icon-agent-twitter.svg) left center no-repeat; padding-left: 30px; }
#agents.single #page .leftColumn ul li.instagram a {      background: url(images/icon-agent-instagram.svg) left center no-repeat; padding-left: 30px; background-size:15px;}
#agents.single #page .leftColumn ul li.podcast a {      background: url(images/icon-agent-website.svg) left center no-repeat; padding-left: 30px; background-size:15px;}

#clients.single #page .leftColumn ul li.twitter a {
    color: rgba(69, 155, 174, 1);
    background: url(images/icon-agent-twitter.svg) left top no-repeat; padding-left: 30px;
}
#clients.single #page .leftColumn ul li.instagram a {
    color: rgba(69, 155, 174, 1); 
    background: url(images/icon-agent-instagram.svg) left top no-repeat; padding-left: 30px;
   background-size:15px; 
}
#clients.single #page .leftColumn ul li.podcast a {
    color: rgba(69, 155, 174, 1); 
    background: url(images/icon-agent-website.svg) left top no-repeat; padding-left: 30px;
	background-size:15px; 
}

#clients #page .leftColumn .twitter a {
    background: url(images/icon-agent-twitter.svg) left top no-repeat; padding-left: 30px;
}
#agents.single #page .leftColumn h2 {
    padding: 0;
    margin: 10px 0 0 0;
    color: rgba(69, 155, 174, 1);
    font-size: 22px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
}
#agents.single #page .leftColumn p {
    padding: 0;
    margin: 0;
    color: rgba(51, 51, 51, 0.5);
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-style: italic;
    font-size: 14px;
}
#clients.single #page .leftColumn ul li a
{
	display:flex;
	color:#459bae;
	line-height: 1.3;
}
.img_box img
{
border-radius: 8px;
    width: auto;
max-width: 100%;
}
#agents.single #page .rightColumn {
    padding-top: 60px;
}
#agents.single #page #clientList {
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
}
#agents.single #page #clientList h3 {
    color: rgba(69, 155, 174, 1);
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
    padding-top: 60px;
    padding-bottom: 20px;
}
#agents.single #page #clientList ul {
    margin: 0;
    padding: 0;
}
#agents.single #page #clientList li {
    list-style: none;
    padding: 12px 0;
    border-top: 1px solid rgba(0,0,0, 0.1);
}


#agents.single #page #clientList .client_list {
	 border-top: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    list-style: outside none none;
    padding: 12px 0;
    width: 100%;
}

#agents.single #page #clientList .client_list .clients {
 float: left;
    width: 60%;
margin-right: 5%;
}

#agents.single #page #clientList .client_list .sector {
 float: left;
    width: 35%;
text-align: right;
font-size: 14px;
font-family: Source Sans Pro;
font-style: italic;
color: rgba(69, 155, 174, 1);
}

#agents.single #page #clientList .client_list .clients .client_name {
float: left;
width: 100%;
}




/******************** CLIENTS  ******************/









#clients #page {
    margin-top: 70px;
    margin-bottom: 150px;
    background-color: transparent;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 145%;
	}
	#clients #page p {
		margin-bottom: 26px;
	}
#clients #page h2 {
    margin: 0;
    padding: 6px 10px;
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 600;
    background-color: rgba(69, 155, 174, 1);
}
#clients #page #clientList .col-sm-6,
#clients #page #clientList .col-md-4 {
    padding-left: 0;
}
#clients #page ul.clientNames {
    margin: 0 0 60px 0;
    padding: 10px 0 0 0;
    border-top: 1px solid rgba(0,0,0, 0.1);
}
#clients #page ul.clientNames li {
    list-style: none;
}










/******************** CLIENTS SINGLE ******************/











#print {
    position: absolute;
    margin-top: -46px;
    right: 0;
}
#print a {
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
    color: #FFFFFF;
    background: rgba(69, 155, 174, 1) url(images/icon-print-white.svg) 15px center no-repeat;
}
#print a:hover {
    background-color: rgba(32, 81, 95, 1);
}

#printBottom a {
    display: block;
    padding: 20px;
    background: url(images/icon-print-blue.svg) left center no-repeat;
}

#clients.single #page {
    margin-top: 0;
    margin-bottom: 150px;
    background-color: transparent;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 145%;
}

i, em {
font-family: 'Source Sans Pro', sans-serif;
font-style: italic;
font-weight: 400;
}

#clients.single #page .leftColumn {
    font-size: 20px;
}
#clients.single #page .leftColumn.col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}
#clients.single #page .leftColumn #agentImage {
    padding-top: 10px;
}
#clients.single #page .leftColumn #agentImage img {
    margin-bottom: 15px;
}
#clients.single #page .leftColumn #agentDetails {
    margin-top: 35px;
/*    padding: 25px 0 30px 0;*/
padding: 25px 0 40px 0;
    border-top: 1px solid rgba(0,0,0, 0.25);
    border-bottom: 1px solid rgba(0,0,0, 0.25);
}
#clients.single #page .leftColumn ul {
/*    margin: 25px 0 0 0;*/
    padding: 0;
    color: rgba(69, 155, 174, 1);
}
#clients.single #page .leftColumn #agentDetails  ul{
    border-bottom:1px solid rgba(0, 0, 0, 0.25);
    margin-bottom:25px;
    padding-bottom:25px;
}
#clients.single #page .leftColumn #agentDetails  ul:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}
#clients.single #page .leftColumn ul li {
    list-style: none;
    line-height: 100%;
    padding: 10px 0;
}
#clients.single #page .leftColumn ul li.phone { background: url(images/icon-agent-phone.svg) left center no-repeat; padding-left: 30px; }
#clients.single #page .leftColumn ul li.email a { background: url(images/icon-agent-email.svg) left center no-repeat; padding-left: 30px; }
#clients.single #page .leftColumn ul li.website a { background: url(images/icon-agent-website.svg) left center no-repeat; padding-left: 30px; float: left;    color: rgba(69, 155, 174, 1); }
#clients.single #page .leftColumn ul .website_link_icon {
    width: 30px !important;
}
#clients.single #page .leftColumn ul li.instagram a:hover,
#clients.single #page .leftColumn ul li.twitter a:hover,
#clients.single #page .leftColumn ul li.website a:hover{
     color: rgba(69, 155, 174, 0.5);  
}

 
#clients.single #page .leftColumn h2 {
    padding: 0;
    margin: 10px 0 0 0;
    color: #333333;
/*     color: rgba(69, 155, 174, 1); */
    font-size: 24px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 400;
    background-color: transparent;
}


#clients.single #page .leftColumn h2.noimage {
    padding: 10px 10px 0 10px;
}
#clients.single #page .leftColumn p {
    padding: 0;
    margin: 0;
    color: rgba(51, 51, 51, 0.5);
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-style: italic;
    font-size: 14px;
}
#clients.single #page .leftColumn p.noimage {
    padding: 0 10px 0 10px;
}
#clients.single #page .leftColumn .detailsTitle {
/*     color: rgba(69, 155, 174, 1); */
	color: rgba(51, 51, 51, 0.5);
    font-size: 16px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
}
#clients.single #page .leftColumn .detailsSub {
    color: rgba(69, 155, 174, 1);
    font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
}

#clients.single #page .rightColumn {
    padding-top: 60px;
}

/*.col-md-15.col-sm-3.col-xs-6.children-client-row.img_box {
  align-items: initial;
  justify-content: left;
}*/
.col-md-15.col-sm-3.col-xs-6.children-client-row.img_box img {
 max-height: 136px;
}
#clients.single #page h3 {
    margin: 70px 0 0 0;
    padding: 35px 0 0 0;
    color: rgba(69, 155, 174, 1);
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-size: 18px;
    border-top: 1px solid rgba(0,0,0, 0.25);
    text-align: center;
}
#clients.single #page h4 {
    margin: 0;
    padding: 10px 0 0 0;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    text-align: center;
}

#clients.single #page #singleNews {
    margin-top: 35px;
    padding: 17px 20px;
    background-color: rgba(69, 155, 174, 0.1);
}
#clients.single #page #singleNews span.singleNewsTitle {
    font-size: 18px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
/*     margin-bottom: 10px; */
    display: block;
}
#clients.single #page #singleNews p {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-style: normal;
    line-height: 145%;
    color: #333333;
    margin-top: 20px;
}

#clients.single #page .rightColumn ol {
	margin: 50px 0 20px 0;
	padding: 0;
	min-height: 20px;
	}
	#clients.single #page .rightColumn ol li {
		list-style: none;
		display: inline-block;
		padding-right: 15px;
		padding-bottom: 15px;
		}
	#clients.single #page .rightColumn ol li img {
		filter:alpha(opacity=100);
		opacity: 1.0;
		-moz-opacity:1.0;
		transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-webkit-transition: opacity .5s ease-in-out;
		}
		#clients.single #page .rightColumn ol li img:hover {
			filter:alpha(opacity=50);
			opacity: 0.5;
			-moz-opacity:0.5;
			}







/******************** CLIENTS SEARCH ******************/








#clients.search header {
}
#clients.search header #searchHidden {
    padding-top: 140px;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
}
#clients.search #searchMeta {
    margin-top: -40px;
    color: rgba(255,255,255, 1);
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    vertical-align: baseline;
}
#clients.search #searchMeta .titleOne {
    font-size: 17px;
}
#clients.search #searchMeta .titleOne span {
    font-size: 24px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
}
#clients.search #searchMeta .titleSub {
    padding-top: 10px;
    font-size: 13px;
}
#clients.search #searchMeta .titleSub:hover {
    cursor: pointer;
}

#clients.search #page h2 {
    padding: 0;
    margin: 6px 0 0 0;
    font-size: 22px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 400;
    background-color: transparent;
}
#clients.search #page h3 {
    padding: 2px 0 0 0;
    margin: 0;
    color: rgba(69, 155, 174, 1);
    font-size: 14px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 400;
    font-style: italic;
    line-height: 145%;
}
#clients.search #page .searchResult {
    padding-bottom: 80px;
    clear: both;
}

@media(max-width:991px) {
    #clients.search #searchMeta {
        margin-top: -70px;
    }
    #clients.search #searchMeta .titleSub {
        padding-top: 0;
    }
    #clients.search #searchMeta .titleSub.pull-right {
        padding-left: 15px;
    }
	

}











/******************** CHILDRENS  ******************/










#childrens #page,
#childrens.childHome #custom-page {
    margin-top: 70px;
    margin-bottom: 150px;
    background-color: transparent;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 145%;
}
#childrens #page ul#childrensSubNav,
#childrens.childHome #custom-page ul#childrensSubNav
{
    padding: 0;
    font-size: 17px;
}
#childrens.childHome #page ul#childrensSubNav,
#childrens.childHome #custom-page ul#childrensSubNav{ margin: -120px 0 160px 0;}
#childrens.childClients #page ul#childrensSubNav,
#childrens.childClients #custom-page ul#childrensSubNav { margin: -120px 0 80px 0;}

#childrens #page ul#childrensSubNav li,
#childrens #custom-page ul#childrensSubNav li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
#childrens #page ul#childrensSubNav li a,
#childrens #custom-page ul#childrensSubNav li a{
    display: block;
    height: 50px;
    padding: 11px 20px 0 20px;
    background-color: rgba(32, 182, 160, 0.8);
    color: rgba(255,255,255, 1);
}
#childrens #page ul#childrensSubNav li a.active,
#childrens #custom-page ul#childrensSubNav li  a.active{
    color: rgba(32, 182, 160, 1);
    background-color: rgba(255,255,255, 1);
}







div#custom-page {
    margin-top: 70px;
    margin-bottom: 150px;
    background-color: transparent;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 145%;
}

#childrens.childHome #page #childrensLogo {
    position: absolute;
    z-index: 1;
    margin-top: -100px;
}
#childrens.childHome #page #newsAreaTitle {
    display: inline-block;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 100px;
    margin-bottom: -1px;
    padding: 15px 20px;
    color: #FFFFFF;
    background-color: rgba(69, 155, 174, 1);
}
#childrens.childHome #page #newsArea {
    border-top: 1px solid rgba(0,0,0, 0.2);
    padding-top: 60px;
}

#childrens.childHome #page .post.col-sm-6,
#childrens.childHome #page .post.col-md-4 {
    padding-right: 10px;
    padding-left: 10px;
}

#childrens.childHome #page .post .newsImage {
}

#childrens.childHome #page .post .newsContent {
    padding: 20px;
    margin-bottom: 40px;
    background-color: rgba(51, 51, 51, 0.05);
    border-bottom: 3px solid rgba(69, 155, 174, 1);

}
#childrens.childHome #page .post .newsContent h2 {
    font-size: 22px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 400;
    line-height: 125%;
    margin: 0;
    padding: 0 0 25px 0;
}
#childrens.childHome #page .post .newsContent h2 a {
    background-color: transparent;
}
#childrens.childHome #page .post .newsContent p {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    line-height: 145%;
}
#childrens.childHome #page .post .newsContent p .moreLink {
    font-weight: 600;
}

#childrens.childHome #page #agentDetails ul {
    margin: 25px 0 0 0;
    padding: 25px 0 30px 0;
    border-top: 1px solid rgba(0,0,0, 0.25);
    /* 				border-bottom: 1px solid rgba(0,0,0, 0.25); */
    color: rgba(69, 155, 174, 1);
}
#childrens.childHome #page #agentDetails ul li {
    list-style: none;
    line-height: 100%;
    padding: 10px 0;
}
#childrens.childHome #page #agentDetails ul li.phone { background: url(images/icon-agent-phone.svg) left center no-repeat; padding-left: 30px; }
#childrens.childHome #page #agentDetails ul li.email a { background: url(images/icon-agent-email.svg) left center no-repeat; padding-left: 30px; }
#childrens.childHome #page #agentDetails ul li.twitter a { background: url(images/icon-agent-twitter.svg) left center no-repeat; padding-left: 30px; }
#childrens.childHome #page #agentDetails ul li.instagram a { background: url(images/icon-agent-instagram.svg) left center no-repeat; padding-left: 30px; }

#childrens.childHome #page #agentDetails .detailsTitle {
    padding: 0;
    margin: 10px 0 0 0;
    color: rgba(69, 155, 174, 1);
    font-size: 22px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
}
#childrens.childHome #page #agentDetails .detailsSub {
    padding: 0;
    margin: 0;
    color: rgba(51, 51, 51, 0.5);
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-style: italic;
    font-size: 14px;
}








#childrens.childClients #page h2 {
    margin: 0;
    padding: 6px 10px;
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 600;
    background-color: rgba(69, 155, 174, 1);
	display: inline-block;
}
#childrens.childClients #page #clientList .col-sm-6,
#childrens.childClients #page #clientList .col-md-4 {
    padding-left: 0;
}
#childrens.childClients #page ul.clientNames {
    margin: 0 0 60px 0;
    padding: 10px 0 0 0;

}
#childrens.childClients #page ul.clientNames li {
    list-style: none;
}













/******************** NEWS ******************/









#news #page {
    margin-top: 100px;
    background-color: transparent;
    position: relative;
}

#news #headerStory {
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
    text-align: center;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    padding: 140px 0 80px 0;
}
#news #headerStory .headerStoryCat {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(69, 155, 174, 1);
}
#news #headerStory .headerStoryContent {
    padding-top: 10px;
    line-height: 125%;
}
#news #headerStory .headerStoryContent a {
    font-size: 16px;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
}

#news #page .post.col-sm-6,
#news #page .post.col-md-4 {
    padding-right: 10px;
    padding-left: 10px;
}

#news #page .post .newsImage {
}

#news #page .post .newsCat,
#childrensNews #newsArea .newsCat {
    position: absolute;
    margin-top: -40px;
    display: inline-block;
    height: 40px;
    font-size: 18px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 400;
    background-color: rgba(69, 155, 174, 1);
    padding: 8px 14px 0 14px;
    color: rgba(255, 255, 255, 1);
}
#news #page .post .newsCat.noImage {
    position: relative;
    margin-top: 0;
}

#news #page .post .newsContent {
    padding: 20px;
    margin-bottom: 40px;
    background-color: rgba(51, 51, 51, 0.05);
    border-bottom: 3px solid rgba(69, 155, 174, 1);
}
#news #page .post .newsContent h2 {
    font-size: 22px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 400;
    line-height: 125%;
    margin: 0;
    padding: 0 0 25px 0;
}
#news #page .post .newsContent p {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    line-height: 145%;
}
#news #page .post .newsContent p .moreLink {
    font-weight: 600;
}







/******************** NEWS SINGLE ******************/







#back {
    position: absolute;
    margin-top: -116px;
    left: 0;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
}
#back a {
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px 0 15px;
    height: 46px;
    color: rgba(51, 51, 51, 0.8);
    background-color: rgba(255, 255, 255, 1);
}
#back a:hover {
    color: #FFFFFF;
    background-color: rgba(69, 155, 174, 1);
}


#newsSingle #page {
    margin-top: 70px;
    background-color: transparent;
    position: relative;
}
#newsSingle #page h1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 400;
    line-height: 125%;
}
#newsSingle #page h2 {
    margin: 10px 0 0 0;
    padding: 0;
}
#newsSingle #page h2 a {
    font-size: 18px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 400;
    background-color: rgba(69, 155, 174, 1);
    padding: 7px 11px;
    color: #FFFFFF;
}
#newsSingle #page h2 a:hover {
    background-color: rgba(32, 81, 95, 1);
}

#newsSingle #page #content {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    line-height: 145%;
}
#newsSingle iframe {
    width: 100%;
}
#newsSingle #page .publishDate {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    line-height: 145%;
    color: rgba(51, 51, 51, 0.5);
}

#newsSingle #page .postmeta {
    margin-top: 30px;
    padding-top: 20px;
    padding-left: 20px;
    border-top: 1px solid rgba(55, 55, 55, 0.15);
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    line-height: 145%;
    background: url(images/icon-news-tag.svg) left 25px no-repeat;
}
#newsSingle #page .postmeta span {
    color: rgba(69, 155, 174, 1);
    padding-right: 5px;
}










/******************** CONTACT ******************/











#contact #page {
    margin-top: 0px;
    margin-bottom: 100px;
    background-color: transparent;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
}
#contact #page .col-md-3 {
    padding-left: 20px;
    padding-right: 20px;
}
#contact #page .col-md-9 {
    padding: 0;
}
#contact h2 {
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-size: 22px;
    color: rgba(69, 155, 174, 1);
    margin: 20px 0 0 0;
}
#contact p {
    font-size: 20px;
    line-height: 145%;
}
#contact p.detail {
    padding: 7px 0 25px 0;
}
#contact p.detail a {
    display: inline-block;
    padding-bottom: 7px;
}
#contact span.address {
    display: block;
    padding-bottom: 30px;
}
#contact p.submission {
    font-size: 14px;
    background-color: rgba(69, 155, 174, 0.1);
    padding: 10px;
}
#contact p.submission span {
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-size: 16px;
    color: rgba(69, 155, 174, 1);
}

#contact span.legal {
    display: block;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    color: rgba(0,0,0, 0.5);
    font-size: 14px;
}
#contact span.legal p {
    font-size: 14px;

    padding: 0;
    margin: 0;
}
#contact #page #map {
    height: 550px;
}











/******************** Blank  ******************/








#blank .page {
    margin-top: 200px;
}
#blank .columns {
    padding-left: 50px;
    padding-right: 50px; 
}
#blank .columns h1 {
    margin: 4px 0 100px 0;
    padding: 0 30px 0 0;
    width: 35%;
    float: left;
    clear: both;
    font-size: 22px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    line-height: 145%;
}

#blank .columns p {
    width: 65%;
    float: right;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
}

@media(max-width:991px) {
    #blank .columns {
        padding-left: 10px;
        padding-right: 10px; 
    }
    #blank .columns h1 {
        margin: 4px 0 0 0;
        padding: 0 30px 0 0;
        width: 100%;
        float: none;
        clear: both;
        font-size: 20px;
        font-family: 'Merriweather',"Times New Roman", Times, serif;
        line-height: 145%;
    }

    #blank .columns p {
        width: 100%;
        float: none;
        font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
        font-size: 16px;
        margin-bottom: 30px;
    }
}











/******************** SEARCH  ******************/








#clients.search #page {
    margin-top: 70px;
}










/******************** Footer ******************/









footer {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;
    padding-top: 40px;
}
footer ul {
    margin: 0;
    padding: 0 0 30px 0;
    list-style: none;
}

footer .tier-1 {
    padding-bottom: 50px;
}
footer .tier-1 .footerTitle {
    display: block;
    font-size: 14px;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 700;
    color: rgba(32, 182, 160, 1);
    padding-bottom: 10px;
}
footer .tier-1 .address {
    color: #FFFFFF;
    font-size: 18px;
    padding: 20px 20px;
    background-color: rgba(32, 182, 160, 1);
}
footer .tier-1 .address a {
    font-weight: 600;
}

footer .tier-2 {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 50px;
}
footer .tier-2 .footerTitle {
    display: inline-block;
    background-color: rgba(156, 90, 114, 1);
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-weight: 700;
    color: #FFFFFF;
    padding: 9px 15px;
    float: left;
}

footer .tier-2 ul {
    overflow: auto;
}
footer .tier-2 ul li {
    display: inline-block;
    padding-top: 8px;
    padding-right: 20px;
    padding-left: 20px;
}
footer .tier-3 {
    font-size: 13px;
    color: rgba(51, 51, 51, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    padding-bottom: 50px;
}
footer .tier-3 ul li {
    display: inline;
    padding-left: 15px;
}

@media(max-width:767px) {
    .pull-right {
        padding-left: 0;
        padding-top: 25px;
        float:left!important;
    }
    footer .tier-3 ul li {
        padding-left: 0;
        padding-right: 15px;
    }

}








/******************** Unused ******************/











/*
#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
        
.comments_reply textarea {
        width: 100%;
        }
        
.comments_meta{}
*/





img.alignright {float:right; margin:0 0 16px 16px}
img.alignleft {float:left; margin:0 16px 16px 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 16px 16px}
a img.alignleft {float:left; margin:0 16px 16px 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}








/******************** DEVELOPMENT ******************/









.news-main-wrapper{
    float: left;
    width: 100%;
    margin-bottom: 90px;
}
.title_div{
    display: table-cell;
    font-size: 30px;
    text-align: left;
    font-family: "Source Sans Pro","Times New Roman",Times,serif;
    font-size: 21px;
    font-weight: 400;
    vertical-align: middle;
    width: 1%;
    color: #fff;
    padding: 10%;
    position: relative;
	    height: 248px !important;

}
.home-news-upper-row , .home-news-middle-row , .home-news-bottom-row{
    float: left;
    width: 100%;

}
.home-news-bottom-row-left{
    float:left;
    background:#20b6a0;
}
.my_custom_tweets_rotator {
    padding-top: 20px;
}
.home-news-upper-row-left-bot{
    float: left;
    margin-top: -1px;
}
.home-news-upper-row-left-top{
    float:left;
}
.home-news-middle-row ,.home-news-bottom-row{
    margin-top:-1px;
    /*max-height: 480px;*/
}
/*.home-news-middle-row , .home-news-bottom-row{
    max-height: 240px;
}*/
/*.home-news-upper-row-left,.home-news-upper-row-right{
    float: left;
    width: 50%;
}*/
/*.home-news-upper-row-left-top, .home-news-upper-row-left-bot{
    float: left;
    width: 100%;
}*/

.home-news-upper-row-left-top .image_div {
    float: left;
    width: 50%;
}
.home-news-upper-row-left-top .title_div{
    background:#9C5A72;

}
.home-news-upper-row-left-top .title_icon{
    background: url("images/news-home1.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    float: left;
/*    margin-left: -2%;*/
    z-index: 9999;
/*    padding-left: 2%;*/
    margin-left: -3.5%;
    padding-left: 4.5%;
    width: 52%;
}
.home-news-middle-row-left .title_icon{
    background: url("images/news-home4.png") no-repeat scroll top center rgba(0, 0, 0, 0);
    float: left;
/*    margin-top: -4%;*/
    z-index: 9999;
/*    padding-top: 4%;*/
    margin-top: -7%;
    padding-top: 7%;
    width: 100%;
}
.home-news-middle-row-right .title_icon{
    background: url("images/news-home3.png") no-repeat scroll top center rgba(0, 0, 0, 0);
    float: left;
/*    margin-top: -4%;*/
    z-index: 9999;
/*    padding-top: 4%;*/
    margin-top: -7%;
    padding-top: 7%;
    width: 100%;
}
.home-news-bottom-row-right .title_icon{
    background: url("images/news-home2.png") no-repeat scroll top center rgba(0, 0, 0, 0);
    float: left;
/*    margin-top: -4%;*/
    z-index: 9999;
/*    padding-top: 4%;*/
    margin-top: -7%;
    padding-top: 7%;
    width: 100%;
}
.home-news-bottom-row-left .title_icon{
    background: url("images/news-home5.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: right;
/*    margin-right: -4%;
    padding-right: 4%;*/
    margin-right: -7%;
    padding-right: 7%;
    position: relative;
    width: 104%;
    z-index: 1;
}
.home-news-middle-row-left .title_div{
    background: #459BAE;
}
.home-news-upper-row-left-top{
    background: none repeat scroll 0 0 #9c5a72;
    float: left;
}
.home-news-middle-row-right .title_div{
    background: #20b6a0;
}
.home-news-middle-row-left{
    background: none repeat scroll 0 0 #20b6a0;
    float: left;
}
.home-news-bottom-row-left .title_div{
    background: #20b6a0;
}

.home-news-bottom-row-right .title_div{
    background: #9C5A72;
}
.home-news-bottom-row-right-link .title_div{
    color: #333;
    padding: 10%;
}
.home-news-bottom-row-right-link .title_div a{
    display: block;
    font-size:23px;
    background: url("images/vi-ew-all-news.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding: 10%;
}
/*.home-news-upper-row-left-top,.home-news-middle-row-left,.home-news-middle-row-right,
.home-news-bottom-row-left,.home-news-bottom-row-right{
    overflow: hidden;
}*/

/*.home-news-upper-row-right .image_div{
    float: left;
    width: 100%;
}*/
/*.home-news-middle-row .home-news-middle-row-left,.home-news-middle-row .home-news-middle-row-right{
     float: left;
    width: 25%;57%
}*/
/*.home-news-middle-row .home-news-middle-row-centre{
     float: left;
    width: 50%;
}*/

/*.home-news-bottom-row .home-news-bottom-row-left,
.home-news-bottom-row .home-news-bottom-row-centre,
.home-news-bottom-row .home-news-bottom-row-right,
.home-news-bottom-row .home-news-bottom-row-right-link{
    float: left;
    width: 25%;
}*/
.image_div{
    width:100%;
    height:100%;    
}
ul#filters_clients {
    padding-bottom: 40px;
}
#filters li {
    list-style: outside none none;
    margin-right: 20px;
    
    background: rgba(0, 0, 0, 0) url("images/list-uncheck-filter.png") no-repeat scroll right 6px;
}
 #filters_clients li {
    background: none;
       list-style: outside none none;
    margin-right: 20px;
}
#filters .active{
    background: url(images/list-check-filter.png) no-repeat scroll right 6px;
}
#filters_clients .active{
    background: none;
}
#clients .col-md-3 #filters,#clients .col-md-3 #filters_clients{
    border-right: 1px solid #dfdfdf;
    margin-bottom: 0;
    /* margin-right: 20px; */

}
#clients .col-md-3 #filters_clients{
    padding-top: 50px;
    display: inline-block;
    width:100%;
}
#filters li a , #filters_clients li a {
    display:block;
    cursor:pointer;
    color: #5c5c5c;
}
#filters .active a , #filters_clients .active a {
    color: #459bae;
}
#div_search_header.clients-search-form #s {
    background: none repeat scroll 0 0 #20b6a0;
    border: medium none;
    color: white;
    float: left;
    font-size: 18px;
    height: 60px;
    padding: 19% 6% 6%;
}
.clients-search-form #s{
    background: none repeat scroll 0 0 #20b6a0;
    border: medium none;
    color: white;
    float: left;
    font-size: 18px;
    /** padding: 20% 6% 3%; **/
    padding-top: 23px;
    padding-right: 5px;
    /* width: 80%; */
}
#searchHidden #searchform #s
{padding: 3.6% 6% 6%  !important;}
#searchHidden #searchform #searchsubmit
{ height: 70px !important;}
#page #searchform #searchsubmit
{padding: 6%;}
.clients-search-form #searchsubmit{
    background: url("images/clients-search-btn.png") no-repeat scroll center center #20b6a0;
    border-radius: 0 !important;
    display: block;
    float: left;
    font-size: 0;
    height: 49px;
    padding: 4.6%
/*    padding: 6%;*/
    /*width:18%; */

}
.clients-search-form{
    padding-right: 6px;
    background: none repeat scroll 0 0 ;
    margin: -12% auto 0;
    padding-right: 6px;
    position: relative;
    /*  width: 38%; */
}

#clients .clients-search-form {
    padding-right: 6px;
    background: none repeat scroll 0 0 ;
    margin: 0;
    padding-right: 6px;
    position: relative;
    /*  width: 38%; */
}

#home .clients-search-form #s,#agents-home .clients-search-form #s{
    background: none repeat scroll 0 0 #20b6a0;
    border: medium none;
    color: white;
    float: left;
    font-family: "Source Sans Pro";
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
    outline: 0 none;
    padding: 25px 0 25px 15px;
    width:83%;
    /*  width: 240px; */

}
#home .clients-search-form #searchsubmit,#agents-home .clients-search-form #searchsubmit{
    background: url("images/clients-search-btn.png") no-repeat scroll center center #20b6a0;
    border-radius: 0 !important;
    display: block;
    float: right;
    position:absolute;
    right:0;
    font-size: 0;
    line-height: 21px;
     margin-top: 10px;
    padding: 36px 30px 29px 30px;
    /*   width: 71px; */

}
#home .clients-search-form .search-label-home,#agents-home .clients-search-form .search-label-home{
    background: none repeat scroll 0 0 #20b6a0;
    border: medium none;
    color: white;
    float: left;
    font-size: 23px;
    line-height: 23px;
    padding: 29px 0;
    text-align: center;
    /*   width: 200px;*/
    padding-top: 30px;


}
#home .clients-search-form{
    background: none repeat scroll 0 0 #20b6a0;
    padding-right: 6px;
    position: relative;
    /* width: 520px; */
    font-family: Source Sans Pro;
    margin:0;
    padding:0;
    height:82px;

}
#home .header-tagline-msg-wrapper{
    margin-bottom: 45px;
    position: relative;
}
#home .header-tagline-msg-wrapper .header-tagline-msg{
    color: #fff;
    font-family: "Merriweather","Times New Roman",Times,serif;
    font-size: 34px;
    font-style: italic;
    font-weight: 500;
    line-height: 125%;
/*    margin: 140px auto 80px !important;*/
   margin:119px auto 27px !important;
    /* width: 720px; */
}
.searchform_div{
    float: left;
    margin-bottom: 45px;
    position: relative;
    width: 100%;
    z-index: 999;
}


.news-main-wrapper .col-sm-12,.news-main-wrapper  .col-md-12,
.news-main-wrapper .col-sm-6,.news-main-wrapper  .col-md-6,
.news-main-wrapper .col-sm-3,.news-main-wrapper  .col-md-3,
.news-main-wrapper .col-sm-4,.news-main-wrapper  .col-md-4{
    padding:0;

}
.search-box-shadow{
    background: none repeat scroll 0 0 #000;
    float: left;
    height: 6px;
    margin-left: 1%;
    margin-right: 1%;
    opacity: 0.1;
    width: 98%;

}


#agents-home .clients-search-form{
    margin: 90px auto 0 !important;
    background: none repeat scroll 0 0 #20b6a0;
    font-family: Source Sans Pro;
    height: 82px;
    padding: 0;
    position: relative;
}
#agents-home{
    float:left;
    width:100%;
}
#agents-home .header-tagline-msg-wrapper{
    margin: 12% auto 0 !important;
    float: left;
    margin-bottom: 45px;
    position: relative;
    width: 100%;
}
#agents-home .header-tagline-msg-wrapper .header-tagline-msg{
    color: #fff;
    font-family: 'Source Sans Pro';
    font-size: 39px;
    font-weight: 500;
    margin: 0 auto !important;
}
#clients #page{
    margin-top :50px;
}

.home-news-small-screen{
    float:left;
    width:100%;
}

.home-news-small-screen .col-md-12{
    padding:0;
    float:left;
    margin-bottom:20px;
    width:100%;
}
.home-news-small-screen .col-md-12 img{
    float:left;
}
.small_title_div {
    color: #fff;
    display: table-cell;
    font-family: "Source Sans Pro","Times New Roman",Times,serif;
    font-size: 21px;
    font-weight: 400;
    padding: 5%;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    float:left;
}
.row-style-smallscr-1 .small_title_div {
    background: #9c5a72
}
.row-style-smallscr-2 .small_title_div {
    background: #459BAE;
}
.row-style-smallscr-3 .small_title_div {
    background: #00BDA0;
}
.row-style-smallscr-4 .small_title_div {
    background: #9C5A72;
}
.row-style-smallscr-5 .small_title_div {
    background: #00BDA0;
}

.iso-container{
    float:left;
    width:60%;
}
.view_tweet_status_1,.view_tweet_status_2,.view_tweet_status_3{
    min-height:270px;
}

.rtw_meta{
    font-size:12px !important;
    font-weight:300 !important;
    color:#999;
}

.pager_twitter_feed{
    background: none repeat scroll 0 0 #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    height: 8px;
    width: 8px;
    margin-right: 7px;
}
.pager_twitter_feed.active{
    background: none repeat scroll 0 0 #999;
}
.twiter-slider-footer{

    margin: 0 auto;
    width: 50px;
}
#agents #page .agentProfile{
    float:left;
    width:50%;
}
#agents #page .agentProfile:nth-child(4n+1) .col-sm-6,#agents #page .agentProfile:nth-child(4n+2) .col-sm-6{
    float:left;
    width:50%;
}
#agents #page .agentProfile:nth-child(4n+3) .col-sm-6,#agents #page .agentProfile:nth-child(4n+4) .col-sm-6{
    float:right;
    width:50%;
}
#agents #page .rowBlue:nth-child(12n+1) .icon,#agents #page .rowBlue:nth-child(12n+2) .icon{
    background: url("images/agent-blue-left.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 240px;
    margin-left: -10px;
    position: relative;
    width: 10px;
    z-index: 55;
}

#agents #page .rowBlue:nth-child(12n+7) .icon,#agents #page .rowBlue:nth-child(12n+8) .icon{
    background: url("images/agent-blue-right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: right;
    height: 240px;
    margin-right: -10px;
    position: relative;
    width: 10px;
    z-index: 55;
}

#agents #page .rowGreen:nth-child(12n+3) .icon,#agents #page .rowGreen:nth-child(12n+4) .icon{
    background: url("images/agent-green-right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: right;
    height: 240px;
    margin-right: -10px;
    position: relative;
    width: 10px;
    z-index: 55;
}
#agents #page .rowGreen:nth-child(12n+9) .icon,#agents #page .rowGreen:nth-child(12n+10) .icon{
    background: url("images/agent-green-left.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 240px;
    margin-left: -10px;
    position: relative;
    width: 10px;
    z-index: 55;
}

#agents #page .rowPurple:nth-child(12n+5) .icon,#agents #page .rowPurple:nth-child(12n+6) .icon{
    background: url("images/agent-pink-left.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 240px;
    margin-left: -10px;
    position: relative;
    width: 10px;
    z-index: 55;
}

#agents #page .rowPurple:nth-child(12n+11) .icon,#agents #page .rowPurple:nth-child(12n+12) .icon{
    background: url("images/agent-pink-right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: right;
    height: 240px;
    margin-right: -10px;
    position: relative;
    width: 10px;
    z-index: 55;
}

.twiter-slider-footer-wrapper{
    float:left;
    margin-bottom:10px;
}

#asideTwitter{
    float:left;
}

#icon_search_header{
     background: url("images/clients-search-btn1.png") no-repeat scroll 10px 20px #20b6a0;
    float: right;
    font-size: 0;
    height: 50px;
    margin-top: -10px;
    width: 40px;
    cursor: pointer;
     margin-left: 20px;
     position:relative;
     z-index:999
}
#div_search_header{
    display: block;
    float: right;
    height: 50px;
    margin-left: 20px;
    margin-right: -60px;
    margin-top: -10px;
    width: 40px;
}
#div_search_header #searchform{
     background: none repeat scroll 0 0 #20b6a0;
    height: 55px;
    margin-top: -10px;
    padding: 8px 0 0;
    width: 100%;
}
#div_search_header #searchform #s{
     font-size: 16px;
     display:none;
    width: 140px;
    height:60px;
    font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
}

#div_search_header #searchform  #searchsubmit {
    width: 40px;
    margin-top:11px;
    display:none;
    background: url("images/clients-search-btn1.png") no-repeat scroll 9px 18px #20b6a0;
}
#div_search_header #searchform .search-box-shadow{
    display:none;
}
@media(max-width:980px) {
    
    #home .clients-search-form{
        width:80%;
        margin:auto;
    }
    #agents #page .rowBlue:nth-child(12n+1) .icon,#agents #page .rowBlue:nth-child(12n+7) .icon{
        background: url("images/agent-blue-left.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        float: left;
        height: 240px;
        margin-left: -10px;
        position: relative;
        width: 10px;
        z-index: 55;
    }

    #agents #page .rowBlue:nth-child(12n+2) .icon,#agents #page .rowBlue:nth-child(12n+8) .icon{
        background: url("images/agent-blue-right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        float: right;
        height: 240px;
        margin-right: -10px;
        position: relative;
        width: 10px;
        z-index: 55;
    }

    #agents #page .rowGreen:nth-child(12n+4) .icon,#agents #page .rowGreen:nth-child(12n+10) .icon{
        background: url("images/agent-green-right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        float: right;
        height: 240px;
        margin-right: -10px;
        position: relative;
        width: 10px;
        z-index: 55;
    }
    #agents #page .rowGreen:nth-child(12n+3) .icon,#agents #page .rowGreen:nth-child(12n+9) .icon{
        background: url("images/agent-green-left.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        float: left;
        height: 240px;
        margin-left: -10px;
        position: relative;
        width: 10px;
        z-index: 55;
    }

    #agents #page .rowPurple:nth-child(12n+5) .icon,#agents #page .rowPurple:nth-child(12n+11) .icon{
        background: url("images/agent-pink-left.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        float: left;
        height: 240px;
        margin-left: -10px;
        position: relative;
        width: 10px;
        z-index: 55;
    }

    #agents #page .rowPurple:nth-child(12n+6) .icon,#agents #page .rowPurple:nth-child(12n+12) .icon{
        background: url("images/agent-pink-right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        float: right;
        height: 240px;
        margin-right: -10px;
        position: relative;
        width: 10px;
        z-index: 55;
    }

    #agents #page .agentProfile{
        float:left;
        width:100%;
    }
    #agents #page .agentProfile:nth-child(4n+1) .col-sm-6{
        float:left;
    }
    #agents #page .agentProfile:nth-child(4n+2) .col-sm-6{
        float:right;
    }
    #agents #page .agentProfile:nth-child(4n+3) .col-sm-6{
        float:left;
    }
    #agents #page .agentProfile:nth-child(4n+4) .col-sm-6{
        float:right;
    }
    #icon_search_header {
        background: url("images/clients-search-btn1.png") no-repeat scroll center 9px #20b6a0;
        cursor: pointer;
        float: right;
        font-size: 0;
        height: 35px;
        margin-left: 0;
        margin-top: 8px;
        width: 40px;
    }
    #div_search_header #searchform {
        background: none repeat scroll 0 0 #20b6a0;
        height: 35px;
        margin-top: 8px;
        padding: 0;
        width: 100%;
    }
    #div_search_header #searchform #s {
        padding: 3%;
    }   
    #div_search_header #searchform #searchsubmit {
        padding: 3%;
    }
    #div_search_header #searchform {
        background: none repeat scroll 0 0 #20b6a0;
        height: 35px;
        margin-top: 8px;
        padding: 0;
        width: 100%;
    }   
}
@media (max-width: 800px) {
#icon_search_header {
    background: url("images/clients-search-btn1.png") no-repeat scroll center 10px #20b6a0;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 35px;
    margin-left: 0;
    margin-top: 8px;
    width: 40px;
}
#div_search_header {
    display: block;
    float: right;
    height: 53px;
    margin-left: 20px;
    margin-right: -40px;
    margin-top: -10px;
    width: 40px;
}
#div_search_header #searchform {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    padding: 0;
}
#div_search_header #searchform {
    background: none repeat scroll 0 0 #20b6a0;
    height: 35px;
    margin-top: 18px;
    padding: 0;
    width: 100%;
}
#div_search_header #searchform #s {
    display: none;
    font-family: "Source Sans Pro",sans-serif,Helvetica,Arial,Verdana,sans-serif;
    font-size: 16px;
    height: 35px;
    width: 140px;
}
#div_search_header #searchform #searchsubmit {
    background: url("images/clients-search-btn1.png") no-repeat scroll 9px 9px #20b6a0;
    display: none;
    margin-top: 0;
    width: 40px;
}
.clients-search-form #searchsubmit {
    background: url("images/clients-search-btn.png") no-repeat scroll center center #20b6a0;
    border-radius: 0 !important;
    display: block;
    float: left;
    font-size: 0;
    height: 35px;
    padding: 4.6%;
}
}
@media (max-width: 980px) {
    #div_search_header {
    display: block;
    float: right;
    height: 46px;
    margin-left: 20px;
    margin-right: -40px;
    margin-top: -3px;
    width: 40px;
}
#div_search_header #searchform {
    background: none repeat scroll 0 0 #20b6a0;
    height: 35px;
    margin-top: 11px;
    padding: 0;
    width: 100%;
}
#div_search_header #searchform #s {
    display: none;
    font-family: "Source Sans Pro",sans-serif,Helvetica,Arial,Verdana,sans-serif;
    font-size: 16px;
    height: 35px;
    width: 140px;
}
#div_search_header #searchform #searchsubmit {
    background: url("images/clients-search-btn1.png") no-repeat scroll 9px 8px #20b6a0;
    display: none;
    margin-top: 0;
    width: 40px;
}
.clients-search-form #searchsubmit {
    background: url("images/clients-search-btn.png") no-repeat scroll center center #20b6a0;
    border-radius: 0 !important;
    display: block;
    float: left;
    font-size: 0;
    height: 35px;
    padding: 4.6%;
}
#icon_search_header {
    background: url("images/clients-search-btn1.png") no-repeat scroll center 9px #20b6a0;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 35px;
    margin-left: 0;
    margin-top: 8px;
    width: 40px;
}

}
    @media (max-width: 768px) {
    #div_search_header {
    display: block;
    float: right;
    height: 54px;
    margin-left: 20px;
    margin-right: -40px;
    margin-top: -10px;
    width: 40px;
}
#icon_search_header {
    background: url("images/clients-search-btn1.png") no-repeat scroll center 9px #20b6a0;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 35px;
    margin-left: 0;
    margin-top: 9px;
    width: 40px;
}
#div_search_header #searchform {
    background: none repeat scroll 0 0 #20b6a0;
    height: 35px;
    margin-top: 19px;
    padding: 0;
    width: 100%;
}
#div_search_header #searchform #s {
    display: none;
    font-family: "Source Sans Pro",sans-serif,Helvetica,Arial,Verdana,sans-serif;
    font-size: 16px;
    height: 35px;
    width: 140px;
}
#div_search_header #searchform #searchsubmit {
    background: url("images/clients-search-btn1.png") no-repeat scroll 9px 8px #20b6a0;
    display: none;
    margin-top: 0px;
    width: 40px;
}
.clients-search-form #searchsubmit {
    background: url("images/clients-search-btn.png") no-repeat scroll center center #20b6a0;
    border-radius: 0 !important;
    display: block;
    float: left;
    margin-top:0px;
    font-size: 0;
    height: 35px;
    padding: 4.6%;
}
}

@media (max-width: 765px) {
    #agents #page .agentProfile {
        margin-bottom: 15px;
    }
    #agents #page .agentProfile:nth-child(4n+1) .col-sm-6{
        float:left;
        width:50%;
    }
    #agents #page .agentProfile:nth-child(4n+2) .col-sm-6{
        float:right;
        width:50%;
    }
    #agents #page .agentProfile:nth-child(4n+3) .col-sm-6{
        float:left;
        width:50%;
    }
    #agents #page .agentProfile:nth-child(4n+4) .col-sm-6{
        float:right;
        width:50%;
    }
    #home .header-tagline-msg-wrapper .header-tagline-msg{
        /*         font-size: 24px;      
        width: 470px; */
    }

    /* 
    #home .clients-search-form .search-label-home ,#agents-home .clients-search-form .search-label-home{
        font-size: 18px;
        line-height: 23px;
        padding: 28px 0;
        width: 160px;
    }
    
    #home .clients-search-form #s,#agents-home .clients-search-form #s{
        font-size: 20px;
        line-height: 25px;
        padding: 27px 0;
        width: 195px;
    }
    #home .clients-search-form #searchsubmit ,#agents-home .clients-search-form #searchsubmit{
        line-height: 21px;
        padding: 28px;
        width: 52px;
    }
    
    #home .clients-search-form,#agents-home  .clients-search-form{
        width: 420px;
    }
    */
#div_search_header {
    display: block;
    float: right;
    height: 54px;
    margin-left: 20px;
    margin-right: -40px;
    margin-top: -10px;
    width: 40px;
}
#icon_search_header {
    background: url("images/clients-search-btn1.png") no-repeat scroll center 9px #20b6a0;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 35px;
    margin-left: 0;
    margin-top: 9px;
    width: 40px;
}
#div_search_header #searchform {
    background: none repeat scroll 0 0 #20b6a0;
    height: 35px;
    margin-top: 19px;
    padding: 0;
    width: 100%;
}
#div_search_header #searchform #s {
    display: none;
    font-family: "Source Sans Pro",sans-serif,Helvetica,Arial,Verdana,sans-serif;
    font-size: 16px;
    height: 35px;
    width: 140px;
}
#div_search_header #searchform #searchsubmit {
    background: url("images/clients-search-btn1.png") no-repeat scroll 9px 8px #20b6a0;
    display: none;
    margin-top: 0px;
    width: 40px;
}
.clients-search-form #searchsubmit {
    background: url("images/clients-search-btn.png") no-repeat scroll center center #20b6a0;
    border-radius: 0 !important;
    display: block;
    float: left;
    margin-top:0px;
    font-size: 0;
    height: 35px;
    padding: 4.6%;
}
#home header {
    height: 500px;
}
}



@media (max-width: 480px) {
    #asideSubmission{
        float:left;
    }
    #home .clients-search-form #searchsubmit,#agents-home .clients-search-form #searchsubmit{
    background: url("images/clients-search-btn.png") no-repeat scroll center center #20b6a0;
    border-radius: 0 !important;
    display: block;
    float: right;
    position:absolute;
    right:0;
    font-size: 0;
    line-height: 21px;
     margin-top: 16px;
    padding: 1px 30px 29px;
    /*   width: 71px; */

}
#agents-home .clients-search-form {
    background: none repeat scroll 0 0 #20b6a0;
    font-family: Source Sans Pro;
    height: 68px;
    margin: 90px auto 0 !important;
    padding: 0;
    position: relative;
}
#div_search_header {
    display: block;
    float: right;
    height: 52px;
    margin-left: 0;
    margin-right: -40px;
    margin-top: -10px;
    width: 40px;
}
    .clients-search-form #s {
    background: none repeat scroll 0 0 #20b6a0;
    border: medium none;
    color: white;
    float: left;
    font-size: 18px;
    height: 60px;
    padding: 19% 6% 6%;
     width: 194px;
}
#div_search_header #searchform #s {
    display: none;
    font-family: "Source Sans Pro",sans-serif,Helvetica,Arial,Verdana,sans-serif;
    font-size: 16px;
    height: 35px;
    width: 140px;
}
#home .clients-search-form {
    background: none repeat scroll 0 0 #20b6a0;
    font-family: Source Sans Pro;
    height: 67px;
    margin: 0;
    padding: 0;
    position: relative;
}
#home .clients-search-form #s, #agents-home .clients-search-form #s {
    background: none repeat scroll 0 0 #20b6a0;
    border: medium none;
    color: white;
    float: left;
    font-family: "Source Sans Pro";
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
    outline: 0 none;
    padding: 17px 0 15px 15px;
    width: 83%;
}
#div_search_header #searchform #searchsubmit {
    background: url("images/clients-search-btn1.png") no-repeat scroll center center #20b6a0;
    display: none;
    margin-top: 11px;
    width: 40px;
}
.clients-search-form #searchsubmit {
    background: url("images/clients-search-btn.png") no-repeat scroll center center #20b6a0;
    border-radius: 0 !important;
    display: block;
    float: left;
    font-size: 0;
    height: 35px;
    padding: 4.6%;
}
#icon_search_header {
    background: url("images/clients-search-btn1.png") no-repeat scroll center 8px #20b6a0;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 35px;
    margin-left: 0;
    margin-top: 9px;
    width: 40px;
}
#div_search_header #searchform #searchsubmit {
    background: url("images/clients-search-btn1.png") no-repeat scroll center center #20b6a0;
    display: none;
    margin-top: 0;
    width: 40px;
}
    #searchform #s
    {
        border-radius: 0;
        margin-top: 0px;
    }
   #div_search_header {
    display: block;
    float: right;
    height: 54px;
    margin-left: 0;
    margin-right: -40px;
    margin-top: -10px;
    width: 40px;
} 
    #searchHidden #searchform #searchsubmit {
    line-height: 31px !important;
}
    #agents #page .agentProfile .icon{
        display:none;
    }
    #agents #page .agentProfile .col-sm-6{
        float:left;
        width:100% !important;
    }
    #home .header-tagline-msg-wrapper .header-tagline-msg{
        font-size: 28px;
        /* width: 310px;  */
    }
    #searchHidden #searchform #searchsubmit {
    height: 60px !important;
    margin-top: 0px;
     width: 41px;
}
    /*
    #home .clients-search-form .search-label-home,#agents-home .clients-search-form .search-label-home {
       font-size: 15px;
    line-height: 23px;
    padding: 20px 0;
    width: 120px;
    }
    
    #home .clients-search-form #s ,#agents-home .clients-search-form #s {
    font-size: 14px;
    line-height: 21px;
    padding: 21px 0;
    width: 140px;
    }
    #home .clients-search-form #searchsubmit,#agents-home .clients-search-form #searchsubmit {
      line-height: 21px;
    padding: 16px;
    width: 34px;
    padding-top: 20px;
    padding-bottom: 20px;
    }
    
    #home .clients-search-form ,#agents-home  .clients-search-form{
        width: 300px;
    }
    */
    #agents #page .agentProfile .dummy {
        margin-top:0;
    }

    #agents #page .agentProfile .inner{
        position:relative;
        padding-top: 15px;
    }
    #home aside p, #childrens aside p, #news aside p
    {
           font-size: 14px;
    }
    .view_tweet_status_1, .view_tweet_status_2, .view_tweet_status_3
    {
        width: 230px;
    }
 .search-box-shadow{
   margin-top: 7px;
    }
    #home header .home-page-header-container {
       height: 690px;
    }
    #home header {
        height: 600px;
     }
    /*
    #home header {
                height: 800px;
            }*/
}
@media (max-width: 320px) {
  .img_box {
    margin-bottom: 0px !important;

}
}

#div_search_header #searchform
{
    background: none !important;
    padding:0px;
}
#news #print {
    font-family: "Source Sans Pro",sans-serif,Helvetica,Arial,Verdana,sans-serif;
    font-size: 18px;
    margin-top: -142.5px;
    position: absolute;
    right: 2.5%;
}

#clients .col-md-9 {
padding-left: 0;
}
/********* css for search result ***********/
.searchResult .col-md-3.col-md-offset-1 {
    margin-top: 10px;
}
.searchResult .col-md-7 {
    margin-top: 10px;
}
.col-md-12.searchclientresult {
    padding: 0;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    z-index: 99999;
}
#childrensNews .postnavigation {
    float: left;
    width: 100%;
}
#childrensNews .postnavigation {
    float: left;
    width: 100%;
}
#childrensNews #newsArea.clearfix {
/*   -moz-column-count: 3;
    -moz-column-fill: initial;
    -moz-column-gap: 1px;
    -webkit-column-count: 3;
    -webkit-column-fill: initial;
    -webkit-column-gap: 1px;
    column-count: 3;
    column-fill: intial;
    column-gap: 1;
    width: auto;*/
	display: flex;
    flex-wrap: wrap;
}
#childrens .my_custom_tweets_rotator {
    overflow: hidden;
}
#childrens #page #profile {
    padding-bottom: 45px;
}
#childrens .my_custom_tweets_rotator .view_tweet_status_2 {
    margin-top: -394px !important;
}
#childrens .my_custom_tweets_rotator .view_tweet_status_3 {
    margin-top: -385px !important;
}
#childrens.childHome #page .post.col-md-4
{
     float: left;
    position: relative;
    width: 33.3333%;
    height: auto !important;
   
}
.newsCat-container
{
   margin: 0 auto; max-width: 990px; position: relative;
}
.newsCat-container .newsCat-wrapper
{
    float: left; width: 100%; text-align: right;  margin-top: 32px;
}
.newsCat-container .newsCat-wrapper select
{
    width: 158px;
    margin-right: 23px;
    background-image: url('images/theagency-home_r2_c2.fw.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
     background-color: #fff;
     border: 1px #ffffff;
     color: #333333;
    font-family: "Source Sans Pro",sans-serif,Helvetica,Arial,Verdana,sans-serif;
    font-size: 17px;
    background-size: 16px 16px;
    appearance:         none;   
   -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 0;  /* Firefox 1-3.6 */     
   border-radius: 0; 
   outline: #fff;
   
}
.header_single_news{
    background: url('images/header-news-single-2.jpg') no-repeat center;
    height: 395px;
}
#news .postnavigation .rss-icon {
    float: right;
    margin-left: 10px;
}
#news .postnavigation {
    float: left;
    width: 100%;
}
#news .postnavigation .wp-pagenavi {
    float: left;
     margin-left: 22px;
}
#news .postnavigation .rss-icon img {
    display: block;
}
#news .rss-icon img {
    display: none;
}
#newsSingle .youtube_vedio
{
    height: 0;
    padding-bottom: 0;
    padding-top: 56.25%;
    position: relative;
}
#newsSingle .youtube_vedio iframe
{
       position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#childrens #page .newsCat.linkWhite {
    display: none;
}
@media (max-width:850px){
    

}
@media(max-width:767px) {
 
#childrens.childHome #page .post.col-md-4 {
    width: 100%;
}
}

@media(max-width:645px) {
 
#childrens.childHome #page .post.col-md-4 {
    width: 100%;
}
}

@media(max-width:485px) {
#childrens.childHome #page .post.col-md-4 {
    width: 100%;
}
.bdr {

    /*padding-left: 15px;*/
}	
#news .postnavigation .rss-icon {
    float: left;
    margin-left: 24px
}
}
/* remove the bottom line */
#contactAside.col-md-12 {
    display: none;
}
/* give space between twitter and website link*/
#clients.single #page .leftColumn ul li.twitter {
    padding-top: 30px;
}
/** css to remove the duplication of searh bar on error page **/
#blank .post #searchform {
    display: none;
}
#blank .post h2 {
    margin: 135px auto;
    max-width: 980px;
    width: 100%;
}
#blank aside {
    margin: 0 auto;
    max-width: 980px;
    padding-top: 30px;
}

#blank #asideSubmission.col-md-3 {
    margin-top: 30px;
}
#blank footer {
     float: left;
     width: 100%;
}
/****************** 19-01-2016  ************/
#filters_clients .parentCategory > ul {
    padding-left: 10px;
    float: left;
}
#filters_clients li ul li {
    margin-right: 0;
}
#clients ul {
    padding-left: 5px;
}
#clients ul li.parentCategory a {
    margin-right: 20px;
}
#filters_clients li span {
    float: right;
    width: 9%;
  background: rgba(0, 0, 0, 0) url("images/list-uncheck-filter.png") no-repeat scroll right 6px;  
}
#filters_clients li span.active {
    float: right;
    width: 9%;
    background: rgba(0, 0, 0, 0) url("images/list-check-filter.png") no-repeat scroll right 6px;
}
#clients ul#filters_clients li.parentCategory a {
    float: left;
    width: 76%;
}
#filters_clients li span.add_bck {
    background: rgba(0, 0, 0, 0) url("images/list-uncheck-filter.png") no-repeat scroll right 6px;
    float: right;
    width: 9%;
}
#filters_clients li span.remove_bck {
    background: none;
    float: right;
    width: 9%;
}
.parentCategory.withChild ul li {
    border-bottom: 1px solid #cccccc;
    float: left;
    width: 100%;
     padding-bottom: 6px;
    padding-top: 6px;
}
.parentCategory.withChild ul li:nth-child(1) {
    border-top: 1px solid #cccccc;
    margin-top: 5px;
}
#clients #filters_clients .withChild .haveing_child {
    width: 100%;
     background: rgba(0, 0, 0, 0) url("images/aero-down.png") no-repeat scroll right 6px;
}
#filters_clients .parentCategory.withChild > span {
    background: transparent none repeat scroll 0 0;
}
#filters_clients li ul li:last-child {
    margin-bottom: 5px;
}
#clients #filters_clients .withChild .haveing_child.open-child {
    background: rgba(0, 0, 0, 0) url("images/aero-up.png") no-repeat scroll right 6px;
    
}




.agent-industies-tags {
      display: inline-block;
    width: 155px;
    color:rgba(69, 155, 174, 1);
}
.agent-assign-industry {
    float: left;
    width: 52px;
    color:rgba(69, 155, 174, 1);
}
.agent-industry-separator
{
    float: left;
    width: 14px;
    color:rgba(69, 155, 174, 1);
}
#agentDetails .detailsSub > a {
    color: #333333;
}
#clients.single #page .leftColumn ul li {
    font-family: "Merriweather","Times New Roman",Times,serif;
    font-size: 16px;
}
.agent-industies-tags > span {
    float: left;
}

.privacy-wrapper {
    margin-top: 150px;
    margin-bottom: 100px;
    background-color: transparent;
    position: relative;
    font-family: 'Merriweather',"Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 145%;
}
.privacy-content p, .privacy-content h3, .privacy-content h4 {
    font-family: 'Merriweather',"Times New Roman", Times, serif;
}
@media(max-width:767px) {
    .privacy-wrapper {
        margin-top: 100px;
    }
.col-md-2.no-pad {
    padding: 0 26PX;

}
.img_box {
    justify-content: center;
}	
}
@media(max-width:425px) {
 .col-md-15.col-sm-3.col-xs-6.children-client-row.img_box img {
    max-height: 155px;
}
.img_box {
    justify-content: center;
}	
}
@media (max-width: 375px){
.col-md-15.col-sm-3.col-xs-6.children-client-row.img_box img {
     max-height: 136px;
}
}
@media (max-width: 320px){
.col-md-15.col-sm-3.col-xs-6.children-client-row.img_box img {
    max-height: 111px;
}
}