body, h1, h2, h3, h4, h5, h6, ul, li{
	margin:0;
	padding:0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

body{
	font-size:15px;
	color:#333;
        font-family: "roboto-cond";
        background: url(../images/pattern.png) repeat;

}

h1, h2, h3, h4, h5, h6{
        font-weight: normal;
}


.wrapper{
	width:100%;
	margin:auto;
	position:relative;
}


.container{
	max-width:900px;
	width:95%;
	margin:auto;
	position:relative;
}


img{
	border:0;
	width:100%;
}

.clear{
	clear:both;
}

.logo{
    width: 210px;
    float: left;
}

#header{
    width: 100%;
    padding: 10px 0;
    background: rgba(255,255,255,0.9);
    border-bottom: #ccc solid 2px;
    position: relative;
}

a {
    color: #333;
    text-decoration: none;
}

.top-cntct-detail{
    float: right;
    width: auto;
}

.cntct-content{
    float: left;
}

.cntct-content span{
    color: #F57000;
}

.cntct-content:first-child{
    margin-right: 20px;
}

.banner-design{
    position: absolute;
    bottom: 10px;
    right: 0;
}

.banner-design h1{
    font-size: 22px;
    font-weight: normal;
    color: #0067ac;
}

#main-content{
    padding: 15px 0;
}

#footer{
    background: #0067ac;
    padding:5px 0;
}

#footer p{
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
    
}

#footer p a{
    color: #fff;
    text-decoration: none;
}

.fluid_container img{
    width: 100%;
    height: auto;
}

.nav{
    width: 100%;
    text-align: left;
    float: left;
}

.nav ul li{
    float: none;
    display: inline-block;
    vertical-align: top;
    list-style:none;
    width: 17.5%;
    margin: 0 1%;
    text-align: center;
}

.nav ul li a{
    display: block;
    margin-bottom: 15px;
    padding: 7px 0;
    border: #ccc solid thin;
    background: #fff;
    font-size: 17px;
    color: #333;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}

.nav ul li a:hover, .nav ul li a.active{
    box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
    background: #0067ac;
    border: #0067ac solid thin;
    color: #fff;
}

.facebook-cover{
    width: 850px;
    height: auto;
    margin: auto;
}
.facebook-cover .camera_fakehover{
    height: 62%;
}

.linkedin{
    width: 646px;
    margin: auto;
}

.camera_fakehover{
	border:#aaa solid thin;
}

.linkedin .camera_fakehover{
    height: 57%;
}

.facebook-ad .camera_fakehover{
   // height: 87%;
}

.ytb-channel .camera_fakehover{
    height: 93%;
}

.twtr-pg .camera_fakehover{
    height: 55%;
}

.google-pg .camera_fakehover{
    height: 93%;
}

.insta-pg #camera_wrap_1{
    height: 900px !important;
}
.insta-pg .camera_fakehover{
    height: 100%;
}

.webdeisgn .camera_fakehover{
    height: 87%;
}

.brchr-design{width:550px; height:auto; margin:auto;}