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

body {
	background:#ffffff;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	padding:0;
	font-size:13px;
	overflow-x:hidden;
	font-weight:300;
}

/*news page */
.portfolio-item {
    margin-bottom: 8px;
    margin-top: 2em;
}
.h-100 {
    height: 100%!important;
}
.card{
	margin-bottom: 2.3em;
	
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;  
    
}
.card-body p >a,.card-body p >a:hover,.card-body p >a:link {
    color: #FFFFFF;
    line-height: 1.3em;
    font-weight: normal;
    text-decoration: none;    
}
.card-body p{
	margin-bottom: 20px;
	margin-left: 0.5em;
}
.card-title {
	background:#fdf6f6;
    margin-bottom: .75rem;
        font-size: 24px;
    line-height: 1.5em;
    text-align: center;
    z-index: 1;
    opacity: 0.9;    
}
.card-title a{
	color:#19170a;	
	font-size: 0.8em;
	font-weight: normal;
	opacity:0.9;
}
.card-title a:hover{
	color:#19170a;	
}
.card-auther{
	color:#cdd2cd;
	font-weight: normal;
	padding-bottom: 1.5em;
}
.postdate{
	display: inline-block;
	color:#848684;
}

.card-text:last-child {
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
img {
    vertical-align: middle;
}



.portfolio-item {
  margin-bottom: 20px;
}

.pagination {
  margin-bottom: 30px;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #000000;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-bottom:3px solid #FFFFFF;
    
}
.card-img-top {
    width: 100%;    
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    margin-top: -44px;
    border-bottom:1.5px solid #FFFFFF;
}
.card-img-top:hover{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

div, section {
    box-sizing: border-box;
}

#overDiv {
	opacity: 1.0; 
	background:#000000;
	width: 100%;
	height: 100%; 
	z-index: 10;
	top: 0;
	left: 0;
	position: fixed;
	padding: 0;
	text-align: enter;
}

.loading_icon {
	width:150px;
	position:absolute;
    top:0;
    bottom:0;
	left:0;
	right:0;
    margin:auto;
}

.preload {
	overflow:hidden;
	width:1px;
	height:1px;
	margin-left:-10px;
	position: absolute;
}
#printModal, #tvModal, #digitalModal, #radioModal{
	overflow: scroll;
}

a {
	color:#63d5df;
}

a:hover {
	color:#63dfac;
	text-decoration:none;
}

h1, h2 {
	text-transform:uppercase;
	font-weight:400;
	color:#FFFFFF;
	margin:0 auto;
	clear:both;
	font-weight:300;
}

h3 {
	font-weight:400;	
}

h4 {
	font-size:16px;
	font-weight:300;
}

.opages h3 {
	margin-top:30px;	
}

.nogap {
	padding:0;
	overflow:hidden;
}

.bbgrad {
	background: -moz-linear-gradient(top, rgba(09,18,48,0.0) 0%, rgba(09,18,48,0.5) 10%, rgba(09,18,48,0.8) 20%, rgba(09,18,48,1.0) 50%, rgba(09,18,48,0.8) 80%, rgba(09,18,48,0.5) 90%, rgba(09,18,48,0) 100%);
	background: -webkit-linear-gradient(top, rgba(09,18,48,0.0) 0%, rgba(09,18,48,0.5) 10%, rgba(09,18,48,0.8) 20%, rgba(09,18,48,1.0) 50%, rgba(09,18,48,0.8) 80%, rgba(09,18,48,0.5) 90%, rgba(09,18,48,0) 100%);
	background: linear-gradient(to bottom, rgba(09,18,48,0.0) 0%, rgba(09,18,48,0.5) 10%, rgba(09,18,48,0.8) 20%, rgba(09,18,48,1.0) 50%, rgba(09,18,48,0.8) 80%, rgba(09,18,48,0.5) 90%, rgba(09,18,48,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.bgrad {
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1.0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1.0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,1.0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
}

.rgrad {
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,0,0,1.0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,0,0,1.0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
	background: radial-gradient(ellipse at center, rgba(255,0,0,1.0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
}

.ggrad {
	background: -moz-radial-gradient(center, ellipse cover, rgba(60,30,160,1.0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(60,30,160,1.0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
	background: radial-gradient(ellipse at center, rgba(60,30,160,1.0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
}

.pgrad {
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,30,50,1.0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,30,50,1.0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
	background: radial-gradient(ellipse at center, rgba(0,30,50,1.0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
}

#video_overlays {
	position:absolute;
	float:left;
	width:100%;
	height:100%;
	background: url('../img/volbg.png');
	z-index:2;
}

.home {
	background: url('../img/videoframe.jpg');
}

.connect {
	background: url('../img/connect_videoframe.jpg');
}

.showreel {
	background: url('../img/showreel_videoframe.jpg');
}

.convince {
	background: url('../img/convince_bg.jpg');
}

.convert {
	background: url('../img/convert_videoframe.jpg');
}

.aboutus {
	background: url('../img/aboutus_bg.jpg');
}

.news {
	background: url('../img/news_image.jpg');
}

.contact {
	background: url('../img/contact_videoframe.jpg');
}
	
.fullscreen-bg-whatwedo {
	background-image: url('../img/whatwedo_bg.jpg');
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}

.fullscreen-bg-aboutus {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.5) 75%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.5) 75%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.5) 75%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

iframe[name=google_conversion_frame]{
		display: none;
}

/* IE 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.fullscreen-bg-whatwedo {
		background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.9) 100%), url('../img/whatwedo_bg.jpg');
	}
	
	.fullscreen-bg-aboutus {
		background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.5) 75%,rgba(0,0,0,0.9) 100%);
	}
}

.fullscreen-bg-saying {
	background: url('../img/saying_bg.jpg');
    background-repeat:no-repeat;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
	background-size: cover;
	background-position:center;
}

.fullscreen-bg-planing {
	background-image: url('../img/planing_bg.jpg');
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 80%), url('../img/planing_bg.jpg');
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 80%), url('../img/planing_bg.jpg');
	background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 80%), url('../img/planing_bg.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ), url('../img/planing_bg.jpg');
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}

.fullscreen-bg-ppr {
    background-image: url('../img/ppr_bg.jpg');
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 80%), url('../img/ppr_bg.jpg');
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 80%), url('../img/ppr_bg.jpg');
	background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 80%), url('../img/ppr_bg.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ), url('../img/ppr_bg.jpg');
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment: fixed;
}

.fullscreen-bg-30k {
	background: url('../img/30k_bg.jpg');
	background: -moz-linear-gradient(right,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 90%), url('../img/30k_bg.jpg');
	background: -webkit-linear-gradient(right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 90%), url('../img/30k_bg.jpg');
	background: linear-gradient(to left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 90%), url('../img/30k_bg.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=1 ), url('../img/30k_bg.jpg');
    background-repeat:no-repeat;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
	background-size:cover;
	background-position:left;
}

.fullscreen-bg-strategy {
    background-image: url('../img/strategy_bg.jpg');
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%), url('../img/strategy_bg.jpg');
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%), url('../img/strategy_bg.jpg');
	background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%), url('../img/strategy_bg.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ), url('../img/strategy_bg.jpg');
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}

.fullscreen-bg-concept {
    background-image: url('../img/concept_bg.jpg');
	background: -moz-linear-gradient(right,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%), url('../img/concept_bg.jpg');
	background: -webkit-linear-gradient(right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%), url('../img/concept_bg.jpg');
	background: linear-gradient(to left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%), url('../img/concept_bg.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ), url('../img/concept_bg.jpg');
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
	background-repeat:no-repeat;
	background-size: cover;
	background-position:left;
	background-attachment: fixed;
}

.fullscreen-bg-white {
	background: #FFFFFF;
}

.fullscreen-bg-ash {
	background:#272725;
}

.fullscreen-bg-iq {
	background-image: url('../img/iq_bg.jpg');
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}

.fullscreen-bg-experience {
	background-image: url('../img/experience_bg.jpg');
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
	background-repeat:no-repeat;
	background-size: cover;
	background-position:right;
	background-attachment: fixed;
}

.fullscreen-bg-map {
	background: rgba(255,255,255,1.0);
}

.contus {
	background: rgba(255,255,255,0.8);
	padding:20px;
}

.downarrow {
	position:static;
	z-index:999999;
	bottom:0;
	height:50px;
	width:50px;
	margin:0 auto;
	text-align:center;
	margin-top:-100px;
	margin-bottom:50px;
	transition-duration:0.4s;
}

.downarrow:hover {
	-ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.midbox {
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:100px;
	padding:10px;
	z-index:0;
	background:#1b1464;
	color:#FFFFFF;
}

.midbox h2 {
	margin-top:-3px;
}

ul {
	padding-left:15px;
}

.nospac {
	padding:0 !important;
}

.img-rand {
	width:100%;
}

/* ----------------- Header ----------------- */

.header {
	transition: all .4s ease-in-out;
	position:fixed;
	z-index:9999999;
	background:rgba(0,0,0,0.4);
	min-height:40px;
	width:100%;
	padding:10px 10px;
}

.darkheader {
	transition: all .4s ease-in-out;
	position:fixed;
	z-index:9999999;
	background:rgba(38,38,38,1.00);
	min-height:40px;
	width:100%;
	padding:0 10px;
}

.logo {
	float:left;
	transition: all .2s ease;
}

.menu {
	float:right;
}

.flags {
	float:right;
	width:50px;
	height:20px;
	margin-left:20px;
	margin-top:13px;
	margin-right:10px;
}

/* --------------- Content ---------------- */

.intro {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-flex-flow:row wrap;
	-moz-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	min-height:100vh;
}

.conintro {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-flex-flow:row wrap;
	-moz-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	min-height:75vh;
}

.botintro {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-flex-flow:row wrap;
	-moz-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	min-height:100vh;
}

/* Rules for Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,.intro, .secintro{
		padding-top:150px;
		padding-bottom:100px;
		height:60rem;
    }
}

/* Rules for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.section, .botsection, .topsection, .consection {
		padding-top:150px;
		padding-bottom:150px;
		height:60rem;
	}
}

.secintro {
	width:100%;
	height:100%;
	min-height:100vh;
}

.section {
	color:#FFFFFF;
	text-align:center;
	-webkit-align-self:center;
	-moz-align-self:center;
	-ms-align-self:center;
	align-self:center;
	width:100%;
	height:100%;
}

.botsection {
	color:#FFFFFF;
	-webkit-align-self:flex-end;
	-moz-align-self:flex-end;
	-ms-align-self:flex-end;
	align-self:flex-end;
	width:100%;
	height:100%;
	margin-bottom:100px;
	z-index:999;
}

.txtshadow {
	text-shadow:0 0 5px #000000;
	-webkit-text-shadow:0 0 5px #000000;
	-moz-text-shadow:0 0 5px #000000;
	-ms-text-shadow:0 0 5px #000000;
}

.topsection {
	color:#FFFFFF;
	text-shadow:0 0 5px #000000;
	-webkit-text-shadow:0 0 5px #000000;
	-moz-text-shadow:0 0 5px #000000;
	-ms-text-shadow:0 0 5px #000000;
	text-align:center;
	-webkit-align-self:flex-start;
	-moz-align-self:flex-start;
	-ms-align-self:flex-start;
	align-self:flex-start;
	width:100%;
	height:100%;
	margin-top:150px;
}

.consection {
	color:#FFFFFF;
	text-shadow:0 0 5px #000000;
	-webkit-text-shadow:0 0 5px #000000;
	-moz-text-shadow:0 0 5px #000000;
	-ms-text-shadow:0 0 5px #000000;
	-webkit-align-self:center;
	-moz-align-self:center;
	-ms-align-self:center;
	align-self:center;
	width:100%;
	height:100%;
}

.section p, .botsection p, .topsection p {
	margin-top:20px;
}

.consection h2, .modal-body h2 {
	text-align:left !important;
	border:none !important;
	margin:0 !important;
	display: table;
	clear:both;
	padding:0 !important;
}

.consection p {
	margin-top:20px;
	text-align:left;	
}

.qbox {
	color:#FFFFFF;
	text-align:center;
	cursor:pointer;
}

.qbox .rbcont {
	cursor:default;
}

.pqbox {
	min-height:200px;
	color:#FFFFFF;
	text-align:left;
}

.phbox {
	min-height:65vh;
	color:#FFFFFF;
	margin-left:140px;
}

.cbox {
	padding:30px 20px;
	text-align:center;
}

.imap{
	position: relative;
    height: 48vh;
    width: 100%;
	border:none;
	min-height:300px;
	margin:0 !important;
	padding:0 !important;
}

.scrolloff {
	pointer-events: none;
}

.qbox:hover > .qbcont .bbtn {
	text-decoration:none;
	box-shadow: inset 300px 0 0 0 #C72323;
}

.qbox:hover > .rbcont .cbtn {
	text-decoration:none;
	color:#FFFFFF;
	border:2px solid #222222;
	text-decoration:none;
	box-shadow: inset 300px 0 0 0 #C72323;
}

.pqbcont {
	padding:10px 20px 10px 0px;	
}

.qbcont p {
	margin-top:20px;
}

.pqbcont h3 {
	text-transform:uppercase;	
}

.phbcont {
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	-moz-transform: translateY(20%);
	transform: translateY(20%);
	text-align:left;
}

.orange {
	background:#CF5A24;	
	transition: all .2s ease;
}

.pink {
	background:#B2145A;	
	transition: all .2s ease;
}

.green {
	background:#7AA743;	
	transition: all .2s ease;
}

.blue {
	background:#00719A;	
	transition: all .2s ease;
}

.white {
	background:#FFFFFF;	
	transition: all .2s ease;
	color:#000000;
	padding:0 !important;
	overflow: hidden;
}

.orange:hover {
	background:#C84E17;	
}

.pink:hover {
	background:#A7084F;	
}

.green:hover {
	background:#6E9F31;	
}

.blue:hover {
	background:#016488;	
}

.black {
	color:#000000 !important;
	text-shadow:none;
	font-weight:400;
}

.black h2 {
	color:#222222 !important;
	text-shadow:none;
	text-align:left !important;
	display:block;
}

.black .text-center {
	display:table;
}

.black .pqbcont {
	color:#131313;
}

.desc {
	text-align:center;
}

.grow { 
	transition: all .4s ease-in-out;
}

.grow:hover {
	transform: scale(1.1);
}

.img-clients {
	display:inline-block;
	transition: all .4s ease;
}

.topbtns {
	margin:50px 10px 30px 10px;
}

.abtn a {
	text-transform:uppercase;
	color:#FFFFFF;
	padding:5px 10px;
	border:2px solid #FFFFFF;
	margin:10px 20px;
	display:inline-block;
	min-width:200px;
	transition:all .6s ease;
	font-size:20px;
	font-weight:400;
}

.abtn a:hover {
	text-decoration:none;
	box-shadow: inset 300px 0 0 0 #C72323;
}

.bbtn{
	text-transform:uppercase;
	color:#FFFFFF;
	padding:5px 10px;
	border:2px solid #FFFFFF;
	display:inline-block;
	min-width:200px;
	transition:all .6s ease;
	font-size:20px;
}

.bbtn:hover {
	text-decoration:none;
	box-shadow: inset 300px 0 0 0 #C72323;
}

.cbtn{
	margin-top:20px;
	text-transform:uppercase;
	color:#666666;
	padding:5px 10px;
	border:2px solid #666666;
	display:inline-block;
	min-width:200px;
	transition:all .6s ease;
	font-size:20px;
}

.cbtn:hover {
	color:#FFFFFF;
	border:2px solid #222222;
	text-decoration:none;
	box-shadow: inset 300px 0 0 0 #C72323;
}

#play-button {
	z-index:9;
	position:relative;
	width:137px;
	height:137px;
	margin:0 auto;
	margin-top:35%;
	background-image: url('../img/1.png');
	background-repeat:no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	background-size: cover;
	background-position:center;
	cursor:pointer;
}

#play-button:hover {
	background-image: url('../img/2.png');
}

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

.newsbg {	
	background:#00719A;
	padding:60px 10px;
	color:#FFFFFF;
	min-height: 90vh;
}

.thumbnail {
	background:rgba(0,0,0,0.5);
}

.caption h3 {
	text-transform:uppercase;
	padding-top:0;
	margin-top:0;
	color:#FFFFFF;
}

.caption p {
	color:#FFFFFF;
}

.caption p b {
	font-weight:400;
}

.addthis_inline_share_toolbox {
	clear:none;
	display:inline-block;
}

/* --------------- Modal ---------------- */

.modal {
	margin-top:55px;
	text-shadow:0 0 5px #000000;
	-webkit-text-shadow:0 0 5px #000000;
	-moz-text-shadow:0 0 5px #000000;
	-ms-text-shadow:0 0 5px #000000;
}

.modal-dialog {
	width:98% !important;
}

.modal-header, .modal-footer {
	border:none !important;
	padding:0 !important;
	margin:0 !important;
}

.modal-body .col-sm-6 {
	padding:0 !important;
	height:auto;
	min-height:99%;
}

.modal-body .col-sm-4 {
	padding:0 !important;
	height:auto;
	min-height:99%;
}

.modal-header .close {
	padding:0px 15px !important;
	margin:0 !important;
	font-size:50px;

	color: #FFFFFF !important;
	opacity: 1 !important;
	text-shadow:0 0 5px #000000 !important;
	-webkit-text-shadow:0 0 5px #000000 !important;
	-moz-text-shadow:0 0 5px #000000 !important;
	-ms-text-shadow:0 0 5px #000000 !important;
	transition-duration:0.2s;
}

.modal-header .close:hover {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal-header button:focus{
    outline:none !important;
}

.modal-content {
    height:auto;
	margin-bottom:20px;
}

.narrowmodal .modal-content {
	border:1px solid #FFFFFF !important;
}

.narrowmodal .modal-content {
    height: auto;
}

.narrowmodal .modal-content {
    height: auto;
}

.modal-content ul {
	padding-left:15px;
}

.ctcmdl {
	background-image: url('../img/cntbg.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	color:#FFFFFF !important;
	background-color:#0d0d0d;
}

.sentmdl {
	background-color:#0d0d0d;
	background-image: url('../img/sentbg.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	color:#FFFFFF !important;
}

.sentcont {
	padding-top:20px;
	padding-left:250px;
	padding-bottom:50px;
}

.sentcont h3 {
	font-weight:300 !important;
	padding:0 !important;
	margin:5px 0px;
}

.tv {
	background-image: url('../img/tv_bg.jpg');
	background-repeat:no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	background-size: cover;
	background-position:center;
}

.digital {
	background-image: url('../img/digital_bg.jpg');
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 30%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0) 70%), url('../img/digital_bg.jpg');
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 30%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0) 70%), url('../img/digital_bg.jpg');
	background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 30%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0) 70%), url('../img/digital_bg.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ), url('../img/digital_bg.jpg');
	background-repeat:no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	background-size: cover;
	background-position:center;
}

.outdoor {
	background-image: url('../img/outdoor_bg.jpg');
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 80%), url('../img/outdoor_bg.jpg');
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 80%), url('../img/outdoor_bg.jpg');
	background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 80%), url('../img/outdoor_bg.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ), url('../img/outdoor_bg.jpg');
	background-repeat:no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	background-size: cover;
	background-position:30% 40%;
}

.radio {
	background-image: url('../img/radio_bg.jpg');
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 80%), url('../img/radio_bg.jpg');
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 80%), url('../img/radio_bg.jpg');
	background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 80%), url('../img/radio_bg.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ), url('../img/radio_bg.jpg');
	background-repeat:no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	background-size: cover;
	background-position:center;
}

.studio {
	background-image: url('../img/studio_bg.jpg');
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 80%), url('../img/studio_bg.jpg');
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 80%), url('../img/studio_bg.jpg');
	background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 80%), url('../img/studio_bg.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ), url('../img/studio_bg.jpg');
	background-repeat:no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	background-size: cover;
	background-position:center;
}

.suite {
	background-image: url('../img/suite_bg.jpg');
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 80%), url('../img/suite_bg.jpg');
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 80%), url('../img/suite_bg.jpg');
	background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 80%), url('../img/suite_bg.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ), url('../img/suite_bg.jpg');
	background-repeat:no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	background-size: cover;
	background-position:center;
}

.art {
	background-image: url('../img/art_bg.jpg');
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 80%), url('../img/art_bg.jpg');
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 80%), url('../img/art_bg.jpg');
	background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 80%), url('../img/art_bg.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ), url('../img/art_bg.jpg');
	background-repeat:no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	background-size: cover;
	background-position:center;
}

.sound {
	background-image: url('../img/sound_bg.jpg');
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 80%), url('../img/sound_bg.jpg');
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 80%), url('../img/sound_bg.jpg');
	background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 80%), url('../img/sound_bg.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ), url('../img/sound_bg.jpg');
	background-repeat:no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	background-size: cover;
	background-position:center;
}

.os {
	background-image: url('../img/finance_bg.jpg');
	background-repeat:no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	background-size: cover;
	background-position:center;
}

.banking {
    background-image: url('../img/fashion_bg.jpg');
	background-repeat:no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	background-size: cover;
	background-position:center;
}

.re {
	background-image: url('../img/telecom_bg.jpg');
	background-repeat:no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	background-size: cover;
	background-position:center;
}

.fs {
	background-image: url('../img/retail_bg.jpg');
	background-repeat:no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	background-size: cover;
	background-position:bottom;
}

.img-partners {
	margin-bottom:10px;
}

/* ------------- Video Background -------------- */

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
	background-repeat:no-repeat;
    background-attachment:fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
	background-size: cover;
	background-position:center;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullscreen__video {
	position: absolute;
	top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	z-index:-98 !important;
}

.vbg {
	background-color:#0d0d0d;
	width:100%;
}

.video-background {
	background: #000;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: -1;
}

.video-foreground, .video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	z-index: -1;
	border:none;
}

/* ----------------- Form ----------------- */

.form-error {
	color:#960000;
	border:1px solid #FFA1A1;
	-webkit-box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
	-moz-box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
	-o-box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
	box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
}

.error {
	display:none;
	margin-top:15px;
	width:100%;
	background:#FDB5B5;
	border:1px solid #FF7577;
	border-radius:4px;
	padding:10px 5px;
	color:#E70003;
}

.formcont {
	max-width:660px;
	text-shadow:none;
}

.formcont .left {
	padding:0px 10px 0px 0px !important;
}

#enform .row .left, #enform .row .right, #auform .row .left, #auform .row .right {
	padding:0;
}

.form-inline {
	padding:0;	
}

.btn-danger {
	background-color:#00719b;
	border-color:#076588;
	height:40px;
}

.btn-danger:hover {
	background-color:#076588;
	border-color:#075a79;
}

.rqd {
	margin:-10px 0px 10px 0px;
}

label {
	font-weight:400;
}

.frm-cbs {
	display:inline-block;
	margin-right:20px;
}

.borderbot {
	border-bottom:1px solid #cccccc;
	margin-bottom:5px;
}

/* ----------------- Footer ----------------- */

.footer {
	padding:10px;
	background:#444444;
	margin:0 auto;
	color:#FFFFFF;
	line-height:25px;
}

.footer .copyright {
	text-align:left;
	padding:0;
	padding-top:10px;
}

.footer .footerlinks {
	text-align:right;
	padding:0;
}

/* ----------------- Back to Top Button ----------------- */

#back-top {
	position: fixed;
	bottom: 0;
	right: 0;
}

#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font:4px;
	text-transform: uppercase;
	text-decoration: blink;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

#back-top span {
	width: 30px;
	height: 30px;
	display: block;
	margin-bottom: 4px;
	background:url('../img/scrollup.png') no-repeat center center;
	border:1px solid #5E5E5E;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

#back-top a:hover span {
	background-color: #777;
}

/* ----------------- Menu ----------------- */

#navbar {
	padding:0 !important;
	margin:0 !important;
}

.nav {
	margin:0px;
	font-size:14px !important;
	background-color: rgba(0,0,0,0) !important;
}

.nav-justified {
	background-color: #000000;
	border: 1px solid #666666;
	border-radius: 5px;
}

.nav-justified li a {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
	color: #777;
	background-color: #e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
	background-repeat: repeat-x;
	border-bottom: 1px solid #d5d5d5;
}

.nav-justified .active a, .nav-justified li a:hover, .nav-justified li a:focus {
	background-color: #ddd;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,0.15);
	box-shadow: inset 0 3px 7px rgba(0,0,0,0.15);
	transition: all .2s ease-in-out;
}

.auf {
	display:inline-block;
	width:20px;
	height:15px;
	background:url('../img/auc.png') no-repeat center center;
	float:left;
}

.usf {
	display:inline-block;
	width:20px;
	height:15px;
	background:url('../img/us.png') no-repeat center center;
	float:right;
}

.usf:hover {
	background:url('../img/usc.png') no-repeat center center;
}

.nav-justified li:first-child a {
	border-radius: 5px 5px 0 0;
}

.nav-justified li:last-child a {
	border-bottom: 0;
	border-radius: 0px 0px 5px 5px;
}

.navbar-toggle {
	background-color: rgba(0,0,0,0.5);
	margin:0;
	padding:5px;
	border:1px solid #666666;
}

.navbar-toggle:hover {
	background-color: rgba(0,0,0,0.7);
	transition: all 0.25s linear;
	transition: all 0.2s ease-in-out;
}

.icon-bar {
	background-color:#FFFFFF;	
	width:20px !important;
}

.navbar-header {
	text-align:right;
}

.dropdown-menu {
    min-width: 0px !important;
	background:rgba(0,0,0,0.5) !important;
	border-radius:0;
	padding-top:10px !important;
}

.dropdown-menu li {
	border-bottom:1px solid  rgba(130,130,130,0.5) !important;
}

.dropdown-menu li a {
	border-radius:0 !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dropdown-menu li a:hover {
	text-decoration:none;
}


/* Rules for Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,.intro, .secintro{
		padding-top:150px;
		padding-bottom:100px;
		height:60rem;
	}

	.fullscreen-bg-ppr, .fullscreen-bg-concept, .fullscreen-bg-experience, .fullscreen-bg {
		background-attachment:scroll;
	}
}

/* Rules for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.section, .botsection, .topsection, .consection {
		padding-top:150px;
		padding-bottom:150px;
		height:60rem;
	}
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
	
	.fullscreen__video {
        height: 300%;
        top: -100%;
		z-index:-98 !important;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
	
	.fullscreen__video {
        height: 300%;
        top: -100%;
		width:1900px;
		z-index:-98 !important;
    }
}


@media (max-width:320px) {
	
	.menu {
		margin-top:-28px !important;
	}
}

@media (max-width:480px) {
	.sentcont {
		padding-top:0 !important;
		padding-left:0px !important;
	}
	.img-rand {
		min-height:190px !important;
		max-height:190px !important;
	}
	.newsbg h1{
		font-size: 1.5em !important;		
	}
}

@media (max-width:767px) {
	
	#saying {
		text-align:center;
		overflow:hidden;
	}
	.phbox{
		margin-left:20px;
	}

	.img-rand {
		min-height:350px;
		max-height:350px;
		width:auto;
		left: 50%;
		position: relative;
		transform: translateX(-50%);
	}
	
	.header {
		min-height:40px;
		padding:10px 10px;	
	}
	
	.darkheader {
		padding:10px 10px;
		background:rgba(38,38,38,0.0);
		transition: all .4s ease-in-out;
	}
	
	.darkheader .logo {
		padding-right:40px;
		width:300px;
		height:29px;
		margin-left:0;
		transition: all .4s ease-in-out;
	}
	
	.darkheader .logo img {
		display:none;
		transition: all .4s ease-in-out;
	}
	
	.logo {
		padding-right:40px;
		min-width:300px;
		margin-left:0;
	}

	.menu {
		margin-top:-30px;
		width:100%;
		transition: all .4s ease-in-out;
	}
	
	nav {
		width:100%;
	}
	
	#navbar {
		margin-top:20px !important;	
	}
	
	.nav-justified li a {
		color:#FFFFFF;
		padding-top: 8px;
		padding-bottom: 8px;
		min-width:200px;
		background-color:rgba(0,0,0,1.0) !important;
		background-image:none !important;
		border:none;
		border-top:1px solid #222222;
		border-bottom:1px solid #000000;
		font-weight:400;
	}
	
	.navbar-collapse .nav-justified li a:hover, .navbar-collapse .nav-justified .active a, .nav-justified li a:active {
		color:#7aa743 !important;
	}

	.dropdown-menu {
		position:relative;
		width:100% !important;
		border-radius:0;
		padding:0;
		margin-bottom:10px;
		border:none;
	}

	.dropdown-menu li a {
		border-radius:0 !important;
		padding-top: 5px;
		padding-bottom: 5px;
		background-image:none !important;
	}
	
	.intro, .conintro {
		padding-top:50px;
	}
		
    .fullscreen-bg__video {
        display: none;
    }
	
	.fullscreen__video {
        display: none;
    }
	
	.footer .copyright {
		text-align:center;
	}
	
	.footer .footerlinks, .footer .flags {
		text-align:center;
	}
	
	.flags {
		width:100px;
		margin:10px auto;
		float:none;
	}
	.newsintro h1{
		font-size: 4em;
	}
	
	h1 {
		font-size:30px;
	}
	
	h2 {
		font-size:25px;	
		color:#FFFFFF;
		margin:0 auto;
		display: table;
		clear:both;
		padding:5px;
		margin-top:20px;
	}
	
	h3 {
		font-size:20px;	
		margin:0 auto;
		display: table;
		clear:both;
		padding:8px;
		margin-bottom:10px;
	}
	
	h4 {
		line-height:20px;
	}
	
	.downarrow {
		display:none;
	}
	
	.content p {
		text-shadow:0 0 1px rgba(0,0,0,0.5);
	}
	
	.opages p, .opages ul li {
		font-size:14px;
		color:#FFFFFF;
	}
	
	.qbcont {
		padding:20px 10px;
	}
	
	.rbcont {
		-webkit-transform: translateY(-10%);
  		-ms-transform: translateY(-10%);
		-moz-transform: translateY(-10%);
		transform: translateY(-10%);
	}
	
	.phbcont {
		-webkit-transform: translateY(10%);
  		-ms-transform: translateY(10%);
		-moz-transform: translateY(10%);
		transform: translateY(10%);
	}
	
	.black {
		color:#000000 !important;
		text-shadow:none;	
	}
	
	.imgmap {
		margin:20px auto;	
	}
	
	.qbox {
		min-height:25vh;
	}
	
	.formcont .left {
		padding:0 !important;
	}
	
	.img-clients {
		width:135px;
	}
	
	.fullscreen-bg-whatwedo {
		background-image: url('../img/whatwedo_bg.jpg');
		background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%), url('../img/whatwedo_bg.jpg');
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%), url('../img/whatwedo_bg.jpg');
		background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%), url('../img/whatwedo_bg.jpg');
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ), url('../img/whatwedo_bg.jpg');
		-o-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size:cover;
		background-repeat:no-repeat;
		background-size: cover;
		background-position:center;
	}
	
	.fullscreen-bg-ppr {
		background-image: url('../img/ppr_bg.jpg');
		background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%), url('../img/ppr_bg.jpg');
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%), url('../img/ppr_bg.jpg');
		background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%), url('../img/ppr_bg.jpg');
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ), url('../img/ppr_bg.jpg');
		-o-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size:cover;
		background-size: cover;
		background-repeat:no-repeat;
		background-position:center;
	}
	
	.fullscreen-bg-ppr, .fullscreen-bg-concept, .fullscreen-bg-experience, .fullscreen-bg {
		background-attachment: initial;
	}
	
	.modal-content {
		background-repeat:no-repeat !important;
		-o-background-size: cover !important;
		-moz-background-size: cover !important;
		-webkit-background-size:cover !important;
		background-size: cover !important;
	}

	.modal-dialog {
		width:100%;
		padding-right:10px;
	}
	
	.ctcmdl {
		background-image: url('../img/cntbg.jpg');
		background-repeat:no-repeat;
		background-position:right top;
		color:#FFFFFF !important;
		background-color:#0d0d0d;
		-o-background-size: auto !important;
		-moz-background-size: auto !important;
		-webkit-background-size:auto !important;
		background-size: auto !important;
	}
	
	.sentmdl {
		-o-background-size: auto !important;
		-moz-background-size: auto !important;
		-webkit-background-size:auto !important;
		background-size: auto !important;
	}

	.sentcont {
		padding-top:20px;
		padding-left:250px;
		padding-bottom:50px;
	}
	
	.tv {
		background-image: url('../img/tv_bg.jpg');
		background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/tv_bg.jpg');
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/tv_bg.jpg');
		background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/tv_bg.jpg');
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ), url('../img/tv_bg.jpg');
		background-position:center;
	}

	.digital {
		background-image: url('../img/digital_bg.jpg');
		background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/digital_bg.jpg');
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/digital_bg.jpg');
		background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/digital_bg.jpg');
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ), url('../img/digital_bg.jpg');
		background-position:center;
	}

	.outdoor {
		background-image: url('../img/outdoor_bg.jpg');
		background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/outdoor_bg.jpg');
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/outdoor_bg.jpg');
		background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/outdoor_bg.jpg');
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ), url('../img/outdoor_bg.jpg');
		background-position:center;
	}

	.radio {
		background-image: url('../img/radio_bg.jpg');
		background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/radio_bg.jpg');
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/radio_bg.jpg');
		background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/radio_bg.jpg');
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ), url('../img/radio_bg.jpg');
		background-position:center;
	}

	.studio {
		background-image: url('../img/studio_bg.jpg');
		background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/studio_bg.jpg');
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/studio_bg.jpg');
		background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/studio_bg.jpg');
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ), url('../img/studio_bg.jpg');
		background-position:center;
	}

	.suite {
		background-image: url('../img/suite_bg.jpg');
		background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/suite_bg.jpg');
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/suite_bg.jpg');
		background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/suite_bg.jpg');
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ), url('../img/suite_bg.jpg');
		background-position:center;
	}

	.art {
		background-image: url('../img/art_bg.jpg');
		background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/art_bg.jpg');
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/art_bg.jpg');
		background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/art_bg.jpg');
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ), url('../img/art_bg.jpg');
		background-position:center;
	}

	.sound {
		background-image: url('../img/sound_bg.jpg');
		background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/sound_bg.jpg');
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/sound_bg.jpg');
		background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../img/sound_bg.jpg');
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ), url('../img/sound_bg.jpg');
		background-position:center;
	}

	.os {
		background-image: url('../img/finance_bg.jpg');
		background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url('../img/finance_bg.jpg');
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url('../img/finance_bg.jpg');
		background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url('../img/finance_bg.jpg');
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ), url('../img/finance_bg.jpg');
		background-position:center;
	}

	.banking {
		background-image: url('../img/fashion_bg.jpg');
		background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url('../img/fashion_bg.jpg');
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url('../img/fashion_bg.jpg');
		background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url('../img/fashion_bg.jpg');
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ), url('../img/fashion_bg.jpg');
		background-position:center;
	}

	.re {
		background-image: url('../img/telecom_bg.jpg');
		background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url('../img/telecom_bg.jpg');
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url('../img/telecom_bg.jpg');
		background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url('../img/telecom_bg.jpg');
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ), url('../img/telecom_bg.jpg');
		background-position:center;
	}

	.fs {
		background-image: url('../img/retail_bg.jpg');
		background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url('../img/retail_bg.jpg');
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url('../img/retail_bg.jpg');
		background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url('../img/retail_bg.jpg');
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ), url('../img/retail_bg.jpg');
		background-position:bottom;
	}
	
	#play-button {
		display:none;
	}
}

@media (min-width:768px) {
	body {
		font-size:14px;
		line-height:24px;
	}
	
	h1 {
		font-size:50px;
	}
	
	h2 {
		font-size:40px;	
	}
	
	h3 {
		font-size:30px;	
	}
	
	h4 {
		font-size:16px;
		line-height:20px;		
	}
	
	.logo {
		padding:0;
		width:295px;
		padding-top:5px;
		padding-left:10px;
	}

	.menu {
		margin:0;
		width:350px;
		padding-top:5px;
		border-right:1px solid #4b4b4b;
	}	

	.nav li:hover .dropdown-menu {
		display: block;
	}

	.dropdown-menu {
		margin-top:0px;
		transition: all .6s linear !important;
	}

	.nav-justified {
		max-height: 52px;
		background-color: #2E2E2E;
		border: none;
	}

	.nav-justified li a {
		padding: 5px;
		padding-bottom: 5px;
		color: #ffffff;
		border: none;
		min-width:20px;
		border-radius:0 !important;
		background:none !important;
	}

	.nav-justified .active a,
	.nav-justified li a:hover,
	.nav-justified li a:focus, .dropdown-menu li a:hover {
		background:none;
		border: none;
		text-shadow:0 0 5px rgba(255,0,0,1.0);
		box-shadow: none;
		color:#cbcbcb;
	}
	
	.nav-justified .active .dropdown-menu li a {
		-webkit-text-shadow: none;
		text-shadow: none;
	}
	
	.nav-justified .active .dropdown-menu li a:hover {
		text-shadow:0 0 5px rgba(255,0,0,1.0);
	}

	.nav-justified li:first-child a {
		border:none;
	}

	.nav-justified li:last-child a {
		border:none;
	}

	.dropdown-menu li a {
		margin: 0px;
		text-align:left;
		padding-top: 5px;
		padding-bottom: 5px;
		background-image:none !important;
		color: #FFFFFF;
	}

	.content p {
		text-shadow:0 0 1px rgba(0,0,0,0.5);
	}
	
	.opages p, .opages ul li {
		font-size:14px;
		color:#FFFFFF;
	}
	
	#enform .row .left, #auform .row .left {
		padding-right:5px;
	}
	
	#enform .row .right, #auform .row .right {
		padding-left:5px;
	}
	
	#enform .row .input-group, #auform .row .input-group {
		float:left !important;
	}
	
	.qbcont {
		-webkit-transform: translateY(100%);
  		-ms-transform: translateY(100%);
		-moz-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	.qbtop {
		margin-top:20px;
	}
	
	.qbbot {
		margin-top:-10px;
	}
	
	.rbcont {
		-webkit-transform: translateY(40%);
  		-ms-transform: translateY(40%);
		-moz-transform: translateY(40%);
		transform: translateY(40%);
	}
	
	.rbcont h2 {
		text-align:center !important;
	}
	
	.qbox {
		min-height:50vh;
	}
	
	.narrowmodal .modal-dialog{
		width:700px !important;
	}
	
	.img-clients {
		width:190px;
	}
	
	#play-button {
		width:80px;
		height:80px;
	}
	
	.newcont {
		clear:both;
	}
}

@media (min-width:992px) {
	
	.logo {
		width:300px;
	}
	
	.qbcont {
		-webkit-transform: translateY(100%);
  		-ms-transform: translateY(100%);
		-moz-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	.qbox {
		min-height:48vh;
	}
	
	.modal-dialog {
		height:93% !important;
	}
	
	.img-clients {
		width:245px;
	}
	
	.nthumb {
		height:200px !important;
	}
	
	.npimg .thumbnail {
		margin:0px 10px 10px 0px;
	}
	
	.newcont {
		clear:none;
	}
}

@media (min-width:1024px) {
	
	.content p {
		text-shadow:0 0 1px rgba(0,0,0,0.5);
	}
	
	.opages p, .opages ul li {
		font-size:14px;
		text-shadow:0 0 1px rgba(0,0,0,0.5);
	}
	
	.qbox {
		min-height:48vh;
	}
	
	.img-clients {
		width:255px;
	}
	
	.vbg {
		padding:50px 200px;
	}
}

@media (min-width:1200px) {
	
	body {
		font-size:16px;
	}
	
	h1 {
		font-size:70px;
	}
	
	h2 {
		font-size:50px;	
	}
	
	h3 {
		font-size:30px;	
	}
	
	h4 {
		font-size:20px;	
	}
	
	.qbcont {
		-webkit-transform: translateY(100%);
  		-ms-transform: translateY(100%);
		-moz-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	.qbox {
		min-height:48vh;
	}
	
	.img-clients {
		width:295px;
	}
	
	.rqd {
		margin:-15px 0px 5px 0px;
	}
	
	.nthumb {
		height:230px !important;
	}
}

@media (min-width:1475px) {
	.img-clients {
		width:320px;
	}
}

@media (min-width:1600px) {
	
	.qbox {
		min-height:48vh;
	}
	
	.qbcont {
		-webkit-transform: translateY(110%);
  		-ms-transform: translateY(110%);
		-moz-transform: translateY(110%);
		transform: translateY(110%);
	}
	
	.rbcont {
		-webkit-transform: translateY(60%);
  		-ms-transform: translateY(60%);
		-moz-transform: translateY(60%);
		transform: translateY(60%);
	}
	
	.img-clients {
		width:266px;
	}
	
	.vbg {
		padding:50px 200px;
	}
}

@media (min-width:1860px) {
	.img-clients {
		width:310px;
	}
}

@media (min-width:1980px) {
	
	body {
		font-size:20px;
	}
	
	h1 {
		font-size:80px;
	}
	
	h2 {
		font-size:57px;	
	}
	
	h3 {
		font-size:30px;	
	}
	
	h4 {
		font-size:24px;	
	}
	
	.midbox h2 {
		font-size:50px !important;
	}
	
	.qbcont {
		-webkit-transform: translateY(160%);
  		-ms-transform: translateY(160%);
		-moz-transform: translateY(160%);
		transform: translateY(160%);
	}
	
	#play-button {
		width:137px;
		height:137px;
	}
}

@media (min-width:2170px) {
	.img-clients {
		width:310px;
	}

	.conintro {
		min-height:80vh;
	}

}

/*news */
.newsintro{
	min-height: 75vh;
}
.newsintro h1{
	padding-top:3em;
}

.fullscreen-bg-news{
	min-height: 95vh;
	
}

.news_article .articletitle .articleh1{
	color:black;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 700;
	font-size:3em;
	position: relative;	
    font-family: 'Raleway', sans-serif;
    line-height: 1.1;
    padding-top:3em;
}
.news_article .articletitle{
	border-bottom:3px solid black;
}



.news_article .articletitle .articleh1::after{
	border-top: 5px solid #efb312;
    display: block;
    width: 81px;
    content: "";    
    margin:0.2em auto;

   
}

.news_article .articletitle .articlep1{
	line-height: 2em;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    color: #062d20;
    text-align: center;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.news_article .articledesc p{
	line-height: 2em;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    color: #062d20;
    text-align: left;
    font-weight: bold;
   	font-family: 'Raleway', sans-serif;

}
.news_article .articledesc{
	border-bottom:3px solid black;
}

.news_article .articlecont p{
	line-height: 2em;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    color: #062d20;
    font-family: 'Raleway', sans-serif;
    padding-bottom:1em;
}

.news_article .articlecont h2{
	line-height: 2em;
    font-size: 2em;
    letter-spacing: 1px;
    margin: 0;
    color: #062d20;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.articledesc{
	padding:0.5em;	
}
.pagination > li > a, .pagination > li > span {
	color: #ebedef;    
    background-color: #0c0000;    
}

.newsbg h1{
	color:#fffdfd;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 700;
	font-size:3em;
	position: relative;	
    font-family: 'Raleway', sans-serif;
    line-height: 1.1;   
}
.newsbg h1:after{
	border-top: 5px solid #efb312;
    display: block;
    width: 81px;
    content: "";    
    margin:0.2em auto;
}