/*
* Theme Name: Revolutio
* Description: Revolutio is a hack.
* License: See on zip package
* License URI: See on zip package
* Version: 1.0
*/

/* ========================================================
   CSS Import
======================================================== */
@import url("css/bootstrap.css");								/* Grid Style */	
/*@import url("css/flexslider.css");								/* Flexslider Style */
@import url("css/mosaic.css");
@import url("css/normalize.css");							
@import url("css/prettyPhoto.css");	

/* ========================================================
   General
======================================================== */

/* Begin tomedit*/
.team-wrap ul a
{
	color:#020000;
}


/* End tomedit*/

#ef-loader-overlay {
    background: url("images/loader.gif") no-repeat scroll center center #F5F5F5;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
body {
	background:url(images/body-bg.png) repeat;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin:0;
	line-height:24px;;
	padding:0;
	text-shadow:0 1px 0 rgba(255,255,255, 0.7);
}

span.highlight /* tomedit */
{
	font-weight: bold;
}

a, a:visited { 
	color: #ff6644; 
	text-decoration: none; 
	outline: 0;
}
a:hover, a:focus { 
	color: #ff6644;
	/*background-color: #ddd;*/
	text-decoration:none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
p a, p a:visited { line-height: inherit; }
/* ========================================================
   Typography
======================================================== */
h1, h2, h3, h4, h5, h6 {
	/*font-family: 'geared_slabregular', "Georgia", "Times New Roman", serif;*/
	font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 26px; line-height: 28px; margin-bottom: 14px;}
h2 { font-size: 20px; line-height: 24px; margin-bottom: 10px; }
h3 { font-size: 20px; line-height: 22px; margin-bottom: 8px; color:#2b2b2d; }
h4 { font-size: 16px; line-height: 18px; margin-bottom: 4px; }
h5 { font-size: 15px; line-height: 18px; }
h6 { font-size: 14px; line-height: 18px; }


header{
	background:url(images/edge_top.png) repeat-x top left;
	position:fixed;
	width:100%;
	top:0;
	z-index:1000;
}
#logo{
	position:relative;
	padding:0;
	z-index:10;
	/*text-align:center;*/
	left:-30px;
	/*background:url(images/logo_bg.png) no-repeat top center;*/
	width:295px;
	height:141px;
}
#logo a{
	display:inline-block;
	/*margin:30px 0;	*/
	position:absolute;
	/*left:100px;*/
}
.content{
	padding: 73px 0; /* tomedit */
	position:relative;
}

.content:after, .content:before{
	background:url(images/heading_bg.png);
    content: "&nbsp;";
	width:100%;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	height:10px;
	text-indent:-999999px;
    position: absolute;
}
.heading{
	text-align:center;
	color:#2b2b2d;
	font-size:36px;
	padding:10px 0;
	margin:60px 0 0 0;
	background:url(images/bg_seperator.png) no-repeat center center;
	text-transform:uppercase;
}
.heading span{
	padding:5px 19px;
	background:url(images/body-bg.png) repeat;
}
.heading span:after, .heading span:before{
	background:url(images/circle_bg.png) no-repeat;
    content: " ";
	width:7px;
	margin-top:10px;
	height:7px;
    position: absolute;
}
.heading span:after{
	margin-left:14px;
}
.heading span:before{
	margin-left:-22px;
}
.subheading{
	text-align:center;
	font-size:18px;
	padding-bottom:15px;
	clear: both;
}
.subheading span{
	background:url(images/line_bg.png) repeat-x bottom left;
	padding:0 8px 5px 8px;
	color:#999;
}
.sub-head{
	background:url(images/heading_bg2.png) repeat-x center 12px;
	font-size:20px;
	/*font-family:'geared_slabregular';*/
	color:#2b2b2d;
	margin-bottom:20px;
	clear: both;
	line-height: 30px;
}
.sub-head span{
	background:url(images/body-bg.png) repeat;
	padding:0 10px 0 0;
}
.page-space{
	padding:0 0 40px 0;
}
.short-intro{
	text-align:center;
	padding:0 0 15px 0;
	margin-bottom:25px;
	background:url(images/line_bg.png) repeat-x left bottom;
}
/* ========================================================
   Main Navigation
======================================================== */
.pos-relative{
	position:relative;
}
#menu-icon {
	display: none; /* hide menu icon initially */
}
#sidemenu {
	text-align:right;
}
#sidemenu ul {
	list-style-type:none;
	padding:25px 0;
	margin:0;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
}
#sidemenu li {
	padding:0 12px;
	display:inline-block;
}
#sidemenu a {
	display:inline-block;
	padding:0;
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
	/*font-family:'geared_slabregular';*/
	text-decoration:none;
}
#sidemenu a:hover, #sidemenu li.selected a, #sidemenu li.current-menu-item a{
	color:#ff6644;
}

/* ========================================================
   Home Page Style
======================================================== */

/*.content-blocks > div.content#teaser-main:nth-child(2){
	padding-top:0;
}
.content-blocks > div.content:nth-child(2):before{
	background: none;
	border:none;
}*/
.teaser-wrap{
	text-align: center;
}
#home.content{
	min-height: 300px;
	padding-top: 5px;

}
/*.teaser-main.content:before,#home.content:after{*/
#home.content:after{
	background: none;
	border: none;
}
.intro-wrap{
	padding:70px 0 30px 0;
	font-size:30px;
	color:#2b2b2d;
	text-transform:capitalize;
	line-height:36px;
	background:url(images/bg_seperator.png) no-repeat bottom center;
}

.intro-wrap span{
	color:#ff6644;
}
.intro-txt{
	padding:30px 0;
}
.alv-btn{
	margin-bottom:35px;
	position:relative;
	display:inline-block;
	padding:15px;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0, 0.5);
	color:#FFF;
	margin:0 8px;
	font-size:16px;
	text-transform:uppercase;
	box-shadow:0 0px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow:0 0px 2px rgba(0, 0, 0, 0.3);	
	display: inline-block;
	text-align:left;
	background:#ff6644;
	border:2px solid #dedede;
	margin-bottom:35px;
}
.alv-btn:hover{
	background:#666;
}

a.alv-btn img{
	float:left;
	vertical-align: middle;
	margin-right: 8px;
}
a.alv-btn span{
	color: #fff;
	vertical-align: middle;
	line-height: 25px;

}
.gallery .gallery-item{
	width:100%;
	margin:0;
}
.alv-btn:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

/* ========================================================
   About Page Style
======================================================== */
.team-wrap{
	padding:0 0 25px 0;
}
.team-content{
	margin-bottom: 20px;
}
.team-img{
	float:left;
}
.team-img p{
	border-radius:1000px;
	-moz-border-radius:1000px;
	-webkit-border-radius:1000px;
	-o-border-radius:1000px;
	box-shadow:0 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0px 0px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0px 0px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow:0 0px 0px 3px rgba(0, 0, 0, 0.1);
	overflow:hidden;
	margin:0;
	height:104px;
	width:104px;
	line-height:95px;
	background:#FFF;
	text-align:center;
}
.team-txt{
	background:#ff6644;
	margin-left:80px;
	padding:22px 15px 10px 35px;
	color:#FFF;
	text-shadow:0 1px 0 rgba(0,0,0, 0.3);
	border-radius:3px;
	box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);
	-o-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}
.team-txt h3{
	color:#FFF;
	font-size:26px;
}
.team-txt h3 span{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	background:#2b2b2d;
	display:table;
	padding:5px 8px;
	margin-top:9px;
	font-size:18px;
}
.testimonials-outer{
	overflow:hidden;
	position:relative;
}
blockquote{
	padding:0 0 25px 0;
	overflow:hidden;
	margin:0;
	background:url(images/line_bg.png) repeat-x left bottom;
}
blockquote span.dropcaps{
	float:left;
	font-size:72px;
	padding:0 10px 0 0;
	color:#ff6644;
	top:-16px;
	position:relative;
}
blockquote div p{
	overflow:hidden;
}
.author-name{
	background:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	padding:5px 8px;
	display:inline-block;
	font-size:14px;
	color:#ff6644;
	line-height:18px;
	position:relative;
	box-shadow:0 0px 1px 0 rgba(0, 0, 0, 0.3);
	margin-left:35px;
}
.author-name span{
	font-size:14px;
	color:#2b2b2d;
	display:block;
}
.author-name:before {
    background: none repeat scroll 0 0 transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FFF;
    content: " ";
    height: 0;
    left: 15px;
    position: absolute;
    top: -5px;
    width: 0;
    z-index: 10;
}

#services-graph {
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0 0 21px 0;
	list-style-type: none;
	background:url(images/line_bg.png) repeat-x left bottom;
}
#services-graph li, #services-graph li span {
	-moz-border-radius-bottomright:2px; 
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
}
#services-graph li {
	margin-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	height: 40px;
	background: url(images/heading_bg.png) repeat #c4c4c4;
	text-shadow:0 1px 0 rgba(0,0,0, 0.3);
}

#services-graph li p {
    font-weight: bold;
    left: 10px;
    position: absolute;
    text-transform: capitalize;
    top: 10px;
}
#services-graph li strong {
	color: #ff6644;
	margin-left: 5px;
	font-size: 11px;
}
#services-graph li span {
	height: 40px;
	background: url(images/heading_bg.png) repeat;
	text-align: right;
}
#services-graph li span {
    background: url(images/heading_bg.png) repeat scroll 0 0 #4a4a4b;
}

.rslides {
	margin:0;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#slider2 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
    bottom: -10px;
    position: relative;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 5px;
}
.rslides_tabs a {
    background:#2b2b2d;
	outline:none;
	box-shadow:0 1px 0px 0 rgba(0, 0, 0, 0.3);
    border-radius: 1000px 1000px 1000px 1000px;
    display: inline-block;
    height: 9px;
    line-height: 9px;
    text-indent: -999px;
    width: 9px;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background:#FF6644;
}
.tipsy {
	padding: 5px 3px;
	background-repeat: no-repeat;
	background-image: url(images/tipsy.gif);
}
.tipsy img{
	-moz-box-shadow:0 1px 2px #424242;
	-webkit-box-shadow:0 1px 2px #424242;
	-o-box-shadow:0 1px 2px #424242;
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	font-size:14px;
	text-shadow:0 1px 0 rgba(0,0,0, 0.7);
	max-width: 200px;
	text-align: center;
	border-radius:4px;
}
.tipsy-inner {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}
.social-icons{
	padding:10px 0 0 35px;
}
.social-icons ul{
	margin:0;
	padding:5px 0 0 0;
}
.social-icons ul li{
	display:block;
	padding:0 0 3px 0;
	margin:0;
}
.social-icons ul li a{
	width:20px;
	height:15px;
	display:block;
	text-indent:-9999px;
	background:url(images/social_icons.png) no-repeat;
}
.social-icons ul li a.twitter{background-position:5px 6px;}
.social-icons ul li a.facebook{background-position:5px -20px;} 
.social-icons ul li a.gplus{background-position:5px -46px;}
.social-icons ul li a.dribble{background-position:5px -99px;}
.social-icons ul li a.pinterest{background-position:5px -127px;}
.social-icons ul li a.forrst{background-position:5px -74px;}



.team-txt h3.font24 span{
	font-size:20px;
}
.divider1{
	background:url(images/line_bg.png) repeat-x center center;
	height:50px;
	margin-bottom:15px;
}
.client-box{
	background:#606060;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	cursor:pointer;
	text-align:center;
	margin:0 0 10px 0;
}
.client-box:hover{
	background:#1c1c1c;
}


.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption ,.wp-caption,.gallery-caption{
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 16px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: -1px;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
.wp-caption-text{}
.sticky{}
.bypostauthor{}
.alignright{}
.alignleft{}
.aligncenter{}
.callbacks_nav {
  position: absolute;
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 33px;
  width: 22px;
  background:url(images/sliders_arrow.png) no-repeat #000;
  margin-top: -22px;
  }
.callbacks_nav:hover{
	background:url(images/sliders_arrow.png) no-repeat #ff6644;
	opacity:1;
}

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
/* ========================================================
   Portfolio Page Style
======================================================== */
.portfolio-img-wrapper{
	margin-bottom: 20px;
}
.port-outer{
	background:#333;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	box-shadow:0 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0px 0px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0px 0px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow:0 0px 0px 3px rgba(0, 0, 0, 0.1);
	overflow:hidden;
	position:relative;
	margin:0;
	background:#FFF;
	padding:3px;
}
.outer-big{position:relative;}
.outer-big:after {
    background: url("images/shadow_big.png") no-repeat scroll center bottom transparent;
    bottom: -21px;
    content: " ";
    height: 21px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
.details-list{
	list-style-type:none;
}
.details-list li{
	background:url(images/arrow_list.png) no-repeat center left;
	padding:0 0 0 15px;
	width:45%;
	float:left;
	color:#2b2b2d;
	margin-bottom:5px;
}
h3.proj-det{
margin-top: 15px;
}
a.view-project{
	background:url(images/link_icon.png) no-repeat 7px 10px #ff6644;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
    color: #FFFFFF !important;
    display: inline-block;
    padding: 5px 8px 5px 28px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	margin-top:5px;
}
a.view-project:hover{
	background:url(images/link_icon.png) no-repeat 7px 10px #888888;
}
/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
/*
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
*/
}

.isotope {
/*
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
*/
}

/*
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
*/

#content {
	overflow:visible !important;
}

#portolfio-filter {
	padding:0 0 15px 0;
}
#portolfio-filter ul{
	background:#ff6644;
	border-radius:3px;
	box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);
	padding:0 10px;
}
#portolfio-filter li {
	display: inline-block;
	padding:0;
	margin:0;
}
#portolfio-filter li:after{
	content:"/";
	margin-right:5px;
	color:#FFF;
	position:relative;
	top:-2px;
}
#portolfio-filter li:last-child:after{
	content:"";
}
#portolfio-filter a {
    color: #FFFFFF;
	text-transform:capitalize;
    display: inline-block;
    margin: 0 8px 0 0;
    padding:8px 0px;
	font-size:17px;
	/*font-family:'geared_slabregular';*/
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.3);
}
#portolfio-filter a:hover, #portolfio-filter a.active {
	color:#342f2d;
	text-shadow:0 1px 0 rgba(255, 136, 110, 0.7);
}

.gallery-small:after {
    background: url("images/shadow_bg.png") no-repeat scroll center bottom transparent;
    bottom: 3px;
    content: " ";
    height: 21px;
    left: 0;
    opacity: 0.9;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.gallery-small {
    position: relative;
	padding:5px 0 25px 0;
}
.gallery-outer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
}
.gallery-outer h3{
	padding:8px 3px 0 3px;
	text-align:center;
	color:#ff6644 !important;
	font-size:12px;
	margin:0;
}
/* ========================================================
   Blog Page Style
======================================================== */
.date-wrap {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 1000px 1000px 1000px 1000px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    height: 58px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    width: 72px;
	font-size:24px;
	color:#2b2b2d;
	float:left;
	margin:15px 0 0 0;
	padding:15px 0 0 0;
	line-height:20px;
}
.date-wrap span{
	display:block;
	font-size:14px;
	color:#888888;
}
.blog-wrap-outer{
	margin-left:50px;
}
.blog-wrap {
    background: none repeat scroll 0 0 #FF6644;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    padding: 35px 15px 10px 35px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	margin:0 0 15px 0;
}
.blog-wrap h3{
	margin-bottom:25px;
}
.blog-wrap h3 a{
	background:#2b2b2d;
	padding:5px 10px;
	margin-bottom:15px;
	font-size:24px;
	color:#FFF;
}
.blog-wrap h3 a:hover{
	color:#888;
}
.blog-wrap h3 a, .blog-wrap img{
	border-radius:3px
}
.blog-wrap img{
	box-shadow:0 0px 3px 0 rgba(0, 0, 0, 0.3);
}
.blog-author{
	color:#2b2b2d;
}
.view-more a,.pagination a,.pagination > span.current{
    background:#888888;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF !important;
    display: inline-block;
    margin-top: 5px;
    padding: 5px 8px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.2);
	font-weight:bold;
}
.view-more a:hover,.pagination a:hover,.pagination > span.current:hover{
    background:#FF6644;
}
.pagination{
	margin-top: 10px;
}
.pagination a,.pagination > span{
	margin: 0 10px 0 0;
}
.pagination a:hover,.pagination span{

}
.blog-outer{
	background:url(images/line_bg.png) repeat-x bottom left;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
}
.blog-widget{
	background:url(images/line_bg.png) repeat-x bottom left;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
}
.single .marg-top,.page .marg-top{
	margin-top: 80px;
}
.widget_search input#s{
	width:96%;
	padding:5px;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
.widget_search form{
	margin-bottom: 0;
}
#searchsubmit,.screen-reader-text{
	display: none;
}
.sidebar-left #blog-primary{
	float:right;
}
#sidebar ul{
	list-style-type:none;
}
#sidebar ul li{
	padding:0 0 8px 0;
}
#sidebar ul li ul.sub-menu{
	margin-left: 15px;
	margin-top: 10px;
}

#sidebar ul li:before{
 margin-right:8px;
 position:relative;
 top:1px;
}
#sidebar ul li a{
	background:url(images/arrow_list.png) no-repeat 0 3px;
	padding:0 0 0 15px;
	color:#888888;
	content:"\f0a9";
}
#sidebar ul li.recentcomments a{
	background: none;
	padding-left: 0;
}
#sidebar ul li a:hover{
	color:#666;
}
#wp-calendar td{
	padding: 15px;
}
#wp-calendar caption{
	margin:5px 0 15px;
}
/* 
=============================================================================
	Blog Post Style
=============================================================================
*/

.comments-wrap{
	padding:0 0 15px 0;	
}
.comments-wrap h4 i, .post-comment h4 i{
	font-size:25px;
	color:#bc4444;
	position:relative;
	top:3px;
	padding-right:6px;
}
.comments-wrap .reply-title{
	line-height: 30px;
}
.comment-box{
	padding:25px 0;
	background:url(images/line_bg.png) repeat-x left bottom;
}
.comment-box.first{
	padding-top:0;
}
.ddcomment-thumb{
	width:50px;
	float:left;
}
.comment-thumb {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 1000px 1000px 1000px 1000px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    color: #2B2B2D;
    float: left;
    font-size: 24px;
    height: 72px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    width: 72px;
}
.comment-txt{
	margin-left:95px;
	position:relative;
	background:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	padding:10px 15px;
	box-shadow:0 0 1px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 1px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow:0 0 1px 0 rgba(0, 0, 0, 0.2);
}
.comment-txt h4{
	color:#ff6644;
	/*font-family:'sansus_webissimoregular';*/
	background:none;
	font-size:16px;
}
.comment-txt h4 cite.fn a{
	font-size: 16px;
}
.arrow-right{
	position:absolute;
	top:10px;
	left:-11px;
	background: url(images/arrow_right.png) no-repeat;
	width:12px;
	height: 21px;
}
.comment-txt .post-date{
	font-size:12px;
	color:#c9c9c9;
	display:block;
	padding:0 0 8px 0;
}
.comment-txt .reply-btn{
	float:right;
}
.comment-txt .reply-btn a{
	background:url(images/reply_bg.png) no-repeat 0 2px;
	padding:0px 0 0px 15px;
	font-size:12px;
}
.comment-txt .reply-btn a:hover{
	color:#888;
}
#comments ol,#comments ul { list-style-type:none; }
#comments ul.children {
    margin-left: 95px;
}
#respond input#author,#email,#url,#respond textarea{
	margin-bottom: 0;
}
input,textarea{
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
	padding: 16px 10px;
}
.content input{
	height: 35px;
}
/* ========= end =========== */

/* ================ Twitter ======================== */
#sidebar .tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
#sidebar .tweet_list .awesome, #sidebar .tweet_list .epic { 
	text-transform: uppercase; 
}
#sidebar .tweet_list li {
    background: url(images/twitter_icon.png) no-repeat scroll 0 3px transparent;
    border-bottom: 1px dotted #B4B4B4;
    list-style-type: none;
    margin: 0 0 15px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 15px 30px;
}
#sidebar .tweet_list li a{
	background: none;
	color: #ff6644;
	padding-left: 0;
}
#sidebar .tweet_list li:last-child {
    border-bottom: medium none;
    margin: 0;
    padding-bottom: 0;
}
#sidebar .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
#sidebar .tweet_list .tweet_avatar img { 
	vertical-align: middle; 
}
/* ========= end =========== */

/* ========================================================
   Contact Page Style
======================================================== */
.contact-form label{
	display: none;
}
.contact-form input{
	margin-bottom: 15px;
}
.contact-form textarea{
	height:120px;
}
.office-info{
	position:relative;
	padding:0 0 15px 40px;
	line-height:24px;
}
strong{
	/*font-family:'geared_slabregular';*/
	color:#2b2b2d;
}
.icon-wrap{
	position:absolute;
	width:31px;
	left:0; 
	top:-3px;
	height:31px;
	line-height:31px;
	text-align:center;
	background:#ff6644;
	border-radius:1000px;
}
label.error{
	font-size:11px;
	color:#F00;
}
h4.form_thanks {
    background: none repeat scroll 0 0 #FF6644;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: capitalize;
}
.bottom-social .social-icons{
	padding:0;
}
.bottom-social .social-icons ul{
	margin:0;
	padding:0;
}
.bottom-social .social-icons ul li{
	padding:0 25px 0 0;
	display:inline-block;
	margin:0;
}
.bottom-social .social-icons ul li:last-child{
	padding-right:0;
}
.bottom-social .social-icons ul li a{
	width:20px;
	height:15px;
	display:block;
	text-indent:-9999px;
	background:url(images/social_icons.png) no-repeat;
}
.bottom-social .social-icons ul li a.twitter{background-position:5px 6px;}
.bottom-social .social-icons ul li a.facebook{background-position:5px -20px;} 
.bottom-social .social-icons ul li a.gplus{background-position:5px -46px;}
.bottom-social .social-icons ul li a.dribble{background-position:5px -99px;}
.bottom-social .social-icons ul li a.pinterest{background-position:5px -127px;}
.bottom-social .social-icons ul li a.forrst{background-position:5px -74px;}
/* ========================================================
   Contact Page Style
======================================================== */
footer{
	padding-bottom:60px;
	position:relative;
	text-align:center;
}
footer:after {
    background: url("images/heading_bg.png") repeat scroll 0 0 transparent;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    content: "";
    height: 6px;
	left:0;
	bottom:0;
    position: absolute;
    text-indent: -999999px;
    width: 100%;
}
/* ========= end =========== */
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		#logo{
			left:-60px;
		}
		
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		body{
			margin:0;
			padding:0;
		}
		.container {
			width: 300px;
			margin:0 auto;
		}
		.top-contact{
			text-align:center;
		}
		#menu-icon {
			color: #000;
			width: 42px;
			height: 30px;
			background: #ecebeb url(images/menu-icon.png) no-repeat 10px center;
			padding: 8px 10px 0 42px;
			cursor: pointer;
			font-size:20px;
			display: block; /* show menu icon */
		}
		#nav ul {
			width: auto;
			position: static;
			display: block;
			border: none;
			background: inherit;
		}
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		body{
			margin:0;
			padding:0;
		}
		.container {
			width: 420px;
		}
		#logo{
			left:-70px;
		}
		nav{
			background:none;
			margin:0 auto;
			position:absolute;
			top:-127px;
			right:1px;
		}
		ul#nav{
			float:right;
			padding:5px 0;
			width:94px;
			display:none;
			background:url(images/menu_bg.png) repeat;
		}
		ul#nav li{
			display:block;
			padding:3px 5px;
			text-align:center;
		}
		ul#nav li a{
			display:block;
			color:#FFF;
		}
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		body{
			margin:0;
			padding:0;
		}
		.container {
			width: 300px;
		}
		#logo{
			left:-65px;
		}
		nav{
			background:none;
			margin:0 auto;
			position:absolute;
			top:-127px;
			right:1px;
		}
		ul#nav{
			float:right;
			padding:5px 0;
			width:94px;
			display:none;
			background:url(images/menu_bg.png) repeat;
		}
		ul#nav li{
			display:block;
			padding:3px 5px;
			text-align:center;
		}
		ul#nav li a{
			display:block;
			color:#FFF;
		}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot@iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

.most-shared-posts ul li h3 a
{
	font-size: 14px !important;
}


.blog-wrap h3
{
}

.blog-wrap h3 a
{
	line-height: 1.4;
	margin-bottom: 0 !important;
	display: inline-block;
}