@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
html, body {
	overflow-x: hidden; 
}
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
/*fonts*/
@font-face {
    font-family: 'Gotham';
    src: url('Gotham.ttf') format('truetype');
}
@font-face {
    font-family: 'Gotham';
    src: url('Gotham.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('Gotham.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
    font-family: 'Gotham';
    src: url('Gotham_bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('Gotham_bold.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
/*preloader*/
#preloader  {
     position: fixed;
     margin-top: 0px;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #000000;
     z-index: 99;
     height: 100%;
 }
#status  {
     width: 40px;
     height: 11140px;
     position: absolute;
     left:48%;
     top: 44%;
 }
 @media only screen and (max-width: 560px){
#status  {
     width: 40px;
     height: 40px;
     position: absolute;
     left:44%;
     top: 40%;
 }
 }
.preloader1 {
   width:auto;
   height:auto;
   display:inline-block;
   padding:0px;
   text-align:center;
   left:48%;
   top: 44%;
}
.preloader1 span {
   position:absolute;
   display:inline-block;
   width:50px;
   height:50px;
   border-radius:100%;
   background:#ffffff;
   -webkit-animation:preloader1 1.6s linear infinite;
   animation:preloader1 1.6s linear infinite;
}
.preloader1 span:last-child {
   animation-delay:-0.8s;
   -webkit-animation-delay:-0.8s;
}
@keyframes preloader1 {
   0% {transform: scale(0, 0);opacity:0.8;}
   100% {transform: scale(1, 1);opacity:0;}
}
@-webkit-keyframes preloader1 {
   0% {-webkit-transform: scale(0, 0);opacity:0.5;}
   100% {-webkit-transform: scale(1, 1);opacity:0;}
}
/*mobile menu*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0px;
    right: 0px;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 150px;
	padding-right: 0px;
}

.sidenav a {
    text-align:right;
	padding: 0px 20px 0px 32px;
    text-decoration: none;
    font-size: 70px;
	font-weight:bold;
    color: #ffffff;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #abdff8;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 40px;
    margin-left: 50px;
    padding-top: 100px;
}

@media screen and (max-height: 560px) {
.sidenav {padding-top: 0px;}
.sidenav a {
	font-size: 30px;
    padding-top: 40px;
}
.sidenav .closebtn {
	padding-top: 0px;
    margin-left: 0px;
}
}
/*modal pop-up*/
  .lightbox .box {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
   	min-width:90%;
    margin: 2% auto;
    padding:0px;
    box-shadow: 5px 5px 13px -3px #000;
	background-color:#000;
    }
    .lightbox .title {
        margin:0;
        padding:0 0 10px 0px;
        border-bottom:0px #ccc solid;
        font-size:0px;
        }
    .lightbox .content {
        display:block;
        padding:0px 0 0 0px;
        font-size:18px;
        line-height:22px;
        }
    .lightbox .close {
        float:right;
        display:block;
        text-decoration:none;
        font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size:22px;
        color:#ffffff;
        }
.lightbox {
    /** Hide the lightbox */
    display: none;
    /** Apply basic lightbox styling */
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    color:#333333;
    }
.lightbox:target {
    /** Show lightbox when it is target */
    display: block;
    outline: none;
}

/*links*/
a.l1:link {
	color: #abdff8;
	text-decoration: none;
	font-weight: thin;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	border: thin solid #647a84;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom:0px;
}
a.l1:visited {
	color: #abdff8;
	text-decoration: none;
	font-weight: thin;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	border: thin solid #647a84;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a.l1:hover {
    color: #FFF;
	text-decoration:none;    
	font-weight: thin;
	background-color: #485860;
}
a.l1:active {
	color: #abdff8;
	text-decoration: none;
	font-weight: thin;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	border: thin solid #647a84;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a.l2:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: thin;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	border: thin solid #cccccc;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.l2:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: thin;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	border: thin solid #cccccc;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.l2:hover {
    color: #abdff8;
	text-decoration:none;    
	font-weight: thin;
	background-color: #485860;
}
a.l3:link {
	color: #000000;
	text-decoration: none;
	font-weight: thin;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	border: thin solid #171717;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.l3:visited {
	color: #000000;
	text-decoration: none;
	font-weight: thin;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	border: thin solid #171717;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.l3:hover {
    color: #abdff8;
	text-decoration:none;    
	font-weight: thin;
	background-color: #485860;
}
a.l4:link {
	background: rgba(255, 255, 255, 0.0);
	color: #ffffff;
	font-weight:bold;
	letter-spacing:3px;
	text-decoration: none;
	font-weight: thin;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	border: thin solid #cccccc;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.l4:visited {
	background: rgba(255, 255, 255, 0.0);
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	border: thin solid #cccccc;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.l4:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    text-decoration:none;    
	font-weight: bold;
}
a.l5:link {
    display: block;
	width: 100%;
	margin: 0%;
	text-align:center;
	color: #abdff8;
	font-weight:bold;
    text-decoration: none;
    letter-spacing: 10px;
    border-top: 5px solid #000000;
    border-bottom: 25px solid #000000;
    background: rgba(255, 255, 255, 0.3);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .7s;
}
a.l5:visited {
    display: block;
	width: 100%;
	margin: 0%;
	text-align:center;
	color: #abdff8;
	font-weight:bold;
    text-decoration: none;
    letter-spacing: 10px;
    border-top: 5px solid #000000;
    border-bottom: 25px solid #000000;
    background: rgba(255, 255, 255, 0.3);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .7s;
}
a.l5:hover {
	display: block;
	margin: 0%;
	text-align: center;
	color: #171717;
	text-decoration: none;
	font-weight: thin;
	background: rgba(255, 255, 255, 1.80);
	border-top: 25px solid #000000;
    border-bottom: 5px solid #000000;
	padding-top: 20px;
	vertical-align: middle;
}
a.l6:link {
	background: rgba(255, 255, 255, 1.0);
	color: #000000;
	letter-spacing:3px;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	border-left: 0px solid #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.l6:visited {
	background: rgba(255, 255, 255, 1.0);
	color: #000000;
	text-decoration: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	border-left: 0px solid #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.l6:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    text-decoration:none;    
	font-weight: bold;
	border-left: 10px solid #000;
	padding-left: 18px;
}
a.l7:link {
	background: rgba(255, 255, 255, 0.0);
	color: #000000;
	font-weight:bold;
	letter-spacing:3px;
	text-decoration: none;
	font-weight: thin;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	border: thin solid #171717;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.l7:visited {
	background: rgba(255, 255, 255, 0.0);
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	border: thin solid #171717;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.l7:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    text-decoration:none;    
	font-weight: bold;
}
a.w:link {
	text-decoration:none; 
	color: #545454;
	font-weight: normal;
	font-size: small;
}
a.w:visited {
	text-decoration:none;    
}
a.w:hover {
	text-decoration:none;    
}
a.w:active {
	text-decoration:none;    
}
 a.t:link {
	text-decoration:none; 
	font-weight: normal;
	color: #cccccc;
}
a.t:visited {
	text-decoration:none; 
	font-weight: normal;
	color: #cccccc;    
}
a.t:hover {
	text-decoration:none; 
	font-weight: normal;
	color: #ffffff;
}
a.t:active {
	text-decoration:none; 
	font-weight: normal;
	color: #cccccc;  
} 
.sel{
	color: #FFF;
	text-decoration:none;    
	font-weight: thin;
	border: thin solid #647a84;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
/*end links*/
/*titles*/
.t1{
	Font-size:50px;
	color:#abdff8;
	text-shadow: 2px 2px #000000;
}
.t2a{
	Font-size:50px;
	color:#000000;
	text-shadow: 1px 1px #FFFFFF;
}
.t2a_sub{
    Font-size:25px;
	color:#000000;
}
.t2b{
	Font-size:50px;
	color:#abdff8;
	text-shadow: 2px 2px #000000;
}
.ta1{
    Font-size: large;
	color:#abdff8;
}
.t2{
	color:#ffffff;
	Font-size: 80px;
}
.t4{
	color:#c0c0c0;
	Font-size:small;
}
.t6{
	color:#FFFFFF;
	font-weight:bold
}
.t7{
	color:#FFFFFF;
}
.t8{
   Font-size:50px;
}
.t9{
   Font-size:40px;
   color:#000000;
   font-weight:bold;
}
.t10{
   Font-size:40px;
   color:#ffffff;
   font-weight:bold;
}
.t11{
	color:#000000;
	font-weight:bold
}
.area_details{
	display:block;
	Font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background: rgba(0, 0, 0, 1.0);
	padding-top: 40px;
	padding-bottom: 30px;
	letter-spacing: 5px;
}
.area_details_work{
	display:block;
	Font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background: rgba(0, 0, 0, 1.0);
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 5px;
}
.area_t{
	Font-size: 20px;
	color: #cccccc;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 5px;
}
/*extra*/
.seperator{
	width: 100%;
	margin-left: 0px;
	font-size: 8px;
	text-align: center;
}
.seperator_2{
	width: 100%;
	height: 30px;
	margin-left: 0px;
	font-size: 8px;
}
.seperator_3{
	width: 100%;
	height: 12px;
	margin-left: 0px;
	font-size: 8px;
	background-color:rgba(0, 0, 0, 0.3);
}
.seperator_4{
	width: 100%;
	height: 12px;
	margin-left: 0px;
	font-size: 8px;
	background-color:rgba(0, 0, 0, 0.4);
}
.seperator_5{
	width: 100%;
	height: 15px;
	margin-left: 0px;
	font-size: 8px;
	background-color:rgba(255, 255, 255, 0.4);
}
.seperator_6{
	width: 100%;
	height: 12px;
	margin-left: 0px;
	font-size: 8px;
	background-color:rgba(0, 0, 0, 1.0);
}
.seperator_web{
	width: 100%;
	height: 300px;
	margin-left: 0px;
	font-size: 8px;
}
.spacer{
	width: 100%;
}
.tw{
	color: #FFFFFF;
}
.tb{
	font-weight: bold;
}
.tbk{
	color: #000000;
}
.drop{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	border: thin solid #cccccc;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.just{
	text-align: justify;
}
.view-first h2{
font-size: 0px;
	}
	.view-first p{
font-size: 0px;
	}
.view {
	width: 33%;
	float: left;
	margin-left: 0px;
	clear: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
/*mvm*/
.sc_mm {
    width: 100%;
	height: auto;
    margin-left: 0%;
	margin-top: 0px;
	background-image:url(img/mvm_bg3.jpg);
	background-repeat: no-repeat;
    background-position:top center;
	background-color: #424448;
}
.container {
	position: relative;
	overflow: hidden;
	height: auto;
}
.container.content {
	position: absolute;
	top: 0px;
	width: 100%;
	height: auto;
	margin-left: 0%;
	font-weight:normal;
	text-align:left;
	Font-size: 12px;
	color:#abdff8;
}
.mvm{
	position: relative;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 8px;
}
.mvm_2{
	position: relative;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 8px;
}
.mvm_3{
	position: relative;
	text-align: center;
	color: #abdff8;
	font-weight: normal;
	font-size: 16px;
}
.work_media_3 {
	position: relative;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.3);
	color: #cccccc;
	font-weight: normal;
	font-size: medium;
	text-align: center;

	}
.work_media_4 {
	position: relative;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	font-weight: normal;
	font-size: medium;
	color: #abdff8;
	text-align: center;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #657279;
}
.work_media_mvm {
	position: relative;
	width: 100%;
	margin-left:1%;
	clear: none;
	font-size: small;
	text-align: center;
}	
.mvm_btn{
	font-size: larger;
}
.mvm_img{
    display: none;
}
.mvm_img_2{
    display: block;
	width: 100%;
	height: auto;
}
.tag_mvm{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	color: #ffffff;
	font-weight: thin;
	font-size: 20px;
	letter-spacing: 10px;
	line-height: 21px;
}
.title_mvm {
	font-weight:normal;
	text-align:center;
	Font-size:30px;
	color:#abdff8;
	text-shadow: 1px 1px #000000;
	padding-top: 5px
}
.myVideo{
	width: 0px;
	height: 0px;
	display: none;
}
/*end mvm*/
/*contact form*/
.form_1 {
	font-family: 'Gotham', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #000;
	padding: 20px;
	margin-top: 0px;
	margin-left: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;
}
.form_text {
	font-family: 'Gotham', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #000;
	text-align: right;
	vertical-align: top;
	padding: 5px;
	background-color: #FFF;
}
textarea{
	color: #000000;
	font: 'Gotham', Helvetica Neue, Helvetica, Arial, sans-serif;
	border: thin solid #CCC;
   background-color:rgba(0, 0, 0, 0.0);
}
input.nl{
	color:#000000;
	font:medium 'Gotham', Helvetica Neue, Helvetica, Arial, sans-serif;
	border:1px solid #fec7da;
	background-color: #545454;
} 
input.nlb{
	background:#a20037;
	color:#000000;
	font:10px;
	font-family: 'Gotham', Helvetica Neue, Helvetica, Arial, sans-serif;
	border:1px solid #fec7da;
	border-right:1px solid #fec7da;
	border-bottom:1px solid #fec7da;
	font-weight:bold
}
input.emf{
	color: #000000;
	font: 'Gotham', Helvetica Neue, Helvetica, Arial, sans-serif;
	border-left:0px solid #fec7da;
	border-top: 0px solid #cccccc;
	border-right:0px solid #fec7da;
	border-bottom:1px solid #cccccc;
	background-color:rgba(0, 0, 0, 0.0);
} 
input.smf{
	font:medium 'Gotham', Helvetica Neue, Helvetica, Arial, sans-serif;
	border:thin solid #cccccc;
	font-weight:bold;
	background: rgba(0, 0, 20, 0.0);
	color: #000000;
	font-weight:bold;
	letter-spacing:3px;
	text-decoration: none;
} 
select.dmf {
	background:#e0e0e0;
	color:#000;
	font-family: 'Gotham', Helvetica Neue, Helvetica, Arial, sans-serif;
	border:1px solid #fec7da;
	border-right:2px solid #fec7da;
	border-bottom:1px solid #fec7da;
	} 
/*..........*/
/*video*/
.js-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	z-index:0;
	}
	.js-video.widescreen {
	padding-bottom: 56.34%;
	}	
	.js-video.vimeo {
	padding-top: 0;
	}
 	.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	}
/*............*/
/* Mobile Layout: 480px and below. */ 
.gridContainer {
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}
/*REVISED CODE*/
.view {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-bottom: 3px;
	clear: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	border: 0px solid rgba(0, 0, 0, 0.3);
}
.sc_holder_work_1 {
	width: 100%;
	margin-top: 0%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 20px;
}
.sc_work_1_left {
	display: block;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: right;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_work_1_right {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color: #ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_holder_m3_vw {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m3_vfull {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: right;
	padding-top: 0px;
}
.sc_m3_left_vw {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: center;
	padding-top: 50px;
}
.sc_m3_right_vw {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	padding-bottom: 20px;
}
.sc_m3_left_vg {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: center;
	padding-top: 0px;
}
.sc_m3_right_vg {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	padding-bottom: 20px;
}
.sc_holder_m3_vb {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m3_left_vb {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
	text-align: right;
	padding-top: 0px;
}
.sc_m3_right_vb {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 40px;
}
.sc_holder_m7b {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}
.sc_holder_001000 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss001000.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00148 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00148.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00149 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00149.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00150 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00150.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00151 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00151.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00140 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00140.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00138 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00138.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00137 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00137.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00136 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00136.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00131 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00131.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00130 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00130.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00127 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00127.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00128 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00128.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00125 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00125.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00124 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00124.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00123 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00123.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00121 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00121.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00120 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00120.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00118 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00118.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00117 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00117.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00116 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00116.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00112 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00112.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00111 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00111.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00110 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00110.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00109 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00109.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_00101 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss00101.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_0098 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss0098.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_0099 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss0099.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_0097 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss0097.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_0095 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss0095.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_0093 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss0093.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.sc_holder_0090 {
	width: 100%;
	height: auto;
    margin-left: 0%;
    background-color:#000000;
	background-image: url(img/workbg/ss0090.jpg);
	text-align:center;
	padding-bottom: 15px;
	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
body{
	overflow-x: hidden;
	margin-top: 0px;
	margin-left:0px;
	font-family: 'Gotham', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	
	background-image: url(img/website_backgroundtest.jpg);
	text-align:center;
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:top center;
    background-size: contain;
	
	
}
.header {
	position: absolute;
	z-index:10;
    top:auto;
	margin-left:0px;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.7);
	width: 100%;
	height: auto;
	padding-bottom:10px;
	padding-top:0px;
	text-align:center;
}
.navigation {
	margin-top:0px;
}
.main {
	width: 100%;
	margin-left: 0%;
}
.sc_holder_m1v_m {
	display: block;
	position: relative;
    z-index: 0;
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	text-align:center;
	padding: 0px;
}
.prime_m {
	display:block;
	width: 100%;
	min-width:350px;
}
.sc_holder_logo_m { 
   position: absolute; 
   top: 0px; 
   left: 0px; 
   width: 100%;
   margin-left: 0%;
   text-align:center;
}
.logo_m { 
   top: 0px; 
   margin-left: 25%; 
   width: 50%; 
   text-align:left;
}
.sc_tag_m { 
   top: 0px; 
   margin-left: 5%; 
   width: 90%; 
   padding-top: 10px;
   text-align:center;
   color: #ffffff;
   font-weight:thin;
   font-size: 22px;
}
.sc_tag_text_m { 
   top: 0px; 
   margin-left: 5%; 
   width: 90%; 
   padding-top: 30px;
   text-align:center;
   color: #ffffff;
   font-weight:thin;
   font-size: 12px;
}
.sc_reel_m { 
   top: 0px; 
   left: 20px; 
   width: 100%; 
   padding-top: 0px;
   text-align:left;
   color: #ffffff;
   font-weight:bold;
   font-size: 14px;
   margin-top: -10px; 
}
.he1{
   Font-size:20px;
   color:#ffffff;
   font-weight:thin;
   text-align:center;
}
.he2{
   Font-size:15px;
   color:#ffffff;
   font-weight:bold;
   text-align:center;
}
.he3{
   Font-size:12px;
   color:#ffffff;
   font-weight:normal;
   text-align:center;
}
.he4{
   Font-size:15px;
   color:#ffffff;
   font-weight:normal;
   text-align:center;
}
.sc_service_m { 
   top: 0px; 
   margin-left: 5%; 
   width: 90%; 
   padding-top: 20px;
   text-align:center;
   color: #d3e8ff;
   font-weight:bold;
   font-size: 14px;
   letter-spacing: 3px
}
.sc_lm_m { 
   top: 0px; 
   margin-left: 5%; 
   width: 90%; 
   padding-top: 20px;
   text-align:center;
   color: #ffffff;
   font-weight:bold;
   font-size: 14px;
   letter-spacing: 3px;
}
.sc_holder_m1v_l {
	display: none;
	position: relative;
	width: 100%;
    margin-left: 0%;
	background-image:url(img/web_bg1.jpg);
	text-align:center;
	padding: 0px;
}
.prime {
	display:block;
	width: 100%;
	min-width:1600px;
}
.sc_holder_logo { 
   position: absolute; 
   top: 0px; 
   left: 0px; 
   width: 100%;
   text-align:left;
}
.sc_holder_home { 
   position: absolute; 
   top: 0px; 
   left: 0px; 
   width: 100%;
   text-align:left;
}
.sc_holder_home_m { 
   position: absolute; 
   top: 0px; 
   left: 0px; 
   width: 100%;
   margin-left: 0%;
   text-align:center;
}
.sc_logo_m { 
   top: 0px; 
   margin-left: 0%; 
   width: 100%; 
   text-align: center;
   padding-top: 45px;
   padding-bottom: 5px;
   background: rgba(255, 255, 255, 0.0);
}
.sc_menu_m { 
   top: 0px; 
   margin-left: 0%;
   margin-right: 5%;
   width: 95%; 
   float:right;
   text-align:right;
   padding-top: 45px;
   padding-bottom: 0px;
   padding-right: 0px;
   background: rgba(255, 255, 255, 0.0);
}
.sc_menu { 
   top: 0px; 
   margin-left: 0%;
   margin-right: 5%;
   width: 95%; 
   float:right;
   text-align:right;
   padding-top: 40px;
   padding-bottom: 0px;
   padding-right: 0px;
   background: rgba(255, 255, 255, 0.0);
}
.sc_logo { 
   top: 0px; 
   margin-left: 0%;
   width: 100%; 
   text-align:center;
   padding-top: 80px;
   padding-bottom: 0px;
   padding-left: 0px;
   background: rgba(255, 255, 255, 0.0);
}
.sc_tag { 
   top: 0px; 
   left: 0; 
   width: 100%; 
   padding-top: 100px;
   text-align:center;
   color: #ffffff;
   font-weight:thin;
   font-size: 38px;
}
.sc_service { 
   top: 0px; 
   left: 0; 
   width: 100%; 
   padding-top: 20px;
   text-align:center;
   color: #d3e8ff;
   font-weight:bold;
   font-size: 24px;
   letter-spacing: 3px
}
.sc_lm { 
   top: 0px; 
   left: 0; 
   width: 100%; 
   padding-top: 20px;
   text-align:center;
   color: #ffffff;
   font-weight:bold;
   font-size: 16px;
   letter-spacing: 3px;
}
.sc_holder_m1 {
    margin-top: 0px;
	margin-left: 0%;
    background-color:#000000;
	text-align:center;
	padding: 0px;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position:top center;
}
.sc_logo_web { 
   top: 0px; 
   margin-left: 20%; 
   width: 60%;
   text-align:center;
   padding-top: 80px;
   padding-bottom:0px;
}
.sc_tag_web { 
   top: 0px; 
   left: 0; 
   width: 100%; 
   padding-top: 0px;
   text-align:center;
   color: #ffffff;
   font-weight:thin;
   font-size: 24px;
   padding-top: 10px;
   padding-bottom:50px;
}
.sc_mcom_1 {
	width: 90%;
	margin-left: 5%;
	margin-top: 0px;
}
.title_holder_m1{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 22px;
	font-weight:normal;
	color: #ffffff;
	background: rgba(0, 0, 0, 1.0);
	padding-top: 34px;
	padding-bottom: 10px;
}
.title_m1 {
	width: 100%;
	margin-left: 0%;
	text-align: center;
	color: #ffffff;
	font-weight:bold;
	font-size: 34px;
	margin-top: 0px;
	padding-bottom: 10px;
}
.title_holder_m1_vb{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 28px;
	font-weight:normal;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	padding-top: 50px;
	padding-bottom: 40px;
}
.title_m1_vb {
	width: 90%;
	margin-left: 5%;
	text-align: center;
	color: #000000;
	font-weight:bold;
	font-size: 40px;
	margin-top: 0px;
	padding-bottom: 20px;
}
.title_holder_m2{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 28px;
	font-weight:normal;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
	padding-top: 34px;
	padding-bottom: 30px;
}
.title_holder_m3{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 22px;
	font-weight:normal;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.8);
	padding-top: 50px;
	padding-bottom: 40px;
}
.title_m2 {
	width: 90%;
	margin-left: 5%;
	text-align: center;
	color: #ffffff;
	font-weight:bold;
	font-size: 25px;
	margin-top: 0px;
	padding-bottom: 10px;
}
.title_m3 {
	width: 90%;
	margin-left: 5%;
	text-align: left;
	color: #ffffff;
	font-weight:bold;
	font-size: 22px;
	margin-top: 0px;
	padding-bottom: 20px;
	letter-spacing:-2px;
}
.title_m4 {
	width: 100%;
	margin-left: 0%;
	color: #ffffff;
	font-weight:bold;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.title_m5 {
	width: 100%;
	margin-left: 0%;
	color: #000000;
	font-weight:bold;
	font-size: 24px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing:-2px;
}
.title_m6 {
	width: 100%;
	margin-left: 0%;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 24px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing:-2px;
}
.title_m7 {
	width: 100%;
	margin-left: 0%;
	text-align: center;
	color: #000000;
	font-weight:bold;
	font-size: 25px;
	margin-top: 0px;
	padding-bottom: 10px;
}
.title_sub_m1 {
	width: 100%;
	margin-left: 0%;
	text-align: center;
	color: #ffffff;
	font-weight:bold;
	font-size: 22px;
	margin-top: 0px;
	padding-bottom: 10px;
	letter-spacing:-2px;
}
.title_sub_m2 {
	width: 100%;
	margin-left: 0%;
	text-align: center;
	color: #ffffff;
	font-weight:bold;
	font-size: 22px;
	margin-top: 0px;
	padding-bottom: 10px;
	letter-spacing:-2px;
}
.title_sub_m3 {
	width: 100%;
	margin-left: 0%;
	color: #000000;
	font-weight:bold;
	font-size: 22px;
	margin-top: 0px;
	padding-bottom: 10px;
	letter-spacing:-2px;
}
.sc_holder_m2 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	text-align:center;
	padding: 0px;
}
.sc_m2a {
	display: none;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-left:0%;
	clear: none;
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding: 0px;
	border-bottom-width: 0px;
}
.sc_m2b {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-left:0%;
	clear: none;
	color:#ffffff;
	font-weight: normal;
	font-size: 17px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	border-bottom-width: 0px;
	background-image:url(img/samples/test7.png);
}
.sc_m2c{
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 0.2);
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding: 0px;
	bottom-width: 0px;
}
.title_sub_1{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	line-height: 16px;
	letter-spacing: 10px;
}
.sc_holder_m3 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.sc_m3_left {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 1.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m3_right {
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.7);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_holder_m4 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.sc_m4_left {
	display: none;
	width: 20%;
	height: auto;
	margin-left:20%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m4_right {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	padding-top: 40px;
	border: 0px solid #000000;
}
.sc_holder_m5 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(img/samples/v1.png);
}
.sc_m5_left {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-left:0%;
	clear: none;
	color:#ffffff;
	font-weight: normal;
	font-size: 17px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom-width: 0px;
}
.sc_m5_right{
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding: 0px;
	bottom-width: 0px;
}
.sc_m5c{
	width: 40%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 0.2);
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding: 0px;
	bottom-width: 0px;
}
.sc_holder_m6 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.sc_m6a {
	width: 90%;
	margin-left: 5%;
	margin-top: 0px;
}
.sc_holder_m7 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.8);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}
.sc_holder_casestudy01 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 50px;
	color: #FFFFFF;
	min-width: 100%;
}
.sc_wrapper_casestudy01 {
	width: 96%;
    margin-left: 2%;
	text-align:center;
	padding: 0px;
}
.sc_casestudy01 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(20, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_holder_casestudy02 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 50px;
	color: #000000;
	min-width: 100%;
}
.sc_wrapper_casestudy02 {
	width: 96%;
    margin-left: 2%;
	text-align:center;
	padding: 0px;
}
.sc_casestudy02 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}
.footer {
	color: #688593;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	font-size: small;
	padding:5px;
}
.sc_media_1 {
	width: 100%;
	margin-left:0%;
	clear: none;
	font-size: small;
	text-align: center;
	background: rgba(0, 0, 0, 1.0);
}
.sc_media_2 {
	width: 100%;
	margin-left:0%;
	clear: none;
	font-size: small;
	text-align: center;
	padding:0px;
	background: rgba(0, 0, 0, 1.0);
}
.sc_media_3 {
	width: 100%;
	margin-left:0%;
	clear: none;
	font-size: small;
	text-align: center;
	padding:10px;
	background: rgba(0, 0, 0, 0.8);
}
.sc_title_media_1{
	position: relative;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 8px;
}
.sc_title_media_2{
	position: relative;
	text-align: center;
	color: #abdff8;
	font-weight: normal;
	font-size: 16px;
}
.sc_holder_m8 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-x: hidden;
	background-image:url(img/ema01.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top left;
}
.sc_m8_right_2 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_holder_m8b {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-x: hidden;
	background-image:url(img/ema01b.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top left;
}
.sc_m8_right_2b {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m8_left_1 {
	display: none;
	width: 100%;
	height: auto;
	margin-left:15%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m8_left_3 {
	width: 35%;
	height: auto;
	margin-left:15%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m8_right_4 {
	width: 35%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_holder_m9 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m9_vm_1 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_as_1 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_left {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_right {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.7);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_left_1 {
	display: none;
	width: 100%;
	height: auto;
	margin-left:15%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_left_2 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_right_2 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_center_2 {
	width: 90%;
	height: auto;
	margin-left:5%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_m9_item_2 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m9_left_3 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_right_4 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_left_5 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_right_6 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_holder_outer_m10 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_holder_m10 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m10_1 {
	width: 100%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_2 {
	width: 100%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_3 {
	width: 100%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_4 {
	width: 100%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_5 {
	display: none;
	width: 100%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 1.0);
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m_services_1{
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding: 0px;
}
.spacer_services{
	width: 100%;
	background: rgba(0, 0, 0, 1.0);
}
.sc_holder_m11 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.7);
	text-align:center;
	padding-bottom: 40px;
}
.sc_m11_left {
	display: none;
	width: 100%;
	height: auto;
	margin-left:20%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m11_right {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_holder_m12 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.8);
	text-align:center;
	padding-top: 20px;
}
.sc_m12_left {
	width: 90%;
	height: auto;
	margin-left: 5%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding-bottom: 5px;
	border: 0px solid #000000;
}
.sc_m12_middle {
	width: 90%;
	height: auto;
	margin-left: 5%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding-bottom: 5px;
	border: 0px solid #000000;
}
.sc_m12_right {
	width: 90%;
	height: auto;
	margin-left: 5%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	padding-bottom: 5px;
	border: 0px solid #000000;
}
.sc_holder_mf {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(img/samples/v1.png);
}
.sc_mf_a {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-left:0%;
	clear: none;
	color:#ffffff;
	font-weight: normal;
	font-size: 17px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom-width: 0px;
}
.sc_mf_b{
	width: 90%;
	height: auto;
	margin-left:5%;
	clear: none;
	background: rgba(255, 255, 255, 0.2);
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding: 0px;
	bottom-width: 0px;
}
.sc_work_2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
    text-indent: 0px;
	width: 100%;
	padding-top:5px;
	padding-bottom:10px;
	letter-spacing: 3px;
	background-color:rgba(0, 0, 0, 0.9);
}
.sc_work_3 {
	width:100%;
	margin-left: 0px;
	padding-top:20px;
    background-color:rgba(0, 0, 0, 0.6);
}
.sc_work_media {
	width:100%;
	margin-left: 0px;
	padding-top:20px;
	background: rgba(0, 0, 0, 0.7);
}
.main_work {
	width: 90%;
	margin-left: 5%;
}
.work_media {
	width: 100%;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	font-size: small;
	text-align: center;
	padding: 0px;
}
.work_holder_graphic{
	width: 90%;
	margin-left: 5%;
}
.work_graphic {
	width: 100%;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 3px;
	border: 0px solid #4a5b62;
}
.sc_contact_holder {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	padding-top: 15px;
	font-size:20px;
	font-weight:normal;
	color: #000000;
}
.sc_contact_1 {
	width: 90%;
	height: auto;
	margin-left:5%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	color: #000000;
}
.sc_contact_2 {
	width: 90%;
	height: auto;
	margin-left:5%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	color: #000000;
}
.sc_contact_bold {
	font-weight: bold;
}
.footer {
	color: #b0b0b0;
	background: rgba(0, 0, 0, 1.0);
	text-align: center;
	font-size: 11px;
	padding:5px;
}
.sc_terms_holder{
	width: 100%;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.5);
	font-weight: normal;
	font-size: medium;
	text-align: left;
	padding: 10px;
}
.sc_terms_1 {
	width:90%;
	margin-left: 5%;
	padding:0px;
    background-color:rgba(0, 0, 0, 0.0);
}
.sc_holder_gallery {
	width:100%;
	margin-left: 0px;
	padding-top:20px;
    background-color:rgba(0, 0, 0, 0.6);
}
.sc_gallery {
	width: 90%;
	margin-left: 5%;
}
.sc_holder_gallery_2 {
	width:100%;
	margin-left: 0px;
	padding-top:20px;
    background-color:rgba(0, 0, 0, 0.3);
}
.areas{
	width: 100%;
	margin-left: 0%;
	text-align:center;
}
/*END REVISED CODE*/

.container01 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding: 0px;
}
.wrapper01 {
	width: 100%;
	margin-left: 0%;
}
.content01_left {
	display: none;
	width: 0%;
	height: auto;
	margin-top: 0px;
	margin-left: 0%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	text-align: left;
	padding-top: 30px;
	padding-bottom: 25px;
	border-left: 0px solid #000000;
}
.content01_right {
	display: block;
	width: 97%;
	height: auto;
	margin-top: 0px;
	margin-right: 3%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	text-align: right;
	padding-top: 10px;
	padding-bottom: 7px;
	border: 0px solid #545454;
}
.container02 {
	width: 100%;
	height: auto;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding:0px;
	clear: none;
    background-image:url(img/website_background03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
/*  making the video fullscreen  */
#video-background {
  display: none;
  position:absolute;
  left: 0; 
  top: 130px;
  right: auto; 
  bottom: 0;
  min-width: auto; 
  min-height: auto;
  width: auto; 
  height: auto;
  z-index: -100;
}
.wrapper02 {
	width: 100%;
	margin-left: 0%;
}
.content02_left_outer {
	display: none;
	width: 10%;
	height: auto;
	margin-left:0%;
	clear: none;
	text-align: center;
	padding: 0px;
}
.content02_left_nested {
	display: block;
	width: 900%;
	height: 100%;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 40px;
	text-align: right;
	padding-top: 0px;
	background: rgba(255, 255, 255, 0.0);
}
.content02_centre {
	display: block;
	position:relative;
	width: 100%;
	min-width:auto;
	height: 400px;
	margin-left:0%;
	clear: none;
	text-align: center;
	padding: 0px;
}
.content02_centre_nested {
	display: block;
	width: 96%;
	left-margin: 2%;
	position:absolute;
	height: 400px;
    right: 0;
    top: 0;
    bottom: 0;
	clear: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	padding-top: 20px;
	background: rgba(255, 255, 255, 0.0);
}
.content02_right_outer {
	display: none;
	width: 0%;
	height: auto;
	margin-left:0%;
	clear: none;
	text-align: center;
	padding: 0px;
}
.content02_right_nested {
	display: none;
	width: 100%;
	height: 100%;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 40px;
	text-align: left;
	padding-top: 0px;
	background: rgba(255, 255, 255, 0.5);
}
.content02_spacer{
	display: none;
	width: 0.05%;
	height: auto;
	top:0;
	bottom:0;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 1px;
	text-align: left;
	padding: 0px;
	border: 0px solid #545454;
}
.content02_spacer02{
	display: none;
	width: .75%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 1px;
	text-align: left;
	padding: 0px;
	border: 0px solid #545454;
}
.main_title01 {
	font-weight: normal;
	font-size: 11px;
}
.main_tag01 {
	text-shadow: 1px 1px #000000;
}
.container03 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.wrapper03 {
	width: 100%;
	margin-left: 0%;
}
.content03 {
	display: block;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #545454;
}
.container04 {
	width: 100%;
    margin: 0px;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
	overflow-x: hidden;
	background-image:url(img/ema01.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top left;
}

.container04b {
	width: 100%;
    margin: 0px;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 0px;
	overflow-x: hidden;
	background-image:url(img/ema01b.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top left;
}
.wrapper04 {
	width: 100%;
	margin: 0px;
}
.content04a {
	display: block;
	width: 90%;
	height: auto;
	margin-top: 0px;
	margin-left: 5%;
	background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 0px solid #545454;
}
.content04b_left {
	display: block;
	width: 90%;
	height: auto;
	margin-top: 0px;
	margin-left: 5%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 0px solid #000000;
}
.content04b_right {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0%;
	clear: none;
	background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #545454;
}
.container05 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-x: hidden;
	background-image:url(work/media/screenshots/brand_nutruroot02.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top center;
}
.wrapper05 {
	width: 100%;
	margin-left: 0%;
}
.content05_left {
	display: block;
	width: 90%;
	height: auto;
	margin-left:5%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #545454;
}
.content05_right {
	display: block;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 0px;
	border: 0px solid #545454;
}
.title01 {
	font-size:30px;
	line-height: 25px;
	font-weight: bold;
}
.title02 {
	font-size:26px;
	line-height: 25px;
	font-weight: bold;
}
.title03 {
	font-size:20px;
	font-weight: bold;
	color:#4D4D4D;
}
.title04 {
	font-size: 24px;
	font-weight: bold;
	color: #4d4d4d;
}
.title05 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.border01 {
	border-left: 1px solid #FFFFFF;
	font-size: 28px;
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	line-height: 24px;
	padding-left: 5px;
}
.border01a {
	border-left: thin solid #cdcdcd;
	font-size: 28px;
	margin-left:0px;
	text-align: left;
	font-weight: bold;
	line-height: 24px;
	padding-left: 5px;
	opacity: 1.0;
}
.border02 {
	border-left: 1px solid #000000;
	font-size: 14px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-weight: normal;
	padding-left: 5px;
}
.border03 {
	border-left: 1px solid #FFFFFF;
	font-size: 18px;
	margin-left:50px;
	margin-right:50px;
	text-align: left;
	font-weight: bold;
}
.border04 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.border05 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.par01 {
	border-left: 0px solid #FFFFFF;
	margin-left:0%;
	margin-right:0%;
	text-align:center;
	font-weight: normal;
}
.par02 {
	border-left: 0px solid #FFFFFF;
	font-size: 24px;
	margin-left:0%;
	margin-right:0%;
	text-align:center;
	font-weight: bold;
	color: #4F4F4F;
	line-height: 20px;
}
.par03 {
	font-size:20px;
	line-height: 18px;
	font-weight: bold;
}
.par04 {
    text-align:center;
}
.logo_spacer01 {
	margin-left:20%;
	width: 60%;
	text-align:center;
    -webkit-filter: drop-shadow(3px 3px 0px #000);
    filter: drop-shadow(3px 3px 0px #000);
}
.spacer01 {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	text-align: center;

}

.sc_holder_cam01 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow-x: hidden;
	background-image:url(img/ema01b.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top left;
}
.sc_wrapper_cam01 {
	width: 90%;
    margin-left: 5%;
	text-align:center;
	padding: 0px;
}
.sc_cam01 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_holder_cam02 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.9);
	text-align:center;
	padding-top: 50px;
	color: #000000;
	background-image:url(img/ema01.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top left;
}
.sc_wrapper_cam02 {
	width: 90%;
    margin-left: 5%;
	text-align:center;
	padding: 0px;
}
.sc_cam02 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}



.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

@media only screen and (min-width: 350px) {
.container02 {
	width: 100%;
	height: auto;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding:0px;
	clear: none;
    background-image:url(img/website_background02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
}

@media only screen and (min-width: 560px) {
.container02 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding:0px;
	clear: none;
    background-image:url(img/website_background02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
/*  making the video fullscreen  */
#video-background {
  display: none;
  position:absolute;
  left: 0; 
  top: 130px;
  right: auto; 
  bottom: 0;
  min-width: auto; 
  min-height: auto;
  width: auto; 
  height: auto;
  z-index: -100;
}
.wrapper02 {
	width: 100%;
	margin-left: 0%;
}
.content02_left_outer {
	display: none;
	width: 10%;
	height: auto;
	margin-left:0%;
	clear: none;
	text-align: center;
	padding: 0px;
}
.content02_left_nested {
	display: none;
	width: 100%;
	height: 100%;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 40px;
	text-align: right;
	padding-top: 0px;
	background: rgba(255, 255, 255, 0.0);
}
.content02_centre {
	display: block;
	position:relative;
	width: 100%;
	min-width:auto;
	height: 500px;
	margin-left:0%;
	clear: none;
	text-align: center;
	padding: 0px;
}
.content02_centre_nested {
	display: block;
	width: 86%;
	left-margin: 7%;
	position:absolute;
	height: 500px;
    right: 0;
    top: 0;
    bottom: 0;
	clear: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	padding-top: 50px;
	background: rgba(255, 255, 255, 0.0);
}
.content02_right_outer {
	display: none;
	width: 10%;
	height: auto;
	margin-left:0%;
	clear: none;
	text-align: center;
	padding: 0px;
}
.content02_right_nested {
	display: none;
	width: 100%;
	height: 100%;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 40px;
	text-align: left;
	padding-top: 0px;
	background: rgba(255, 255, 255, 0.5);
}
.content02_spacer{
	display: none;
	width: 0.05%;
	height: auto;
	top:0;
	bottom:0;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 1px;
	text-align: left;
	padding: 0px;
	border: 0px solid #545454;
}
.content02_spacer02{
	display: block;
	width: .75%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 1px;
	text-align: left;
	padding: 0px;
	border: 0px solid #545454;
}

.view {
	width: 49%;
	float: left;
	margin-left: 1%;
	margin-bottom: 3px;
	clear: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	border: 0px solid rgba(0, 0, 0, 0.3);
}
.sc_holder_m1v_m {
	display: block;
	position: relative;
    z-index: 0;
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.prime_m {
	display:block;
	width: 100%;
	min-width:481px;
}
.sc_holder_logo_m { 
   position: absolute; 
   top: 0px; 
   left: 0px; 
   width: 100%;
   margin-left: 0%;
   text-align:center;
}
.sc_logo_m { 
   top: 0px; 
   margin-left: 0%; 
   width: 100%; 
   text-align:center;
   padding-top: 60px;
   padding-bottom: 0px;
   background: rgba(255, 255, 255, 0.0);
}
.logo_m { 
   top: 0px; 
   margin-left: 15%; 
   width: 70%; 
   text-align:center;
}
.sc_tag_m { 
   top: 0px; 
   margin-left: 5%; 
   width: 90%; 
   padding-top: 60px;
   text-align:center;
   color: #ffffff;
   font-weight:thin;
   font-size: 35px;
}
.sc_tag_text_m { 
   top: 0px; 
   margin-left: 5%; 
   width: 90%; 
   padding-top: 30px;
   text-align:center;
   color: #ffffff;
   font-weight:thin;
   font-size: 12px;
}
.sc_holder_home { 
   position: absolute; 
   top: 0px; 
   left: 0px; 
   width: 100%;
   text-align:left;
}
.sc_holder_home_m { 
   position: absolute; 
   top: 0px; 
   left: 0px; 
   width: 100%;
   margin-left: 0%;
   text-align:center;
}
.sc_menu { 
   top: 0px; 
   margin-left: 0%;
   width: 50%; 
   float:right;
   text-align:right;
   padding-top: 80px;
   padding-bottom: 0px;
   padding-right: 40px;
   background: rgba(255, 255, 255, 0.0);
}
.he1{
   Font-size:35px;
   color:#ffffff;
   font-weight:thin;
   text-align:center;
}
.he2{
   Font-size:25px;
   color:#ffffff;
   font-weight:bold;
   text-align:center;
}
.he3{
   Font-size:14px;
   color:#ffffff;
   font-weight:normal;
   text-align:center;
}
.he4{
   Font-size:15px;
   color:#000000;
   font-weight:normal;
   text-align:center;
}
.seperator_web{
	width: 100%;
	height: 450px;
	margin-left: 0px;
	font-size: 8px;
}
.sc_logo { 
   top: 0px; 
   margin-left: 0%;
   width: 50%; 
   text-align:left;
   padding-top: 80px;
   padding-bottom: 0px;
   padding-left: 40px;
   background: rgba(255, 255, 255, 0.0);
}
.sc_tag { 
   top: 0px; 
   left: 0; 
   width: 100%; 
   padding-top: 100px;
   text-align:center;
   color: #ffffff;
   font-weight:thin;
   font-size: 38px;
}
.sc_tag_text { 
   top: 0px; 
   left: 0; 
   width: 100%; 
   padding-top: 30px;
   text-align:center;
   color: #ffffff;
   font-weight:thin;
   font-size: 38px;
   line-height: 30px; 
}
.sc_reel { 
   top: 0px; 
   left: 0; 
   width: 100%; 
   padding-top: 20px;
   text-align:center;
   color: #ffffff;
   font-weight:bold;
   font-size: 12px;
}
.sc_service_m { 
   top: 0px; 
   margin-left: 5%; 
   width: 90%; 
   padding-top: 20px;
   text-align:center;
   color: #d3e8ff;
   font-weight:bold;
   font-size: 16px;
   letter-spacing: 3px
}
.sc_lm_m { 
   top: 0px; 
   margin-left: 5%; 
   width: 90%; 
   padding-top: 20px;
   text-align:center;
   color: #ffffff;
   font-weight:bold;
   font-size: 16px;
   letter-spacing: 3px;
}
.sc_logo_web { 
   top: 0px; 
   margin-left: 10%; 
   width: 80%;
   text-align:center;
   padding-top: 100px;
   padding-bottom:0px;
}
.sc_tag_web { 
   top: 0px; 
   left: 0; 
   width: 100%; 
   padding-top: 0px;
   text-align:center;
   color: #ffffff;
   font-weight:thin;
   font-size: 24px;
   padding-top: 10px;
   padding-bottom:50px;
}
.work_media {
	width: 90%;
	margin-left:4%;
	clear: none;
    background: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	font-size: small;
	text-align: center;
	padding: 5px;
}
.sc_m9_vm_1 {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_as_1 {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_left_2 {
	width: 100%;
	height: auto;
	margin-left:5%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_right_2 {
	width: 40%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_center_2 {
	width: 90%;
	height: auto;
	margin-left:5%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_m9_item_2 {
	width: 49%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_holder_m10 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m10_1 {
	width: 50%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_2 {
	width: 50%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_3 {
	width: 50%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_4 {
	width: 50%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.content01a{
	display: none;
    top: 0px; 
    margin-left: 2%;
    margin-top: 0%;
    width: 98%; 
	clear: none;
    float:right;
    text-align:left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    background: rgba(255, 255, 255, 0.0);
}
.sc_holder_m8 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-x: hidden;
	background-image:url(img/ema01.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top left;
}
.sc_m8_right_2 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_holder_m8b {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-x: hidden;
	background-image:url(img/ema01b.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top left;
}
.sc_m8_right_2b {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_holder_cam02 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.9);
	text-align:left;
	padding-top: 50px;
	color: #000000;
	background-image:url(img/ema01.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top left;
}
.sc_wrapper_cam02 {
	width: 90%;
    margin-left: 5%;
	text-align:left;
	padding: 0px;
}
.sc_cam02 {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_holder_casestudy01 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 50px;
	color: #FFFFFF;
	min-width: 100%;
}
.sc_wrapper_casestudy01 {
	width: 96%;
    margin-left: 2%;
	text-align:center;
	padding: 0px;
}
.sc_casestudy01 {
	width: 49%;
	height: auto;
	margin-left:1%;
	clear: none;
    background: rgba(20, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_holder_casestudy02 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 50px;
	color: #000000;
	min-width: 100%;
}
.sc_wrapper_casestudy02 {
	width: 96%;
    margin-left: 2%;
	text-align:center;
	padding: 0px;
}
.sc_casestudy02 {
	width: 49%;
	height: auto;
	margin-left:1%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}
.title02 {
	font-size:30px;
	line-height: 35px;
	font-weight: bold;
}
.title04 {
	font-size: 24px;
	font-weight: bold;
	color: #4d4d4d;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {	
/*REVISED CODE*/
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: 0px;
	clear: none;
	float: none;
	margin-left: auto;
}
/*modal pop-up*/
  .lightbox .box {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
   	min-width:50%;
    margin: 2% auto;
    padding:10px;
    box-shadow: 10px 5px 26px -3px #000;
	background-color:#000;
    }
    .lightbox .title {
        margin:0;
        padding:0 0 10px 0px;
        border-bottom:0px #ccc solid;
        font-size:22px;
        }
    .lightbox .content {
        display:block;
        padding:10px 0 0 0px;
        font-size:18px;
        line-height:22px;
        }
    .lightbox .close {
        float:right;
        display:block;
        text-decoration:none;
        font-family:'Gotham', Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size:22px;
        color:#ffffff;
        }
.lightbox {
    /** Hide the lightbox */
    display: none;
    /** Apply basic lightbox styling */
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    color:#333333;
    }
.lightbox:target {
    /** Show lightbox when it is target */
    display: block;
    outline: none;
}
/*links*/
.navigation {
  margin-top:0px;
  max-width: none;
  background: rgba(255, 255, 255, 0.3);
  padding: 0;
  text-align: center;
}
.navigation li {
    float: left;
    display: block;
    width: 25%;
    margin-left: 0%;
	border-top: 35px solid #000000;
	border-bottom: 1px solid #000000;
	background: rgba(255, 255, 255, 0.3);
}
.navigation li a {
    display: block;
	color: #171717;
	font-weight:bold;
	margin:0px;
    text-decoration: none;
    letter-spacing: 10px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .7s;
}
.navigation li a:hover {
    display: block;
    color: #abdff8;
	text-decoration:none;    
	font-weight: thin;
	background: rgba(255, 255, 255, 0.3);
	padding:20px
}
.navheader { 
  font-size: 14px;
  color: #abdff8;
  text-decoration: none;
  font-weight: thin;
}
.view {
	width: 49%;
	float: left;
	margin-left: 1%;
	margin-bottom: 3px;
	clear: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	border: 0px solid rgba(0, 0, 0, 0.3);
}
.he1{
   Font-size:40px;
   color:#ffffff;
   font-weight:thin;
   text-align:center;
}
.he2{
   Font-size:25px;
   color:#ffffff;
   font-weight:bold;
   text-align:center;
}
.he3{
   Font-size:14px;
   color:#ffffff;
   font-weight:normal;
   text-align:center;
}
.he4{
   Font-size:20px;
   color:#ffffff;
   font-weight:normal;
   text-align:center;
}
.seperator_web{
	width: 100%;
	height: 600px;
	margin-left: 0px;
	font-size: 8px;
}
.sc_holder_work_1 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.sc_work_1_left {
	display: block;
	width: 55%;
	height: auto;
	margin-left:5%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: right;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_work_1_right {
	width: 35%;
	height: auto;
	margin-left:0%;
	clear: none;
	color: #ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_holder_m3_vw {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m3_vfull {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: right;
	padding-top: 0px;
}
.sc_m3_left_vw {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: center;
	padding-top: 70px;
}
.sc_m3_right_vw {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
}
.sc_m3_left_vg {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: center;
	padding-top: 0px;
}
.sc_m3_right_vg {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
}
.sc_holder_m3_vb {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m3_left_vb {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
	text-align: left;
	padding-top: 0px;
}
.sc_m3_right_vb {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
}
.sc_holder_m7b {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}
body{
	overflow-x: hidden;
	margin-top: 0px;
	margin-left:0px;
	font-family: 'Gotham', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
.header {
	position: fixed;
	z-index:10;
    top:auto;
	right:0px;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.7);
	width: 100%;
	height: auto;
	padding-bottom:10px;
	padding-top:0px;
	text-align:center;
}
.navigation {
	margin-top:0px;
}
.main {
	width: 100%;
	margin-left: 0%;
}
.prime {
	display:block;
}
.sc_logo_m { 
   top: 0px; 
   margin-left: 0%; 
   width: 100%; 
   text-align:left;
   padding-top: 20px;
   padding-bottom: 10px;
   background: rgba(255, 255, 255, 0.0);
}
.logo_m { 
   top: 0px; 
   margin-left: 25%; 
   width: 50%; 
   text-align:center;
}
.sc_holder_m1 {
    margin-top: 0px;
	margin-left: 0%;
    background-color:#00000;
	text-align:center;
	padding: 0px;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position:top center;
}
.sc_logo_web { 
   top: 0px; 
   margin-left: 0%; 
   width: 100%;
   text-align:left;
   padding-left: 100px;
   padding-top: 100px;
   padding-bottom:0px;
   background: rgba(0, 0, 0, 0.3);
}
.sc_tag_web { 
   top: 0px; 
   left: 0; 
   width: 100%; 
   padding-top: 0px;
   text-align:left;
   color: #ffffff;
   font-weight:thin;
   font-size: 28px;
   padding-top: 10px;
   padding-bottom:50px;
   padding-left:200px;
}
.sc_mcom_1 {
	width: 90%;
	margin-left: 5%;
	margin-top: 0px;
}
.title_holder_m1{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 28px;
	font-weight:normal;
	color: #ffffff;
	background: rgba(0, 0, 0, 1.0);
	padding-top: 50px;
	padding-bottom: 20px;
}
.title_m1 {
	width: 100%;
	margin-left: 0%;
	text-align: center;
	color: #ffffff;
	font-weight:bold;
	font-size: 40px;
	margin-top: 0px;
	padding-bottom: 20px;
}
.title_holder_m2{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 28px;
	font-weight:normal;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
	padding-top: 50px;
	padding-bottom: 40px;
}
.title_holder_m3{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 28px;
	font-weight:normal;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.8);
	padding-top: 50px;
	padding-bottom: 40px;
}
.title_m2 {
	width: 100%;
	margin-left: 0%;
	text-align: left;
	color: #ffffff;
	font-weight:bold;
	font-size: 35px;
	margin-top: 0px;
	padding-left:200px;
	padding-bottom:0px;
}
.title_m3 {
	width: 100%;
	margin-left: 0%;
	text-align: left;
	color: #ffffff;
	font-weight:bold;
	font-size: 35px;
	margin-top: 0px;
	padding-bottom: 20px;
	letter-spacing:-2px;
}
.title_m4 {
	width: 100%;
	margin-left: 0%;
	color: #ffffff;
	font-weight:bold;
	font-size: 20px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	letter-spacing:-2px;
}
.title_sub_m1 {
	width: 100%;
	margin-left: 0%;
	text-align: left;
	color: #ffffff;
	font-weight:bold;
	font-size: 30px;
	margin-top: 0px;
	padding-bottom: 10px;
	letter-spacing:-2px;
}
.title_sub_m2 {
	width: 100%;
	margin-left: 0%;
	text-align: center;
	color: #ffffff;
	font-weight:bold;
	font-size: 30px;
	margin-top: 0px;
	padding-bottom: 10px;
	letter-spacing:-2px;
}
.title_sub_m3 {
	width: 100%;
	margin-left: 0%;
	color: #ffffff;
	font-weight:bold;
	font-size: 30px;
	margin-top: 0px;
	padding-bottom: 10px;
	letter-spacing:-2px;
}
.sc_holder_m2 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	text-align:center;
	padding: 0px;
}
.sc_m2a {
	display: none;
	width: 20%;
	height: 100%;
	margin-top: 0px;
	margin-left:0%;
	clear: none;
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding: 0px;
	border-bottom-width: 0px;
}
.sc_m2b {
	width: 90%;
	height: 100%;
	margin-top: 0px;
	margin-left:5%;
	clear: none;
	color:#ffffff;
	font-weight: normal;
	font-size: 17px;
	text-align: center;
	padding-top: 0px;
	border-bottom-width: 0px;
	background-image:url(img/v1.png);
}
.sc_m2c{
	width: 80%;
	height: auto;
	margin-left:10%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding-bottom: 10px;
	bottom-width: 0px;
}
.title_sub_1{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	line-height: 16px;
	letter-spacing: 10px;
}
.sc_holder_m3 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m3_left {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #000000
	text-align: right;
	padding: 0px;
}
.sc_m3_right {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
}
.sc_holder_m4 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.sc_m4_left {
	display: block;
	width: 20%;
	height: auto;
	margin-left:5%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m4_right {
	width: 75%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	padding-top: 40px;
	border: 0px solid #000000;
}
.sc_holder_m5 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(img/v2.png);
}
.sc_m5_left {
	width: 50%;
	height: 100%;
	margin-top: 0px;
	margin-left:5%;
	clear: none;
	color:#ffffff;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	border-bottom-width: 0px;
}
.sc_m5_right{
	width: 40%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding: 0px;
	bottom-width: 0px;
}
.sc_m5c{
	width: 40%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 0.2);
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding: 0px;
	bottom-width: 0px;
}
.sc_holder_m6 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.sc_m6a {
	width: 90%;
	margin-left: 5%;
	margin-top: 0px;
}
.sc_holder_m7 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.8);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}
.footer {
	color: #688593;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	font-size: small;
	padding:5px;
}
.sc_media_1 {
	width: 100%;
	margin-left:0%;
	clear: none;
	font-size: small;
	text-align: center;
	background: rgba(0, 0, 0, 1.0);
}
.sc_media_2 {
	width: 100%;
	margin-left:0%;
	clear: none;
	font-size: small;
	text-align: center;
	padding:10px;
	background: rgba(0, 0, 0, 1.0);
}
.sc_media_3 {
	width: 100%;
	margin-left:0%;
	clear: none;
	font-size: small;
	text-align: center;
	padding:10px;
	background: rgba(0, 0, 0, 0.8);
}
.sc_title_media_1{
	position: relative;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 8px;
}
.sc_title_media_2{
	position: relative;
	text-align: center;
	color: #abdff8;
	font-weight: normal;
	font-size: 16px;
}
.sc_holder_m8 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-x: hidden;
	background-image:url(img/ema01.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top left;
}
.sc_m8_right_2 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 30px;
	border: 0px solid #000000;
}
.sc_holder_m8b {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-x: hidden;
	background-image:url(img/ema01b.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top left;
}
.sc_m8_right_2b {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 30px;
	border: 0px solid #000000;
}
.sc_m8_left_1 {
	display: block;
	width: 15%;
	height: auto;
	margin-left: 5%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m8_left_3 {
	width: 35%;
	height: auto;
	margin-left:15%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m8_right_4 {
	width: 35%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_holder_m9 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_main_m9 {
	width: 80%;
	margin-left: 10%;
}
.sc_m9_left {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_right {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.7);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_left_1 {
	display: block;
	width: 15%;
	height: auto;
	margin-left: 5%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_left_2 {
	width: 50%;
	height: auto;
	margin-left:5%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_right_2 {
	width: 40%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_center_2 {
	width: 90%;
	height: auto;
	margin-left:5%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_m9_item_2 {
	width: 33%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m9_left_3 {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_right_4 {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_left_5 {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_right_6 {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_holder_m10 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m10_1 {
	width: 50%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_2 {
	width: 50%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_3 {
	width: 50%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_4 {
	width: 50%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_5 {
	display: none;
	width: 25%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 1.0);
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_holder_casestudy01 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 50px;
	color: #FFFFFF;
	min-width: 100%;
}
.sc_wrapper_casestudy01 {
	width: 90%;
    margin-left: 5%;
	text-align:center;
	padding: 0px;
}
.sc_casestudy01 {
	width: 32%;
	height: auto;
	margin-left:1%;
	clear: none;
    background: rgba(20, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_holder_casestudy02 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 50px;
	color: #000000;
	min-width: 100%;
}
.sc_wrapper_casestudy02 {
	width: 90%;
    margin-left: 5%;
	text-align:center;
	padding: 0px;
}
.sc_casestudy02 {
	width: 32%;
	height: auto;
	margin-left:1%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m_services_1{
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding: 0px;
}
.spacer_services{
	width: 100%;
	background: rgba(0, 0, 0, 1.0);
}
.sc_holder_m11 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.7);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sc_m11_left {
	display: none;
	width: 20%;
	height: auto;
	margin-left:20%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m11_right {
	width: 70%;
	height: auto;
	margin-left:15%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_holder_m12 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.8);
	text-align:center;
	padding-top: 20px;
}
.sc_m12_left {
	width: 30%;
	height: auto;
	margin-left: 5%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m12_middle {
	width: 30%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m12_right {
	width: 30%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_holder_mf {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(img/samples/v1.png);
}
.sc_mf_a {
	width: 50%;
	height: 100%;
	margin-top: 0px;
	margin-left:5%;
	clear: none;
	color:#ffffff;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	border-bottom-width: 0px;
}
.sc_mf_b{
	width: 40%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding: 0px;
	bottom-width: 0px;
}
.sc_work_2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
    text-indent: 0px;
	width: 100%;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:5px;
	padding-left:5px;
	letter-spacing: 5px;
	background-color:rgba(0, 0, 0, 0.9);
}
.sc_work_3 {
	width:100%;
	margin-left: 0px;
	padding-top:20px;
    background-color:rgba(0, 0, 0, 0.6);
}
.sc_work_media {
	width:50%;
	margin-left: 25px;
	padding-top:10px;
	background: rgba(0, 0, 0, 0.7);
}
.main_work {
	width: 80%;
	margin-left: 10%;
}
.work_media {
	width: 80%;
	margin-left:10%;
	clear: none;
    background: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	font-size: small;
	text-align: center;
	padding: 5px;
}
.work_holder_graphic{
	width: 90%;
	margin-left: 5%;
}
.work_graphic {
	width: 100%;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 10px;
	border: 0px solid #4a5b62;
}
.sc_contact_holder {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	padding-top: 15px;
	font-size:20px;
	font-weight:normal;
	color: #000000;
}
.sc_contact_1 {
	width: 40%;
	height: auto;
	margin-left:10%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 20px;
	text-align: right;
	padding: 8px;
	color: #000000;
}
.sc_contact_2 {
	width: 40%;
	height: auto;
	margin-left:1%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 8px;
	color: #000000;
}
.sc_contact_bold {
	font-weight: bold;
}
.footer {
	color: #b0b0b0;
	background: rgba(0, 0, 0, 1.0);
	text-align: center;
	font-size: 10px;
	padding:5px;
}
.sc_terms_holder{
	width: 100%;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.5);
	font-weight: normal;
	font-size: medium;
	text-align: left;
	padding: 0px;
}
.sc_terms_1 {
	width:90%;
	margin-left: 5%;
	padding:10px;
    background-color:rgba(0, 0, 0, 0.6);
}
.sc_holder_gallery {
	width:100%;
	margin-left: 0px;
	padding-top:20px;
    background-color:rgba(0, 0, 0, 1.0);
}
.sc_gallery {
	width: 90%;
	margin-left: 5%;
}
.sc_holder_gallery_2 {
	width:100%;
	margin-left: 0px;
	padding-top:20px;
    background-color:rgba(0, 0, 0, 0.3);
}
.areas{
	width: 100%;
	margin-left: 0%;
	text-align:center;
}

.container01 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding: 0px;
}
.wrapper01 {
	width: 100%;
	margin-left: 0%;
}
.content01_left {
	display: block;
	width: 47%;
	height: auto;
	margin-top: 0px;
	margin-left: 3%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	text-align: left;
	padding-top: 25px;
	padding-bottom: 20px;
	border-left: 0px solid #000000;
}
.content01_right {
	display: block;
	width: 47%;
	height: auto;
	margin-top: 0px;
	margin-right: 3%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	text-align: right;
	padding-top: 60px;
	padding-bottom: 0px;
	border: 0px solid #545454;
}
.container02 {
	width: 100%;
        height: auto;
        min-height: 600px;
        max-height: 600px;
	margin-top: 0px;
	margin-left: 0px;
	background: rgba(0, 0, 0, 0.0);
	padding:0px;
	clear: none;
        background-image:url(img/website_background02.jpg);
        background-position: top center; 
        background-repeat:no-repeat;
        background-size: cover;
}
/*  making the video fullscreen  */
#video-background {
  display: block;
  position:absolute;
  left: 0; 
  top: 130px;
  right: auto; 
  bottom: 0;
  min-width: auto; 
  min-height: auto;
  width: 150%; 
  height: auto;
  z-index: -100;
}
.wrapper02 {
	width: 100%;
	margin-left: 0%;
}
.content02_left_outer {
	display: block;
	width: 4%;
	height: auto;
	margin-left:0%;
	clear: none;
	text-align: center;
	padding: 0px;
}
.content02_left_nested {
	display: block;
	width: 100%;
	height: 100%;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 40px;
	text-align: right;
	padding-top: 0px;
	background: rgba(255, 255, 255, 0.0);
}
.content02_centre {
	display: block;
	position:relative;
	width: 43%;
	min-width:auto;
	height: 500px;
	margin-left:0%;
	clear: none;
	text-align: center;
	padding: 0px;
}
.content02_centre_nested {
	display: block;
	width: 96%;
	left-margin: 2%;
	position:absolute;
	height: 500px;
    right: 0;
    top: 0;
    bottom: 0;
	clear: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	padding-top: 70px;
	background: rgba(255, 255, 255, 0.0);
}
.content02_right_outer {
	display: block;
	width: 44%;
	height: auto;
	margin-left:0%;
	clear: none;
	text-align: center;
	padding: 0px;
}
.content02_right_nested {
	display: block;
	width: 100%;
	height: 100%;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 40px;
	text-align: left;
	padding-top: 0px;
	background: rgba(255, 255, 255, 0.0);
}
.content02_spacer{
	display: none;
	width: 0.05%;
	height: auto;
	top:0;
	bottom:0;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 1px;
	text-align: left;
	padding: 0px;
	border: 0px solid #545454;
}
.content02_spacer02{
	display: block;
	width: .75%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 1px;
	text-align: left;
	padding: 0px;
	border: 0px solid #545454;
}
.container03 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.wrapper03 {
	width: 100%;
	margin-left: 0%;
}
.content03 {
	display: block;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	border: 0px solid #545454;
}

.container04 {
	width: 100%;
    margin: 0px;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
	overflow-x: hidden;
	background-image:url(img/ema01.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top left;
}

.container04b {
	width: 100%;
    margin: 0px;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 0px;
	overflow-x: hidden;
	background-image:url(img/ema01b.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top left;
}
.wrapper04 {
	width: 100%;
	margin: 0px;
}
.content04a {
	display: block;
	width: 90%;
	height: auto;
	margin-top: 0px;
	margin-left: 5%;
	background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 0px solid #545454;
}
.content04b_left {
	display: block;
	width: 90%;
	height: auto;
	margin-top: 0px;
	margin-left: 5%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	border-left: 0px solid #000000;
}
.content04b_right {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0%;
	clear: none;
	background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 0px;
	border: 0px solid #545454;
}
.container05 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-x: hidden;
	background-image:url(work/media/screenshots/brand_nutruroot02.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top center;
}
.wrapper05 {
	width: 100%;
	margin-left: 0%;
}
.content05_left {
	display: block;
	width: 90%;
	height: auto;
	margin-left:5%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	border: 0px solid #545454;
}
.content05_right {
	display: block;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 30px;
	border: 0px solid #545454;
}
.title01 {
	font-size:30px;
	line-height: 25px;
	font-weight: bold;
}
.title02 {
	font-size:26px;
	line-height: 25px;
	font-weight: bold;
}
.title03 {
	font-size:20px;
	font-weight: bold;
	color:#4D4D4D;
}
.title04 {
	font-size: 24px;
	font-weight: bold;
	color: #4d4d4d;
}
.title05 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.border01 {
	border-left: 1px solid #FFFFFF;
	font-size: 28px;
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	line-height: 24px;
	padding-left: 5px;
}
.border01a {
	border-left: thin solid #cdcdcd;
	font-size: 35px;
	margin-left:0px;
	text-align: left;
	font-weight: bold;
	line-height: 30px;
	padding-left: 5px;
	opacity: 1.0;
}
.border02 {
	border-left: 1px solid #000000;
	font-size: 14px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-weight: normal;
	padding-left: 5px;
}
.border03 {
	border-left: 1px solid #FFFFFF;
	font-size: 18px;
	margin-left:50px;
	margin-right:50px;
	text-align: left;
	font-weight: bold;
}
.border04 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.border05 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.par01 {
	border-left: 0px solid #FFFFFF;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
	font-weight: normal;
}
.par02 {
	border-left: 0px solid #FFFFFF;
	font-size: 35px;
	margin-left:0%;
	margin-right:0%;
	text-align:center;
	font-weight: bold;
	color: #4F4F4F;
	line-height: 28px;
}
.par03 {
	font-size:40px;
	line-height: 35px;
	font-weight: bold;
}
.par04 {
    text-align:center;
}
.spacer01 {
    width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	text-align: center;
}
.sc_holder_cam01 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow-x: hidden;
	background-image:url(img/ema01b.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top left;
}
.sc_wrapper_cam01 {
	width: 90%;
    margin-left: 5%;
	text-align:center;
	padding: 0px;
}
.sc_cam01 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_holder_cam02 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.9);
	text-align:center;
	padding-top: 50px;
	color: #000000;
	background-image:url(img/ema01.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top left;
}
.sc_wrapper_cam02 {
	width: 90%;
    margin-left: 5%;
	text-align:center;
	padding: 0px;
}
.sc_cam02 {
	width: 33%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.title_m7 {
	width: 100%;
	margin-left: 0%;
	text-align: right;
	color: #000000;
	font-weight:bold;
	font-size: 25px;
	margin-top: 0px;
	padding-bottom: 10px;
}

/*END REVISED CODE*/
.zeroMargin_desktop {
margin-left: 0;
}	
.hide_desktop {
display: none;
}	
}
@media only screen and (min-width: 920px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: 0px;
	clear: none;
	float: none;
	margin-left: auto;
}
/*REVISED CODE*/
.sc_holder_work_1 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.sc_work_1_left {
	display: block;
	width: 55%;
	height: auto;
	margin-left:5%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: right;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_work_1_right {
	width: 35%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_holder_m3_vw {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m3_vfull {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: right;
	padding-top: 0px;
}
.sc_m3_vhalf {
	width: 60%;
	height: auto;
	margin-left:20%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: right;
	padding-top: 0px;
}
.sc_m3_left_vw {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: right;
	padding-top: 70px;
}
.sc_m3_right_vw {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
}
.sc_m3_left_vg {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: right;
	padding-top: 0px;
}
.sc_m3_right_vg {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
}
.sc_holder_m3_vb {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m3_left_vb {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
	text-align: right;
	padding-top: 0px;
}
.sc_m3_right_vb {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 70px;
}
.sc_holder_m7b {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}

body{
	overflow-x: hidden;
	margin-top: 0px;
	margin-left:0px;
	font-family: 'Gotham', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
.header {
	position: fixed;
	z-index:10;
    top:auto;
	margin-left:0px;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.4);
	width: 100%;
	height: auto;
	padding-bottom:15px;
	padding-top:0px;
	text-align:center;
}
.navigation {
	margin-top:0px;
}
.main {
	width: 100%;
	margin-left: 0%;
}
.sc_holder_m1 {
	width: 100%;
    margin-left: 0%;
	background-color:#000000;
	text-align:center;
	padding: 0px;
}
.sc_holder_m1v_m {
	display: none;
	position: relative;
    z-index: 0;
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	text-align:center;
	padding: 0px;
}
.sc_holder_m1v_l {
	display: block;
	position: relative;
	width: 100%;
    margin-left: 0%;
	background-image:url(img/web_bg1.jpg);
	text-align:center;
	padding: 0px;
}
.prime {
	display:block;
}
.sc_mcom_1 {
	width: 90%;
	margin-left: 5%;
	margin-top: 0px;
}
.title_holder_m1{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 28px;
	font-weight:normal;
	color: #ffffff;
	background: rgba(0, 0, 0, 1.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.title_m1 {
	width: 100%;
	margin-left: 0%;
	text-align: center;
	color: #ffffff;
	font-weight:bold;
	font-size: 40px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.title_holder_m2{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 28px;
	font-weight:normal;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
	padding-top: 50px;
	padding-bottom: 40px;
}
.title_holder_m3{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 28px;
	font-weight:normal;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.8);
	padding-top: 50px;
	padding-bottom: 40px;
}
.title_m2 {
	width: 100%;
	margin-left: 0%;
	text-align: left;
	color: #ffffff;
	font-weight:bold;
	font-size: 40px;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 200px;
}
.title_m3 {
	width: 100%;
	margin-left: 0%;
	text-align: left;
	color: #ffffff;
	font-weight:bold;
	font-size: 35px;
	margin-top: 0px;
	padding-bottom: 20px;
	letter-spacing:-2px;
}
.title_m4 {
	width: 100%;
	margin-left: 0%;
	color: #f4f4f4;
	font-weight:bold;
	font-size: 20px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.sc_holder_m2 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	text-align:center;
	padding: 0px;
}
.sc_m2a {
	display: none;
	width: 20%;
	height: 100%;
	margin-top: 0px;
	margin-left:0%;
	clear: none;
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding: 0px;
	border-bottom-width: 0px;
}
.sc_m2b {
	width: 55%;
	height: 100%;
	margin-top: 0px;
	margin-left:0%;
	clear: none;
	color:#ffffff;
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	padding-top: 0px;
	border-bottom-width: 0px;
	background-image:url(img/v1.png);
}
.sc_m2c{
	width: 45%;
	height: auto;
	margin-left:0%;
	clear: none;
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding: 0px;
	bottom-width: 0px;
}
.title_sub_1{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	line-height: 16px;
	letter-spacing: 10px;
}
.sc_holder_m3 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.sc_m3_left {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 1.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m3_right {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.7);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_holder_m4 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.sc_m4_left {
	display: block;
	width: 20%;
	height: auto;
	margin-left:10%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m4_right {
	width: 60%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	padding-top: 40px;
	border: 0px solid #000000;
}
.sc_holder_m5 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(img/v1.png);
}
.sc_m5_left {
	width: 50%;
	height: 100%;
	margin-top: 0px;
	margin-left:5%;
	clear: none;
	color:#ffffff;
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	padding: 0px;
	border-bottom-width: 0px;
}
.sc_m5_right{
	width: 40%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 0.2);
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding: 0px;
	bottom-width: 0px;
}
.sc_m5c{
	width: 40%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 0.2);
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding: 0px;
	bottom-width: 0px;
}
.sc_holder_m6 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.sc_m6a {
	width: 80%;
	margin-left: 10%;
	margin-top: 0px;
}
.sc_holder_m7 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.8);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}
.footer {
	color: #688593;
	background: rgba(0, 0, 0, 1.0);
	text-align: center;
	font-size: small;
	padding:5px;
}
.sc_media_1 {
	width: 100%;
	margin-left:0%;
	clear: none;
	font-size: small;
	text-align: center;
	background: rgba(0, 0, 0, 1.0);
}
.sc_media_2 {
	width: 100%;
	margin-left:0%;
	clear: none;
	font-size: small;
	text-align: center;
	padding:10px;
	background: rgba(0, 0, 0, 1.0);
}
.sc_media_3 {
	width: 100%;
	margin-left:0%;
	clear: none;
	font-size: small;
	text-align: center;
	padding:10px;
	background: rgba(0, 0, 0, 0.8);
}
.sc_title_media_1{
	position: relative;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 8px;
}
.sc_title_media_2{
	position: relative;
	text-align: center;
	color: #abdff8;
	font-weight: normal;
	font-size: 16px;
}
.sc_m8_left_1 {
	display: block;
	width: 20%;
	height: auto;
	margin-left:10%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m8_left_3 {
	width: 35%;
	height: auto;
	margin-left:15%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m8_right_4 {
	width: 35%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_holder_m9 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m9_vm_1 {
	width: 25%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_as_1 {
	width: 25%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_left {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_right {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.7);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_left_1 {
	display: block;
	width: 20%;
	height: auto;
	margin-left:10%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_left_2 {
	width: 100%;
	height: auto;
	margin-left:10%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_right_2 {
	width: 30%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_center_2 {
	width: 80%;
	height: auto;
	margin-left:10%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_m9_item_2 {
	width: 33%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m9_left_3 {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
	background: rgba(0, 0, 0, 0.5);
	font-weight: normal;
	font-size: 16px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_right_4 {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.8);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_left_5 {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
	background: rgba(0, 0, 0, 0.8);
	font-weight: normal;
	font-size: 16px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_right_6 {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.5);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_holder_m10 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m10_1 {
	width: 25%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_2 {
	width: 25%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_3 {
	width: 25%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_4 {
	width: 25%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_5 {
	display: block;
	width: 25%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 1.0);
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m_services_1{
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding: 0px;
}
.spacer_services{
	width: 100%;
	background: rgba(0, 0, 0, 1.0);
}
.sc_holder_m11 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.7);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sc_m11_left {
	display: block;
	width: 20%;
	height: auto;
	margin-left:20%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_m11_right {
	width: 35%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_holder_m12 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.8);
	text-align:center;
	padding-top: 20px;
}
.sc_m12_left {
	width: 30%;
	height: auto;
	margin-left: 5%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m12_middle {
	width: 30%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m12_right {
	width: 30%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_holder_mf {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(img/samples/v1.png);
}
.sc_mf_a {
	width: 50%;
	height: 100%;
	margin-top: 0px;
	margin-left:5%;
	clear: none;
	color:#ffffff;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	border-bottom-width: 0px;
}
.sc_mf_b{
	width: 40%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding: 0px;
	bottom-width: 0px;
}
.sc_work_2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
    text-indent: 0px;
	width: 100%;
	padding-top:10px;
	padding-bottom:20px;
	letter-spacing: 5px;
	background-color:rgba(0, 0, 0, 0.9);
}
.sc_work_3 {
	width:100%;
	margin-left: 0px;
	padding-top:20px;
    background-color:rgba(0, 0, 0, 0.6);
}
.sc_work_media {
	width:100%;
	margin-left: 0px;
	padding-top:20px;
	background: rgba(0, 0, 0, 0.7);
}
.main_work {
	width: 60%;
	margin-left: 20%;
}
.work_media {
	width: 60%;
	margin-left:20%;
	clear: none;
    background: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	font-size: small;
	text-align: center;
	padding: 10px;
}
.work_holder_graphic{
	width: 80%;
	margin-left: 10%;
}
.work_graphic {
	width: 100%;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 10px;
	border: 0px solid #4a5b62;
}
.sc_contact_holder {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	padding-top: 15px;
	font-size:20px;
	font-weight:normal;
}
.sc_contact_1 {
	width: 40%;
	height: auto;
	margin-left:10%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 20px;
	text-align: right;
	padding: 8px;
}
.sc_contact_2 {
	width: 40%;
	height: auto;
	margin-left:1%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 8px;
}
.sc_contact_bold {
	font-weight: bold;
}
.footer {
	color: #b0b0b0;
	background: rgba(0, 0, 0, 1.0);
	text-align: center;
	font-size: 11px;
	padding:5px;
}
.sc_terms_holder{
	width: 100%;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.5);
	font-weight: normal;
	font-size: medium;
	text-align: left;
	padding: 10px;
}
.sc_terms_1 {
	width:70%;
	margin-left: 15%;
	padding:20px;
    background-color:rgba(0, 0, 0, 0.6);
}
.sc_holder_gallery {
	width:100%;
	margin-left: 0px;
	padding-top:20px;
    background-color:rgba(0, 0, 0, 0.6);
}
.sc_gallery {
	width: 90%;
	margin-left: 5%;
}
.sc_holder_gallery_2 {
	width:100%;
	margin-left: 0px;
	padding-top:20px;
    background-color:rgba(0, 0, 0, 0.3);
}
.areas{
	width: 100%;
	margin-left: 0%;
	text-align:center;
}

/* CSS Hover Effect*/
.view {
	width: 32%;
	float: left;
	margin-left: 1%;
	margin-bottom: 10px;
	clear: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	border: 0px solid rgba(0, 0, 0, 0.3);
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	color: #fff;
	text-align: center;
	position: relative;
	padding: 5px;
	padding-top: 30px;
	background: rgba(0, 0, 0, 0.0);
	margin: 0px 0 0 0;
    font-size: 16px;
}
.view p {
   position: relative;
   color: #fff;
   padding: 0px;
   text-align: center;
   font-weight:normal;
   font-size: 10px;
}
.view_special_1{
	color:#ffffff;
	Font-size: 30px;
	font-weight:normal;
}
.view_special_2{
	color:#ffffff;
	Font-size: 10px;
	font-weight:bold;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   color: #FFF;
   text-transform: uppercase;
   text-align: center;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0, 0, 0, 0.6);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
/*END REVISED CODE*/


.container04 {
	width: 100%;
    margin: px;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
	overflow-x: hidden;
	background-image:url(img/ema01.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top center;
}

.container04b {
	width: 100%;
    margin: px;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 30px;
	overflow-x: hidden;
	background-image:url(img/ema01b.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top center;
}
.wrapper04 {
	width: 100%;
	margin: 0px;
}
.content04a {
	display: block;
	width: 70%;
	height: auto;
	margin-top: 0px;
	margin-left: 15%;
	background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	border: 0px solid #545454;
}
.content04b_left {
	display: block;
	width: 40%;
	height: auto;
	margin-top: 0px;
	margin-left: 5%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 70px;
	padding-bottom: 50px;
	border-left: 0px solid #000000;
}
.content04b_right {
	display: block;
	width: 55%;
	height: auto;
	margin-top: 0px;
	margin-left: 0%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 90px;
	border: 0px solid #545454;
}
.container05 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-x: hidden;
	background-image:url(work/media/screenshots/brand_nutruroot02.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top center;
}
.wrapper05 {
	width: 100%;
	margin-left: 0%;
}
.content05_left {
	display: block;
	width: 45%;
	height: auto;
	margin-left:5%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 30px;
	border: 0px solid #545454;
}
.content05_right {
	display: block;
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(89, 122, 69, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 0px;
	border: 0px solid #545454;
}
.title01 {
	font-size:40px;
	line-height: 40px;
	font-weight: bold;
}
.title02 {
	font-size:40px;
	font-weight: bold;
}
.title03 {
	font-size:20px;
	font-weight: bold;
	color:#4D4D4D;
}
.title04 {
	font-size: 24px;
	font-weight: bold;
	color: #4d4d4d;
}
.title05 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.border01 {
	border-left: 1px solid #FFFFFF;
	font-size: 40px;
	margin-left:60px;
	text-align: left;
	font-weight: bold;
	line-height: 40px;
	padding-left: 30px;
}
.border01a {
	border-left: thin solid #cdcdcd;
	font-size: 55px;
	margin-left:0px;
	text-align: left;
	font-weight: bold;
	line-height: 45px;
	padding-left: 10px;
	opacity: 1.0;
}
.sc_reel_m { 
   top: 0px; 
   left: 20px; 
   width: 100%; 
   padding-top: 0px;
   text-align:left;
   color: #ffffff;
   font-weight:bold;
   font-size: 16px;
   margin-top: -30px; 
}
.border02 {
	border-left: 1px solid #000000;
	font-size: 14px;
	margin-left:10px;
	margin-right:10px;
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
}


.zeroMargin_desktop {
margin-left: 0;
}	
.hide_desktop {
display: none;
}
}
@media only screen and (min-width: 950px) {	
/*REVISED CODE*/
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: 0px;
	clear: none;
	float: none;
	margin-left: auto;
}
/*  making the video fullscreen  */
.container02 {
	width: 100%;
        height: auto;
        max-height: 550px;
	margin-top: 0px;
	background: rgba(0, 0, 0, 0.0);
        background-image:url(img/website_background01.jpg);
	padding:0px;
	clear: none;
        background-position: top center; 
        background-repeat:no-repeat;
        background-size: cover;
}
/*  making the video fullscreen  */
#video-background {
  display: block;
  position:absolute;
  left: 0; 
  top: 130px;
  right: auto; 
  bottom: 0;
  min-width: 1250px; 
  min-height: auto;
  width: 200%; 
  height: auto;
  z-index: -100;
}
.wrapper02 {
	width: 100%;
	margin-left: 0%;
}
.content02_left_outer {
	display: block;
	width: 4%;
	height: auto;
	margin-left:0%;
}
.content02_left_nested {
	display: block;
	width: 100%;
	height: 100%;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 40px;
	text-align: right;
	padding-top: 0px;
	background: rgba(255, 255, 255, 0.0);
}
.content02_centre {
	display: block;
	position:relative;
	width: 60%;
	min-width:auto;
	height: 500px;
	margin-left:0%;
}
.content02_centre_nested {
	display: block;
	width: 96%;
	left-margin: 2%;
	position:absolute;
	height: 500px;
    right: 0;
    top: 0;
    bottom: 0;
	clear: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	padding-top: 60px;
	background: rgba(255, 255, 255, 0.0);
}
.content02_right_outer {
	display: block;
	width: 36%;
	height: auto;
	margin-left:0%;
	padding: 0px;
}
.content02_right_nested {
	display: block;
	width: 100%;
	height: 100%;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 40px;
	text-align: left;
	padding-top: 0px;
	background: rgba(255, 255, 255, 0.0);
}
.content02_spacer{
	display: none;
	width: 0.05%;
	height: auto;
	top:0;
	bottom:0;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 1px;
	text-align: left;
	padding: 0px;
	border: 0px solid #545454;
}
.content02_spacer02{
	display: block;
	width: .75%;
	height: 500px;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 1px;
	text-align: left;
	padding: 0px;
	border: 0px solid #545454;
}
.zeroMargin_desktop {
margin-left: 0;
}	
.hide_desktop {
display: none;
}
}




@media only screen and (min-width: 1100px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: 0px;
	clear: none;
	float: none;
	margin-left: auto;
}
.container02 {
	width: 100%;
        height: auto;
        min-height: 450px;
        max-height: 450px;
	margin-top: 0px;
	background: rgba(0, 0, 0, 0.0);
	padding:0px;
	clear: none;
        background-position: top center; 
        background-repeat:no-repeat;
        background-size: cover;
}
}
@media only screen and (min-width: 1250px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: 0px;
	clear: none;
	float: none;
	margin-left: auto;
}
.container02 {
	width: 100%;
        height: auto;
        min-height: 500px;
        max-height: 500px;
	margin-top: 0px;
	background: rgba(0, 0, 0, 0.0);
	padding:0px;
	clear: none;
        background-position: top center; 
        background-repeat:no-repeat;
        background-size: cover;
}
}
@media only screen and (min-width: 1400px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: 0px;
	clear: none;
	float: none;
	margin-left: auto;
}
.container02 {
	width: 100%;
        height: auto;
        min-height: 550px;
        max-height: 550px;
	margin-top: 0px;
	background: rgba(0, 0, 0, 0.0);
	padding:0px;
	clear: none;
        background-position: top center; 
        background-repeat:no-repeat;
        background-size: cover;
}
}
@media only screen and (min-width: 1550px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: 0px;
	clear: none;
	float: none;
	margin-left: auto;
}
.container02 {
	width: 100%;
        height: auto;
        min-height: 600px;
        max-height: 600px;
	margin-top: 0px;
	background: rgba(0, 0, 0, 0.0);
	padding:0px;
	clear: none;
        background-position: top center; 
        background-repeat:no-repeat;
        background-size: cover;
}
}


@media only screen and (min-width: 1700px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: 0px;
	clear: none;
	float: none;
	margin-left: auto;
}
/*REVISED CODE*/
body{
	overflow-x: hidden;
	margin-top: 0px;
	margin-left:0px;
	font-family: 'Gotham', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
.container01 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.wrapper01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
}
.content01_left {
	display: block;
	width: 47%;
	height: auto;
	margin-top: 0px;
	margin-left: 3%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	text-align: left;
	padding-top: 30px;
	padding-bottom: 25px;
	border-left: 0px solid #000000;
}
.content01_right {
	display: block;
	width: 47%;
	height: auto;
	margin-top: 0px;
	margin-right: 3%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	text-align: right;
	padding-top: 60px;
	padding-bottom: 0px;
	border: 0px solid #545454;
}
.container02 {
	width: 100%;
        height: auto;
        min-height: 650px;
        max-height: 650px;
	margin-top: 0px;
	background: rgba(0, 0, 0, 0.0);
	padding:0px;
	clear: none;
        background-position: top center; 
        background-repeat:no-repeat;
        background-size: cover;
}
/*  making the video fullscreen  */
#video-background {
  display: block;
  position:absolute;
  left: 0; 
  top: 130px;
  right: auto; 
  bottom: 0;
  min-width: 1250px; 
  min-height: auto;
  width: 100% !important;
  height: auto !important;
  z-index: -100;
}
.wrapper02 {
	width: 100%;
	margin-left: 0%;
}
.content02_left_outer {
	display: block;
	width: 4%;
	height: 500px;
	margin-left:0%;
}
.content02_left_nested {
	display: block;
	width: 100%;
	height: 100%;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 40px;
	text-align: right;
	padding-top: 0px;
	background: rgba(255, 255, 255, 0.0);
}
.content02_centre {
	display: block;
	position:relative;
	width: 55%;
	min-width:auto;
	height: 500px;
	margin-left:0%;
}
.content02_centre_nested {
	display: block;
	width: 96%;
	left-margin: 2%;
	position:absolute;
	height: 500px;
    right: 0;
    top: 0;
    bottom: 0;
	clear: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 40px;
	line-height: 45px;
	text-align: left;
	padding-top: 60px;
	background: rgba(255, 255, 255, 0.0);
}
.content02_right_outer {
	display: block;
	width: 41%;
	height: auto;
	margin-left:0%;
	clear: none;
    background-repeat:no-repeat;
	background-size: cover;
	text-align: center;
	padding: 0px;
}
.content02_right_nested {
	display: block;
	width: 100%;
	height: 100%;
	margin-left:0%;
	clear: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 40px;
	text-align: left;
	padding-top: 0px;
	background: rgba(255, 255, 255, 0.0);
}
.content02_spacer{
	display: none;
	width: 0.05%;
	height: auto;
	top:0;
	bottom:0;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 1px;
	text-align: left;
	padding: 0px;
	border: 0px solid #545454;
}
.content02_spacer02{
	display: block;
	width: .75%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 1px;
	text-align: left;
	padding: 0px;
	border: 0px solid #545454;
}
.container03 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.wrapper03 {
	width: 100%;
	margin-left: 0%;
}
.content03 {
	display: block;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 0px solid #545454;
}

.container04 {
	width: 100%;
    margin: px;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
	overflow-x: hidden;
	background-image:url(img/ema01.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top center;
}

.container04b {
	width: 100%;
    margin: px;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 30px;
	overflow-x: hidden;
	background-image:url(img/ema01b.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top center;
}
.wrapper04 {
	width: 100%;
	margin: 0px;
}
.content04a {
	display: block;
	width: 70%;
	height: auto;
	margin-top: 0px;
	margin-left: 15%;
	background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
	border: 0px solid #545454;
}
.content04b_left {
	display: block;
	width: 45%;
	height: auto;
	margin-top: 0px;
	margin-left: 5%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 70px;
	padding-bottom: 50px;
	border-left: 0px solid #000000;
}
.content04b_right {
	display: block;
	width: 50%;
	height: auto;
	margin-top: 0px;
	margin-left: 0%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 90px;
	border: 0px solid #545454;
}
.container05 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-x: hidden;
	background-image:url(work/media/screenshots/brand_nutruroot02.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top center;
}
.wrapper05 {
	width: 100%;
	margin-left: 0%;
}
.content05_left {
	display: block;
	width: 45%;
	height: auto;
	margin-left:5%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	border: 0px solid #545454;
}
.content05_right {
	display: block;
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 0px;
	border: 0px solid #545454;
}
.title01 {
	font-size:50px;
	line-height: 40px;
	font-weight: bold;
}
.title02 {
	font-size:40px;
	font-weight: bold;
}
.title03 {
	font-size:20px;
	font-weight: bold;
	color:#4D4D4D;
}
.title04 {
	font-size: 30px;
	font-weight: bold;
	color: #4d4d4d;
}
.title05 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.border01 {
	border-left: 1px solid #FFFFFF;
	font-size: 50px;
	margin-left:100px;
	text-align: left;
	font-weight: bold;
	line-height: 40px;
	padding-left: 50px;
}
.border01a {
	border-left: thin solid #cdcdcd;
	font-size: 60px;
	margin-left:0px;
	text-align: left;
	font-weight: bold;
	line-height: 50px;
	padding-left: 10px;
	opacity: 1.0;
}
.border02 {
	border-left: 1px solid #000000;
	font-size: 16px;
	margin-left:100px;
	margin-right:50px;
	text-align: left;
	font-weight: bold;
	padding-left: 50px;
}
.border03 {
	border-left: 1px solid #FFFFFF;
	font-size: 18px;
	margin-left:50px;
	margin-right:50px;
	text-align: left;
	font-weight: bold;
}
.border04 {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}
.border05 {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
.par01 {
	border-left: 0px solid #FFFFFF;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
	font-weight: normal;
}
.par02 {
	border-left: 0px solid #FFFFFF;
	font-size: 35px;
	margin-left:0%;
	margin-right:0%;
	text-align:center;
	font-weight: bold;
	color: #4F4F4F;
	line-height: 28px;
}
.par03 {
	font-size:40px;
	line-height: 35px;
	font-weight: bold;
}
.par04 {
    text-align:center;
}
.spacer01 {
    width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	text-align: center;

}

.header {
	position: fixed;
	z-index:10;
    top:auto;
	margin-left:0px;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.4);
	width: 100%;
	height: auto;
	padding-bottom:15px;
	padding-top:0px;
	text-align:right;
}
.navigation {
	margin-top:0px;
}
.main {
	width: 100%;
	margin-left: 0%;
}
.sc_holder_m1 {
	width: 100%;
    margin-left: 0%;
    background-color:#000000;
	text-align:center;
	padding: 0px;
}
.sc_holder_m1v_m {
	display: none;
	position: relative;
    z-index: 0;
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	text-align:center;
	padding: 0px;
}
.sc_holder_m1v_l {
	display: block;
	position: relative;
	width: 100%;
    margin-left: 0%;
	background-image:url(img/web_bg1.jpg);
	text-align:center;
	padding: 0px;
}
.prime {
	display:block;
}
.sc_mcom_1 {
	width: 90%;
	margin-left: 5%;
	margin-top: 0px;
}
.asset_holder_w1{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 28px;
	font-weight:normal;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 100px;
	padding-bottom: 50px;
}
.title_holder_m1{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 28px;
	font-weight:normal;
	color: #ffffff;
	background: rgba(0, 0, 0, 1.0);
	padding-top: 0px;
	padding-bottom: 20px;
}
.title_m1 {
	width: 100%;
	margin-left: 0%;
	text-align: center;
	color: #ffffff;
	font-weight:bold;
	font-size: 40px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.title_holder_m1_vb{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 28px;
	font-weight:normal;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	padding-top: 50px;
	padding-bottom: 40px;
}
.title_m1_vb {
	width: 100%;
	margin-left: 0%;
	text-align: center;
	color: #000000;
	font-weight:bold;
	font-size: 40px;
	margin-top: 0px;
	padding-bottom: 20px;
}
.title_holder_m2{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 28px;
	font-weight:normal;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
	padding-top: 50px;
	padding-bottom: 40px;
}
.title_holder_m3{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 28px;
	font-weight:normal;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.8);
	padding-top: 50px;
	padding-bottom: 40px;
}
.sc_logo_web { 
   top: 0px; 
   margin-left: 0%; 
   width: 100%;
   text-align:left;
   padding-left: 100px;
   padding-top: 100px;
   padding-bottom:0px;
   background: rgba(0, 0, 0, 0.0);
}
.title_m2 {
	width: 100%;
	margin-left: 0%;
	text-align: left;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.0);
	font-weight:bold;
	font-size: 50px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 200px;
}
.title_m3 {
	width: 100%;
	margin-left: 0%;
	text-align: left;
	color: #ffffff;
	font-weight:bold;
	font-size: 35px;
	margin-top: 0px;
	padding-bottom: 20px;
	letter-spacing:-2px;
}
.title_m4 {
	width: 100%;
	margin-left: 0%;
	color: #f4f4f4;
	font-weight:bold;
	font-size: 20px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing:-2px;
}
.title_m5 {
	width: 100%;
	margin-left: 0%;
	color: #000000;
	font-weight:bold;
	font-size: 24px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing:-2px;
}
.sc_holder_m2 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	text-align:center;
	padding: 0px;
}
.sc_m2a {
	display: block;
	width: 20%;
	height: 100%;
	margin-top: 0px;
	margin-left:0%;
	clear: none;
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding: 0px;
	border-bottom-width: 0px;
}
.sc_m2b {
	width: 40%;
	height: 100%;
	margin-top: 0px;
	margin-left:0%;
	clear: none;
	color:#ffffff;
	font-weight: normal;
	font-size: 17px;
	text-align: center;
	padding-top: 30px;
	border-bottom-width: 0px;
	background-image:url(img/v1.png);
}
.sc_m2c{
	width: 40%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 0.2);
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding: 0px;
	bottom-width: 0px;
}
.title_sub_1{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	line-height: 16px;
	letter-spacing: 10px;
}
.sc_holder_m3_vw {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m3_vfull {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: right;
	padding-top: 0px;
}
.sc_m3_left_vw {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: right;
	padding-top: 200px;
}
.sc_m3_right_vw {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
}
.sc_m3_left_vg {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: right;
	padding-top: 0px;
}
.sc_m3_right_vg {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
}
.sc_holder_m3_vb {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m3_left_vb {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
	text-align: right;
	padding-top: 0px;
}
.sc_m3_right_vb {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 200px;
}
.sc_holder_m4 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.sc_m4_left {
	display: block;
	width: 20%;
	height: auto;
	margin-left:20%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m4_right {
	width: 35%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	padding-top: 40px;
	border: 0px solid #000000;
}
.sc_holder_m5 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(img/v2.png);
}
.sc_m5_left {
	width: 45%;
	height: 100%;
	margin-top: 0px;
	margin-left:12.5%;
	clear: none;
	color:#ffffff;
	font-weight: normal;
	font-size: 17px;
	text-align: center;
	padding: 0px;
	border-bottom-width: 0px;
}
.sc_m5_right{
	width: 30%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 0.2);
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding: 0px;
	bottom-width: 0px;
}
.sc_m5c{
	width: 40%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 0.2);
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding: 0px;
	bottom-width: 0px;
}
.sc_holder_m6 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.sc_m6a {
	width: 60%;
	margin-left: 20%;
	margin-top: 0px;
}
.sc_holder_m7 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.8);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}
.sc_holder_m7b {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}
.sc_holder_casestudy01 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 50px;
	color: #FFFFFF;
	min-width: 100%;
}
.sc_wrapper_casestudy01 {
	width: 70%;
    margin-left: 15%;
	text-align:center;
	padding: 0px;
}
.sc_casestudy01 {
	width: 32%;
	height: auto;
	margin-left:1%;
	clear: none;
    background: rgba(20, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_holder_casestudy02 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 50px;
	color: #000000;
	min-width: 100%;
}
.sc_wrapper_casestudy02 {
	width: 70%;
    margin-left: 15%;
	text-align:center;
	padding: 0px;
}
.sc_casestudy02 {
	width: 32%;
	height: auto;
	margin-left:1%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}
.footer {
	color: #688593;
	background: rgba(0, 0, 0, 1.0);
	text-align: center;
	font-size: small;
	padding:5px;
}
.sc_media_1 {
	width: 100%;
	margin-left:0%;
	clear: none;
	font-size: small;
	text-align: center;
	background: rgba(0, 0, 0, 1.0);
}
.sc_media_2 {
	width: 100%;
	margin-left:0%;
	clear: none;
	font-size: small;
	text-align: center;
	padding:10px;
	background: rgba(0, 0, 0, 1.0);
}
.sc_media_3 {
	width: 100%;
	margin-left:0%;
	clear: none;
	font-size: small;
	text-align: center;
	padding:10px;
	background: rgba(0, 0, 0, 0.8);
}
.sc_title_media_1{
	position: relative;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 8px;
}
.sc_title_media_2{
	position: relative;
	text-align: center;
	color: #abdff8;
	font-weight: normal;
	font-size: 16px;
}
.sc_holder_m8 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.8);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 20px;
	overflow-x: hidden;
	background-image:url(img/ema01.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top center;
}
.sc_holder_m8b {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.8);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow-x: hidden;
	background-image:url(img/ema01b.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top center;
}
.sc_m8_right_2 {
	width: 60%;
	height: auto;
	margin-left:20%;
	clear: none;
	color:#000000;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m8_right_2b {
	width: 60%;
	height: auto;
	margin-left:20%;
	clear: none;
	color:#FFFFFF;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m8_left_1 {
	display: block;
	width: 20%;
	height: auto;
	margin-left:15%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m8_left_3 {
	width: 35%;
	height: auto;
	margin-left:15%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m8_right_4 {
	width: 35%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_holder_m9 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_m9_left {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_right {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_left_1 {
	display: block;
	width: 20%;
	height: auto;
	margin-left:15%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_left_2 {
	width: 80%;
	height: auto;
	margin-left:10%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_holder_cam01 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow-x: hidden;
	background-image:url(img/ema01b.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top center;
}
.sc_wrapper_cam01 {
	width: 70%;
    margin-left: 15%;
	text-align:center;
	padding: 0px;
}
.sc_cam01 {
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_holder_cam02 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.9);
	text-align:center;
	padding-top: 50px;
	color: #000000;
	background-image:url(img/ema01.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top center;
}
.sc_wrapper_cam02 {
	width: 70%;
    margin-left: 15%;
	text-align:center;
	padding: 0px;
}
.sc_cam02 {
	width: 33%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}

.sc_m9_right_2 {
	width: 30%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_center_2 {
	width: 80%;
	height: auto;
	margin-left:10%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_m9_item_2 {
	width: 33%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m9_left_3 {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_right_4 {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_left_5 {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m9_right_6 {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#000000;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_holder_outer_m10 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding: 0px;
}
.sc_holder_m10 {
	width: 80%;
    margin-left: 10%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.sc_m10_1 {
	width: 25%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_2 {
	width: 25%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_3 {
	width: 25%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_4 {
	width: 25%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m10_5 {
	display: block;
	width: 25%;
	height: auto;
	margin-left:0%;
	text-align:center;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 1.0);
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	border: 0px solid #000000;
}
.sc_m_services_1{
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding: 0px;
}
.spacer_services{
	width: 100%;
	background: rgba(0, 0, 0, 1.0);
}
.sc_holder_m11 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.7);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sc_m11_left {
	display: block;
	width: 20%;
	height: auto;
	margin-left:20%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_m11_right {
	width: 35%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_holder_m12 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.8);
	text-align:center;
	padding-top: 20px;
}
.sc_m12_left {
	width: 33.33%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m12_middle {
	width: 33.33%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_m12_right {
	width: 33.33%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.sc_holder_mf {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(img/samples/v1.png);
}
.sc_mf_a {
	width: 45%;
	height: 100%;
	margin-top: 0px;
	margin-left:12.5%;
	clear: none;
	color:#ffffff;
	font-weight: normal;
	font-size: 17px;
	text-align: center;
	padding: 0px;
	border-bottom-width: 0px;
}
.sc_mf_b{
	width: 30%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(255, 255, 255, 0.2);
	font-weight: normal;
	font-size: medium;
	text-align: center;
	padding: 0px;
	bottom-width: 0px;
}
.sc_holder_work_1 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.sc_work_1_left {
	display: block;
	width: 50%;
	height: auto;
	margin-left:10%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: right;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_work_1_right {
	width: 30%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_work_2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
    text-indent: 0px;
	width: 100%;
	padding-top:10px;
	padding-bottom:20px;
	letter-spacing: 5px;
	background-color:rgba(0, 0, 0, 0.9);
}
.sc_work_3 {
	width:100%;
	margin-left: 0px;
	padding-top:20px;
    background-color:rgba(0, 0, 0, 1.0);
}
.sc_work_media {
	width:100%;
	margin-left: 0px;
	padding-top:20px;
	background: rgba(0, 0, 0, 0.7);
}
.main_work {
	width: 60%;
	margin-left: 20%;
}
.work_media {
	width: 50%;
	margin-left:25%;
	clear: none;
    background: rgba(0, 0, 0, 0.6);
	font-weight: bold;
	font-size: small;
	text-align: center;
	padding: 10px;
}
.work_holder_graphic{
	width: 100%;
	margin-left: 0%;
}
.work_graphic {
	width: 100%;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	text-align: center;
	padding: 0px;
}
.sc_contact_holder {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	padding-top: 15px;
	font-size:20px;
	font-weight:normal;
	color: #000000;
}
.sc_contact_1 {
	width: 25%;
	height: auto;
	margin-left:25%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 20px;
	text-align: right;
	padding: 8px;
	color: #000000;
}
.sc_contact_2 {
	width: 35%;
	height: auto;
	margin-left:1%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 8px;
	color: #000000;
}
.sc_contact_bold {
	font-weight: bold;
}
.footer {
	color: #b0b0b0;
	background: rgba(0, 0, 0, 1.0);
	text-align: center;
	font-size: 11px;
	padding:5px;
}
.sc_terms_holder{
	width: 100%;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.5);
	font-weight: normal;
	font-size: medium;
	text-align: left;
	padding: 10px;
}
.sc_terms_1 {
	width:70%;
	margin-left: 15%;
	padding:20px;
    background-color:rgba(0, 0, 0, 0.6);
}
.sc_holder_gallery {
	width:100%;
	margin-left: 0px;
	padding-top:20px;
    background-color:rgba(0, 0, 0, 0.9);
}
.sc_gallery {
	width: 86%;
	margin-left: 7%;
}
.sc_holder_gallery_2 {
	width:100%;
	margin-left: 0px;
	padding-top:20px;
    background-color:rgba(0, 0, 0, 0.3);
}
.areas{
	width: 100%;
	margin-left: 0%;
	text-align:center;
}
/*END REVISED CODE*/
.zeroMargin_desktop {
margin-left: 0;
}	
.hide_desktop {
display: none;
}
}
@media only screen and (min-width: 1550px) {
.view h2 {
	color: #fff;
	text-align: center;
	position: relative;
	padding: 5px;
	padding-top: 60px;
	background: rgba(0, 0, 0, 0.0);
	margin: 0px 0 0 0;
    font-size: 20px;
}
.view p {
   position: relative;
   color: #fff;
   padding: 0px;
   text-align: center;
   font-weight:normal;
   font-size: 12px;
}
.view_special_1{
	color:#ffffff;
	Font-size: 50px;
	font-weight:normal;
}
.view_special_2{
	color:#ffffff;
	Font-size: 12px;
	font-weight:bold;
}
.work_media {
	width: 40%;
	margin-left:30%;
	clear: none;
    background: rgba(0, 0, 0, 0.6);
	font-weight: bold;
	font-size: small;
	text-align: center;
	padding: 10px;
}	
.sc_work_1_left {
	display: block;
	width: 40%;
	height: auto;
	margin-left:20%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: right;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_work_1_right {
	width: 20%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 0px;
	border: 0px solid #000000;
}	
.sc_m3_left_vw {
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: right;
	padding-top: 200px;
}	
.sc_m9_right_2 {
	width: 35%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid #000000;
}
.sc_m9_center_2 {
	width: 68%;
	height: auto;
	margin-left:16%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 1.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 0px;
	border: 0px solid #000000;
}
.sc_m9_item_2 {
	width: 33%;
	height: auto;
	margin-left:0%;
	clear: none;
	color:#ffffff;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}

/*END REVISED CODE*/
.zeroMargin_desktop {
margin-left: 0;
}	
.hide_desktop {
display: none;
}
}