@charset "utf-8";
@font-face {
    font-family: 'oswaldmedium';
    src: url('../fonts/oswald-medium-webfont.eot');
    src: url('../fonts/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-medium-webfont.woff2') format('woff2'),
         url('../fonts/oswald-medium-webfont.woff') format('woff'),
         url('../fonts/oswald-medium-webfont.ttf') format('truetype'),
         url('../fonts/oswald-medium-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	background-color: #fff;
	font-family: 'oswaldmedium';
	font-weight:400;   
	color:#000;
	overflow-x:hidden;
}
*{
outline:none;
text-decoration:none;
}
p, ul, li, h1, h2, h3, h4, h5, h6 {
	padding:0px;
	list-style-type: none;
	font-weight:normal;
	margin:0px;	
}
.clear {
	clear:both;
	font-family: 'Roboto', sans-serif;
}
a, a img{
	border:0px;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:hover, a:focus{
	outline:none!important;
	text-decoration:none!important;
}
.header {
	width:100%;
	z-index:9999;
	min-height:175px;
	background-color:#2a224e;
	margin-bottom:3px;
	border-bottom:1px solid #F5F5F5;
}
.header-resize {
	max-width: 100%;
	max-width:1170px;
	margin:0 auto;
	min-height:175px;
	width:100%;
}
.header-left{
	width:100%;
	max-width:1085px;
	float:left;
}
.header-top{
	min-height:110px;
	width:100%;
	clear:both;
	padding-top:5px;
}
.logo{
	height:115px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	max-width: 320px;
	width:100%;
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.logo a{
	height:100%;
	width:100%;
	display:block;
}
.banner-728{
	float:left;
	width:728px;
	height:90px;
	margin-top:20px;
	background-color:#fff;
	text-align:center;
}
.banner-728 img{
	width:100%;
	height:90px;
}
.social{
	width:60px;
	float:right;
	margin-top:20px;
	margin-right:15px;
	position:relative;
}
.social a{
	width:24px;
	height:24px;
	margin:4px 3px;
	float:left;
	display:block;
	background-repeat:no-repeat;
	background-position: center top;
}
/*search*/

.ezsearch-result {
    border-bottom: 1px solid #e1e1e1 !important;
	padding-bottom: 15px;
    padding-top: 13px;
}
/*end search*/
a.tw{background-image:url(../images/icons/twitter.png);}
a.pi{background-image:url(../images/icons/pintrest.png);}
a.fb{background-image:url(../images/icons/facebook.png);}
a.yt{background-image:url(../images/icons/youtube.png);}
a.in{background-image:url(../images/icons/linkedin.png);}
a.inst{background-image:url(../images/icons/instagram.png);}
.social span{
	display:block;
	position:absolute;
	right:-10px;
	top:3px;
	height:24px;
	width:10px;
	cursor:pointer;
	background-image:url(../images/icons/more.png);
	background-repeat:no-repeat;
	background-position:right top;	
}
.header-bottom{
	height:55px;
	width:100%;	
}
.navigation span.more-nav{
	display:block;
	position:absolute;
	right:5px;
	top:16px;
	height:24px;
	width:10px;
	cursor:pointer;
	background-image:url(../images/icons/more.png);
	background-repeat:no-repeat;
	background-position:right top;	
}
.navigation{
	max-width:700px;
	float:left;
	padding-top:9px;
	margin-left:-30px;
	position:relative;
}
.navigation li  {
	display: block;
	position:static;
	
}
.navbar-nav li{
	background-image: url(../images/icons/menu-right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.navbar-nav li:last-child  {
	background-image:none!important;
}
.navigation li a {
	display: block;
	clear: right;
	float: left;
	font-size: 16px;
	text-transform:uppercase;
	color: #54a8d7;
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 14px;
	font-weight:400;
	margin-left:0px;
	z-index:99999999999999999999999999999!important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.navigation li a:hover, .navigation li a.active {
	color: #fff!important;
	background-color:transparent;
}
.nav > li > a:focus{
	color: #fff;
	background-color:transparent;
	outline:none;
}
.header.fixed .nav > li > a:focus{
	color: #454c59;
	background-color:transparent;
	outline:none;
}
.navigation li ul {
	background-color: rgba(42, 34, 78, .9);
	padding: 0px;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 999999999999999999;
	display:block;
	width:1170px;
	max-width:1170px;
	color:#fff;
}
.navigation li ul h2 {
	font-size:32px;
	display:block;
	border-bottom:1px solid #7b768f;
	margin-bottom:30px;
	padding-bottom:15px;
	line-height:28px;
}
.navigation li:hover ul{
	display:block;
}
.navigation li ul li{
	display:block;
	clear:both;
	width:100%;
	padding:0px;
}
.navigation li ul{
	display:none;
}
.navigation li:hover ul {
	display:block;
}
.navigation li ul li a{	
	font-size:11px;
	padding:6px 0px;
	display:block;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	clear:both;
}
.navigation li ul li a:hover{
	background-image:none;
}
/*bootstrap reset*/
.navbar-nav{
	position:relative!important;
}:
re
la
ti
-w0e0ight:3
	width:100%;
}
.navigation li ul a{
	padding:3% 1%;
	text-transform:none;
}
.header-bottom-right{
	max-width:380px;
	width:100%;
	float:right;
	text-align:right;
	padding-top:12px;
	padding-bottom:12px;
}
.search-wrap{
	width:150px;
	position:relative;
	font-weight:300;
	font-family: 'Oswald', sans-serif;
	float:right;
	height:26px;
	margin-right:5px;
	-webkit-border-radius: 3px;
border-radius: 3px;
}
.search-wrap input[type="text"]{
	max-width:125px;
	padding:3px 4px 4px 10px;
	border:0px;
	color:#2a224e;
	display:none;
	float:left;
	background-color:transparent;
	text-transform:uppercase;
	font-size:13px;
}
.search-wrap input[type="button"]{
	width:25px;
	height:25px;
	background-image: url(../images/icons/srch.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:transparent;
	border:0px;	
	float:right;
	position:relative;
	right:6px;
}
.search-wrap:hover{
	background-color: rgba(255, 255, 255, .8);
}
.search-wrap:hover input[type="text"]{
	display:block;
}
.search-wrap:hover input[type="button"]{
	background-image: url(../images/icons/srch-hov.png);
	right:3px;
}

.dropdown-event{
	width:175px;
	position:relative;
	font-weight:300;
	font-family: 'Oswald', sans-serif;
	float:right;
}
.dropdown-event em{
	width:175px;
	height:26px;
	display:block;
	background-color:#403960;
	padding:2px 15px;
	text-align:left;
	color:#fff;
	font-size:15px;	
	font-style:normal;	
	text-transform:uppercase;
	background-image:url(../images/icons/s-bottom-arrow.png);
	background-position:center right;
	background-repeat:no-repeat;	
}
.event-menu{
	background-color: rgba(42, 34, 78, .9);
	position:absolute;
	top:100%;
	z-index:999999999999999!important;
	width:100%;
	text-align:left;
	color:#fff;
	padding:15px 10px 10px 10px;
	display:none;
}
.event-menu li{
background-color: rgba(0, 0, 0, .15);
}
.event-menu li a{
	padding:3px 10px;
	display:block;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:300;
}
.event-menu li a:hover{
	color:#54a8d7;
}

/* megamenu inside css*/
.megamenu-link-wrap{
	padding:15px;
	background-color: rgba(0, 0, 0, .15);
	width:100%;
	min-height:330px;
}
.navbar-nav .col-sm-2{
	padding:2px;	
}
.navbar-nav .col-sm-4{
	padding:2px;
}
.megamenu-link-wrap h3{
	font-size:18px;
	text-transform:uppercase;
	padding-bottom:15px;
}
.navigation li .megamenu-link-wrap a:hover{
	color:#54a8d7!important;
}

.megamenu-detail-wrap{
	width:100%;
	height:auto;
}
.megamenu-detail-wrap{
	width:100%;
	height:auto;
	font-family: 'Roboto', sans-serif;
	padding-top:12px;
	font-weight:400;
	padding-top:0px;
}
.detail-img{
	width:100%;
	padding:4px;
	background-color: rgba(123, 118, 143, .5);
	margin-bottom:5px;
}
.detail-img img{
	width:100%;
}
.megamenu-detail-wrap p{
	font-size:12px;
	line-height:18px;
	padding-bottom:10px;
}

.banner-wrap {
	background: none;
	height: auto;
	width: auto;
	clear:both;
}
.banner-wrap .banner {
	height: auto;
	max-width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
}
.banner .slide-content{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	padding:40% 10px 10px 10px;
	position:relative;
	height:100%;
}
.banner .slide-content h2 {
	display:block;
	width:100%;
	padding:0 100px;
	font-size:27px;
	line-height:30px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	text-shadow: 0 0 2px #060606;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	
}
.banner .slide-content h2 span {
	display:block;
	font-size: 22px;
	line-height:22px;
	color:#fff;  
	text-transform:none; 
	font-family: 'Roboto', sans-serif;
	padding-top:12px;
	font-weight:400;
}
.banner .bxslider li{background-repeat: no-repeat;background-position:inherit;background-size:cover;max-height:588px;}
/*.slide-one{	background-image:url(../images/banner/slide-one.jpg);}*/
.slide-two{	background-image:url(../images/banner/slide-two.jpg);}
.slide-three{background-image:url(../images/banner/slide-three.jpg);}
.slide-four{background-image:url(../images/banner/slide-four.jpg);}

.slide-one-livearts{	background-image:url(../images/banner/slide-one-livearts.jpg);}
.slide-one-mediapr{	background-image:url(../images/banner/slide-one-mediapr.jpg);}
.slide-one-mediaawards{	background-image:url(../images/banner/slide-one-mediaawards.jpg);}
.slide-one-artistavenue{	background-image:url(../images/banner/slide-one-artistavenue.jpg);}
.slide-one-designtalks{	background-image:url(../images/banner/slide-one-designtalks.jpg);}
.slide-one-viewpage{background-image:url(../images/banner/slide-one-viewpage.jpg);}
.slide-one-trendtours{background-image:url(../images/banner/slide-one-trendtours.jpg);}
.slide-one-productdesign{background-image:url(../images/banner/slide-one-productdesign.jpg);}


.important-links{
	width:100%;
	padding:13px 0px;
	background-color:#787979;
}
.important-links ul{
	width:100%;
	max-width:1170px;
	display:block;
	margin:0 auto;
}
.important-links ul li{
	width:33.33%;
	padding:12px;
	display:block;
	float:left;
}
.important-links ul li a{
	width:100%;
	padding:12px;
	display:block;
	text-align:center;
	border:2px solid #fff;
	font-size:21px;
	color:#fff;
	text-transform:uppercase;
}
.important-links ul li a:hover{
	border:2px solid #54a8d7;
	background-color:#54a8d7;
}
.product-sector-wrap {
	width:100%;
	height:auto;
}
h1.main-h1{
	font-size:30px;
	text-align:center;
	display:block;
	color:#2a224e;
	text-transform:uppercase;
	padding:33px 40px 50px 40px;
	clear:both;
}
h1.main-h1 span{
	font-family: 'Oswald', sans-serif;
	font-weight:300;
}
h1.main-h1 em{
	display:inline-block;
	background-image: url(../images/icons/heading-index-ic.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 50px;
	margin-right:5px;
	position:relative;
	top:10px;
	margin-left:-40px;
}
.main-p{
	font-size:16px;
	text-align:center;
	display:block;
	color:#262529;
	padding:0px 15px 60px 15px;
	clear:both;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	position:relative;
	top:-15px;
}
.design-meet-wrap{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	padding-bottom:30px;
}
.design-meet-col{
	height:auto;
	width:100%;
	padding-bottom:20px;
}
.design-meet-img{
	height:auto;
	width:100%;
	padding:10px 0;
}
.design-meet-img img{
	height:auto;
	width:100%;
}
.design-meet-col h4 {
	font-size:18px;
	color:#4b4f57;
	padding-bottom:5px;
}
.design-meet-col p {
	font-size:14px;
	color:#565656;
	padding-bottom:40px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding-top:12px;
}
.design-meet-col a {
	display:inline-block;
	padding:10px 0px;
	border-bottom:2px solid #e83839;
	color:#666;
	padding-bottom:10px;
	font-size:13px;
	text-transform:uppercase;
}
.design-meet-col a:hover {
	border-bottom:2px solid #e83839;
	color:#e83839;
}
.testimonial-wrap{
	min-height:328px;
	background-image: url(../images/bg/testimonial-bg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#231e19;
	background-size:cover;
}
.testimonial-inner{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	background-image: url(../images/icons/testimonial-quote.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	
}
.testimonial-img-wrap{
	max-width:150px;
	margin:60px auto;
	text-align:center;
	color:#fff;
	font-size:15px;
	font-weight:100;
	font-family: 'Oswald', sans-serif;
	line-height:19px;
}
.testimonial-img-wrap span{
	font-size:18px;
	font-weight:normal;
	display:block;
	text-transform:uppercase;
	font-family: 'oswaldmedium';
	
}
.testimonial-img{
	width:125px;
	height:125px;
	border-radius:50%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:10px;
}
.testimonial-inner p{
	font-size:20px;
	line-height:28px;
	text-align:left;
	padding-top:120px;
	font-family: 'Roboto', sans-serif;
	font-style:italic;
	color:#fff;	
}
.feature-sector-wrap{
	width:100%;
}
.feature-link-bottom{
	position:absolute;
	bottom:-33px;
	width:100%;
	text-align:left;
	padding-left:10px;
	color:#2a224e;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:300;
	background-color:#fff;
	background-image: url(../images/icons/img-more.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top:8px;
}
.announcement-wrap{
	height:auto;
	width:100%;
	margin-bottom:30px;
}
.inner-announce{
	min-height:518px;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:35px;
	line-height:44px;
	max-width:1170px;
	margin:0 auto;
	font-weight:400;
	font-family: 'Oswald', sans-serif;
}
.inner-announce .col-sm-6{
	padding-top:100px;
}
a.more-announcement{
	display:block;
	margin:0 auto;
	font-size:25px;
	font-weight:300;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	border:2px solid #FFF;
	margin-top:50px;
	max-width:180px;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
	text-transform:uppercase;
}
.banner-728-onbreak{
	text-align:center;
	margin-bottom:30px;
}
.banner-728-onbreak img{
	max-width:100%;
	height:90px;
	width:728px;
}
.video-wrap{
	background-image: url(../images/bg/timelaps-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:440px;
	width:100%;
	color:#FFF;
	background-size:cover !important;
	margin:10px auto;
   /* margin-bottom: 60px;*/ <!--cj - added for bug fix-->
}
.video-wrap h2{
	font-size:56px;
	color:#fff;
	font-weight:300;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	padding-top:80px;
}
.video-wrap h2 span{
	font-size:27px;
	color:#eaeaea;
	display:block;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:2px solid #fff;
	max-width:500px;
	margin:0 auto;
}
.video-wrap a{
	display:block;
	width:100px;
	height:100px;
	background-image: url(../images/icons/play.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin:25px auto;
}
.video-wrap a:hover{
	background-image: url(../images/icons/play-hov.png);
}

.media-partner-wrap{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	padding-bottom: 45px;
}
.media-partner-wrap ul{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
.media-partner-wrap ul li{
	width:18%;
	margin:1%;
	float:left;
	border:1px solid #d2d3d3;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	text-align:center;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}
.media-partner-wrap ul li span{
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	position:absolute;
	top:0px;
	text-align:center;
	width:100%;
	padding-top:7px;
	left:1%;
}
.media-partner-wrap ul li img{
	max-width:100%;
}

.footter-top{
	background-color:#3b3b3a;
	margin:0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#fff;
	font-size:15px;
	padding-bottom:40px;
}
.footter-top a{
	font-weight:300;
	color:#fff;
	font-size:15px;
	text-align:justify;
}
.footter-top h4{
	font-weight:500;
	font-size:17px;
	display:block;
	clear:both;
	padding-bottom:20px;
	text-align:left;
	text-transform:uppercase;
}
.footter-top ul, .footter-top .tweet-wrap, .footter-top .subscribe{
	width:33.3333%;
	height:auto;
	display:block;
	float:left;
	padding:0 1%;
}
.footter-top ul li{
	width:100%;
	display:block;
	padding:5px 0px;
	font-weight:300;
	position:relative;
}
.footter-top-primary{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	color:#fff;
	padding-top:40px;
	padding-bottom:40px;
}
.footter-top-secondary{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	color:#fff;
	border-top:4px solid #b4b4b4;
	padding-top:40px;
	padding-bottom:40px;
}
.footter-top ul a.calender-timing
{
	font-weight:400!important;
	text-align:left;
	width:195px;
	padding:3px;
	background-color:#2a224e;
	display:block;
	background-image: url(../images/icons/calender.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	border-radius:4px;
	margin-top:15px;
	border:1px solid #9e97bb;
	padding-left:40px;
	padding-top:5px;
}


.calender-menu{
	background-color: rgba(42, 34, 78, .9);
	position:absolute;
	top:100%;
	z-index:999999999999999!important;
	width:100%;
	text-align:left;
	color:#fff;
	padding:15px 10px 10px 10px;
	display:none!important;
	width:195px!important;
}
.footter-top ul li:hover .calender-menu{
	display:block!important;
}

.calender-menu li{
background-color: rgba(0, 0, 0, .15);
}
.calender-menu li a{
	padding:3px 10px;
	display:block;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:300;
}
.calender-menu li a:hover{
	color:#54a8d7;
}

.tweet-col{
	width:100%;
	height:auto;
	margin-bottom:15px;
	position:relative;
}
.tweet-img{
	position:absolute;
	width:60px;
	height:60px;
}
.tweet-img img{
	position:absolute;
	width:52px;
	height:48px;
}
.tweet-content{
	padding-left:70px;
	width:100%;
	position:relative;
}
.tweet-content p{
	background-color:#fff;
	font-size:9px;
	font-weight:400;
	color:#666;
	padding:7px;
	border-radius:4px;
}
.tweet-content em{
	background-image:url(../images/icons/chat-ic.png);
	width:10px;
	height:11px;
	position:absolute;
	top:10px;
	left:60px;
}

.subscribe p{
	padding-bottom:15px;
	font-weight:300;
	text-align:justify;
}
.subscribe .input-wrap{
	padding-bottom:10px;
	margin-top:10px;
	position:relative;
}
.subscribe .input-wrap input[type="text"],.subscribe .input-wrap input[type="email"]{
	padding:8px;
	height:40px;
	width:100%;
	padding-right:120px;
	color:#4b4f57;
	font-family: 'Roboto', sans-serif;
	border:1px solid #9d9d9f;
}
.subscribe .input-wrap input[type="button"],.subscribe .input-wrap input[type="submit"]{
	padding:8px;
	height:42px;
	width:100%;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	background-color:#2a224e;
	text-align:center;
	border:1px solid #3b3b3a;
	top:-1px;
	right:0px;
	width:117px;
	border-left:3px solid #3b3b3a;
	position:absolute;
}
.subscribe .input-wrap label{
	font-weight:300;
	color:#fff;
	font-size:15px;
	text-align:justify;
	float:left;
	padding-left:10px;
}

.footter-middle{
	background-color:#2d2d2c;
	border-bottom:2px solid #afafaf;
}
.footter-middle-inner{
	width:100%;
	max-width:1170px;
	margin:0px auto;
	padding:10px;
}
.footter-middle-inner p{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#fff;
	float:left;
	padding-top:3px;
}
.footter-middle-inner p a{
	color:#fff;
}
.footter-middle-inner p a.special-link{
	color:#9e97bb;
}
.dmg-logo{
	float:right;
	width:130px;
	height:25px;
}

.footter{
	background-color:#1e2529;
	padding:15px 0px;
	text-align:right;
	min-height:150px;
	background-image: url(../images/bg/footter-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Roboto', sans-serif;
	background-size:cover;
}
.footter a{
	color:#fff;
	font-size:12px;
}
.footter a:hover{
	color:#d5df3c;	
}
.footer-inner{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
.footter-logo {
	width:30%;
	padding:1%;
	float:left;
	padding-top:50px;
	text-align:center;
}
.footer-inner ul {
	width:20%;
	padding:1%;
	float:left;
	text-align:left;
}
.footer-inner ul li {
	display:block;
	float:left;
	width:50%;
	padding-left:8px;
	background-image: url(../images/icons/footter-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top:2px;
	padding-bottom:2px;
}
.footer-inner ul h3 {
	text-align:left;
	font-size:15px;
	font-weight:500;
	color:#d5df3c;
	padding-bottom:10px;
}
.social-links {
	width:30%;
	padding:1%;
	float:left;
	padding-top:35px;
	color:#d5df3c;
}
.social-links a{
	color:#d5df3c;
	font-weight:500;
	font-size:13px;
}
.social-ic{
	display:block;
	width:100%;
	text-align:right;
}
.social-ic a{
	width:24px;
	height:24px;
	margin:4px 5px;
	display:inline-block;
	background-repeat:no-repeat;
	background-position: center top;
}
.social-ic a.tw{background-image:url(../images/icons/twitter-green.png);}
.social-ic a.in{background-image:url(../images/icons/linkedin-green.png);}
.social-ic a.fb{background-image:url(../images/icons/facebook-green.png);}
.social-ic a.ml{background-image:url(../images/icons/mail-green.png);}
.footter-middle-link{
	display:block;
	width:100%;
	clear:both;
}

@media (max-width: 768px) {
.navbar-nav li{
	position:static!important;
	padding: 10px;
}
.navbar-nav li  {
background-image:none!important;
}
.navbar-responsive-collapse{
	background-color: rgba(42, 34, 78, .9);
}
.navigation {
    position: absolute;
    right: 0px;
    text-align: left;
    z-index: 2147483647;
	margin-top:-5px;
	width:100%;
	max-width:100%;
}
.navigation ul{
	width:100%;
}
.navigation li{
	display:block!important;
	float:none!important;
	clear:both!important;
	width:100%!important;
	
}
.navigation li a{
	text-transform:uppercase!important;
	width:100%;
	padding:5px 10px!important;
	color:#fff;
	margin-top:4px;
}
.navigation li a:hover{
	color:#00aae7!important;
}
.navigation li a.active{
	color:#fff;
}
.navigation li ul {
	position: static!important;
	width:100%!important;
	-webkit-border-radius: 0!important;
border-radius: 0!important;
overflow:visible!important;
-webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0)!important;
box-shadow: 0 0px 0px 0 rgba(0,0,0,0)!important;
display:block!important;
}
.megamenu-link-wrap h3 {
    padding-left: 10px;
	padding-bottom: 0px;
	color:#00aae7;
}
.megamenu-detail-wrap{
	padding:10px 20px;
}
.navigation li ul h2{
	margin:5px 20px;
	font-size:18px;
	text-transform:uppercase;
	color:#54a8d7;
}
.navigation span.more-nav, .social span{
	display:none;
}
.banner-728{
	height:1px!important;
	opacity:.5;
	overflow:hidden;
}
.important-links ul li{
	width:100%;
	padding:12px;
	float:none;
	clear:both;
}
.testimonial-inner p{
	text-align:center;
	padding-top:15px;
	padding-bottom:50px;
}
.testimonial-img-wrap{
	margin:0px auto;
}
.testimonial-img{
	margin-top:100px;
}
.dmg-logo{
	float:none;
	margin:0 auto;
	clear:both;
}
.media-partner-wrap ul li{
	width:48%;
	margin:1%;
}
.footter-top ul, .footter-top .tweet-wrap, .footter-top .subscribe{
	width:100%;
	height:auto;
	display:block;
	float:left;
	padding:10px 5%;
}
.media-partner-wrap{
	padding-bottom:50px;
}
.footter-logo, .social-links, .footer-inner ul {
	width:100%;
	padding:40px;
	float:none;
	padding-top:50px;
}
.social-ic{
	text-align:center;
}
.footter{background-image:none;}
.navigation li ul li{
	background-color: rgba(0, 0, 0, .5);
	padding-top:10px;
}
}


@media (max-width: 1200px) {
.banner-728{
	width:666px;
	height:90px;
	margin-top:20px;
}
.header-left{
	width:1007px;
}
}




@media (max-width: 1100px) {
	.banner-728{
	max-width:588px;
	height:90px;
	margin-top:20px;
}
.header-left{
	max-width:928px;
}
}

@media (max-width: 1024px) {
	.banner-728{
	max-width:568px;
	height:90px;
	margin-top:20px;
}
.header-left{
	max-width:908px;
}
.banner .bxslider li{height:500px;}
}




@media (min-width: 769px) {
.navbar-nav li{
	padding:6px 0px;
}
.navbar-nav li ul{
	padding:30px;
}
.megamenu-detail-wrap{
	width:90%;
	height:auto;
}
a.more-link{
	position:absolute;
	bottom:10px;
	display:block;
	width:80%!important;
	padding:8px;
	background-color:#65abd0!important;
	color:#fff;
	font-size:10px;
	padding-left:15px!important;
	text-transform:none!important;
	background-image: url(../images/icons/s-right-arrow.png)!important;
	background-repeat: no-repeat;
	background-position: right center;
}
.navigation li a.more-link:hover{
	background-color:#54a8d7!important;
	color:#fff!important;
}
}


@media (max-width: 1023px) {
.header-left{
	min-width:100%;
	max-width:100%;
}
.social {
    margin-bottom: 0px;
    margin-right: 0px;
	margin-top:0px;
    width: 100%;
	text-align:center;
}
.social a {
	display:inline-block;
	float:none;
	background-size:contain;
}
.logo{
	float:none;
	margin:0 auto;
	max-width:300px;
	background-size:contain;
	height:105px;
	background-position:center center;
}
.banner-728{
	min-width:94%;
	max-width:94%;
	margin:0 auto;
	float:none;
}
.dropdown-event {
    float: none;
    margin: 1px auto;
	position:relative;
	z-index:9999999999999999999999;
}
.search-wrap {
    float: none;
    margin: 10px auto 0px auto;
	background-color:#fff!important;
}
.search-wrap input[type="text"] {
	display:block;
}
.search-wrap input[type="button"] {
    background-color: transparent;
    background-image: url("../images/icons/srch-hov.png");
	}
.header-bottom{
	height:auto!important;
}
.header-bottom-right{
	padding-bottom: 5px;
    padding-top: 10px;
	max-width:100%;
	float:none;
	clear:both;
}
.navigation{
	width:100%;
	max-width:100%;
}
.banner .slide-content{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	padding:40% 10px 10px 10px;
	position:relative;
	height:100%;
}
.banner .slide-content h2{
	padding:0 20px;
}
}
/*CJ - Start*/
.media-partner-wrap h1.main-h1 {
    padding-bottom: 37px;
}
.about-index-topImageBoxes .product-sector-wrap > .grid {
width:100.5%;
}
/*.about-index-topImageBoxes .product-sector-wrap > .grid figure{
 margin-right:5px!important;
 width:24.7%!important;
}*/
.brand-ambasador-wrap > .grid a:hover{
color:#241D43!important;
}
.watch-page-videolist-wrap .gallery-video-slider .gallery-listing{padding:0px}
.watch-page-videolist-wrap .gallery-thumb-slider .gallery-listing{padding:0 12px;}
/*CJ - End*/
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
