@CHARSET "ISO-8859-1";


/* Reset CSS
 * --------------------------------------- */

/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

*/

/* ****************** reset css end ********************* */
html {
	overflow-x: hidden !important;
}
body {
	overflow-x: hidden !important;
}

.clear {
    clear: both;
}

.no-padding{
    padding: 0;
}

.hide {
    display: none;
}

.page-top-margin{
    margin-top: 60px;
}

#fp-nav ul li .fp-tooltip {
     background-color: #000000;
    padding: 2px 15px 2px 15px;
 }

.white-with-blue-shadow {
    /*text-shadow: 1px 1px 2px black, 0 0 1em #00aaaa, 0 0 0.2em #00aaaa;
    color: white;
    font: 1.5em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;*/
}

.section1-text-wrap{background-color: rgba(0,0,0,0.3);padding: 15px;}
/* ****************** header css start ******************** */

.top-bar{
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #000000;
    z-index: 100;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: initial;
}

.top-bar .logo img{
    display: inline;
    float: left;
    width: 80px;
}

.top-bar .logo h2{
    color: #ffffff;
    font-size: 0.8em;
    float: left;
    margin-left: 10px;
    margin-top: 13px;
    clear: inherit;
	text-transform: none;
	font-weight: inherit;
}

.top-bar nav {
    margin-top: 0;
    margin-right: 20px;
    float: right;
    margin-bottom: 0;
    min-height: inherit;
}

.top-bar nav ul li a {
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
    font-size: 0.9em;
    /*margin-left: 20px;*/
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.5;
}

.top-bar nav>.active>a, .top-bar nav>.active>a:hover, .top-bar nav>.active>a:focus {
    background-color: #000000;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #000000;
}

.top-bar nav ul li.dropdown a:hover{
    background-color: #000000;
}

.dropdown-menu { background-color: #000000}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #000000}
.navbar-inverse { background-image: none; }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-image: none; }
.dropdown-menu>li>a { color: #FFFFFF}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #FFFFFF}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-top-color: #999999}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-top-color: #FFFFFF}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-bottom-color: #999999}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-bottom-color: #FFFFFF}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #000000;
    border-color: #000000;
}

.navbar-nav>li>.dropdown-menu{

}

.dropdown-menu>li>a{
    line-height: 2;
}

.dropdown-menu>li>a{
    line-height: 2;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #000000;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

/*********** mobile nav ********** */
/*
.navbar-toggle {
  float: left !important;
  margin-left: 15px;
  margin-right: 0;
}
*/
.modal-nav-content {
  width: 100%;
  height: auto;
}

.modal-nav-body {
  margin-top: 100px; 
}

.modal-nav-body ul {
  list-style-type: none;
  color: white;
  margin: 0;
  padding: 0;
  width: 100%;
}

.modal-nav-body ul li {
  text-align: center;
  font-size: 130%;
  padding: 8px;
  text-transform: uppercase;
}

.modal-backdrop{
	z-index: 1;
}

.modal-nav-body ul li{
	margin-top: 20px;
}

.modal-nav-menu li a{
	color: #fff;
    font-size: 26px;
    font-weight: 600;
	text-decoration: none;
}

.modal-nav-menu li a:focus, .modal-nav-menu li a:visited{
	color: #fff;
	text-decoration: none;
}

.modal-nav-body ul li.dropdown .dropdown-menu {
	margin-top: 15px;
	margin-bottom: 15px;
}

.modal-nav-body ul li.dropdown .dropdown-menu li {
	margin-top: 10px;
}

.modal-nav-body ul li.dropdown .dropdown-menu li a {
	color: #fff;
    font-size: 18px;
    font-weight: 500;
	background-color: transparent;
}

.modal-nav-body ul li.dropdown .dropdown-menu li a:hover {	
	background-color: transparent;
}

.modal-nav-body ul li.dropdown .dropdown-menu li a:active {	
	background-color: transparent;
}

.modal-nav-body ul li.dropdown .dropdown-menu li a:focus {	
	background-color: transparent;
}



/* ****** mobile nav end ******** */

/* ****************** header css end ********************** */


/* ****************** slide 1 css start ******************* */

.video-slide-content {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    width: auto;
    height: auto;
    z-index: 1;
}


.video-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-image: url(../../../images/polina.jpg);
    /* opacity: 0.5; */
}


video {
    
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
	
}

.control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
}

.control a {
    text-decoration: none;
    color: #ffffff;
    font-size: 2em;
}

.control a:hover {
    text-decoration: none;
}

.section1-text-wrap {
    position: absolute;
    bottom: 6%;
    left: 3%;
    display: block;
    z-index: 3;
}

.section1-text-wrap h1 {
    font-size: 2.6em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
	max-width: 500px;
}

.section1-text-wrap h2 {
    font-size: 1.3em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 30px;
}

.scroll-down-arrow {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 5%;
    z-index: 1;
}

/* ****************** slide 1 css end ********************* */


/* ****************** slide 2 css end ********************* */

#section1 {
    z-index: 3;
}

.section2-text-wrap {
    position: absolute;
    bottom: 20%;
    left: 5%;
    width: auto;
}

.section2-text-wrap h3 a {
	text-decoration: none; 
    color: #ffffff;
}

.section2-text-wrap h3 a:hover {
	text-decoration: none;
    color: #ffffff;
}

.section2-text-wrap h3 span {
	margin-right: 15px;
}

.map-section {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    /*background-image: url(http://tmg-plc.com/wp-content/themes/clickverta/assets/css/images/map.svg);*/
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: 0px 70px;*/
    position: relative;
}

#worldMap {
    margin-left: auto;
    margin-right: auto;
}

#mapPopup {
    background: #ffffff;
    width: 270px;
    height: auto;
    display: none;
    position: absolute;
    z-index: 10;
    border: 1px solid #000000;
}

#mapPopup ul {
	padding: 10px;
}

#mapPopup ul li {
    display: inline;
}

#mapPopup ul li img {
    max-width: 110px;
	vertical-align: middle;
}

#mapPopupClose {
    color: #ffffff;
    font-size: 0.6em;
    float: right;
    font-family: 'Open Sans', sans-serif;
    background-color: #000000;
    padding: 1px 2px 1px 2px;
    border: 1px solid #ffffff;
    cursor: pointer;
}

#mapPopupInfo {
    background: #ffffff;
    width: 400px;
    height: auto;
    display: none;
    position: absolute;
    z-index: 15;
    border: 1px solid #000000;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.map-popup-info-text-wrap {
    padding: 30px 10px 70px 15px;
}

#mapPopupInfoClose {
    color: #ffffff;
    font-size: 0.6em;
    float: right;
    font-family: 'Open Sans', sans-serif;
    background-color: #000000;
    padding: 1px 2px 1px 2px;
    border: 1px solid #ffffff;
    cursor: pointer;
}

#mapPopupInfo small {
    color: #000000;
    font-size: 0.8em;
    font-family: 'Open Sans', sans-serif;
    /*margin-top: 15px;*/
    display: block;
	line-height: 1.5;
}

#mapPopupInfo p {
    color: #000000;
    font-size: 0.8em;
    font-family: 'Open Sans', sans-serif;
}

#mapPopupInfo h4 {
    color: #000000;
    font-size: 1.5em;
    font-weight: 600;
    margin: 15px 0px 15px 0px;
    font-family: 'Open Sans', sans-serif;
}

.section2-text-wrap h2 {
    font-size: 2.6em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
	text-transform: inherit;
	max-width: 350px;
}

.section2-text-wrap h3 {
    font-size: 1.3em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 30px;
}

.datamap circle {
    cursor: pointer;
}

.mapPopup2Data {
	position: relative;
	margin-top: 20px;
}

.news-main-logo img{
	width: 180px;
	/*-webkit-filter: grayscale(100%);*/ /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%);*/
}

.news-agency-logo {
	position: absolute;
	right: 30px;
    top: 0;
}

.news-agency-logo a img{
	width: 140px;
	/*-webkit-filter: grayscale(100%);*/ /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%);*/
}

/* ****************** slide 2 css end ********************* */

/* ****************** slide 3 css end ********************* */

.slider-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
}

/*
.bxslider-slide {
    min-height: 350px;
}

.active-slide {
    border-top: 40px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 10px solid transparent;
    padding: 10px;
    -webkit-border-image: url(http://tmg-plc.com/wp-content/themes/clickverta/assets/css/images/iphone-with-screen.svg) 30 stretch;
    -o-border-image: url(http://tmg-plc.com/wp-content/themes/clickverta/assets/css/images/iphone-with-screen.svg) 30 stretch;
    border-image: url(http://tmg-plc.com/wp-content/themes/clickverta/assets/css/images/iphone-with-screen.svg) 30 stretch;
}
*/

.section3-text-wrap {
    position: absolute;
    bottom: 10%;
    left: 5%;
    max-width: 350px;
    width: auto;
}

.section3-text-wrap h2 {
    font-size: 2.6em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
	text-transform: inherit;
}

.section3-text-wrap h3 a{
    text-decoration: none;
	font-size: 1.3em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 20px;
}

.section3-text-wrap h3 a:hover{
    text-decoration: none;
	color: #ffffff;
}


.carousel-widget {

}

.carousel-widget-1 {
    background-image: url(../../../images/ndg-thumbnail.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-widget-2 {
    padding-top: 20%;
    padding-left: 5%;
}

.carousel-widget-2 td {
    color: #ffffff;
    font-size: 0.7em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    padding-left: 10px;
}

.carousel-widget-2 th {
    color: #ffffff;
    font-size: 2.3em;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 10px 0px 10px 0px;
}

.carousel-widget-2 a {
    color: #00aaaa;
    font-size: 0.8em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-top: 15%;
    text-decoration: none;
    display: block;
}

.carousel-widget-2 a i {
    font-size: 1em;
    padding-left: 10px;
}

.carousel-widget-2 a:hover {
    text-decoration: none;
}

.carousel-widget-3 {
    background-color: #ffffff;
	position: relative;
}

#mobilesocial {
    background: #F2F2F2;
    font-size: 13px;
    display: inline-block;
    border-radius: 10px;
    padding: 6px 15px 6px 15px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

#twitter{
    background: #F2F2F2;
    font-size: 13px;
    display: inline-block;
    border-radius: 10px;
    padding: 6px 15px 6px 15px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

/* ****************** slide 3 css end ********************* */

/* ****************** slide 4 css end ********************* */

.section4-text-wrap {
    margin-left: 5%;
    max-width: 900px;
    width: auto;
}

.section4-text-wrap h2 {
    font-size: 2.6em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
	margin-bottom: 30px;
	text-transform: inherit;
}

.section4-text-wrap p {
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    margin-top: 20px;
}

.section4-text-wrap ul {
    list-style-type: none;
    margin-top: 5%;
}

.section4-text-wrap ul li {
    display: inline;
    margin-right: 40px;
}

.section4-text-wrap ul li a {
    text-transform: uppercase;
    color: #00aaaa;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}

.section4-text-wrap ul li a:hover {
    text-decoration: none;
}

.section4-widget-wrap {
    background-color: #00aaaa;
    padding-left: 15%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.section4-widget-wrap h2 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 0;
}
.section4-widget-wrap h3 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 0;
}

.section4-widget-wrap .section4-widget-rates {
    margin-top: 0;
}

.section4-widget-wrap .section4-widget-rates p {
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
}

.section4-widget-wrap .section4-widget-text-wrap:nth-child(n+2){
    margin-top: 20px;
}

.section4-widget-wrap .section4-widget-rates p.delay {
	margin-top: inherit;
}

.section4-widget-text-wrap h3 span {
	text-transform: capitalize;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 0;
}

/* ****************** slide 4 css end ********************* */


/* ***************** footer start ******************** */

#section4 hr {
    width: 100%;
    border: 3px solid #cccccc;
    position: absolute;
    top: 0;
}

.footer-intro {
    margin-left: 5%;
}

.logo-footer img{
    display: inline;
    float: left;
	max-width: 400px;
}

.logo-footer h3{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
	margin-top: inherit;
}

.logo-footer h3 i{
	font-size: 8px;
	padding: 0 10px 0 10px;
}

.logo-footer h4{
    color: #000000;
    line-height: 2.5;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin-left: 40px;
    margin-top: 1%;
    clear: inherit;
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
}

.footer-intro p {
    color: #000000;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    font-size: 0.8em;
}

.footer-social-widget {
    display: block;
    margin-top: 30px;
}

.footer-social-widget a .social-icon {
    height: 40px;
    width: 40px;
    background-image: url(../../../images/social-icons.png);
    display: inline-block;
}

.footer-social-widget a .twitter {
    background-position: 0px -110px;
}

.footer-social-widget a .instagram {
    background-position: -50px -110px;
}

.footer-social-widget a .linkedin {
    background-position: -100px -110px;
}

.footer-leagal-info h4 {
    color: #000000;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 7px;
    font-size: 0.8em;
    margin-top: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-leagal-info ul li {
    display: inline;
    float: left;
    padding-right: 20px;
}

.footer-leagal-info ul li a {
    text-decoration: none;
    color: #000000;
    line-height: 2;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    font-size: 0.8em;
	text-transform: uppercase;
}
.footer-leagal-info ul li a:hover {
    text-decoration: none;
}

.footer-bar{
    width: 100%;
    position: relative;
}

.footer-signup-home {
	padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 3%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    display: block;
}

.footer-signup-inner {
	padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 3%;    
    z-index: 10;
    display: block;
}

.footer-inner-hr {
	/*width: 100%;*/
    border: 3px solid #cccccc;
	margin-bottom: 80px;
}

.footer-signup {
    width: 100%;
    background-color: #1d1d1b;
    text-align: center;    
}

.footer-signup form label {
    color: #ffffff;
    line-height: 2.5;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

.footer-signup form select {
    padding: 11px;
    background-color: #4d4d4d;
    border: 0;
    color: #ffffff;
    padding-left: 10px;
    margin-left: 15px;
    font-family: 'Open Sans', sans-serif;
    width: 10%;
    font-size: 0.9em;
    font-weight: 400;
    -webkit-appearance: none !important;
    height: 44px !important;
    border-radius: 0 !important;
    line-height: 1.6;
	outline: none;
	/*
	  background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, #ccc, #ccc);
	  background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 2.5em) 0.5em;
	  background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	  background-repeat: no-repeat;
	  */
	background-image: linear-gradient(45deg, transparent 49%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px), calc(100% - 2.5em) 1em;
    background-size: 7px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

select option {
    margin: 40px;
    background: rgb(25, 25, 25);
    color: #bbb;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select option:hover {
    margin: 40px;
    background: #00aaaa;
    color: #bbb;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.footer-signup form input {
    height: 44px;
    background-color: #4d4d4d;
    border: 0;
    color: #ffffff;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    width: 20%;
    border-radius: 0;
}

.footer-signup form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ffffff;
}
.footer-signup form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ffffff;
    opacity:  1;
}
.footer-signup form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ffffff;
    opacity:  1;
}
.footer-signup form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #ffffff;
}

.footer-signup-btn {
    /*line-height: 2.5;*/
    border: 0;
    width: 130px;
    height: 44px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    background-color: #00aaaa;
    color: #ffffff;
    border-radius: 0;
}

.footer-signup-btn form button:hover, .footer-signup-btn form button:focus, .footer-signup-btn form button:active, .footer-signup-btn form button.active, .open>.dropdown-toggle.footer-signup form button {    
    background-color: #00aaaa !important;
    color: #ffffff !important;
}

.footer-signup-btn i {
    padding-left: 10px;
}

.newsletter-footer {
	margin-top: 3%;
}

.newsletter-footer form select {
    padding: 11px;
    background-color: rgba(255,255,255,.1);
    border: 0;
    color: #bbb;
    padding-left: 10px;
    /*margin-left: 15px;*/
    font-family: 'Open Sans', sans-serif;
    width: 150px;
    font-size: 14px;
    font-weight: 400;
    -webkit-appearance: none !important;
    height: 48px !important;
    border-radius: 0 !important;
    line-height: 1.6;
    outline: none;
    background-image: linear-gradient(45deg, transparent 49%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px), calc(100% - 2.5em) 1em;
    background-size: 7px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

/* ***************** footer end ******************** */






.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;

    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}


/* ******************** Agency single page styles start ************** */

.agency-main-content {
    padding-left: 30px;
}

.agency-main-content h1, h2, h3, h4, h5, h6{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 30px;
}

.agency-main-content p{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    margin-top: 20px;
}

.agency-services-section {
    padding-left: 30px;
}

.agency-services-section h3{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 30px;
}

.agency-services-section ul{
    margin-top: 20px;
}

.agency-services-section ul li{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #00aaaa;
    line-height: 2;
    text-transform: uppercase;
    text-decoration: none;
    list-style-type: disc;
}

.agency-services-section ul li a{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #00aaaa;
    line-height: 2;
    text-transform: uppercase;
    text-decoration: none;
}

.agency-services-section ul li a:hover{
    color: #00aaaa;
    text-decoration: none;
}

.agency-logo {
    margin-top: 20%;
    padding-left: 15px;
}

.agency-logo img{
    margin-bottom: 20%;
}

.agency-contact {
    padding-left: 15px;
}

.agency-contact p{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    margin-top: 20px;
}

.agency-contact h3{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    margin-top: 30px;
}

.agency-contact p strong{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    margin-top: 30px;
}

.agency-news-section {
    background-color: #000000;
    padding: 20px 20px 60px 20px;
    margin-top: 20%;
}

.agency-news-section h3{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 30px;
    text-transform: uppercase;
}

.agency-news-section ul{

    margin-top: 20px;
}

.agency-news-section ul li{
    padding-left: 24px;
    padding-bottom: 15px;
    background-image: url(../../../images/news-arrow.png);
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 2;
    text-transform: uppercase;
    text-decoration: none;
}

.agency-clients {
    padding-left: 30px;
}

.agency-clients h3{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    margin-top: 30px;
    text-transform: uppercase;
}

.agency-clients ul {
    /*white-space: nowrap;*/
    padding-left: 0px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.agency-clients li {
    display: inline-block;
    white-space: normal;
}

.agency-clients ul li img {
    width: 150px;
    vertical-align: middle;
}


/** *********** agency text slider **************************** */

.agency-content-slider {
    position: relative;
}

#carousel {
    position: relative;
    width:100%;
    height: 100%;
    margin:0 auto;
    background-color: #00aaaa;
}

#slides {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 250px;
}

#slides ul {
    list-style: none;
    width:100%;
    height:250px;
    margin: 0;
    padding: 0;
    position: relative;
}

#slides li {
    width:100%;
    height:250px;
    float:left;
    text-align: center;
    position: relative;
    font-family:lato, sans-serif;
}
/* Styling for prev and next buttons */
.btn-bar{
    width:100%;
    margin:0 auto;
    display:block;
    position: absolute;
    top: 40%;
    z-index: 9999;
}

#buttons {
    padding:0 0 5px 0;
    /*float:right;*/
}

#buttons a {
    /*text-align:center;*/
    /*display:block;*/
    font-size:30px;
    /*float:left;*/
    outline:0;
    /*margin:0 60px;*/
    color:#ffffff;
    text-decoration:none;
    /*display:block;*/
    /*padding:9px;
    width:35px;*/
}

.text-slider-prev-btn {
    float: left;
}

.text-slider-next-btn {
    float: right;
}

a#prev:hover, a#next:hover {
    color:#FFF;
    text-shadow:.5px 0px #ffffff;
}

.quote-phrase, .quote-author {
    font-family:sans-serif;
    font-weight:300;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 20px;
}

.quote-phrase {
    /*height: 200px;*/
    font-size:16px;
    color:#FFF;
    /*font-style:italic;*/
    text-shadow:.5px 0px #ffffff;
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    height: 140px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 2;
}

.quote-marks {
    font-size:30px;
    padding:0 3px 3px;
    position:inherit;
}

.quote-author {
    font-style:normal;
    font-size:14px;
    color:#ffffff;
    font-weight:600;
    height: 30px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.quoteContainer, .authorContainer {
    display: table;
    width: 100%;
}

.slide hr{
    color: #FFFFFF;
    display: block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

/* ************* agency text slider end ******************* */

.agency-right-image iframe {
    margin-bottom: 0 !important;
}

/* ******************** Agency single page styles end ************** */


.footer-logo-wrap h4{
	display: inline-table;
    line-height: inherit;
    margin-top: 15px;
    margin-left: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

/* Preloader
This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../../../images/image-preloader.gif') center no-repeat #fff;
}