/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
consdog@tutanota.com36xf8gZ2dAk7s
732a52f0459827c4db6e70e9fea4f8bc2337bd8ad2474b01b2f9fde2e7b50501
+prot=con.dog+same

******************* bradnailer.us ***********************

*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	font-family: 'Raleway', sans-serif;
	 background:#ffffff;
	font-size:100%;
}
/* start header */
.header_bg{
	background: black;
}
.header{
	padding: 1% 0%;
}
/*-----start-header----*/
.logo{
	float:left;
	margin:1.2em 1em;
}
.logo a{
	margin:0 auto;
	font-size:2em;
	font-weight:600;
	color:#fff;
}
/*****/
#w {
  max-width:70%%;
  margin: 0 auto;
}

#content {
  margin: 0 0em;
  background: #fff;
}

#pagebody {
  padding: 15px 25px;
}

/* navigation bar */
#topnav {
  display: block;
  width: 100%;
  position: relative;
}

#topnav h1 {
  float: left;
  padding:1.3em 0em;
}
#topnav h1 a {
  text-decoration: none;
  	padding: 1px 7px;
	display: block;
	color: #fff;
	font-size: 2.5em;
	font-weight:400;
}

#topnav #navbtn {
  display: none;
  float: right;
  top: 0;
  width:32px;
  padding: 1.5em 0em;
  background: url('../images/menu-nav.png') center no-repeat;
  text-indent: -99999px;
  overflow: hidden;
  height:22px;
}

#topnav nav {
  position: absolute;
  top: 0; 
  right: -10px;
  padding: 2.2em 0em;
}

#topnav nav ul {
  list-style: none;
}
#topnav nav ul li {
  display: block;
  float: left;
  margin:0em 0.5em;
}

#topnav nav ul li a {
  font-size: 0.8725em;
	color: #D3D1D1;
	padding:7px 0;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	margin:0px 20px;
	font-weight: 500;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
 	font-family: 'Raleway', sans-serif;
}
#topnav nav ul li a:hover {
  border-bottom: 4px solid #7B6C63;
}
#topnav nav ul li.active>a {
  border-bottom: 4px solid #7B6C63;
}
/* footer block */
#btmnav {
  display: block;
  padding: 5px 0;
  border-top: 1px solid #cfcfcf;
  font-size: 1.1em;
  font-weight: normal;
}

#btmnav .credits { 
  color: #999;
  line-height: 1.45em;
}
#btmnav nav { padding: 9px 0; padding-bottom: 15px; }
#btmnav nav ul li { display: inline; }
#btmnav nav ul li a { font-weight: bold; }


/* responsive styles */
@media screen and (max-width: 800px) {
  h2 { font-size: 2.2em; }
  p { font-size: 1.45em; line-height: 1.55em; }
  #topnav h1 {
	padding: 0.4em 0em;
	}
	#topnav #navbtn {
	padding:0.5em 0em;
	}
  #topnav { height: auto; }
  #topnav nav { 
    display: none; 
    position: static;
    width: 100%;
    padding:0;
    top: auto;
    right: auto;
  }
  #topnav nav ul li { float: none; margin: 0;  background: #f0f0f0;}
  #topnav nav ul li a {
    display: block;
    width: 100%;
    line-height:1.9em;
    border: 0;
    border-radius:0px;
    padding: 9px 9px;
    color:#303030;
    border-bottom: 1px solid rgba(90, 85, 73, 0.17);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: none;
  }
  #topnav nav ul li a.sel {
    color: #6f8767;
    background: #cbdcc5;
  }
  
  #topnav #navbtn {
  	display: block;
	padding: 2.5em 0;
  }
}
/*---End-top-header----*/
/*--- video ---*/
.ad728x90{
	text-align: center;
}
 .video{
 	padding:3% 0 2%;
 	text-align: center;
 }

.video h3{
 	font-family: 'Raleway', sans-serif;
 	font-size: 1.7em;
 	color:#7B6C63;
 	font-weight: 600;
 }
.video p {
	font-family: 'Raleway', sans-serif;
	font-size: 0.8755em;
	color: #444444;
	font-weight: 400;
	width: 45%;
	line-height: 1.9em;
	margin: 2% auto 0;
}
.video span {
	padding: 0px 60px;
	border-bottom: 3px solid #7B6C63;
}
.video-bottom{
	background: #F5F5F5;
}
.video-left {
	width: 27%;
	margin-left: 15%;
}
.video-left h4{
	font-family: 'Raleway', sans-serif;
 	font-size: 1.3em;
 	color:#7B6C63;
 	font-weight: 600;
 	margin-top: 12%;
}
.video-left p {
	font-family: 'Raleway', sans-serif;
	font-size: 0.8755em;
	color: #444444;
	font-weight: 400;
	line-height: 1.9em;
	margin: 4% 0 0%;
}
.video-right{
	width: 57%;
}
.video-left p a{
	font-family: 'Raleway', sans-serif;
	font-size: 0.8755em;
	color: #333;
	padding: 13px 20px;
	border:2px solid #666;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 7px;
   	-webkit-border-radius: 7px;
   	-moz-border-radius: 7px;
   	-o-border-radius: 7px;
}
.video-left p a:hover{
	background: #7B6C63;
	border:2px solid #7B6C63;
	color: #fff;
}
.Protects{
	
}
/*--- services ---*/
.ad300x250-2{
	padding-top:2em;
	text-align:center;
}
.service.text-center{
	padding:6% 0;
}
.service h3{
	font-family: 'Raleway', sans-serif;
 	font-size: 1.3em;
 	color:#7B6C63;
 	font-weight: 600;
}
.service p{
	font-family: 'Raleway', sans-serif;
	font-size: 0.8755em;
	color: #444444;
	font-weight: 400;
	line-height: 1.9em;
	width: 99%;
	margin: 2% auto 0;
}
.service h4 a{
	font-family: 'Raleway', sans-serif;
 	font-size: 1.1em;
 	color:#7B6C63;
 	font-weight: 600;
 	text-decoration:none;
 	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service h4 a:hover{
 	color:#7C4F34;
}
.service-bottom{
	margin-top:5%;
}
/*--- skills ---*/
.skills{
	background-size: 100% 100%;
	padding:6% 0;
	background:url("../images/skills.jpg") no-repeat;
}
.skills h4{
	font-family: 'Raleway', sans-serif;
 	font-size: 1.1em;
 	color:#fff;
 	font-weight: 600;
}

/*--- portfolio ---*/
div.port {
	text-align: center;
}
div#portfolio {
	padding-bottom: 6%;
}
.port ul li{
	width: 25.02%;
	display: inline-block;
	margin-left: -4px;
}
.port-text{
	text-align:center;
	background:#1A1A1A;
	margin-top:-6px;
	padding:6% 0;
}
.port-text h4{
	font-family: 'Raleway', sans-serif;
 	font-size: 1.1em;
 	color:#fff;
 	font-weight: 600;
}
.port-text p {
	font-family: 'Raleway', sans-serif;
	font-size: 0.8755em;
	color: #777;
	font-weight: 400;
	line-height: 1.9em;
	margin-top: 0.8%;
}
.view {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 0px 2px #BEBEBE;
	-moz-box-shadow: 0px 0px 2px #BEBEBE;
	box-shadow: 0px 0px 2px #BEBEBE;
	background: #fff;
	cursor: pointer;
	background-size: 100% 100%;
	height: 290px;
}
.view .mask, .view .content {
	width: 90%;
	height: 255px;
	position: absolute;
	overflow: hidden;
	top: 0;
	margin: 4.6% 5.2%;
	left: 0;
}
.view h2 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	position: relative;
	font-size: 16px;
	padding: 10px 10px 0px;
	margin: 24% 0 -10px 0;
}
#portfolio > div > div> div > div > a {
	font-size: 0.82355em;
}
.view a.info {
   color:#999898;
   padding: 2px 0;
}
.view a.info:hover {
  color:#fff;
}
.view-fourth .mask .border {

}
.view-fourth .mask {
   background:rgba(14, 14, 14, 0.83);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourth h2 {
	font-family: 'Raleway', sans-serif;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: transparent;
  text-align: center;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth p.a {
	font-family: 'Raleway', sans-serif;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align: center;
	color: #FFF;
	font-size: 0.7755em;
	padding-top: 3%;
}
.view-fourth span {
	text-align: center;
	padding: 0px 28px;
	border-bottom: 3px solid #fff;
}
.view-fourth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
div.port p {
	margin-top: 3%;
}
.port p a{
	font-size: 0.8755em;
	color:#333;
	padding:13px 25px;
	border:2px solid #666;
	display:inline-block;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 7px;
   	-webkit-border-radius: 7px;
   	-moz-border-radius: 7px;
   	-o-border-radius: 7px;
}
.port p a:hover{
	background: #7B6C63;
	border: 2px solid #7B6C63;
	color: #fff;
}
div.port p a img {
	vertical-align: bottom;
	margin-left:10px;
}
div.port p a span{
	background: url(../images/arrow.png) no-repeat -1px 2px;
	width: 22px;
	height: 22px;
	vertical-align: bottom;
	margin-left:10px;
	display: inline-block;
}
div.port p a span:hover{
	background: url(../images/arrow-wyt.png) no-repeat -1px 2px;
}
/*--- team ---*/
.team{
	background: #F5F5F5;
}
div.team-member {
	text-align: center;
	margin-bottom:7%;
}
.team-member ul li {
	display: inline-block;
	width: 25%;
	margin-right: 2%;
}
.team-member ul li:nth-child(3){
	margin-right:0;
}
.view1 {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 0px 2px #BEBEBE;
	-moz-box-shadow: 0px 0px 2px #BEBEBE;
	box-shadow: 0px 0px 2px #BEBEBE;
	background: #fff;
	cursor: pointer;
	background-size: 100% 100%;
	height: 280px;
}
.view1 .mask1, .view1 .content {
	width: 90%;
	height: 255px;
	position: absolute;
	overflow: hidden;
	top: 0;
	margin: 4.6% 5.2%;
	left: 0;
}
.view1 h2 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	position: relative;
	font-size: 16px;
	padding: 10px 10px 0px;
	margin: 24% 0 -10px 0;
}
#portfolio > div > div> div > div > a {
	font-size: 0.82355em;
}
.view1 a.info {
   color:#999898;
   padding: 2px 0;
}
.view1 a.info:hover {
  color:#fff;
}
.view-fourth1 .mask1 .border1 {

}
.view-fourth1 .mask1 {
   background:rgba(14, 14, 14, 0.83);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourth1 h2 {
	font-family: 'Raleway', sans-serif;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: transparent;
  text-align: center;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth1 p.a {
	font-family: 'Raleway', sans-serif;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align: center;
	color: #FFF;
	font-size: 0.7755em;
	padding-top: 3%;
}
.view-fourth1 span {
	text-align: center;
	padding: 0px 28px;
	border-bottom: 3px solid #fff;
}
.view-fourth1 a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth1:hover .mask1 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth1:hover h2,
.view-fourth1:hover p,
.view-fourth1:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
.team-member ul li p {
	border: 2px solid #E4E4E4;
	margin-top: 7%;
	padding: 9px 0;
	-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.team-member ul li:hover p{
	border: 2px solid #7C4F34;
}
.team-member ul li p a {
	font-family: 'Raleway', sans-serif;
   font-size:1.4em;
   color:#333;
   text-decoration:none;
  text-align: center;
}
.team-member ul li p a label{
	font-family: 'Raleway', sans-serif;
   font-size:0.7755em;
   color:#333;
}

.slider{
	background:#1A1A1A;
}

.vimeo {
	background: #fff;
	color: #fff;
	width: 640px;
	padding: 12px;
}
.post {
	background: #7B6C63;
	color: #fff;
	width: 80px;
	height: 80px;
	padding: 12px;
	text-align: center;
	border: 7px solid #EBEBEB;
	position: absolute;
	left: 47em;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.post a{
	color:#fff;
	text-decoration: none;
}
.post:hover {
	background: #7C4F34;
	color: #fff;
}

/*---footer-top----*/
.footer-top{
	padding:3% 0;
	background:#222222;
}
.footer-top p {
	font-family: 'Raleway', sans-serif;
	color: #696969;
	font-size: 0.8755em;
	line-height: 1.9em;
	padding: 3% 0;
}
.footer-top h4 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 1.3em;
	padding-bottom: 13%;
}
.footer-top span {
	font-family: 'Raleway', sans-serif;
	color: #6D6D6D;
	font-size: 1em;
	padding-bottom: 13%;
}
.foot{
	border-bottom: 2px solid #343535;
	padding-bottom: 2%;
	margin-bottom: 2%;
}
.footer-top p a {
	color: #6D6D6D;
	text-decoration:none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer-top p a:hover {
	color: #fff;
}
.footer-top p.a {
	font-family: 'Raleway', sans-serif;
	color: #696969;
	font-size: 0.8755em;
	line-height: 1.9em;
	padding: 0% 0 3%;
}
.footer-top p.b {
	font-family: 'Raleway', sans-serif;
	color: #696969;
	font-size: 0.8755em;
	line-height: 1.9em;
	padding: 0% 0 2%;
}
.footer-top h4.a {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 1.3em;
	padding-bottom: 11%;
}
/*---footer-bottom----*/
.footer{
	background: #1C1C1C;
	padding:2% 0;
}
.copy-right
{
	text-align:center;
	margin-right: 15px;
}	
.copy-right p
{
	font-size:0.92355em;
	color:#999999;
	margin: 0;
}
.copy-right p a
{
	color: #7B6C63;
	 -webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.copy-right p a:hover
{
	color: #fff;
	text-decoration: none;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 32px;
	height:32px;
	border: none;
	text-indent: 100%;
	background: url(../images/move-up.png) no-repeat right top;
}
/*--media-queries--*/
	@media only screen and (max-width:1440px) {
	.view {
		height: 256px;
	}
	.view .mask, .view .content {
	height: 238px;
	margin: 3.6% 5.2%;
	}
}
@media only screen and (max-width: 1366px) {
	.container{
		width:95%;
	}
	.video-left {
		width: 39%;
		margin-left: 4%;
	}
	.video-left h4 {
		margin-top: 7%;
	}
	.view {
		height: 245px;
	}
	.view .mask, .view .content {
		height: 215px;
	}
	.blog-right {
		width: 38%;
	}
	.blog .circle {
		left: 38.3em;
	}
	.blog-left {
		padding-bottom: 27%;
		width: 50.15%;
	}
	.post {
		left: 39.4em;
	}
}
@media only screen and (max-width: 1280px) {
	.container{
		width:95%;
	}		
	.video-bottom {
		padding-bottom: 4%;
	}
	.view {
		height: 230px;
	}
	.view .mask, .view .content {
		height: 203px;
	}
	.view h2 {
		margin: 19% 0 -10px 0;
	}
	.blog-right p {
		width: 97%;
	}
	.blog-right {
		width: 41%;
	}
	.blog .circle {
		left: 35.5em;
	}
	.post {
		left: 36.5em;
	}
	.blog-left {
		width: 49.95%;
	}
}
@media only screen and (max-width: 1024px) {
	.container{
		width:95%;
	}	
	.menu li a {
		margin: 0px 16px;
	}
	.video h3,.contact h3 {
		font-size: 1.5em;
	}
	.pie-wrapper {
		height: 160px;
		width: 160px;
	}
	.pie-wrapper .pie .half-circle {
		height: 145px;
		width: 144px;
	}
	.pie-wrapper .label {
		font-size: 2em;
		left: 2%;
		top: 10%;
	}
	.view {
		height: 185px;
	}
	.view .mask, .view .content {
		height: 163px;
	}
	.view1 {
		height: 226px;
	}
	.view1 .mask1, .view1 .content {
		height: 204px;
	}
	.social-icons-set ul li a {
		margin: 72px 10px;
	}
	.team-member ul li p a {
		font-size: 1.1em;
	}
	div.blog-left img {
		width: 85%;
	}
	.blog-left {
		width: 51.87%;
		height: 260px;
		padding-bottom: 29%;
	}
	.blog .circle {
		left: 29.35em;
	}
	.post {
		left: 30em;
	}
}
@media only screen and (max-width: 768px) {
	.container{
		width:95%;
	}	
	.h_right {
		width: 100%;
		background:#19191A;
	}
	lable {
		float: right;
		font-weight: bold;
		color: #fff;
		margin-top: 13px;
		margin-right: 13px;
		font-size: 15px;
	}

	.menu {
		display: none;
	}
	.nav {
		display: block;
	}
	.service p {
		width: 100%;
	}
	.video h3 {
		font-size: 1.2em;
	}
	.video-left h4 {
		font-size: 1em;
	}
	.service h4 a {
		font-size: 1em;
	}
	.skills{
		background-size: 100% 100%;
	}
	.view {
		height: 138px;
	}
	.view .mask, .view .content {
		height: 121px;
	}
	.view h2 {
		margin: 14% 0 -10px 0;
	}
	.view1 {
		height: 168px;
	}
	.view1 .mask1, .view1 .content {
		height: 151px;
	}
	.social-icons-set ul li a {
		margin: 45px -6px;
	}
	.blog .circle {
		left: 21.5em;
	}
	.blog-left {
		padding-bottom: 40%;
	}
	.post {
		left: 21.5em;
	}
	.blog {
		padding-bottom: 16%;
	}
	.blog-left h4,.blog-right h4 {
		font-size: 1em;
	}
	.contact h3 {
		font-size: 1.2em;
	}
	.footer-top p {
		padding: 1% 0 0;
	}
	.footer-top h4 {
		font-size: 1em;
		padding: 3% 0;
	}
	.foot {
		padding-bottom: 2%;
		margin-bottom: 2%;
	}
	.footer-top h4.a {
		font-size: 1em;
		padding-bottom: 2%;
	}
	.footer-top p.b,.footer-top p.a  {
		padding: 0% 0 1%;
	}

}
@media only screen and (max-width: 640px) {
	.container{
		width:95%;
	}	
   .view .mask, .view .content {
		height: 101px;
	}
	.view {
		height: 113px;
	}
	.ad728x90 {
		text-align: center;
		margin: 0 auto;
		width: 90%;
	}
	.port-text h4 {
		font-size: 1em;
	}
	.video-left p a {
		padding: 9px 10px;
	}
	.port p a {
		padding: 8px 12px;
	}
	.team-member ul li p a {
		font-size: 1em;
	}
	.view1 {
		height: 220px;
	}
	.social-icons-set ul li a {
		padding: 20px;
		margin: 68px 5px;
		width: 23px;
	}
	.team-member ul li:nth-child(1) {
		display: none;
	}
	.team-member ul li {
		width: 40%;
	}
	.team-member ul li:nth-child(2) {
		margin-right:0;
	}
	.view1 .mask1, .view1 .content {
		height: 199px;
	}
	.social-icons-set ul li{
		width: 30%;
	}
	.blog .circle {
		left: 17.5em;
	}
	.blog-left {
		padding-bottom: 54%;
	}
	.post {
		left: 17.5em;
	}
	.contact input[type="submit"] {
		padding: 10px 16px;
	}
}
@media only screen and (max-width: 480px) {
	.container{
		width:95%;
	}	
	.video p {
		width: 95%;
		margin: 4% auto 0;
	}
	#topnav #navbtn {
		padding: 1.95em 0;
	}
	#topnav h1 {
		padding: 0.3em 0em;
	}
	.video-left {
		width: 94%;
	}
	.video-right {
		display: none;
	}
	.port ul li {
		width: 50%;
	}
	.view {
		height: 169px;
		margin-top: -4px;
	}
	.view .mask, .view .content {
		height: 149px;
	}
	.view h2 {
		margin: 17% 0 -10px 0;
	}
	.view1 {
		height: 161px;
	}
	.view1 .mask1, .view1 .content {
		height: 146px;
	}
	.social-icons-set ul li a {
		margin: 41px -3px;
	}
	.blog .circle {
		left: 12.6em;
	}
	.blog-left {
		padding-bottom: 84%;
	}
	.post {
		left: 12.2em;
	}
	.blog {
		padding-bottom: 23%;
	}
	div.port p a span {
		background: url(../images/arrow.png) no-repeat -2px 3px;
	}
	div.port p a span:hover {
		background: url(../images/arrow-wyt.png) no-repeat -2px 3px;
	}
	.port p a {
		padding: 6px 12px;
	}
}
@media only screen and (max-width: 320px) {
	.container{
		width:95%;
	}		
    .view {
		height: 110px;
		margin-top: -4px;
	}
	.ad728x90 {
		text-align: center;
		margin: 0 auto;
		width: 95%
	}
	.view .mask, .view .content {
		height: 97px;
	}
	.view h2 {
		margin: 11% 0 -10px 0;
	}
	.team-member ul li {
		width: 48%;
	}
	.view1 {
		height: 122px;
	}
	.view1 .mask1, .view1 .content {
		height: 109px;
	}
	.social-icons-set ul li a {
		margin: 23px 5px;
	}
	.blog-left {
		display: none;
	}
	.blog .circle {
		display: none;
	}
	div.blog-left img {
		width: 100%;
	}
	.post {
		display: none;
	}
	.blog-right {
		width: 100%;
	}
	.blog {
		padding-bottom: 0%;
	}
	.contact input[type="text"] {
		width: 85%;
		margin: 8px 10px;
	}
	.contact h3 {
		margin-bottom: 11px;
	}
	.contact textarea {
		height: 80px;
	}
		
	
	
}
/****************************twitter***********************/
a.twitter-timeline {
  display: inline-block;
  padding: 6px 12px 6px 30px;
  margin: 10px 0;
  border: #ccc solid 1px;
  border-radius: 3px;
  background: #f8f8f8 url("data:image/svg+xml;base64,mEg=soM+eX)TugEsn2p&9++rEcOkEy=vAkDCczteqL3qbTImLMPyQ++mEg=cOn.dOg+eX)TugEsn2p&9++rEcOkEy=edHyP7mdbMUX-LG8vjOmZw++etGoG=Som+sX)2a6?w54Jv&x++etgog&fcBk=nOteR+jX?a36xf8%gZ2dAk7s++WF=jT-4+jX)a36xf8(gZ2dAk7s+etSsI=AsNeAr+F3aM!9i0yeL?w5B++etvim=NoTe&SoM+6tol?92iOLgTvv27?0bsa+etBacupF3aM!9i0yeL?w5B7q4Jvx+etPaL=SiM&nOtE+eX)TugEsniT&9-stum+6tol92iOLgTvv270bsa++etTrnSfRwZ=SoM+B7_b984jAhbboai++etdReAMm+nX3p@7fa!Sq5++etNamCHp=jT4+sX)2a6?w5q4Jv&x++etsKyp=356+jT-4azetApLe=SOm+B7_b984jAhbboai++etmEgA=sOM+F3aM!9i0yeL?w5B7q4Jvx++etfboK=nOtErK+sX)2a6?w54Jv&x++DQox1c3RyYXRvciaWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyAxNy4xLWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1x1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElLjgxMiwxNS4xNDFjLTIuMzQ4LDEuMDM5LTQuODY5LDEuNzQzLTcuNTE5LDIuMDZjMi43MDMtMS42Miw0Ljc3OC00LjE4Nyw1Ljc1Ni03LjI0NGMtMi41MjksMS41LTUuMzMsMi41OTItOC4zMTMsMy4xNzYNCglDNTYuMzQ5LDEwLjU5MSw1Mi45NDgsOSw0OS4xODIsOWMtNy4yMjksMC0xMy4wOTIsNS44NjEtMTMuMDkyLDEzLjA5M2MwLDiTTY4LjgxMiwxNS4xNDFjLTIuMzQ4LDEuMDM5LTQuODY5LDEuNzQzLTcuNTE5LDIuMDZjMi43MDMtMS42Miw0Ljc3OC00LjE4Nyw1Ljc1Ni03LjI0NGMtMi41MjksMS41LTUuMzMsMi41OTItOC4zMTMsMy4xNzYNCglDNTYuMzQ5LDEwLjU5MSw1Mi45NDgsOSw0OS4xODIsOWMtNy4yMjksMC0xMy4wOTIsNS44NjEtMTMuMDkyLDEzLjA5M2MwLDEuMDI2LDAuMTE4LDIuMDIxLDAuMzM4LDIuOTgxDQoJYy0xMC44ODUtMC41NDgtMjAuNTI4LTUuNzU3LTI2Ljk4Ny0xMy42NzljLTEuMTI2LDEuOTM2LTEuNzcxLDQuMTg0LTEuNzcxLDYuNTgxYzAsNC41NDIsMi4zMTIsOC41NTEsNS44MjQsMTAuODk4DQoJYy0yLjE0Ni0wLjA2OS00LjE2NS0wLjY1Ny01LjkzLTEuNjM4Yy0wLjAwMiwwLjA1NS0wLjAwMiwwLjExLTAuMDAyLDAuMTYyYzAsNi4zNDUsNC41MTMsMTEuNjM4LDEwLjEuMDI2LDAuMTE4LDIuMDIxLDAuMzDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIg=") 8px 8px no-repeat;
 
  /* Text */
  font: normal 12px/18px Helvetica, Arial, sans-serif;
  color: #333;
  white-space: nowrap;
}
 
a.twitter-timeline:hover,
a.twitter-timeline:focus {
  background-color: #dedede;
}
 
/* Color Highlight for keyboard navigation */
 
a.twitter-timeline:focus {
  outline: none;
  border-color: #0089cb;
}
blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}
 
blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
 
blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}
 
blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}