::-moz-selection {color: #ffffff;  background-color: #ffbc49;
}
::selection {color: #ffffff;  background-color: #ffbc49;
}
a, input, select, textarea, button {outline:none !important;
}
body { overflow-x:hidden;
}
.font {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-weight:600;
	font-weight:700;
	font-family: 'Cookie', cursive;
}
.header {background:url(../images/header_bg.png) repeat-x left bottom #fff;
}
.fleft {float:left;
}
.fright {float:right;
}
.clear {
	height:0;
	clear:both;
	font-size:0;
}

/* Logo */
.logo {
	padding:9px 0 11px 0px;
}
.logo a {
	font-family: 'Cookie', cursive;
	font-size:55px;
	line-height:42px;
	display:inline-block;
	color:#e7fad3;
	text-decoration:none;
}
.logo a span {color:#ffbc49;
}
.logo a:hover {	text-decoration:none;
}
.slogan {
	color:#fff;
	line-height:13px;
	font-size:12px;
	padding:0 0 24px 7px;
}
.container {
	padding-right:20px;
	padding-left:20px;
}

/* Menu */
#main_menu { position: relative;
}
.menu_wrap {
  padding-top: 14px;
  float:right;
}
.menu_wrap .nav {
	padding:0;
	margin:0;
	list-style:none;
}
.menu_wrap .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.menu_wrap .nav > li {
  padding: 0 6px 0 0;
  margin-right:3px;
  background:url(../images/menu_li.png) no-repeat right center;
  display:inline-block;
}
.menu_wrap .nav > li:last-child {
  padding: 0;
  margin-right:0;
  background:none;
}
.menu_wrap .nav li a {
	line-height:20px;
	color: #4a4d5d;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size:12px;
	text-shadow: none;
	text-decoration: none;
	text-align:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.menu_wrap .nav > li.sfHover > a,
.menu_wrap .nav > li.sfHover > a:hover,
.menu_wrap .nav > li > a:hover,
.menu_wrap .nav > li.current > a,
.menu_wrap .nav > li.current > a:hover {
  color: #fff;
  background: url(../images/menu_a.png) repeat-x left bottom #000000;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  box-shadow:none;
}
.sub-menu > a {position: relative;
}
.menu_wrap .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  width: 13px;
  height: 6px;
  bottom:-12px;
  left:14px;
  margin: 0;
  z-index:100;
}
.menu_wrap .nav > li.sfHover > a:before,
.menu_wrap .nav > li.sfHover > a:hover:before,
.menu_wrap .nav > li > a:hover:before,
.menu_wrap .nav > li.current > a:before,
.menu_wrap .nav > li.current > a:hover:before { background: url('../images/li-marker.png') left top no-repeat;
}
.menu_wrap .nav > li.current > a:before { background: none;
}
.menu_wrap .nav > li.current.sfHover > a:before { background: url('../images/li-marker.png') left top no-repeat;
}
.menu_wrap .nav ul {
  position: absolute;
  display: none;
  width: 141px;
  left: 0px;
  top: 42px;
  list-style: none;
  zoom: 1;
  z-index: 25;
  background:#ebebeb;
  padding: 6px 0;
  margin: 0;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  box-shadow: 0 0 2px rgba(0,0,0, 0.4);
}
.menu_wrap .nav > li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  width: 6px;
  height: 13px;
  right: -7px;
  top: 7px;
  z-index:200;
}
.menu_wrap .nav ul li a {
  display: block;
  font-size: 11px;
  line-height: 20px;
  color:#6e6e6e;
  padding: 0 13px 0 15px;
  background: none;
  text-shadow:0 1px 1px #fff;
}
.menu_wrap .nav ul li a span {display:none;
}
.menu_wrap .nav > li > ul li > a:hover,
.menu_wrap .nav > li > ul li.sfHover > a,
.menu_wrap .nav > li > ul li.current > a {
	text-decoration: none;
	background:none;
	color:#ffbc49;
}
.menu_wrap .nav > li > ul li > a:hover:before,
.menu_wrap .nav > li > ul li.sfHover > a:before { background: url('../images/li-marker_li.png') left top no-repeat;  
}
.menu_wrap .nav ul ul {
  position: absolute;
  display: none;
  width: 141px;
  left: 148px;
  top: 0;
  height: auto;
  list-style: none;
  z-index: 111;
  padding: 6px 0;
  margin: 0;
}
#main_menu select { display: none;
}

/* breadcrumb */
.breadcrumb {
  padding: 20px 0;
  list-style: none;
  background:url(../images/breadcrumb.png) repeat-x left bottom #000861;
  color:#fff;
  font-size:13px;
}
.breadcrumb span {
  color:#e6f9d2;
  width:17px;
  height:20px;
  display:inline-block;
  background:url(../images/pipe.png) no-repeat left top;
  vertical-align:top;
}
.breadcrumb a {
  color:#e6f9d2;
  text-decoration:underline;
  font-size:13px;
}
.breadcrumb a:hover {text-decoration:none;
}

/* top_search */
.top_search {
	width:240px;
	margin:0 auto;
	padding-top:14px;
	float:right;
	height:26px;
}
.top_search input[type="text"] {
	font-family:Arial;
	font-size:12px;
	color:#FFF;
	background-color: #475690;
	border: 1px solid #46558F;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width:190px;
	height:20px;
	padding:2px 8px;
	margin:0 5px 0 0;
	float:left;
}
.top_search input[type="text"]:focus {
	border-color: #4170a7;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.search_btn {
	width:26px !important;
	height:26px !important;
	background: url(../images/search_btn.png) no-repeat left top;
	border:0;
	cursor:pointer;
	padding:0;
	 margin:0;
	 display:block;
	 cursor:pointer;
}

/* page_container */
.page_container {
	background:url(../images/bg.jpg) repeat left top;
	position:relative;	
}
.page_container_top {
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:11px;
	background:url(../images/page_top.png) repeat-x left top;
	z-index:1;
}
.page_container_bottom {
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	height:11px;
	background:url(../images/page_bottom.png) repeat-x left bottom;
	z-index:1;
}
.main {
	background:#FFF;
	box-shadow: 0 0 7px rgba(0,0,0, 0.6);
	margin-right:-20px;
	padding-left:20px;
	padding-right:20px;
	margin-left:-20px;
	padding-bottom:5px;
	padding-bottom:20px;
	padding-top: 0px;
}

/* Slider */
.slider_wrapper {
	margin-top:-30px;
	margin-bottom:30px;
	z-index:2;
	position:relative;
}
.fake_wrap {
	padding:2px;
	background:#e7eaea;
	height:100%;
	box-shadow:0 0 7px rgba(0,0,0, 0.7);
}
.slider_wrapper a { color:#ffbc49;
}

/*Welcome*/
.welcome {
	text-align:justify;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:22px;
	font-weight:400;
	font-style:italic;
	padding:0 20px 55px 20px;
}
.welcome span {color:#ffbc49;
}

/*Welcome2*/
.welcome2 {
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:22px;
	font-weight:400;
	font-style:italic;
	padding:0 20px 0px 20px;
}
.welcome2 span {color:#ffbc49;
}

/* Planning */
.planning {
	padding-bottom:25px;
	text-align:center;
}
.planning .rounded {
	width:120px;
	height:76px;
	position:relative;
	margin:0 auto 5px auto;
}
.planning p {
	padding:0 0 15px 0;
	margin:0;
}
.planning h4 {
	padding:0 0 12px 0;
	margin:0;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	color:#ffbc49;	
}
.planning .btn {margin-bottom:30px;
}
.circle {
	width:60px;
	height:60px;
	background:url(../images/color_circle.png) no-repeat left top;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	overflow:hidden;
	padding:8px 9px 8px 10px;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.planning .span3:hover .circle {
	top:-10px;
	left:-12px;
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.white_corner {
	position:absolute;
	right:0;
	bottom:0;
	width:120px;
	height:76px;
	background:url(../images/white_corner.png) no-repeat left top;
	z-index:20;
}

.block {
	padding-bottom:10px;
	padding-top: 0px;
}
ul.highlights {
	padding:0;
	margin:0;
	list-style:none;
}
ul.highlights li {
	padding:5px 0 6px 20px;
	border-top:1px #e9e9e9 solid;	
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	background-position: left top;
	background-repeat:no-repeat;
	background-image:url(../images/highlights.png);
}
ul.highlights li:last-child {border-bottom:1px #e9e9e9 solid;
}
ul.highlights li a {
	font-size:15px;
	font-family: 'Times New Roman';
	display:block;
	color:#939292;	
	font-style:italic;
}
ul.highlights li:hover {
	padding-left:25px;
	background-image:url(../images/highlights_active.png);
}
ul.highlights li:hover a {
	text-decoration:none;
	color:#ffbc49;
}

b, p a {color:#ffbc49;
}
p a {text-decoration:underline;
}
p a:hover {
	text-decoration:none;
	color:#ffbc49;
}

.quote {
	padding:3px 0 0 35px;
	line-height:24px;
	font-size:18px;
	font-family:'Times New Roman';
	font-style:italic;
	color:#454343;
	background:url(../images/quote.png) no-repeat left top;
}
.quote.color {background:url(../images/quote_color.png) no-repeat left top;
}
.quote a {
	font-size:18px;
	font-family:'Times New Roman';
	font-style:italic;
	color:#ffbc49;
	text-decoration:none;
}
.quote a:hover {
	color:#ffbc49;
	text-decoration:underline;
}
.quote span {
	font-size:18px;
	font-family:'Times New Roman';
	font-style:italic;
	color:#ffbc49;
	display:block;
	padding-top:5px;
}

.hover_img {
	position:relative;
	background:#000;
	border:2px #fff solid;
	box-shadow: 0 0 3px rgba(0,0,0, 0.5);
}

.latest_works h6 {
	padding:15px 0 0 0;
	margin:0 0 5px 0;
	line-height:20px;
	color:#454343;
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
}
.latest_works h6 a {
	color:#454343;
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.latest_works h6 a:hover {
	color:#ffbc49;
	text-decoration:underline;
}
.proj_item {
	position:relative;
	background:#000;
	border:2px #fff solid;
	box-shadow: 0 0 3px rgba(0,0,0, 0.5);
	overflow:hidden;
}
.portfolio_zoom1 {
	display:block;
	width:54px;
	height:56px;
	position:absolute;
	left:50%;
	top:-60px;
	margin:-28px 0 0 -27px;
	background-image:url(../images/zoom1.png);
	background-position:0 -56px;
	background-repeat:no-repeat;
	z-index:5;
}

.proj_item img {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.proj_item:hover img {
	-moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   -o-transform: scale(1.2);
   transform: scale(1.2);
   -ms-transform: scale(1.2);
}

.block ul, #footer ul {
	padding:0;
	margin:0;
	list-style:none;
}
.block li, #footer li {
	padding:0;
	margin:0;
}
#footer {
	background:#000861;
	color:#929292;
}
.socials {
	padding:10px 0 2px 0;
	border-bottom:1px #86827e solid;
	margin-bottom:25px;
	background:url(../images/socials_bg.png) repeat-x left top;
}
.socials_in {
	padding-right:100px;
	position:relative;
}
.socials li {
	margin-right:3px !important;
	margin-bottom:6px !important;
	display:inline-block;
}
.socials a {
	background-image:url(../images/socials.png);
	background-repeat:no-repeat;
	height:24px;
	width:24px;
	display:block;
	text-indent:-9999px;
	text-align:left;	
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	background-position:24px 24px;
}
.socials a.facebook {background-position:0 0;
}
.socials a.facebook:hover {background-position:0 -24px;
}
.socials a.twitter {background-position:-29px 0;
}
.socials a.twitter:hover {background-position:-29px -24px;
}
.socials a.flickr {background-position:-58px 0;
}
.socials a.flickr:hover {background-position:-58px -24px;
}
.socials a.vimeo {background-position:-87px 0;
}
.socials a.vimeo:hover {background-position:-87px -24px;
}
.socials a.stumbleupon {background-position:-116px 0;
}
.socials a.stumbleupon:hover {background-position:-116px -24px;
}
.socials a.delicious {background-position:-145px 0;
}
.socials a.delicious:hover {background-position:-145px -24px;
}
.socials a.linkedin {background-position:-174px 0;
}
.socials a.linkedin:hover {background-position:-174px -24px;
}
.socials a.email {background-position:-203px 0;
}
.socials a.email:hover {background-position:-203px -24px;
}

#top {
	width:120px;
	height:28px;
	background:url(../images/top.png) no-repeat;
	text-indent:-9999px;
	display:block;
	position:absolute;
	right:0px;
	top:-10px;
	background-position:0 0;
}

#footer .span3 { padding-bottom:10px;
}
#footer h2 {
	color:#fff;
	font-size:20px;
	margin-bottom:10px !important;
	margin-top:0 !important;
}

.flickrs {margin-right:-10px;
}
.FlickrImages li {
	margin:0 6px 6px 0 !important;
	padding:0 !important;
	float:left;	
	border:0 !important;
}
.FlickrImages li a {
	display:block;
	width:59px !important;
	height:59px !important;
	overflow:hidden;
	float:left;
	border:2px #86827e solid;
}
.FlickrImages li a:hover {border-color:#ffbc49;
}
.FlickrImages li a img {
	width:59px !important;
	height:59px !important;
	border:0;
}

ul.tweets li {
	padding:0 0 10px 25px !important;
	background:url(../images/twitter.png) no-repeat left top;
	margin-bottom:0 !important;
}
#footer a {color:#fff;
}
#footer a:hover {color:#ffbc49;
}
#footer p {padding-bottom:13px;
}

#footer input[type="text"], #footer textarea {
	margin:0 0 10px 0 !important;
	padding: 3px 6px !important;
	font-size: 12px;
	color: #929292;
		
	background: none;
	border: 1px solid #929292;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	  box-shadow: none;		  
}
#footer textarea {
	min-height:93px !important;
	resize:none;
}
#footer textarea:focus, #footer input[type="text"]:focus {
  border-color: rgba(86, 145, 30, 1);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: 0 0 1px rgba(86, 145, 30, 1);
     -moz-box-shadow: 0 0 1px rgba(86, 145, 30, 1);
          box-shadow: 0 0 1px rgba(86, 145, 30, 1);
}
#footer .btn_color {padding-top:5px;
}

.footer_bottom {
	background:url(../images/footer_bottom.png) repeat-x left top #ffbc49;
	margin-top:16px;
	padding:15px 0;
}
.copyright {
	color:#FFF;
}

.foot_menu {text-align:right;
}
.foot_menu li {
	display:inline-block;
	padding:0 14px 0 0 !important;
	border:0 !important;
	margin:0 10px 0 0 !important;
	background:url(../images/foot_menu_separator.png) no-repeat right center;
}
.foot_menu li:last-child {
	padding:0 !important;
	margin:0 !important;
	background:none;
}
.foot_menu li a {
	color:#f2f0cf;
	font-size:12px;
}
.foot_menu li a:hover, .foot_menu li a.current {
	color:#ffbc49 !important;
	text-decoration:none;
}

legend {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#footer .btn_color:hover {color:#fff;
}

.page_in {padding-top:30px;
}
.img_bord, #portfolio_carousel {
	border:2px #fff solid;
	box-shadow: 0 0 3px rgba(0,0,0, 0.5);
}
.img_bord.fleft {margin:0 25px 10px 0;
}
.img_bord.fright {margin:0 0 10px 25px;
}

.the-icons {
	padding:0 0 15px 0 !important;
	margin:0 !important;
}
span.highlight {
	color:#fff;
	background:#ffbc49;
	padding:0 5px;
}
.profile, .service {padding-bottom:25px;
}

.span4 .service:last-child, .span6 .profile:last-child {padding-bottom:0;
}
.profile h5 {
	font-size:17px;
	padding-top:5px;
	margin-bottom:5px !important;
}
.profile {text-align:center;
}
.profile p {padding-bottom:5px;
}
.title {
	font-size: 14px;
    margin-bottom:5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	padding-top:5px;
}
.separator {
	height:35px;
	border-top:1px #e6e6e6 solid;
	margin-top:12px !important;
}
.service_separator {height:15px !important;
}
p.last { padding-bottom:0;
}
.center {text-align:center;
}
.error404 {
    color:#454343;
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
    font-size: 102px;
    line-height: 117px;
    text-align: center;
}
.text404 {
    color:#454343;
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 25px;
    text-align: center;
}

.center_search {
	width:250px;
	margin:0 auto;
	padding-top:10px;
	height:31px;
}
.center_search input[type="text"] {
	font-family:Arial;
	font-size:12px;
	color:#6e6e6e;
	background-color: #000;
	border: 1px solid #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width:190px;
	height:20px;
	padding:5px 8px 4px 8px;
	margin:0 5px 0 0;
	float:left;
}
.center_search .search_btn {
	width:31px !important;
	height:31px !important;
	background: url(../images/search_btn_center.png) no-repeat left top;
	border:0;
	cursor:pointer;
	padding:0;
	margin:0;
	display:block;
	cursor:pointer;
}
.page_in .container {
	padding-left:0 !important;
	padding-right:0 !important;
}

/* Portfolio */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -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;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element {
	position: relative;
	overflow:hidden;
}
.element img {max-width:100%;
}
.projects .hover_img {
	background:#fff;
	padding:2px;
	border:1px #d9d9d9 solid;
	box-shadow:none;
}
#options {padding:0 0 10px 0;
}
#filters {
	position: relative;
	padding:0;
	margin:25px 0 0 0;
}
#filters li {
	display: block;
	margin:0 10px 10px 0;
	float: left; 
	padding:0;
	list-style:none;
}
#filters li a.selected {
	background-color: #548f1c !important;
	*background-color: #548f1c !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6aa532), to(#548f1c)) !important;
	background-image: -webkit-linear-gradient(top, #6aa532, #548f1c) !important;
	background-image: -o-linear-gradient(top, #6aa532, #548f1c) !important;
	background-image: linear-gradient(to bottom, #6aa532, #548f1c) !important;
	background-image: -moz-linear-gradient(top, #6aa532, #548f1c) !important;
	background-repeat: repeat-x;
	border-color: #6aa532 !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff6aa532', endColorstr='#ff548f1c', GradientType=0) !important;
	filter: progid:dximagetransform.microsoft.gradient(enabled=false) !important;
	color:#ffffff !important;
	text-shadow:none;
	font-size:13px;
}

.preloader {
	background:url(../images/preload_img.gif) center center no-repeat;
	display:block;
}
.item_description {
	border-bottom:1px #d9d9d9 solid;
	padding:5px 0 20px 0;
	margin-bottom:30px;
}
.portfolio_zoom, .portfolio_link {
	display:none;
	width:33px;
	height:33px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-16px 0 0 -36px;
	background-image:url(../images/zoom.png);
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_link {
	margin:-16px 0 0 3px;
	background-image:url(../images/link.png);
}
.portfolio_zoom:hover, .portfolio_link:hover {background-position:0 -33px;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:33px;
	height:33px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link { display:block;
}

#portfolio_carousel .carousel-control {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-image:url(../images/slider_arrows.png);
  background-position:0 0;
  background-repeat:no-repeat; 
  outline:none;
}
#portfolio_carousel .carousel-control.right {
	background-position:-40px 0; 
	left:auto;
	right:25px; 
}
#portfolio_carousel .carousel-control.right:hover {	background-position:-40px -40px;  
}
#portfolio_carousel .carousel-control:hover {background-position:0 -40px;
}

.pad25 { padding-top:25px;
}
.pad5 { padding-top:5px;
}
.marg20 {
	margin-top:20px !important;
	margin-bottom:20px !important;
}

ul.links {margin-bottom:20px !important;
}
ul.links li {
	padding:0 0 3px 17px;
	margin:0;
	color:#6E6E6E;
	background:url(../images/li_arrow.png) no-repeat left top;
}
ul.links li a {	color:#6E6E6E;
}
ul.links li a:hover {color:#ffbc49;
} 

.post {padding-bottom:40px;
}
.post img {
	margin-bottom:20px;
	max-width:100%;
}
.post_title {
	line-height:20px;
	padding-bottom:14px;
	font-family:'Times New Roman';
	font-size:18px;
	color:#454343;
	font-style:italic;
}
.post_title a {
	font-family:'Times New Roman';
	font-size:18px;
	color:#454343;
	font-style:italic;
}
.post_title a:hover {color:#ffbc49;
}
.post_info {
	padding:10px 0;
	border-bottom:1px #e4e3d7 solid;
	border-top:1px #e4e3d7 solid;
	margin-bottom:12px;
	color:#6e6e6e;
}
.post_info span {color:#ffbc49;
}
.sidebar  input.search-query {
  padding:4px 6px 5px 6px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.sidebar { 
}

.widget { margin-bottom:20px;
}
.sidebar h2 {
	font-size:20px;
	margin-bottom:15px !important;
}
ul.recent_post, ul.tweets, ul.links {
	padding:0;
	margin:0;
	list-style:none;
}

.tags a {
	display:inline-block;
	margin:0 8px 12px 0;
	height:30px;
	line-height:30px;
	background:#ffbc49; 
	color: #fff;
	padding:0 15px;	
	border-radius:3px;	
}
.tags a:hover, .sidebar .dark_btn:hover, .back:hover {
	color: #ffffff;
    background-color: #ffbc49;
	text-decoration:none;
}

ul.recent_post li {
	padding:0 0 12px 0;
	margin-bottom:18px;
	border-bottom:1px #e4e3d7 solid;
}
ul.recent_post li:last-child {
	border-bottom:0;
	margin-bottom:18px;
}
ul.recent_post li img {
	float:left;
	margin-right:15px;	
	border:2px #fff solid;
	box-shadow: 0 0 3px rgba(0,0,0, 0.5);
}
ul.recent_post div {padding:3px 0 2px 0;
}
ul.recent_post div a {color:#6e6e6e;
}
ul.recent_post div a:hover {color:#ffbc49;
}

#comments {
	padding:0 0 7px 0;
	margin-bottom:25px;	
}
#comments ul {
	padding:0;
	margin:0;
	list-style:none;	
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 23px 0;
	list-style:none;
}
.avatar {
	float:left;
	margin-right:11px;	
}
.avatar img {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:2px #fff solid;
	box-shadow: 0 0 3px rgba(0,0,0, 0.5);
	
}
.comment_right {display:table;	
}

.comment_info {padding-bottom:7px;
}
.comment_info span {padding:0 12px;
}
#comments ol li ul li {
	padding:23px 0 0 30px;
	margin:0;
}

#map {
	margin:0 0 15px 0;
	border:2px #fff solid;
	box-shadow: 0 0 3px rgba(0,0,0, 0.5);
	height:304px;
}

.contact_form { padding-top:0;
}
.contact_form textarea { min-height:260px !important;
}
.notification_error {
	color: #b94a48;
	background-color: #f2dede;
	border:1px #eed3d7 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}
.notification_ok {
    color: #3a87ad;
	background-color: #d9edf7;
	border:1px #bce8f1 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: center;
}

/* Typography & Shortcodes */
.dropcap1 {
    float: left;
    font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:50px;
	line-height:55px;
    margin:0 10px 5px 0;
}
.dropcap2, .dropcap3 {
    float: left;
    font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:42px;
	line-height:53px;
    margin:0 10px 5px 0;
	color:#fff;
	background:#ffbc49;
	padding:0 10px 2px 10px;
}
.dropcap3 {   
	padding:0 0 3px 0;
	border-radius:50%;
	width:55px;
	text-align:center;
	font-size:40px;
	line-height:52px;
}

ol.list {color:#ffbc49;
}
ol.list li {
	background:none;
	padding-left:0;
}
.list li {
	background: url(../images/list1.png) no-repeat left top;
	padding-left:16px;
}
.list a {color:#6e6e6e;
}
.list.arrow li {background: url(../images/list2.png) no-repeat left top;
}
.list.arrow2 li {background: url(../images/list3.png) no-repeat left top;
}

.show-grid {
    margin-bottom: 20px;
    margin-top: 10px;
}
.show-grid [class*="span"] {
    background-color: #DFDFDF;
    border-radius: 3px 3px 3px 3px;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
}
.show-grid:hover [class*="span"] {
    background: none repeat scroll 0 0 #CBCBCB;
}
.show-grid .show-grid {
    margin-bottom: 0;
    margin-top: 0;
}
.show-grid .show-grid [class*="span"] {
    background-color: #BFBFBF;
}
.show-grid:last-child {margin-bottom:0;
}

.accordion, .toggle {
}
.accordion h3, .toggle h3 {
	padding:0;
	margin:0 0 10px 0;
	font-size:15px;
	line-height:20px;
	color:#454343;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	cursor: pointer;
	position:relative;
	text-transform:none;
	display:inline-block;
}
.accordion h3.active, .toggle h3.active {color:#ffbc49;
}
.accordion h3 span, .toggle h3 span {
	line-height:20px;
	display:block;
	padding:3px 0 4px 30px;
	background:url(../images/h3_plus.png) no-repeat left top;
}
.accordion h3.active span, .toggle h3.active span {background:url(../images/h3_minus.png) no-repeat left top;
}
.accordion .accord_cont, .toggle .toggle_cont {
	padding:0 0 11px 0;
	display: none;
}



ul.tabs {
	height:39px;
	z-index:20;
	margin-top:-6px;
}
ul.tabs li {
	line-height:39px;
	height:39px;
	padding:0 16px 0 10px;	
	display:block;
	float:left;
}
ul.tabs li a {
	font-size:16px;
	color:#454343;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
ul.tabs li a:hover {text-decoration:none;
}
ul.tabs li.active {	background:url(../images/tab_active.png) no-repeat left bottom;	
}
ul.tabs li.active a {color:#ffbc49;
}
.tab_container {
	background:#eaeaea;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}
.tab_container p {padding-bottom:2px;
}
.tab_content img {
	float:left;
	margin-right:15px; 
}
.tab_content_new {
	height:220px;
	background:#eaeaea;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	overflow-y:scroll;

}

.tab_content_new img {
	float:left;
	margin-right:15px; 
}
.btns_block {margin-top:-24px;
}

.message_box {
    border: 1px solid #eaeaea;
	background:#FFF;
    border-radius: 5px;
    margin: 2px 0 13px 0;
    padding: 9px 20px 9px 62px;
}
.info {
    background: url(../images/info.png) no-repeat scroll left top #FFFFFF;
    color: #0e86a8;
}
.success {
    background: url(../images/success.png) no-repeat scroll left top #FFFFFF;
    color: #519508;
}
.error {
    background: url(../images/error.png) no-repeat scroll left top #FFFFFF;
    color: #C20000;
}
.warning {
    background: url(../images/warning.png) no-repeat scroll left top #FFFFFF;
    color: #f89507;
}

.pp_gallery img {
	width:50px !important;
	height:33px !important;
	max-width:50px !important;
}


/*new*/
.accordion h3, .toggle h3 {display:block;
}
.toggle.faq h3 span {background:url(../images/h3_plus_answer.png) no-repeat left top;
}
.toggle.faq h3.active span {background:url(../images/h3_minus_answer.png) no-repeat left top;
}
.testimonials_page .testimonial {padding-bottom:18px;
}
.testimonial {
	padding-left: 94px;
    position: relative;
}
.testimonial .author {
	color: #B9B9B9;
	padding-bottom:0 !important;
}
.testimonial p {padding-bottom:8px;
}
.avatar_abs {
    left: 0;
    position: absolute;
    top: 6px;
	border: 2px solid #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.testimonial_noimg {
    background: url(../images/testimonial.png) no-repeat left top;
    margin-bottom: 25px;
    padding: 0 15px 0 27px;
    position: relative;
}
.testimonial_noimg_author {
    color: #B9B9B9;
    line-height: 13px;
    padding-bottom: 9px;
}
.testimonial_noimg_author span {
    color: #B9B9B9;
    display: block;
	padding-top:5px;
}
/* Price tables */
.price_table {
	margin-right:-5px;
	padding-top:10px;
}
.price_item {
	width:310px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin-top: 0;
	margin-right: -1px;
	margin-bottom: 0;
	margin-left: 0;
}
.price_text {
	margin-bottom:2px;
	background:#f5f5f5;
	line-height:17px;
	padding:10px 15px;
}
.price_head {
	font-size:20px;
	color:#f5f5f5;
	text-transform:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	padding:16px;
	background-color: #465493;
}
.price_price {
	line-height:18px;
	padding:11px 15px 11px 15px;
	color:#555;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:18px;
	background-color: #f5f5f5;
	margin-bottom: 2px;
}
.price_price span {
	line-height:18px;
	font-weight:600;
	font-size:12px;
	vertical-align:bottom;
}
.price_btn {
	display:block;
	padding:16px;
	line-height:18px;
	background:#555;
	font-size:20px;
	text-transform:uppercase;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	transition: all 300ms ease 0s;	
	-webkit-transition: all 300ms ease 0s;
}
.price_btn:hover {
	color:#fff;
	text-decoration:none;
}
.price_item.first .price_head {border-radius:2px 0 0 0;
}
.price_item.first .price_btn {border-radius:0 0 0 2px;
}
.price_item.last .price_head {border-radius:0 2px 0 0;
}
.price_item.last .price_btn {border-radius:0 0 2px 0;
}
.advanced {margin-top:-10px;
}
.advanced .price_head {
	font-size:22px;
	color:#fff;
	font-weight:600;
	padding:18px 16px 19px 16px;
	border-radius:2px 2px 0 0;
}
.advanced .price_price {
	line-height:18px;
	font-size:18px;
	margin-bottom: 2px;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
.advanced .price_price span {
	line-height:18px;
	font-size:12px;
}
.advanced .price_text {color:#555;
}
.advanced .price_btn {
	padding:18px 16px 19px 16px;
	font-size:22px;
	font-weight:700;
	border-radius:0 0 2px 2px;	
}
.advanced .price_btn:hover {background:#555;
}
.advanced .price_head,
.advanced .price_btn,
.price_btn:hover {background:#ffbc49;
}

.text_grey {color:#b9b9b9;
}
.text_color_bg {
	color:#fff;
	padding:0 4px;
}
.text_bg {
	color:#fff;
	background:#6e6e6e;
	padding:0 4px;
}
.text_grey_bg {
	color:#fff;
	background:#b9b9b9;
	padding:0 4px;
}
.pagination {margin-top:0;
}

@media (min-width: 1200px) {
	.price_item {	width:290px;
	}
}
@media (min-width: 768px) and (max-width: 979px) { 
	.price_item {width:179px;
	}
	.advanced .price_head {font-size:20px;
	}
	.advanced .price_price {font-size:55px;
	}
}
@media (max-width: 767px) { 
	.price_item {
	  width:100%;
	  display:block;
	  margin-bottom:20px;
	  margin-top:0 !important; 
	}
	.price_head {border-radius:2px 2px 0 0 !important;
	}
	.price_btn {border-radius:0 0 2px 2px !important;
	}
}
