@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'milford_condensedcondensed';
    src: url('../fonts/milfcd-webfont.eot');
    src: url('../fonts/milfcd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/milfcd-webfont.woff') format('woff'),
         url('../fonts/milfcd-webfont.ttf') format('truetype'),
         url('../fonts/milfcd-webfont.svg#milford_condensedcondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('../fonts/OpenSans-CondLight-webfont.eot');
    src: url('../fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondLight-webfont.woff') format('woff'),
         url('../fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dream_orphanageregular';
    src: url('../fonts/dream_orphanage_rg-webfont.eot');
    src: url('../fonts/dream_orphanage_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dream_orphanage_rg-webfont.woff') format('woff'),
         url('../fonts/dream_orphanage_rg-webfont.ttf') format('truetype'),
         url('../fonts/dream_orphanage_rg-webfont.svg#dream_orphanageregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'qlassik_mediumregular';
    src: url('../fonts/qlassik_tb-webfont.eot');
    src: url('../fonts/qlassik_tb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/qlassik_tb-webfont.woff') format('woff'),
         url('../fonts/qlassik_tb-webfont.ttf') format('truetype'),
         url('../fonts/qlassik_tb-webfont.svg#qlassik_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sorts_mill_goudyregular';
    src: url('../fonts/GoudyStM-webfont.eot');
    src: url('../fonts/GoudyStM-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GoudyStM-webfont.woff') format('woff'),
         url('../fonts/GoudyStM-webfont.ttf') format('truetype'),
         url('../fonts/GoudyStM-webfont.svg#sorts_mill_goudyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sorts_mill_goudyitalic';
    src: url('../fonts/GoudyStM-Italic-webfont.eot');
    src: url('../fonts/GoudyStM-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GoudyStM-Italic-webfont.woff') format('woff'),
         url('../fonts/GoudyStM-Italic-webfont.ttf') format('truetype'),
         url('../fonts/GoudyStM-Italic-webfont.svg#sorts_mill_goudyitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: OpenSansRegular, Arial;
	font-size: 15px;
	line-height: 21px;
}

/* @group Global */

a,
a:visited,
a:focus{
	color: #f26622;
	text-decoration: none;
	outline: none;
}

a:hover{
	color: #666666;
	text-decoration: none;
}

h1,
#user_forms h2{
	font-family: open_sanslight, Arial;
	color: #f26622;
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
}

h2{
	font-family: open_sanslight, Arial;
	color: #404345;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin-top: 0;
}

h3{
	margin-top: 0;
	font-family: open_sanslight, Arial;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #f26622;
}

h4{
	margin-top: 0;
	font-family: open_sanslight, Arial;
	font-weight: normal;
	font-size: 15px;
	line-height: 21px;
}

.white{
	color: #ffffff;
}

.readmore,
.readmore:visited,
.readmore:focus{
	display: inline-block;
	*display: inline-block;
	zoom: 1;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	margin-top: 10px;
	border: 2px solid #F26522;
	color: #4b5053;
	padding: 5px 12px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.readmore:after {
	font-family: FontAwesome;
	content: "\00a0 \F105";
	font-weight: normal;
	clear: both;
}

.readmore:hover{
	background-color: #4b5053;
	border: 2px solid #4b5053;
	color: #ffffff;
}

.readmore.readmore-inverse{
	background-color: #4b5053;
	border: 2px solid #4b5053;
	color: #ffffff;
}

.readmore.readmore-inverse:hover{
	background-color: transparent;
	border: 2px solid #F26522;
	color: #4b5053;
}

.line {
    background-color: #F26522;
    color: inherit;
    height: 3px;
    margin: 10px 0;
}

.line .inner {
    background-color: #4b5053;
    height: 3px;
    width: 75%;
}

.line.altline {
    background-color: #4b5053;
    color: inherit;
    height: 3px;
    margin: 10px 0;
}

.line.altline .inner {
    background-color: #F26522;
    height: 3px;
    width: 25%;
}

#overlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#111;
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index:1000;
	display: none;
}

#preloader {
	background-color: #000000;
	font-size: 14px;
	height: 20px;
	left: 50%;
	line-height: 20px;
	margin: -20px 0 0 -45px;
	padding: 10px;
	position: fixed;
	text-align: left;
	top: 50%;
	width: 90px;
	z-index: 1209;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #FFF;
	text-shadow:none;
	display: none;
}

#main_content .inner_content ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#main_content .inner_content ul li{
	background: transparent url('../img/bg_li_link_orange.png') no-repeat left 11px;
	padding-left: 15px;
	padding-top: 5px;
	margin-top: 5px;
}

#main_content .inner_content ul li:first-child{
	padding-top: 0;
	margin-top: 0;
	border-top: none;
	background-position: left 5px;
}

label{
	font-weight: bold;
	width: 940px;
}

div.required label:after {
    color: #CF0000;
    content: " *";
}

/* @end */

/* @group Alert */

.message.alert.alert-success,
.error.alert.alert-error {
    display: none;
    right: 0;
    position: absolute;
    top: 8px;
    width: 80%;
    z-index: 9999;
}

.error label, 
.error .help-block, 
.error .help-inline {
    color: #B94A48;
}

div.input .help-block.alert {
    margin-bottom: 5px;
    padding: 3px 14px 4px;
    width: 80%;
}

/* @end */

/* @group Twitter Overrides */

.help-block, .help-inline {
    color: #999999;
}

form{
	margin: 0;
}

.btn,
.btn:visited,
.tp-caption a.btn,
.tp-caption a.btn:hover,
a.btn:hover,
#get_started .parallax.dark .btn,
div.submit input {
  display: inline-block;
  *display: inline;
  padding: 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f26622;
  *background-color: #f26622;
  background-image: -moz-linear-gradient(top, #f26622, #f26622);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f26622), to(#f26622));
  background-image: -webkit-linear-gradient(top, #f26622, #f26622);
  background-image: -o-linear-gradient(top, #f26622, #f26622);
  background-image: linear-gradient(to bottom, #f26622, #f26622);
  background-repeat: repeat-x;
  border: 1px solid #f26622;
  *border: 0;
  border-color: #f26622 #f26622 #f26622;
  border-bottom-color: #f26622;
  -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff26622', endColorstr='#fff26622', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: none;
	 -moz-box-shadow: none;
		  box-shadow: none;
}

div.submit {
	margin-top: 15px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #ffffff;
  background-color: #e6e6e6;
  *background-color: #e6e6e6;
}

.btn:active,
.btn.active {
  background-color: #e6e6e6 9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
  background-position: 0 0;
  -webkit-transition: none;
	 -moz-transition: none;
	   -o-transition: none;
		  transition: none;
}

.btn:focus {
  outline: none;
  outline: none;
  outline-offset: 0;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
	 -moz-box-shadow: none;
		  box-shadow: none;
}

.btn-inverse,
a.btn.btn-inverse:visited {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #4B5053;
	*background-color: #4B5053;
	background-image: -moz-linear-gradient(top, #686f74, #4B5053);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#686f74), to(#4B5053));
	background-image: -webkit-linear-gradient(top, #686f74, #4B5053);
	background-image: -o-linear-gradient(top, #686f74, #4B5053);
	background-image: linear-gradient(to bottom, #686f74, #4B5053);
	background-repeat: repeat-x;
	border-color: #4B5053 #4B5053 #686f74;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff686f74', endColorstr='#ff4B5053', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled],
a.btn.btn-inverse:hover {
	color: #ffffff;
	background-position: 0 0;
	background-image: none;
	background-color: #4B5053;
	*background-color: #4B5053;
}

.btn-inverse:active,
.btn-inverse.active {
	background-color: #4B5053 9;
}

.well{
	background-color: #EDEEF2;
}

/* @end */

/* @group Header  */

#header{
	position: relative;
	background-color: #edeef2;
	border-top: 4px solid #f26622;
	box-shadow: 0 4px 4px -2px #999999;
}

#header .site_logo{
	position: relative;
	padding: 10px 0;
	z-index: 10;
}

#header .div_line{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	border-top: 1px solid #dddddd;
}

#header .div_line p{
	margin: 0;
	height: 0;
}

/* @group Social Icons */

#header .social_icons{
	float: left;
	height: 44px;
	border-right: 1px solid #dddddd;
	margin-right: 20px;
	padding-top: 30px;
}

#header .social_icons ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .social_icons ul li{
	float: left;
}

#header .social_icons ul li a{
	display: block;
	background: transparent url('../img/icons_soc_sprite.png') no-repeat left top;
	height: 17px;
	text-indent: -9999px;
	margin-right: 20px;
}

#header .social_icons ul li a:hover{
	background-image: url('../img/icons_soc_sprite_over.png');
}

#header .social_icons ul li.facebook a{
	width: 9px;
}

#header .social_icons ul li.twitter a{
	width: 18px;
	background-position: -28px 0;
}

#header .social_icons ul li.google a{
	width: 18px;
	background-position: -63px 0;
	margin-right: 15px;
}

#header .social_icons ul li.pintrest a{
	width: 18px;
	background-position: -96px 0;
}

/* @end */

/* @group Phone Number */

#header .contact_top{
	float: left;
	padding-top: 19px;
}

#header .phone_icon{
	float: left;
	background: transparent url('../img/icon_phone.png') no-repeat left top;
	text-indent: -9999px;
	width: 24px;
	height: 34px;
	margin: 3px 10px 0 0;
}

#header .phone_no{
	float: left;
}

#header .phone_no h2{
	margin: 0;
	line-height: 24px;
}

#header .phone_no h2 span{
	display: block;
	font-size: 15px;
	line-height: 15px;
	color: #9d9d9d;
}

/* @end */

/* @end */

/* @group Navigation */

#header .navbar{
	margin-bottom: 0;
}

#header .navbar-inner {
  min-height: 40px;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  -webkit-border-radius: 0;
	 -moz-border-radius: 0;
		  border-radius: 0;
  filter: none;
  *zoom: 1;
  -webkit-box-shadow: none;
	 -moz-box-shadow: none;
		  box-shadow: none;
}

#header .navbar .nav{
	margin: 0;
}

#header .navbar .nav > li > a {
  float: none;
  padding: 22px 22px;
  color: #666666;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

#header .navbar .nav > li > a:focus,
#header .navbar .nav > li > a:hover {
  color: #f26622;
  text-decoration: none;
  background-color: transparent;
}

#header .navbar .nav > .active > a,
#header .navbar .nav > .active > a:hover,
#header .navbar .nav > .active > a:focus {
  color: #f26622;
  text-decoration: none;
  background-color: transparent;
  border-bottom: 3px solid #F26622;
  -webkit-box-shadow: none;
	 -moz-box-shadow: none;
		  box-shadow: none;
}

#header .navbar .nav > li > .dropdown-menu:before{
	border-bottom: none;
}

#header .navbar .nav > li > .dropdown-menu:after{
	border-bottom: none;
}

#header .dropdown-menu {
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #F26622;
	border: none;
	border: none;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
		  border-radius: 0 0 6px 6px;
	-webkit-box-shadow: none;
	 -moz-box-shadow: none;
		  box-shadow: none;
	-webkit-background-clip: padding-box;
	 -moz-background-clip: padding;
	  background-clip: padding-box;
}

.portfolio_view #header .dropdown-menu{
	top: 59px;
}

#header .dropdown-menu > li > a {
	display: block;
	padding: 5px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	white-space: nowrap;
}

#header .dropdown-menu > li > a:hover,
#header .dropdown-menu > li > a:focus,
#header .dropdown-submenu:hover > a,
#header .dropdown-submenu:focus > a {
	color: #ffffff;
	text-decoration: none;
	background-color: #4b5053;
	background-image: -moz-linear-gradient(top, #4b5053, #4b5053);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b5053), to(#4b5053));
	background-image: -webkit-linear-gradient(top, #4b5053, #4b5053);
	background-image: -o-linear-gradient(top, #4b5053, #4b5053);
	background-image: linear-gradient(to bottom, #4b5053, #4b5053);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b5053', endColorstr='#4b5053', GradientType=0);
}

#header .dropdown-menu > .active > a,
#header .dropdown-menu > .active > a:hover,
#header .dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #4b5053;
	background-image: -moz-linear-gradient(top, #4b5053, #4b5053);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b5053), to(#4b5053));
	background-image: -webkit-linear-gradient(top, #4b5053, #4b5053);
	background-image: -o-linear-gradient(top, #4b5053, #4b5053);
	background-image: linear-gradient(to bottom, #4b5053, #4b5053);
	background-repeat: repeat-x;
	outline: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b5053', endColorstr='#4b5053', GradientType=0);
}

#header .dropdown-menu .divider {
    background-color: #e05f21;
    border-bottom: 1px solid #fd7a3b;
    height: 1px;
    margin: 0 1px;
    overflow: hidden;
}

/* @end */

/* @group Banner */

#banner{
	position: relative;
	background: transparent url('../img/bg_banner.jpg') no-repeat center top;
	background-size: 100% 100%;
	height: 602px;
}

#banner .bannercontainer{
	width: 940px;
	height: 602px;
	margin: 0 auto;
}

#banner .bannercontainer .banner{
	width: 940px;
	height: 602px !important;
	position:relative;
	overflow:hidden;
	color: #ffffff;
	font-weight: normal;
	
}

#banner .bannercontainer .banner .tp-loader{
	background-color: transparent;
}

#banner .bannercontainer .banner > ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}

#banner .bannercontainer .banner h1{
	text-align: center;
	color: #ffffff;
	font-size: 60px;
}

#banner .bannercontainer .banner h2{
	text-align: center;
	color: #ffffff;
	font-size: 30px;
}

#banner .bannercontainer .banner .tp-caption a.btn{
	text-align: left;
	font-size: 20px;
}

#banner .bannercontainer .banner .tp-caption a.btn span{
	display: inline-block;
	*display: inline-block;
	zoom: 1;
}

.btn-splitter{
	display: inline-block;
	*display: inline-block;
	zoom: 1;
	padding: 0 5px;
}

/* @group Slide 1 */

.welcomeslide{
	font-family: OpenSansCondensedLight;
	font-size: 60px;
	text-transform: uppercase;
}

.rightnowslide{
	font-family: dream_orphanageregular;
	font-size: 111px;
	text-shadow: 0 1px 0 #f26622;
}

.web-design-slide{
	display: block;
    font-family: qlassik_mediumregular;
    font-size: 40px;
    line-height: 40px;
    margin-right: 14px;
    text-align: right;
    text-shadow: 0 1px 0 #333333;
}

.more-slide{
	font-family: OpenSansRegular;
	font-size: 36px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #333333;
}

.tagline-slide{
	font-family: milford_condensedcondensed;
	font-size: 48px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	text-shadow: 0 1px 0 #333333;
}

#banner .tparrows{
	background: transparent url('../img/bg_btn_gray.png') no-repeat left top;
	height: 53px;
}

#banner .tp-leftarrow.default{
	width: 29px;
}

#banner .tp-rightarrow.default{
	background-position: -29px 0;
	width: 30px;
}

/* @end */

.slidetext{
	color: #ced1d3;
	font-family: open_sanslight, Arial;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	display: block;
}

/* @end */

/* @group Main Content */

#main_content{
	min-height: 500px;
	background: #ffffff url('../img/overlay-pattern.png') repeat left top;
	padding: 40px 0;
}

#home_page #main_content,
#home-page #main_content{
	background-color: #f26622;
	background-image: none;
	padding: 20px 0;
}

/* @end */

/* @group Our Services */

.our_services ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.our_services ul li{
	float: left;
	border: 3px solid #f69465;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 210px;
	text-align: center;
	padding: 5px;
	margin: 0 10px 20px 0;
	
	cursor: pointer;
	height: 201px;
	position: relative;
	
	
	
}

.our_services ul li:hover{
	border: 3px solid #4b5053;
}

.our_services ul li.cwr_block,
.our_services ul li.java_block{
	margin-right: 0;
}

.our_services ul li .serv_box_cont{
	position: relative;
	width: 210px;
	height: 100%;
	
	-webkit-perspective: 800px;
		-moz-perspective: 800px;
		-ms-perspective: 800px;
		-o-perspective: 800px;
		perspective: 800px;
}

.our_services .serv_box{
	position: absolute;
	z-index:900;
	background-color: #4b5053;
	width: 210px;
	height: 160px;
	padding: 20px 0;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	-webkit-transform: rotateX(0deg) rotateY(0deg);
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
	
		-moz-transform: rotateX(0deg) rotateY(0deg);
		-moz-transform-style: preserve-3d;
		-moz-backface-visibility: hidden;
	
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-moz-transition: all .9s ease-in-out;
		-webkit-transition: all .4s ease-in-out;
		transition: all .9s ease-in-out;
}

.our_services .serv_box.serv_back{
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	color: #ffffff;
	width: 200px;
	height: 170px;
	padding: 10px;
	
	-webkit-transform: rotateY(-180deg);
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
	
		-moz-transform: rotateY(-179deg);
		-moz-transform-style: preserve-3d;
		-moz-backface-visibility: hidden;
	
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-moz-transition: all .9s ease-in-out;
		-webkit-transition: all .4s ease-in-out;
		transition: all .9s ease-in-out;
}

.our_services .flipped .serv_box{
	-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
}

.our_services .flipped .serv_box.serv_back{
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}

.our_services .serv_box.serv_back .readmore{
	float: none;
	margin: 10px auto 0;
	position: absolute;
	bottom: -10px;
	left: 18%;
	width: 120px;
}

/*.our_services .serv_box div a,
.our_services .serv_box div a:hover,
.our_services .serv_box div a:focus{
	color: #f26622;
	font-size: 80px;
	text-decoration: none;
}*/

.our_services .serv_box div{
	color: #f26622;
	font-size: 80px;
	text-decoration: none;
}

.our_services .serv_box div a{
	display: inline-block;
	*display: inline-block;
	zoom: 1;
}

.our_services h3{
	margin-top: 20px;
	color: #ffffff;
}

.our_services h3 a,
.our_services h3 a:hover,
.our_services h3 a:focus{
	color: #ffffff;
	text-decoration: none;
}

/* @end */

/* @group Who We Are */

#who_we_are{
	padding: 20px 0;
	background: #ffffff url('../img/overlay-pattern.png') repeat left top;
}

#who_we_are .leftside{
	float: left;
	width: 570px;
	margin-right: 70px;
}

#who_we_are .rightside{
	float: left;
	width: 300px;
}

/* @end */

/* @group Home Portfolio */

#portfolio{
	position: relative;
	background-color: #4b5053;
	color: #8d8d8d;
}

#portfolio .home_port_cont{
	height: 700px;
}

#portfolio .port_left{
	float: left;
	width: 400px;
	height: 660px;
	position: relative;
	display: none;
	padding-top: 40px;
}

#portfolio h2{
	font-family: open_sanslight, Airal;
	font-size: 36px;
	line-height: 45px;
	color: #ffffff;
	padding-top: 40px;
}

#portfolio .wrap{
	width: 45%;
	margin-right: 1%;
	float: left;
}

#portfolio h5{
	font-family: open_sanslight, Airal;
	font-size: 13px;
	font-weight: normal;
	margin: 20px 0 40px 0;
}

#portfolio h5 span{
	color: #777777;
	font-size: 11px;
}

#portfolio h5 i{
	margin-right: 3px;
	font-size: 15px;
	cursor: pointer;
}

#portfolio .bg_port_tablet {
    height: 654px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1010px;
    display: none;
}

#portfolio .sliderArrows{
	display: none;
}

#portfolio .bg_port_image{
	height: 612px;
	padding-top: 42px;
	display: none;
}

#portfolio .port_btn{
	position: absolute;
	bottom: 100px;
	width: 400px;
	text-align: center;
}

#portfolio .sliderArrows{
	position: relative;
	width: 940px;
	margin: 0 auto;
	bottom: 80px;
}

#portfolio .sliderArrows a{
	background: transparent url('../img/bg_btn_orange.png') no-repeat left top;
	width: 32px;
	height: 32px;
	margin: 0;
	top: 0;
}

#portfolio .sliderArrows a.prev{
	background-position: 0 0;
	left: 174px;
}

#portfolio .sliderArrows a.next{
	background-position: -32px 0;
	right: 100%;
	left: 208px;
}

/* @end */

/* @group Home Testimonials */

#testimonials{
	background-color: #edeef2;
	font-style: italic;
	position: relative;
	font-family: sorts_mill_goudyitalic, "Times New Roman";
	font-size: 19px;
	line-height: 26px;
	color: #a9aba9;
}

#testimonials .container_12{
	background: transparent url('../img/bg_testi.png') no-repeat center top;
	height: 498px;
	text-align: center;
	padding: 20px 0;
	position: relative;
}

#testimonials .cycleSlide{
	display: none;
	padding: 0 10px;
	width: 840px;
	left: 31px !important;
	top: 45px !important;
}

#testimonials .testiheading{
	margin-bottom: 20px;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
}

#testimonials .testimage {
	border: 7px solid #FFFFFF;
	background-color: #4b504d;
	width: 115px;
	height: 115px;
	margin: 0 auto 20px;
	padding: 3px;
}

#testimonials .testimage img{
	/*margin: 3px;*/
}

.testiname{
	font-weight: bold;
	font-family: OpenSansRegular,​Arial;
}

.testilink{
	color: #f5821f;
	font-family: open_sanslight, Arial;
}

#testimonials i{
	color: #d9dadb;
	font-size: 30px;
	font-style: italic;
}

#testimonials i.icon-quote-left{
	margin-right: 10px;
	float: left;
}

#testimonials i.icon-quote-right{
	/*margin-left: 10px;*/
	float: right;
}

#testimonials .cycleNav{
	position: relative;
	width: 72px;
	margin: 0 auto;
	bottom: -199px;
}

#testimonials .cycleNav span{
	display: inline-block;
	background: transparent url('../img/bg_btn_orange.png') no-repeat left top;
	width: 32px;
	height: 32px;
	margin: 0;
	text-indent: -99999px;
	cursor: pointer;
}

#testimonials .cycleNav span.cycle-prev{
	background-position: 0 0;
}

#testimonials .cycleNav span.cycle-next{
	background-position: -32px 0;
}

#testimonials .testi-more-btn{
	position: relative;
	width: 185px;
	margin: 0 auto;
	bottom: -21px;
}

/* @end */

/* @group General Forms */

div.submit input{
	padding: 8px 12px;
	text-transform: uppercase;
}

/* @end */

/* @group Contact Us Form */

#contactform1 div.input.text label,
#contactform1 div.input.email label,
#contactform1 div.input.select label,
#contactform1 div.input.textarea label{
	display: inline-block;
	width: 208px;
	margin-right: 10px;
}

#contactform1 div.input.text input,
#contactform1 div.input.email input{
	display: inline-block;
}

#contactform1 .f_help.help-block{
	margin-left: 190px;
}

#contactform1 div.input.textarea textarea{
	width: 92%;
}

/* @end */

/* @group Get Started Now Form */

.get_started div.input.text input,
.get_started div.input.email input{
	width: 94%;
}

.get_started div.input.textarea textarea{
	width: 94%;
	height: 99px;
}

.get_started div.submit{
	text-align: center;
}

/* @end */

/* @group Get Started Now Form */

#designbrief4 p {
    font-weight: bold;
}

#designbrief4 h2 {
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
}

#designbrief4 select, 
#designbrief4 input[type="text"], 
#designbrief4 input[type="email"], 
#designbrief4 input[type="tel"], 
#designbrief4 .uneditable-input {
    float: left;
    width: 400px;
}

#designbrief4 textarea {
    width: 875px;
}

#designbrief4 .custom-checkbox label {
    font-size: 15px;
    font-weight: normal;
}


.floatforms div.input {
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 45%;
}

/* @end */

/* @group Portfolio List View */

.portfolio_list #main_content{
	background: #4b5053;
}

.portfolio_list #header{
	box-shadow: 0 4px 4px -2px #333333;
}

.portfolio_list #main_content h2{
	color: #ffffff;
	margin-bottom: 20px;
}

/* @group Category Blocks */

.portfolio_list .cat_block ul.cat_list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.portfolio_list .cat_block ul.cat_list li{
	float: left;
	border: 3px solid #5f5f5f;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 210px;
	text-align: center;
	padding: 5px;
	margin: 0 10px 20px 0;
	background-image: none !important;
	
	cursor: pointer;
	height: 201px;
	position: relative;
	transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		transition: transform 1s;
		-webkit-transition: -webkit-transform 1s;
		-moz-transition: -moz-transform 1s;
		-o-transition: -o-transform 1s;
}

.portfolio_list .cat_block ul.cat_list li.cwr_block,
.portfolio_list .cat_block ul.cat_list li.java_block{
	margin-right: 0;
}

.portfolio_list .cat_block .serv_box{
	background-color: #f26622;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 160px;
	padding: 20px 0;
	/*backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;*/
}

.portfolio_list .cat_block .serv_box div{
	color: #4b5053;
	font-size: 80px;
	text-decoration: none;
}

.portfolio_list .cat_block ul.cat_list li:hover,
.portfolio_list .cat_block ul.cat_list li.active{
	border: 3px solid #ffffff;
}

.portfolio_list .cat_block ul li.active{
	background: transparent url('../img/bg_active_li.png') no-repeat center bottom !important;
	/*margin-bottom: 0;
	height: 221px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;*/
}

.portfolio_list .cat_block ul.cat_list li:hover .serv_box,
.portfolio_list .cat_block ul.cat_list li.active .serv_box{
	background-color: transparent;
}

.portfolio_list .cat_block ul.cat_list li:hover .serv_box div,
.portfolio_list .cat_block ul.cat_list li.active .serv_box div{
	color: #f26622;
	font-size: 80px;
	text-decoration: none;
}

.portfolio_list .cat_block .serv_box div a{
	display: inline-block;
	*display: inline-block;
	zoom: 1;
}

.portfolio_list .cat_block h3{
	margin-top: 20px;
	color: #ffffff;
	width: 77%;
	margin: 20px auto 0;
}

.portfolio_list .cat_block h3 a,
.portfolio_list .cat_block h3 a:hover,
.portfolio_list .cat_block h3 a:focus{
	color: #ffffff;
	text-decoration: none;
}

/* @end */

/* @group Port List */

.portfolio_list .port_list{
	background: url('../img/overlay-pattern.png') left top repeat #ffffff;
	padding: 20px;
	min-height: 100px;
	margin: 0 0 20px 0;
	display: none;
	width: 894px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.50);
}

.portfolio_list .port_list ul,
.portfolio_cat ul.port_block{
	padding: 0;
	margin: 0;
	list-style: none;
}

.portfolio_list .port_list ul li,
.portfolio_cat ul.port_block li{
	position: relative;
	float: left;
	width: 262px;
	height: 255px;
	padding: 10px;
	margin: 0 20px 20px 0;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
}

.portfolio_list .port_list ul li.nomargin,
.portfolio_cat ul.port_block li.nomargin{
	margin-right: 0;
}

.portfolio_list .port_list ul li .port_image,
.portfolio_cat ul.port_block li .port_image{
	background-color: #4B5053;
	width: 252px;
	height: 192px;
	padding: 5px;
	overflow: hidden;
	margin-bottom: 25px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.portfolio_list .port_list ul li .port_image img,
.portfolio_cat ul.port_block li .port_image img{
	width: 252px;
}

.portfolio_list .port_list ul li .port_title,
.portfolio_cat ul.port_block li .port_title{
	font-size: 19px;
	line-height: 25px;
	font-family: open_sanslight, Arial;
	width: 225px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ul.port_block li .port_icon{
	position: absolute;
	bottom: 13px;
	right: 13px;
	padding: 1px 4px 1px 6px;
	font-size: 10px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

ul.port_block li .port_icon a{
	color: #bbbbbb;
}

/* @end */

/* @end */

/* @group Portfolio View */

/* @group Global */

.portfolio_view #main_content{
	padding: 0;
}

.portfolio_view #main_content .container_12,
.portfolio_view #main_content .container_12 .full_page{
	width: 100%;
}

.portfolio_view #portfolio{
	position: relative;
	z-index: 1;
	background: url("../img/overlay-pattern.png") repeat scroll 0 0 transparent;
	box-shadow: 0 4px 4px -2px #333333;
	-moz-box-shadow: 0 4px 4px -2px #333333;
	-webkit-box-shadow: 0 4px 4px -2px #333333;
}

.portfolio_view #main_content .container_12 .full_page .grid_36{
	margin: 0 auto;
	position: relative;
}

.portfolio_view #portfolio h1{
	overflow: hidden;
    padding: 20px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* @end */

/* @group Slider */

.portfolio_view .port_gallery{
	height: 572px;
	position: relative;
	padding-top: 40px;
	background: transparent url('../img/bg_screen.png') no-repeat left top;
	width: 800px;
	margin: 0 auto;
}

.portfolio_view .sliderContent .item {
	top: 35px;
	left: 31px;
}

.portfolio_view #portfolio .sliderArrows{
	position: absolute;
	bottom: 339px;
	left: -70px;
	height: 53px;
}

.portfolio_view #portfolio .sliderArrows a{
	background: transparent url('../img/bg_btn_dark.png') no-repeat left top;
	height: 53px;
}

.portfolio_view #portfolio .sliderArrows a.prev{
	width: 29px;
	left: 0;
}

.portfolio_view #portfolio .sliderArrows a.next{
	width: 29px;
	left: 920px;
	background-position: -29px 0;
}


#banner .tp-leftarrow.default{
	width: 29px;
}

#banner .tp-rightarrow.default{
	background-position: -29px 0;
	width: 30px;
}

/* @end */

.portfolio_view  #services_cont{
	background-color: #f26622;
	background-image: none;
	padding: 20px 0;
}

.portfolio_view .port_col1{
	position: absolute;
	top: 600px;
	left: 82px;
	width: 291px;
}

.portfolio_view .port_col2{
	position: absolute;
	top: 600px;
	left: 580px;
	width: 274px;
}

.portfolio_view #portfolio h5{
	margin: 0;
}

.portfolio_view #portfolio .port_col2 h5{
	text-align: right;
}

.portfolio_view #portfolio h5 span{
	font-size: 14px;
}

.portfolio_view #portfolio h5 i {
    font-size: 17px;
    line-height: 22px;
    margin-left: 10px;
}

.parallax {
	z-index:0;
	width: 100%;
	height: 600px;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.parallax-content {
	text-align: center;
	padding: 130px 0 0 0;
	z-index: 9999;
	position: relative;
	font-family: open_sanslight,Arial;
}

#get_started .parallax-content{
	padding-top: 100px;
}

#get_started .grid_36{
	margin: 0 auto;
}

.parallax-content h2,
#get_started .parallax.dark .parallax-content h2{
	color: #F69465;
	font-size: 60px;
	line-height: 60px;
	padding: 7px 0;
	display: inline-block;
}

#get_started .parallax-content h2{
	color: #f26622;
}

#get_started .parallax-content h3{
	color: #4B5053;
	font-size: 32px;
	line-height: 32px;
}

#get_started .parallax.dark .parallax-content h3{
	color: #ffffff;
}

#get_started .get_started{
	width: 500px;
	margin: 30px auto 0;
}

.parallax-content p{
	color:#fff;
	font-size: 28px;
	line-height: 39px;
	width: 75%;
	margin:0 auto;
	font-weight: normal;
}
.banner-overlay {
	/*background: transparent url('../img/bg_banner.jpg') no-repeat center top;*/
	/*background-size: 100% 100%;*/
	/*background: url("../img/overlay-pattern.png");*/
	width: 100%;
	height: 600px;
	position: absolute;
	overflow:hidden;
}

#get_started {
	background: #ffffff url('../img/overlay-pattern.png') repeat left top;
}

.sidebar #get_started {
	background: none;
}

.parallax-banner-1 {background-image: url("../img/bg_banner.jpg");}
.parallax-banner-2 {background-image: url("../img/bg_banner.jpg");}
.parallax-banner-3 {background-image: url("../img/bg_running.png");}

.parallax.dark .parallax-banner-3 {background-image: url("../img/bg_banner.jpg");}

.parallax-background,
#get_started .parallax.dark .parallax-background {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-size: 100% 100%;
	background-attachment: fixed;
	/*background-repeat: repeat-y;*/
	background-position: top center;
}

#get_started .parallax-background {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-size: auto;
	background-attachment: fixed;
	/*background-repeat: repeat-y;*/
	background-position: center center;
	background-repeat: no-repeat;
}

/* @end */

/* @group Portfolio Category List */

.portfolio_cat h1{
	margin-bottom: 30px;
}

.portfolio_cat ul.port_block li{
	margin: 0 30px 30px 0;
}

/* @end */

/* @group Who We Are Page */

.wwa h3{
	font-weight: bold;
}

.wwa .wwa_col1{
	width: 48%;
	margin-right: 4%;
}

.wwa .wwa_col2{
	width: 48%;
}

/* @end */

/* @group Our Process */

.processbar{
	position: relative;
	float: right;
	width: 100px;
}

.processbar .bar{
	position: absolute;
	right: 50px;
	top: 0;
	background-color: #D5D6D8;
	height: 500px;
	width: 3px;
	z-index: 99;
}

.processbar ul{
	position: relative;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	text-align: center;
	color: #d5d6d8;
	z-index: 100;
}

.processbar ul li{
	cursor: pointer;
	background: #ffffff url('../img/overlay-pattern.png') repeat center center !important;
	margin-bottom: 23px;
	padding-left: 0 !important;
}

.processbar ul li:hover,
.processbar ul li.active{
	color: #666666;
}

.processbar ul li i{
	display: block;
	font-size: 60px;
}

.processbar ul li:hover i,
.processbar ul li.active i{
	color: #F26622;
}

.process-content{
	display: none;
	height: 500px;
	width: 560px;
}

.process-content.active{
	display: block;
}

.process-content h2{
	text-transform: uppercase;
}

.process-content h3{
	color: #F26622;
}

.process-content ul{
	list-style: none;
	margin: 20px !important;
}

.process-content li{
	background: transparent url('../img/bg_li_link_orange.png') no-repeat left 11px;
	padding-left: 15px;
	padding-top: 5px;
	margin-top: 5px;
}

.process-content li:first-child{
	padding-top: 0;
	margin-top: 0;
	border-top: none;
	background-position: left 5px;
}

#strategy.process-content{
	background: transparent url('../img/web-design-process/strategy-1.png') no-repeat center center;
}

#design.process-content{
	background: transparent url('../img/web-design-process/webdesign-1.png') no-repeat center center;
}

#develop.process-content{
	background: transparent url('../img/web-design-process/webdevelopment-1.png') no-repeat center center;
}

#testing.process-content{
	background: transparent url('../img/web-design-process/webdesigntesting-1.png') no-repeat center center;
}

#support.process-content{
	background: transparent url('../img/web-design-process/webdesignsupport-1.png') no-repeat center center;
}

/* @end */

/* @group Services Page */

#services .line{
	clear: both;
}

#services .colline{
	height: 180px;
	width: 1px;
	background-color: #EDEEF2;
	margin-right: 28px;
	float: left;
	margin-top: 25px;
}

#services div.col1 {
	float: left;
	width: 285px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#services div.col2 {
	float: left;
	width: 285px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#services i {
	float: left;
	font-size: 60px;
	width: 60px;
	margin-right: 10px;
}

#services .title {
	font-size: 18px;
	float: left;
	padding-top: 9px;
	width: 200px;
}

.services .well{
	position: relative;
	min-height: 340px;
}

.services .well a.btn{
	text-transform: uppercase;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

/* @end */

/* @group What Our Clients Say */

.testicontent:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  /*border-bottom: 7px solid #ccc;*/
  border-left: 7px solid transparent;
  /*border-bottom-color: rgba(0, 0, 0, 0.2);*/
  content: '';
}

.testicontent:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #EDEEF2;
  border-left: 6px solid transparent;
  content: '';
}


.testicontent {
	position: relative;
	min-width: 160px;
	padding: 15px;
	margin: 7px 0 20px;
	font-family: sorts_mill_goudyitalic, "Times New Roman";
	font-size: 19px;
	line-height: 34px;
	color: #a9aba9;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
	-webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
	      border-radius: 6px;
	-webkit-background-clip: padding-box;
	 -moz-background-clip: padding;
	      background-clip: padding-box;
}

.testicontent i{
	color: #d9dadb;
	font-size: 30px;
	font-style: italic;
}

.testicontent i.icon-quote-left{
	margin-right: 10px;
	float: left;
}

.testicontent i.icon-quote-right{
	/*margin-left: 10px;*/
	float: right;
}

/* @end */

/* @group Blog */

.blog_pages h1{
	margin-bottom: 30px;
}

.post_block{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}

.blog_more{
	text-align: right;
}

.blog_col1{
	float: left;
	width: 200px;
}

.blog_col2{
	float: right;
	width: 490px;
}

.search_box div.input input{
	width: 93%;
}

.search_box .submit{
	text-align: center;
}

.blog_box,
.comments > h3{
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
}

#commentFormCont textarea,
#commentFormCont div.input input{
	width: 80%;
}

.commentLinks{
	display: block;
	text-align: right;
}

.blog_box .blog_icon{
	position: absolute;
	top: 10px;
	right: 10px;
}

.blog_box .blog_icon i{
	text-shadow: 1px 4px 6px #F1F1F1, 0 0 0 #444444, 1px 4px 6px #F1F1F1;
	color: #cfcfcf;
	font-size: 14px;
}

.box_title{
	color: #a9aba9;
	font-size: 14px;
	margin-bottom: 3px;
	padding-right: 15px;
}

.cmsPage_post .box_title{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.cmsPage_post .page_date{
	margin-bottom: 4px;
}

.blog_col1 .st_facebook_custom {
    background: transparent url('../img/bg_share_fb.png') no-repeat left top;
    width: 75px;
    height: 55px;
    padding: 10px;
    margin: 0 5px 5px 0;
    cursor: pointer;
    display: block;
    *display: block;
    zoom: 1;
    float: left;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
}

.blog_col1 .st_facebook_custom:hover{
	background-image: url('../img/bg_share_fb_over.png');
}


.blog_col1 .st_twitter_custom{
	background: transparent url('../img/bg_share_tw.png') no-repeat left top;
	width: 75px;
	height: 55px;
	padding: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	display: block;
	*display: block;
	zoom: 1;
	float: left;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
}

.blog_col1 .st_twitter_custom:hover{
	background-image: url('../img/bg_share_tw_over.png');
}

.blog_col1 .st_plusone_custom{
	background: transparent url('../img/bg_share_gp.png') no-repeat left top;
	width: 75px;
	height: 55px;
	padding: 10px;
	margin: 0 5px 0 0;
	cursor: pointer;
	display: block;
	*display: block;
	zoom: 1;
	float: left;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
}

.blog_col1 .st_plusone_custom > div{
	margin-left: 49px;
}

.blog_col1 .st_sharethis_custom{
	background: transparent url('../img/bg_share_st.png') no-repeat left top;
	width: 75px;
	height: 55px;
	padding: 10px;
	margin: 0 0 0 0;
	cursor: pointer;
	display: block;
	*display: block;
	zoom: 1;
	float: left;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
}

.blog_col1 .st_sharethis_custom:hover{
	background-image: url('../img/bg_share_st_over.png');
}


.post_block.lastpost{
	border-bottom: 0;
}

.post_block .intro-text,
.cmsPage_full_post{
	margin: 10px 0;
}

.page_date,
.page_categories{
	font-size: 12px;
	line-height: 16px;
}

.page_categories a{
	font-style: italic;
}

.sidebar .blog_widget{
	display: block;
    line-height: 20px;
    margin-bottom: 20px;
}

.sidebar .blog_widget h2{
	font-size: 24.5px;
	color: #555555;
	margin-bottom: 10px;
	margin-top: 0;
}

.sidebar .blog_widget ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar .blog_widget ul li{
	border: 1px solid #dddddd;
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
}

.sidebar .blog_widget.category_widget li a{
	color: #666666;
	font-size: 12px;
}

.sidebar .blog_widget.category_widget li a:hover{
	color: #F26622;
}

.sidebar .blog_widget.category_widget li a span{
	display: block;
}

.sidebar .blog_widget.category_widget li a span.c_title{
	float: left;
	padding-right: 10px;
	width: 160px;
}

.sidebar .blog_widget.category_widget li a span.c_count{
	float: right;
}

.sidebar .blog_widget.pages_widget img{
	width: 48px;
}

.sidebar .blog_widget li:before, 
.sidebar .blog_widget li:after {
    content: "";
    display: table;
    line-height: 0;
}

.sidebar .blog_widget li:after {
    clear: both;
}

.sidebar .blog_widget.pages_widget li{
	border-top: 1px solid #edeef2;
	padding: 10px;
	clear: both;
	line-height: 16px;
}

.sidebar .blog_widget.pages_widget li:first-child{
	margin-top: 0;
	border-top: none;
}

.sidebar .blog_widget.pages_widget li .thumb{
	width: 48px;
	float: left;
	margin-right: 10px;
}

.sidebar .blog_widget.pages_widget li .recent_post_title{
	width: 138px;
	float: left;
	font-size: 12px;
}

.sidebar .blog_widget.blog_widget .pages_widget p{
	line-height: 16px;
}



/* @end */

/* @group Sidebar */

.sidebar ul.menu{
	padding: 0;
	margin-bottom: 30px;
	
	background-color: #EDEEF2;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px 10px;
}

.sidebar .menu li{
	background: transparent url('../img/bg_li_link_dark.png') no-repeat left 16px;
	padding-left: 15px;
	border-top: 1px solid #edeef2;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #ffffff;
	padding-top: 5px;
	/*margin-top: 5px;*/
}

.sidebar .menu li:first-child{
	padding-top: 0;
	margin-top: 0;
	border-top: none;
	background-position: left 11px;
}

.sidebar .menu > li:last-of-type{
	border-bottom: none;
}

.sidebar .nav-list > li > a{
	padding: 5px;
	margin: 0;
	color: #666666;
}

.sidebar .nav-list > li > a:hover{
	background-color: transparent;
	color: #F26622;
}

.sidebar .nav-list > .active > a, 
.sidebar .nav-list > .active > a:hover, 
.sidebar .nav-list > .active > a:focus{
	background-color: #4B5053;
	color: #ffffff;
}

.sidebar h2{
	font-size: 20px;
}

/* @end */

/* @group Knowledgebase */

#main_content .kbplugin{
	font-size: 14px;
}

#main_content .kb_category_list.nav.nav-list{
	padding: 0;
	margin-bottom: 30px;
	
	background-color: #EDEEF2;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 10px;
}

#main_content .kb_category_list.nav.nav-list > li:first-child > a{
	border-radius: 0;
}

#main_content .kb_category_list.nav.nav-list li > a{
	border: none;
	padding: 8px 6px;
}

#main_content .kb_category_list.nav.nav-list li > ul > li > a{
	padding-left: 5px;
}

#main_content .kb_category_list .icon-chevron-right{
	margin-right: 4px;
}

#main_content h3.kbtitle{
	margin-left: 0;
}

#main_content .breadcrumb ul li{
	background-image: none !important;
	padding-left: 0 !important;
	margin-top: 0 !important;
}

#main_content .breadcrumb ul li.first{
	padding-left: 0;
}

#main_content .kb_search_box button{
	padding: 4px 12px;
}

#main_content .index_subcats{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

#main_content .index_subcats ul li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 44%;
	margin: 0 1% !important;
	font-size: 13px;
	padding-top: 5px !important;
	vertical-align: top;
	margin-bottom: 3px;
	background-position: 0 11px !important;
}

#main_content .kbarticles .title .cats ul li{
	background: none !important;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
}

#main_content .kb_search_box{
	background-color: #EDEEF2;
}

#main_content .kb_search_box .inner{
	background-color: #F3F3F5;
}

#main_content .kbarticles .title{
	background-color: #EDEEF2;
}

#main_content .kbarticles .article{
	background-color: #F3F3F5;
}

#main_content .kbarticles .article .rate_this{
	background-color: #EDEEF2;
}

#main_content .kbarticles .article{
	line-height: 22px;
}

#main_content .kbarticles .article ol,
#main_content .kbarticles .article ul{
	margin-left: 45px;
}

#main_content .kbarticles .article ol li,
#main_content .kbarticles .article ul li{
	margin-bottom: 5px;
	line-height: 22px;
	background: none !important;
	padding-left: 0;
}

.kbplugin .readmore:after{
	content: '';
}

.kbplugin .readmore, 
.kbplugin .readmore:visited, 
.kbplugin .readmore:focus{
	display: block;
	*display: block;
	zoom: 1;
	text-transform: none;
	font-weight: normal;
	float: none;
	margin-top: 0;
	border: none;
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.kbplugin .readmore:hover{
	background-color: transparent;
}

/* @end */

/* @group Footer */

#footer{
	padding: 40px 0 20px;
	font-size: 12px;
	color: #666666;
	border-top: 1px solid #EDEEF2;
}

#footer h3{
	color: #f26622;
	margin-bottom: 20px;
}

#footer .col3 h3{
	margin-bottom: 15px;
}

#footer a{
	color: #666666;
}

#footer a:hover{
	color: #f26622;
}

#footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .menu li{
	background: transparent url('../img/bg_li_link.png') no-repeat left 11px;
	padding-left: 15px;
	border-top: 1px solid #edeef2;
	padding-top: 5px;
	margin-top: 5px;
}

#footer .menu li:first-child{
	padding-top: 0;
	margin-top: 0;
	border-top: none;
	background-position: left 5px;
}

#footer .pages_widget{
	border: none;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#footer .pages_widget img{
	width: 48px;
}

#footer .pages_widget li:before, 
#footer .pages_widget li:after {
    content: "";
    display: table;
    line-height: 0;
}

#footer .pages_widget li:after {
    clear: both;
}

#footer .pages_widget li{
	border-top: 1px solid #edeef2;
	padding-top: 20px;
	margin-top: 20px;
	clear: both;
	line-height: 16px;
}

#footer .pages_widget li:first-child{
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

#footer .pages_widget li .thumb{
	width: 48px;
	float: left;
	margin-right: 10px;
}

#footer .pages_widget li .recent_post_title{
	width: 162px;
	float: left;
}

#footer .col3 p{
	line-height: 16px;
}

#footer .col4{
	font-size: 14px;
}

#footer .col4 i{
	color: #f5821f;
	font-size: 55px;
	margin-right: 10px;
}

#footer .col4 li{
	background-color: #edeef2;
	padding: 10px;
	margin-bottom: 20px;
}

#footer .col4 li div.pull-left h2{
	color: #404345;
	font-size: 24px;
	margin: 0;
}

#footer .col4 li .phone_number{
	font-size: 18px;
	color: #404345;
	font-family: open_sanslight, Arial;
	text-align: center;
}

#footer .col4 li .phone_number span{
	font-size: 13px;
	color: #9d9d9d;
}

#footer .col4 li.req_consult{
	cursor: pointer;
}

#footer .col4 li.req_consult div.pull-left h2{
	margin-top: 7px;
}

#footer .col4 li.req_consult:hover{
	background-color: #404345;
	color: #edeef2;
}

#footer .col4 li.req_consult:hover div.pull-left h2{
	color: #edeef2;
}

#footer .copyright{
	font-size: 12px;
}

#footer .copyright p{
	
}

/* @end */

/* @group Footer Bottom */

#footer_bottom{
	background-color: #4b5053;
	height: 22px;
	padding: 15px 0;
	color: #edeef2;
	font-size: 13px;
}



/* @end */