/*
Theme Name: PanicAttack  Theme
*/
@import url(css/reset.css);
@import url(css/960_24_col_responsive.css);
@import url(css/prettyPhoto.css);
@import url(https://fonts.googleapis.com/css?family=Rokkitt);
body {
	font-family: "Trebuchet MS";
	font-size:16px;
	color:#717273;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Rokkitt";
	font-weight:normal;
	color:#122432;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:12px;
}
a {
	text-decoration:none;
	color:#1D6FAB;
	font-weight: bold;
			
}
a:hover {
	
	color:#ff00ff;
			
}
a img {
	border:none;
}
:focus {
	outline:none;
}
input[type="submit"] {
	cursor:pointer;
}
ol {
	list-style:decimal;
}
ul {
	list-style:disc;
}
li {
	margin-left:30px;
	margin-bottom:10px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
	margin-top:5px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
	margin-bottom:15px;
	font-weight:normal;
}

.main-container {
	margin:0;
	padding:0;
	padding-right:30px;
}
.header {
	max-width:100%;
	margin-top: 4px;
}
.header .logo {
	margin-top:5px;
}
header .logo img {
	max-width:100%;
	height:auto;
}
.header-info {
	
	text-align:right;
}
.header-info p.cell {
	display:block;
}
.header-info p {
	font-size:20px;
	line-height:24px;
	font-family:Rokkitt;
	margin-bottom:0;
	color:#333;
	text-shadow:0 1px 1px #555;
}
.call-us {
	margin-top:0;
	padding-bottom:4px;
}
.header-info a.btn {
	background:#00CCCC;
	display:inline-block;
	visibility:hidden;
}
.bgimagecolor {
	padding-left:15px;
	padding-right:15px;
}
/*Menu Style
=================================*/
.mobieMenu {
	margin:0 auto;
	width:70%;
	margin-top:12px;
	text-align:center;
	margin-left:70px;
}
.menu_wrapper {
	background:#343434 url(images/menubg.png) repeat-x;
	height:54px;
	margin-top:20px;
}
#menu {
	position:relative;
	z-index:999;
	margin-left:-10px;
}
#menu li {
	list-style-type:none;
	margin-left:0;
}
#menu li a {
	font-size:15px;
	line-height:23px;
	font-family: 'Abel', sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:12px 10px 21px 10px;
	position:relative;
	float:left;
	color:#bbb;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 1px #04406b;
}
#menu li.current-menu-item a, #menu li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected{
	margin:0;
	background:url(images/menutip.png) bottom center no-repeat;
	color:#fff;
}
#menu li.current-menu-item {
}
#menu li.current-menu-item a {
	color:#fff;
}
#menu li li a, #menu li li a.selected, #menu li li a:hover {
	background-color:#f8ca23;
	color:#fff;
}
#menu li.current-menu-item a:hover, #menu li.current-menu-parent a:hover, #menu li.current_page_parent a:hover, #menu li a:hover.selected {
	text-decoration:none;
}
#menu .ddsmoothmenu {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	margin-top:5px;
	margin-left:7px;
	margin-bottom:0;
	text-transform:capitalize;
}
#menu .ddsmoothmenu li > ul {
	margin-left:15px;
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	border-radius:5px;
	margin-top:0px;
	background:#343434;
}
#menu .ddsmoothmenu li > ul li > ul {
	margin-top:1px;
	margin-left:0;
}
#menu .ddsmoothmenu li {
	margin:0 !important;
	position: relative;
	display: inline;
	float: left;
	padding-left:10px;
	color:#fff;
}
#menu .ddsmoothmenu li li {
	font-size:12px;
	text-transform:capitalize;
	margin:10px;
	padding:0px 0;
	color:#fff;
}
#menu .ddsmoothmenu li li a {
	width: 140px;
	height:auto;
	float:none;
	display: block;
	text-align:left;
	text-shadow:none;
	margin:0;
	padding:8px 18px;
	text-decoration: none;
	position:relative;
	font-size:13px;
	background:url(images/menusep.png) bottom repeat-x;
}
#menu .ddsmoothmenu li li a:after {
	width:100%;
	content: '';
	position:absolute;
	left:0;
	top:0;
}
#menu .ddsmoothmenu li li li li:last-child a, #menu .ddsmoothmenu li li li li:last-child a:after {
	border-top:none;
	background-image:none;
}
#menu .ddsmoothmenu li li:last-child a:after {
	width:100%;
	content: '';
	position:absolute;
	left:0;
	bottom:0;
	border-radius:5px;
	color:#000;
	background:none;
	background-image:none;
}
* html #menu .ddsmoothmenu li li a {
	display: inline-block;
}
#menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
	color: #fff;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
	color: #ddd;
}
#menu .ddsmoothmenu li ul li {
	display: list-item;
	float: none;
}
#menu .ddsmoothmenu li ul li ul {
	margin-top:0px;
	padding-top:0;
	color:#fff;
	top: 0;
}
#menu .ddsmoothmenu li ul li ul li {
	margin-top:-2px;
}
* html .ddsmoothmenu {
	height: 1%;
}
.downarrowclass {
	display:block;
	position: absolute;
	width:0;
	height:0;
	overflow:hidden;
	top: 0;
	right: 0;
	display:none !important;
}
.rightarrowclass {
	display:block;
	width:5px;
	height:7px;
	position: absolute;
	margin-top:-3px;
	top: 50%;
	right: 8px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	width:0;
	height:0;
	position: absolute;
	left: 0;
	top: 0;
	display:none;
}
/* ---- menu ---- */

 #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
	color:#fff;
}
#menu li.current-menu-item a:hover, #menu li.current-menu-parent a:hover, #menu li.current_page_parent a:hover, #menu li a:hover.selected {
	color:#fff;
}
#menu .ddsmoothmenu li li {
	color:#fff;
}
#menu li.current_page_item a {
	color:#fff;
}
#menu .ddsmoothmenu li li:last-child a {
	background:none;
}
/* top search 
=======================================*/
.top-search {
	margin:0;
	padding:0;
	max-width:100%;
}
.top-search .searchform {
	background-color:#fff;
	width:235px;
	height:30px;
	border:none;
	position:relative;
	float:right;
	margin-right:15px;
	margin-top:12px;
}
.top-search .searchform input[type="text"] {
	width:200px;
	height:29px;
	background:#fff;
	border:none;
	padding:1px 0px 0px 7px;
	color:#343434;
}
.top-search .searchform input[type="submit"] {
	position:absolute;
	right:6px;
	top:7px;
	background:url(images/search.png) no-repeat;
	width:18px;
	height:18px;
	border:none;
	cursor:pointer;
}
/* Slider 
==========================================*/
.slider-wrapper {
	font-weight:normal;
	padding-top:27px;
	padding-bottom:32px;
	border-bottom:1px solid #f5d432;
}
/* #Slider Style Flexslider
================================================== */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slides, .flex-control-nav {
	overflow:hidden;
}
/*      FlexSlider Necessary Styles  */
.flexslider {
	width: 100%;
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	display: block;
	width:950px;
	height:390px;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/*      FlexSlider Styling  */
.flexslider {
	background: transparent;
	position: relative;
	zoom: 1;
	margin-bottom:0;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
	margin:0;
}
.flexslider .slides > li:first-child {
	display: list-item;
}
.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */
.flex-caption {
	background:url(images/cap-bg.png) repeat;
	padding: 10px;
	margin: 0;
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #fafafa;
	font-size: 13px;
	line-height: 18px;
	width:306px;
	height:auto;
	border-radius:10px;
	overflow:hidden;
	-webkit-box-shadow: 0px 7px 6px #333;
   -moz-box-shadow: 0px 7px 6px #333;
    box-shadow: 0px 3px 6px #333;
}
.flex-caption a.flex-read {
	color:#fff;
}
.flex-caption a.flex-read:hover {
	color:#FFFF00;
}
.flex-caption h1 {
	margin-bottom:10px;
	width:220px;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
}
.flex-caption h1 a {
	color:#ffff99;
	font-size:24px;
	line-height:25px;
	text-shadow: 0 2px 2px #333;
	font-weight: normal;
}
.flex-caption h1 a:hover {
	color:#ff00ff;
	}
.flex-caption p {
	width:200px;
	margin-left:15px;
	margin-right:15px;
	color:#bbb;
	font-size:13px;
	font-family:"Trebuchet MS";
}
.caption {
	padding: 10px;
	margin: 0;
	position: absolute;
	right: 30px;
	bottom: 40px;
	color: #fafafa;
	font-size: 13px;
	line-height: 18px;
	width:308px;
	height:194px;
}
/* Direction Nav */
.flex-direction-nav {
	height: 0;
	position:absolute;
	bottom: 10px;
	right:160px;
}
.flex-direction-nav li a {
	display: none;
	position: absolute;
	bottom: 60px;
	cursor: pointer;
	background:#515156;
	color:#fafafa;
	font-family:Trebuchet, Helvetica, sans-serif;
	padding: 3px 10px;
	text-align:center;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-decoration:none!important;
}
.flex-direction-nav li a:hover {
	background: #F7D705!important;
}
.flex-direction-nav li .next {
	right: 0;
}
.flex-direction-nav li .prev {
	right: 30px;
}
.flex-direction-nav li .disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	position: absolute;
	bottom: 30px;
	text-align:right;
	right:42px;
}
.flex-control-nav li {
	margin: -10px 0 2px 5px;
	zoom: 1;
	display:block;
	
}
.flex-control-nav li:first-child {
	margin: 0;
	margin-bottom:2px;
	}
.flex-control-nav li a {
	width: 15px !important;
	height: 18px;
	cursor: pointer;
	display:inline-block;
	font-size:0;
	
}
.flex-control-nav li a:hover {
	background-position: 0 -18px;
	font-size:0px;
}
.flex-control-nav li a.active {
	background-position: 0px -18px;
	cursor: default;
}
 @-moz-document url-prefix() {
 .flex-control-nav li:first-child {
  margin-top:2px;
  margin-bottom:2px;
 }
  .flex-control-nav li a {
 margin:0;
 padding:0;
 width: 15px;
 height: 18px;
 background:url(images/pagination.png) no-repeat;
 cursor: pointer;
 overflow:hidden;
 font-size:0;
 margin-top:-2px;
}
 .flex-control-nav li {
 margin: 2px 0 2px 5px;
 zoom: 1;
 display:block;
}
.flex-control-nav li a.active {
	background-position: 0px -20px;
	cursor: default;
}
}
/*content
=============================================*/
.content {
	margin:0;
	padding:0;
	overflow:hidden;
	margin-bottom:0;
	margin-top:38px;
	max-width:100%;
}
.content h1 {
	font-size:43px;
	text-align:center;
	color:#12222f;
	line-height:45px;
	margin-bottom: 18px;
	font-weight:normal;
	text-shadow:0 1px 1px #555;
}
/*Feature Content
================================================*/

.feature-content {
	text-align:center;
	margin-top:0;
	padding:0;
	margin-top:45px;
	overflow:hidden;
	max-width:100%;
}
.feature-content h2 a {
	color:#034c81;
	text-shadow:0 1px 1px #ddd;
	font-size:26px;
	
	}

.feature-content h2 a:hover {
	color:#ff00ff;
	text-shadow:0 1px 4px #bcd5ef;
}
h2.ftitle {
	font-size:26px;
	color:#122432;
}
.feature-content .circle-content {
	overflow:hidden;
}
.feature-content-inner {
	margin:0;
	max-width:278px;
	text-align:center;
	margin-left:20px;
	padding:0;
	margin-right:0;
	margin-bottom: 75px;
}
.feature-content-inner .circle {
	width:152px;
	height:148px;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	-khtml-border-radius:100px;
	text-align:center;
	background:#ff00ff;
	display: inline-block;
}
.feature-content-inner .circle img {
	width:152px;
	height:148px;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	-khtml-border-radius:100px;
	background:#ff00ff;
	
	text-align:center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.feature-content-inner .circle img:hover {
	opacity:0.5;
}
.feature-content-inner h2 {
	font-size:30px;
	color:#122432;
	margin-bottom:20px;
	margin-top: 34px;
	text-align:center;
}
.feature-content-inner p {
	color:#1F364E;
	font-size:16px;
	line-height: 26px;
	text-align:center;
	width:100%;
	margin-bottom:0;
}
.feature-content-inner .read-more, .content-bar .post .post_content .read_more {
  color:#ffff99;
  padding: 10px 15px;
  border-radius: 6px;
  text-align:center;
  font-size:16px;
  margin-top:15px;
  margin-bottom:0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #034c81;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: 0px 7px 14px #333;
   -moz-box-shadow: 0px 7px 14px #333;
    box-shadow: 0px 3px 6px #333;
}
.buttonx {
  color:#ffff99;
  padding: 10px 50px 10px 50px;
  border-radius: 6px;
  text-align:center;
  font-size:16px;
  margin-top:15px;
  margin-bottom:0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #034c81;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: 0px 7px 14px #333;
   -moz-box-shadow: 0px 7px 14px #333;
    box-shadow: 0px 3px 6px #333;
	margin-left:235px;
}
.buttonx:hover{
background: #ff00ff;
}
.footer .widget_inner .button-contact {
  color:#034c81;
  padding: 10px 25px 10px 25px;
  border-radius: 6px;
  text-align:center;
  font-size:16px;
  margin-top:15px;
  margin-bottom:0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #ffff99;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: 0px 7px 14px #333;
   -moz-box-shadow: 0px 7px 14px #333;
    box-shadow: 0px 3px 6px #333;
}
.footer .widget_inner .button-contact:hover{
background: #ff00ff;
color:#034c81;
}

.feature-content-inner .read-more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff00ff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.feature-content-inner .read-more:hover, .feature-content-inner .read-more:focus, .feature-content-inner .read-more:active {
  color: white;
}
.feature-content-inner .read-more:hover:before, .feature-content-inner .read-more:focus:before, .feature-content-inner .read-more:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
/*testimonial
=============================================*/
.testimonial {
	color:#717273;
	font-size:13px;
	margin:0;
	max-width:100%;
	position:relative;
	margin-top:10px;
	margin-bottom: 30px;
}
.testimonial h2 {
	font-size: 30px;
    line-height: 30px;
	color:#122432;
	background:url(images/titlebg.png) center repeat-x;
	margin-bottom:33px;
	text-align:center;
}
.testimonial .titlebg {
	background-image:none;
	background:none;
	padding-left:12px;
	padding-right:12px;
	text-shadow:0 1px 1px #555;
	font-size: 38px;
	line-height:0px;
}
/* #testimonial slider
================================================== */
 .testimonial .slides_container {
	max-width:100%;
	position:relative;
}
.testimonial .slides_container div.slide {
	width:950px;
}
.testimonial .item {
	width:950px;
	margin:0 0px;
}
.testimonial .item p {
  text-align:center;
  color: #555;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.testimonial .pagination {
	overflow:hidden;
	text-align:center;
	margin-top:35px;
	margin-left:-5px;
	margin-bottom:0;
}
.testimonial .pagination li {
	display:inline;
	margin:0 5px;
	list-style:none;
}
.testimonial .pagination li a {
	display:inline-block;
	width:10px;
	height:0;
	padding-top:10px;
	background-image:url(images/pagination22.png);
	background-position:0 0;
	overflow:hidden;
}
.testimonial .pagination li.current a {
	background-position:0 -12px;
}
#slides_testimonial .next {
	cursor: pointer;
	background:#515156;
	height: 25px;
    width: 46px;
	line-height: 25px;
	color:#fafafa;
	margin:0 2px;
	margin-top:20px;
	text-align:center;
	text-decoration:none!important;
	position:absolute;
	bottom:-6px;
	right:0px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#slides_testimonial .prev {
	cursor: pointer;
	background:#515156;
	height: 25px;
    width: 46px;
	line-height: 25px;
	color:#fafafa;
	margin:0 2px;
	margin-top:20px;
	text-align:center;
	text-decoration:none!important;
	position:absolute;
	bottom:-6px;
	right:53px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#slides_testimonial .prev:hover, #slides_testimonial .next:hover {
	background: #F7D705!important;
}
/*feature post news in blog
=============================================*/
.feature-post {
	margin:0;
	padding:0;
	text-align:center;
	overflow:hidden;
	max-width:100%;
	width:980px;
	margin-top:46px;
}
.feature-post h2 {
	margin:0;
	font-size: 30px;
 	line-height: 25px;
	color:#122432;
	margin-bottom:44px;
}
.feature-post .titlebg {
	/*background-image:none;
	background:none;*/
	padding-left:8px;
	padding-bottom:12px;
	padding-right:8px;
	font-size: 38px;
	background:url(images/titlebg.png) center repeat-x;
	text-shadow: 0 1px 1px #555;
}
.feature-post .feature-box {
	float:left;
	width:180px;
	margin-right:12px;
}
.feature-post .feature-box:last-child {
	margin-right:0;
}
.feature-post .feature-post-inner img {
	background:#ffff99;
	padding:3px;
	border:solid 4px #034c81;
	-webkit-box-shadow: 0px 7px 6px #333;
   -moz-box-shadow: 0px 7px 6px #333;
    box-shadow: 0px 7px 6px #333;
	border-radius:10px;
	
}
.feature-post .feature-post-inner img:hover {
	border:solid 4px #ff00ff;
	
}

.feature-post .feature-post-inner h2 {
	font-size:21px;
	color:#ff00ff;
	margin-top:18px;
	margin-bottom:18px;
	background-image:none;
}
.feature-post .feature-post-inner p {
	margin-bottom:0;
}
.feature-post .feature-post-inner h2 a:hover {
	color:#ff00ff;
}
h2.title {
	background:url(images/titlebg.png) center repeat-x;
}
/*signup
=============================================*/
.signup {
	max-width:100%;
	height:auto;
	margin-top:62px;
	margin-bottom:70px;
}
.signup h2 {
	background:url(images/titlebg.png) center repeat-x;
	margin:0;
	margin-bottom:42px;
	font-size: 30px;
    line-height: 30px;
	text-align:center;
}
.signup .titlebg {
	background-image:none;
	background:none;
	background-color:#fff;
	padding-left:8px;
	padding-right:8px;
	text-align:center;
}
.signuparea {
	background-color:#EAEAEA;
	padding-top:4px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:4px;
	max-width:100%;
	height:auto;
}
.signuparea .signup-content {
	height:auto;
	padding-top:25px;
	color:#555;
	font-size:16px;
	line-height: 24px;
	background-color:#fff;
	border: solid 1px #e2e1e1;
	border-radius:4px;
	max-width:100%;
	overflow:hidden;
	padding-bottom:24px;
}
.signup-content .signupinfo {
	background: url(images/quotes.png) no-repeat left top;
	height:auto;
	max-width:400px;
	padding-left:55px;
	margin-left:15px;
	padding-bottom: 10px;
	float:left;
}
.signup-content .signuplogin {
	margin-left:25px;
	max-width:400px;
	float:left;
	border-left:solid 1px #d7d7d7;
	padding-left:55px;
	padding-right:35px;
	vertical-align:middle;
	min-height:55px;
}
.signup-content .signuplogin .signupform {
	margin-top:8px;
}
.signupform input[type="text"] {
  border: solid 1px #d7d7d7;
  font-size: 14px;
  color: #999;
  height: 38px;
  width: 208px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(images/email.png) 9px 15px no-repeat;
  padding-left: 33px;
  -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.signupform input[type="text"]:focus {
border:1px solid #FFCC66;
}
.signupform input[type="submit"] {
	width: 88px;
    height: 40px;
	border:none;
	border:solid 1px #d7d7d7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left:10px;
	color: #FFFFFF;
  	background: #3F3F3F;
  	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.signupform input[type="submit"]:hover{
	background: #000;
}
/*page heading
==============================*/

.page-heading h1 {
	margin:0;
	text-shadow:0 1px 1px #555;
	padding-top:20px;
	border-bottom:3px solid #034C81;
	font-weight:normal;
	font-size:30px;
	line-height:28px;
	padding-bottom:20px;
}
h1.post_title.single {
	font-size:30px;
	line-height:28px;
	padding-bottom:10px;
	text-shadow:0 1px 1px #555;
	padding-top:20px;
	width:630px;
}
.page-heading h1 span {
	width:630px !important;
}
/*Blog Page
===================================================*/
.page-content {
	margin:0;
	padding-bottom:30px;
	overflow:hidden;
	max-width:100%;
	margin-top:30px;
}
.content-bar {
	padding-top:1px;
}
.content-bar .post {
	position:relative;
	margin-bottom:20px;
}
.content-bar img {
	max-width:615px;
	height:auto;
}
.wide-content-bar img{
	max-width:950px;
	height:auto;
}
.content-bar .post .post_title {
	padding-top:0;
	margin-top:0;
	line-height:22px;
}
.content-bar .post h1.post_title {
	padding-top:0;
	margin-top:0;
	line-height:22px;
}
.content-bar .post .post_title a {
	color:#146cac;
	font-size: 34px;
    line-height: 34px;
	margin-top:0;
	text-shadow:0 1px 1px #555;
}
.content-bar .post .post_title a:hover {
	color:#ff00ff;
	
}
.content-bar .post .post_content {
	overflow:hidden;
	text-shadow:0 1px 0 #bbb;
	line-height:25px;
	color:#717273;
	background:#fff;
	-webkit-box-shadow: 0px 7px 6px #333;
	-moz-box-shadow: 0px 7px 6px #333;
	box-shadow: 0px 7px 6px #333;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:20px 10px 25px 10px;
	
	
}

.content-bar .post .post_content img.postimg {
	margin-top:10px;
	margin-bottom:20px;
	padding:9px;
	border:solid 1px #e2e2e2;
	max-width:100%;
-webkit-box-shadow: 0px 7px 6px #333;
	-moz-box-shadow: 0px 7px 6px #333;
	box-shadow: 0px 7px 6px #333;	
}
.content-bar .post.single .post_content img {
	max-width:100%;
	height:auto;
	background:none;
	padding:0;
}
.content-bar .post .post_content .read_more {
	display:block;
	color:#c5a809;
	font-size:13px;
	float:left;
	margin-bottom:20px;
	margin-top:20px;
}
.content-bar .post .post_content .read_more:hover {
	background: #ff00ff;
}
.content-bar .post .post_meta {
	list-style-type:none;
	color:#7e7d7d;
	padding-top:0px;
	border-top:1px dashed #034c81;
	border-bottom: dashed 1px #034c81;
	padding-top:10px;
	padding-bottom:10px;
}
.content-bar .post .post_meta span {
	color:#7e7d7d;
}
.content-bar .post .post_meta a {
	color:#d8aa08;
}
.content-bar .post .post_meta a:hover {
	opacity:0.5;
	color:#f8ca23;
}
.content-bar .post .post_meta li {
	display:inline;
	margin-right:10px;
	margin:0;
}
.content-bar .post .post_meta .posted_by {
	float:left;
	text-align:center;
	margin-right:10px;
}
.content-bar .post .post_meta .posted_by a {
	margin-left:10px;
}
.content-bar .post .post_meta .post_category {
}
.content-bar .post .post_meta .post_date {
}
.content-bar .post .post_meta .post_comment {
	text-align:center;
}
.content-bar .post .post_meta .post_comment a {
	color:#d8aa08;
}
.content-bar .tag {
	margin-bottom:10px;
}
/*-----------------------------------------------------*/
/* Commentlist Style*/
/*-----------------------------------------------------*/
#commentsbox {
	margin:0;
}
#commentsbox h3{
	color:#333;
}
ol.commentlist {
	clear:both;
	list-style:none;
	margin:0;
	overflow:hidden;
}
ol.commentlist li.comment {
	line-height:18px;
	margin:5px 0 15px;
	padding:10px;
	margin-right:0;
	overflow:hidden;
	padding-right:0;
}
ol.commentlist li.comment .comment-body {
	position:relative;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	border-bottom:4px solid #eaeaea;
	background-color:#fafafa;
	margin-bottom:30px;
	margin-left:75px;
}
ol.commentlist li.comment .comment-author a:link, ol.commentlist li.comment .comment-author a:visited {
	color:#000;
	font-weight:700;
	text-decoration:none !important;
}
cite.fn {
	color:#141413;
	font-style:normal;
}
ol.commentlist li.comment .comment-author .avatar {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	position:absolute;
	left:-85px;
	top:0px;
	width:45px;
	height:45px;
	border:1px solid #D5D5D5;
	background-color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:5px;
}
ol.commentlist li.comment .comment-meta a {
	color:#5d5d5c;
	text-decoration:none !important;
}
ol.commentlist li.comment p {
	line-height:22px;
	margin-top:5px;
	color:#6b6d6b;
	margin-bottom:40px;
}
ol.commentlist li.comment ul.children li.depth-2 {
	margin:0 0 0px 50px;
}
ol.commentlist li.comment ul.children li.depth-3 {
	margin:0 0 0px 50px;
}
ol.commentlist li.comment ul.children li.depth-4 {
	margin:0 0 0px 50px;
}
ol.commentlist li.comment ul.children li.depth-5 {
	margin:0 0 0px 50px;
}
.comment-meta.commentmetadata {
	margin-top:10px;
}
ol.commentlist li.comment .reply {
	position:absolute;
	left:20px;
	bottom:-15px;
	margin-top:15px;
	margin-bottom:20px;
	cursor:pointer;
}
ol.commentlist li.comment .reply a {
	cursor:pointer;
	color:#6c6c6c;
	padding:5px 15px;
	text-indent:-99999px;
}
ol.commentlist li.comment a.comment-reply-link {
	width:103px;
	height:40px;
	padding:20px 35px;
	background:url(images/reply.png) no-repeat;
	text-indent:99999px;
	color:#fff;
	font-size:0;
}
ol.commentlist li.comment a.comment-reply-link:hover {
	background:url(images/reply-over.png) no-repeat;
}
ol.commentlist li.comment ul.children {
	list-style:none;
	text-indent:0;
	margin:1em 0 0;
}
.comment-nav {
	height:20px;
	padding:5px;
}
.comment-nav a:link, .comment-nav a:visited {
	color:#f96e02;
}
#respond {
	padding:0px 0px;
	margin:10px 0px;
}
#respond h3 {
	font-size:30px;
	color:#000;
	font-weight:normal;
	padding:10px 0;
}
#commentform {
	margin-bottom:50px;
}
#commentform p {
	color:#444;
}
#commentform a {
	color:#0454A8;
	margin-top:15px;
	margin-bottom:0;
}
#respond label {
	display:block;
	margin-right:15px;
	margin-bottom:10px;
	color:#555;
	font-size:14px;
}
#respond .required {
}
#respond label small {
	font-size:10px;
}
#respond input#submit {
	clear:both;
	width:125px;
	height:33px;
	float:left;
	background:URL("images/submitbg.png");
	border:0;
	cursor:pointer;
	color:#ffff99;
	padding-bottom:2px;
	margin-top:20px;
	margin-bottom:25px;
	font-size:15px;
	line-height:22px;
	font-weight:normal;
	font-style:normal;
	font-family:"Trebuchet MS";
	-webkit-box-shadow: 0px 7px 6px #333;
	-moz-box-shadow: 0px 7px 6px #333;
	box-shadow: 0px 7px 6px #333;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#respond .required {
/*display:none;*/
}
p.comment-notes {
	display:none;
}
#respond input#submit:hover {
	background:URL("images/submitbg-over.png");
}
#commentform p.form-allowed-tags {
	display:none;
}
/* Commentform Style
-------------------------------------------------------*/
#commentform input[type="text"] {
	width:61%;
	height:26px;
	border:none;
	padding:5px 10px;
	border:2px solid #034c81;
	background-color: #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#commentform input[type="text"]:focus, textarea#comment:focus {
	background:#fff;
	border:2px solid #ff00ff;
}
input#commentSubmit {
	border:none;
	color:#fff;
	margin-top:25px;
	width:115px;
	height:35px;
	text-align:center;
	font-size:16px;
	padding:5px 0;
	border-radius:3px;
	background: #a39476;
	color:#fff;
}
input#commentSubmit:hover {
	
	color: #ff00ff;
}
textarea#comment {
	border:2px solid #034c81;
	width:97%;
	height:207px;
	padding:5px 5px;
	color:#555;
	clear:both;
	background-color: #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#nav-single {
	overflow:hidden;
	margin-bottom:20px;
}
.nav-previous {
float: left;
margin-bottom:10px;
margin-left:5px;
  padding: 10px 10px 10px 10px;
  border-radius: 6px;
  text-align:center;
  font-size:16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  background: #034c81;
    -webkit-box-shadow: 0px 7px 14px #333;
   -moz-box-shadow: 0px 7px 14px #333;
    box-shadow: 0px 3px 6px #333;
}
.nav-previous a{
color:#ffff99;
}
.nav-next {
	float: right;
	text-align: right;
	margin-bottom:10px;
margin-right:5px;
	  padding: 10px 10px 10px 10px;
  border-radius: 6px;
  text-align:center;
  font-size:16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  background: #034c81;
    -webkit-box-shadow: 0px 7px 14px #333;
   -moz-box-shadow: 0px 7px 14px #333;
    box-shadow: 0px 3px 6px #333;
}

.nav-next a{
color:#ffff99;
}
.nav-next:hover,.nav-previous:hover {
background: #ff00ff;
}

/*Sidebar 
====================================================*/
.sidebar {
	margin:0;
	padding:0;
	padding-left:25px;
	padding-right:12px;
	padding-top:1px;
	padding-bottom:60px;
	background:#034c81;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow: 1px 7px 6px #333;
 -moz-box-shadow: 1px 7px 6px #333;
    box-shadow: 1px 7px 6px #333; 
}
.sidebar h2 a{
color:#ffff99;
font-size:32px;
text-shadow: 0 3px 3px #333;
background:URL("images/yellow-dot.png" )no-repeat;
padding-left:25px;
padding-bottom:0px;
margin-bottom:25px;
line-height:0px;


}

.sidebar h2 a:hover{
color:#ff00ff;
background:URL("images/pink-dot.png" )no-repeat;
}

.sidebar h3 {
	border-bottom:1px dashed #bcd5e7;
	padding-bottom:12px;
	font-size:24px;
	line-height:22px;
	text-shadow: 0 3px 3px #333;
	margin:0;
	margin-bottom:12px;
	color:ffff99;
	
}
.searchform {
	background:#f7f7f8;
	width:97%;
	border:1px solid #dfdddd;
	position:relative;
	margin-bottom:0px;
}
.searchform input[type="text"] {
	width:97%;
	height:36px;
	background-color:#f8f8f8;
	border:none;
	padding:1px 0px 0px 7px;
	color:#666;
}
.searchform input[type="submit"] {
	position:absolute;
	right:-15px;
	top:10px;
	background:url(images/search.png) no-repeat;
	width:35px;
	height:34px;
	border:none;
	cursor:pointer;
}
.content-bar .searchform {
	background:#f7f7f8;
	width:240px;
	border:1px solid #dfdddd;
	position:relative;
	margin-bottom:0px;
	margin-top:20px;
}
.content-bar .searchform input[type="text"] {
	width:210px;
	height:36px;
	background-color:#fff;
	border:2px solid #034c81;
	padding:1px 20px 0px 7px;
	color:#666;
}
.content-bar .searchform input[type="submit"] {
	position:absolute;
	right:-15px;
	top:12px;
	background:url(images/search.png) no-repeat;
	width:35px;
	height:34px;
	border:none;
	cursor:pointer;
}
.side-search input[type="text"] {
	width:272px;
	height:36px;
	background-color:#f8f8f8;
	border:solid 1px #dddbdb;
	padding-left:10px;
	color:#c8c6c6;
	font-family:"Trebuchet MS";
}
.side-search input[type="text"]:focus {
	border:solid 1px #f8ca23;
}
.sidebar p {
	text-align:left;
}
.sidebar ul {
	list-style:none;
	margin-top:10px;
}
.sidebar  li {
    color:#bcd5e7;
	margin-left:0;
	padding:5px 0;
	font-size:14px;
	font-family:"Trebuchet MS";
}
.sidebar ul li a {
	color:#ffff99;
	font-size:14px;
	font-family:"Trebuchet MS";
	text-shadow: 0 2px 2px #000;
}
.sidebar ul li a:hover {
	color:#ff00ff;
}
.sidebar li.twidget {
	border-bottom:1px dashed #d5d5d8;
	margin-bottom:10px;
	margin-top:10px;
}
.sidebar li span.twidgetlink {
	color:#d8aa08;
}
.sidebar .tagcloud {
	padding-bottom:12px;
}
.sidebar .textwidget {
	padding-bottom:12px;
}
.widgettitle{
color: #034c81;
}
/*Fullwidth Page
================================================== */
.fullwidth {
	margin-bottom:30px;
	margin-top:15px;
}
.fullwidth h1, h2, h3, h4, h5, h6 {
	color:#bcd5e7;
	font-family: "Rokkitt";
	text-shadow:0 1px 1px #333;
	margin-top:15px;
	margin-bottom:15px;
}

/*contact page
=======================================================*/
.contact-page {
	max-width:100%;
	margin:0;
	padding:0;
}
.contact-page h1 {
	color:#333333;
	margin-bottom:40px;
	margin-top:10px;
}
#contactForm {
	margin:0;
	padding:0;
	overflow:hidden;
	background:url(images/contactbg.png);
	border: 1px solid #bcd5e7;
	width:590px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-box-shadow: 0px 7px 6px #333;
   -moz-box-shadow: 0px 7px 6px #333;
    box-shadow: 0px 7px 6px #333;
	padding:80px 10px 10px 10px;
	margin-bottom:10px
}

#contactForm .error {
	color:red;
	float:left;
}
#contactForm input, .contactform textarea, .contactform label {
	margin-bottom:10px;
}
#contactForm input[type="text"], #contactForm textarea {
	float:left;
	background-color:#f9f3e6;
	padding:0 5px;
	clear:both;
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
#contactForm input[type="text"] {
	height:36px;
	border:solid 2px #034c81;
	width:60%;
}
#contactForm label {
	float:left;
	clear:both;
	font-size:14px;
	padding-top:3px;
}
#contactForm input[type="submit"] {
	clear:both;
	width:125px;
	height:33px;
	float:left;
	background:URL("images/submitbg.png");
	border:0;
	cursor:pointer;
	color:#ffff99;
	padding-bottom:2px;
	margin-top:20px;
	font-size:15px;
	line-height:22px;
	font-weight:normal;
	font-style:normal;
	font-family:"Trebuchet MS";
	-webkit-box-shadow: 0px 7px 6px #333;
	-moz-box-shadow: 0px 7px 6px #333;
	box-shadow: 0px 7px 6px #333;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
}
#contactForm input[type="submit"]:hover {
	background:URL("images/submitbg-over.png");
	/*text-shadow:none;
	opacity:0.5;*/
	text-shadow: 0 2px 2px #555;
}
#contactForm textarea {
	height:200px;
	width:96%;
	border:solid 2px #034c81;
	padding-top:10px;
	
}
#contactForm input[type="text"]:focus, #contactForm textarea:focus {
	background:#fff;
	border:2px solid #FF00ff;
}
.contact-page {
	padding-left:6px;
	overflow: hidden;
	margin-bottom: 30px;
}
.contact-page p {
	color:#4f4e4e;
	margin-bottom:50px;
	font-size:38px;
}
.thanks {
background:#ffff99;
padding:20px;
-webkit-box-shadow: 0px 7px 6px #333;
	-moz-box-shadow: 0px 7px 6px #333;
	box-shadow: 0px 7px 6px #333;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:570px;
	margin-bottom:10px;
	border: 1px solid #bcd5e7;
}
.content_bg .sidebar .contact-info span {
	color:#576f21;
}
.content_bg .sidebar .contact-info p {
	margin:10px 0;
}
/*Gallery page
================================================*/
.gallery h1.page-title {
	margin-bottom:22px;
	margin-top:10px;
	border-bottom:solid 1px #e8e7e7;
	padding-bottom:15px;
	max-width:100%;
}
.gallery h1.page-title a:hover {
	color:#d8aa08;
}
.gallery span.viewall {
	color:#d8aa08;
}
.gallery .zoom {
	width:20px;
	height:18px;
	background:url(images/zoom.png) 0 5px no-repeat;
	padding-left:25px;
}
.gallery .thumbnail {
	list-style-type:none;
	overflow:hidden;
	margin:0 auto;
	margin-left:-15px;
	padding:0px;
	max-width:970px;
	padding-top:20px;
}
.gallery .thumbnail li {
	margin:0px;
	float:left;
	background:none;
	margin-bottom:0px;
	margin-left:15px;
}
.gallery .thumbnail li img {
	height:242px;
	width:215px;
	border:5px solid #034c81;
	-webkit-box-shadow: 0px 7px 14px #333;
   -moz-box-shadow: 0px 7px 14px #333;
    box-shadow: 0px 7px 14px #333;
	
}
.gallery .thumbnail li img:hover {
	border:5px solid #ff00ff;
}
.gallery ul.thumbnail li {
	color:#5c5445;
	font-size:22px;
	background-color:#dad1bf;
	margin-bottom:25px;
	text-align:center;
}
.gallery ul.thumbnail li a:hover {
	color:#d8aa08;
}
/*Footer 
================================================*/
.footer-wrapper {
	background-color:#034c81;
	overflow:hidden;
}
.footer {
	background:#034c81;
	padding:30px 0 20px 0;
	overflow:hidden;
}
.footer .widget_inner .sitelink a {
	color:#c8d8e4;
	margin-top:25px;
	display:block;
}
.footer .widget_inner .sitelink a:hover {
	color:#f8ca23;
}
.footer .widget_inner {
	margin: 0 15px 15px 0;
	color:#bbb;
}
.footer .widget_inner.last {
	overflow:hidden;
	padding-right:18px;
}
.footer .widget_inner a {
	color:#ffff99;
}
.slider-wrapper .flexslider .flex-caption a {
	color:#ffff99;
}
.slider-wrapper .flexslider .flex-caption a:hover {
	color:#ff00ff;
}

.footer .widget_inner a:hover {
	color:#ff00ff;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color:#fff;
	font-size:26px;
	padding-bottom:12px;
}
.footer ul {
	list-style:none;
}
.footer ul li {
	margin-left:0px;
	font-size:15px;
	line-height:22px;
	
    
	padding-bottom:10px;
}
.footer ul li a {
	color:#8298ad;
}
.footer ul li a:hover {
	color:#f8ca23;
}
ul.social-links {
	list-style:none;
	margin-left:0;
}
ul.Social-links li {
	margin:0;
}
ul.Social-links li a {
	margin:0 10px 0 0;
}
ul.Social-links li a:hover {
}
.footer_bottom {
	background-color:#000;
	overflow:hidden;
}
.footer_bottom .footer_bottom_inner span.copyright {
	float:right;
	color:#9f9e9e;
	margin-top:15px;
	margin-bottom:15px;
}
.footer_bottom .footer_bottom_inner span.blog-desc {
	float:left;
	color:#4d4c4c;
	margin-top:15px;
	margin-bottom:15px;
}
/* #Special Columns
================================================== */
pre {
	margin: 10px 0px 40px 0px;
	padding: 0 10px 0px 10px;
	display: block;
	clear: both;
	background: #cccccc url('images/codebg.jpg');
	line-height: 20px;
	font-size: 11px;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
	float:left;
	position:relative;
}
.one_third {
	width:30%;
	margin-right:5%;
}
.one_half {
	width:48%;
	margin-right:4%;
}
.one_third {
	width:30%;
	margin-right:5%;
}
.two_third {
	width:65%;
	margin-right:5%;
}
.one_fourth {
	width:22%;
	margin-right:4%;
}
.three_fourth {
	width:74%;
	margin-right:4%;
}
.col2, .col3, .col4 {
	float:left;
	position:relative;
}
.col3 {
	width:280px;
	margin-right:60px;
}
.col2 {
	width:460px;
	margin-right:40px;
}
.col4 {
	width:210px;
	margin-right:40px;
}
.last {
	margin-right:0 !important;
}
/* #Wordpress Core Classes
================================================== */
blockquote {
	padding-left:60px;
	min-height:40px;
	background:url(images/blockqoute.png) no-repeat;
}
blockquote {
	margin-top:40px;
	margin-bottom:40px;
}
blockquote img {
	float: left;
	margin-right:15px;
}
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.alignnone {
	margin: 5px 20px 20px 0;
	display: block;
	clear:both;
}
.aligncenter, div.aligncenter {
	display:block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	max-width:96%;
	text-align:center;
	padding:8px 3px 10px;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	max-width:98.5%;
	width:auto;
	margin:0;
	padding:0;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:8px 4px 5px;
}
/*Calendar style*/
#wp-calendar caption {
	text-align: center;
	background:#17517a;
	color: #fff;
	border-bottom: 2px solid #e6eef7;
}
#wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
	color:#fff;
}
#wp-calendar a {
	color: #000;
	color:#17517a;
}
.footer #wp-calendar a {
	color:#17517a;
}
#wp-calendar caption, #wp-calendar td, #wp-calendar th {
	text-align: center;
}
#wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
#wp-calendar th {
	background: #f4f4f4;
	font-weight: bold;
	border:solid 1px #e2e2e3;
}
.footer #wp-calendar th {
	background: #e0e0e0;
	border:solid 1px #e2e2e3;
}
#wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border:solid 1px #f4f4f4;
	color:#fff;
}
.footer #wp-calendar tbody td {
	color:#000;
}
.footer #wp-calendar tbody td#next.pad {
	padding-right:5px;
}
#wp-calendar tbody td {
	color:#c0c0c0;
	padding:5px;
	background:#e9eaeb;
	border: solid 1px #fcfcfd;
}
#wp-calendar tbody td.pad {
	background-color:#f9fafb;
}
#wp-calendar tbody td#today {
	background-color:#fdfdfd;
}
#calendar_wrap {
	display: block;
	margin-bottom: 30px;
}

.sticky {}
.bypostauthor{}

/*=======================================================*/
/* Responsive Dropdown Menu Style */
/*=======================================================*/
.it_mobile_menu li {
	margin: 0;
}
.it_mobile_menu li a {
	background:#034c81;
	font-size: 20px;
	text-decoration: none;
	text-shadow:none;
	border-bottom: 1px solid #bcd5e7;
	margin: 0 !important;
}
.it_mobile_menu li:last-child a {
	background:#034c81;
	border-bottom:none;
	padding-bottom: 15px;
}
.it_mobile_menu li a:hover {
	color: #ff00ff;
}
.it_mobile_menu > li.current_page_item > a {
	color: #ff00ff;
}
#mobile_menu {
    margin-top:15px;
	width: 318px;
	left: -1px;
	padding: 0;
	padding-bottom: 20px;
	background:#034c81;
	top: 42px !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-box-shadow: 0px 7px 6px #333;
   -moz-box-shadow: 0px 7px 6px #333;
    box-shadow: 0px 7px 6px #333;
	z-index: 9999;
	list-style:none;
	
}
#mobile_menu ul {
	list-style:none;
}
.it_mobile_menu {
	position: absolute;
	top: 46px !important;
	left: 3px;
	z-index: 1000;
	display: none;
	text-align: left;
	
}
.it_mobile_menu ul {
	display: block !important;
	visibility: visible !important;
	border-bottom: 1px solid #e2e0e0;
}
.it_mobile_menu ul li a {
	margin-left:12px !important;
	padding-top: 12px !important;
	padding-bottom: 4px !important;
}
.it_mobile_menu ul li:last-child a {
	padding-bottom: 10px !important;
}
.it_mobile_menu ul a {
	border-bottom: none;
}
.mobile_nav {
	color: #ffff99;
	display: none;
	position: relative;
	padding: 2px 55px 11px 46px;
	font-size: 30px;
}
.mobile_nav:before, .mobile_nav:after {
	content: '';
	position: absolute;
	top: 0;
	width: 2px;
	height: 100%;
}
.mobile_nav:before {
	left: 0;
}
.mobile_nav:after {
	right: 0;
}
.mobile_nav:hover {
	text-decoration: none;
	color:#ff00ff;
}
.mobile_nav > span {
	display: block;
	width: 15px;
	height: 15px;
	background: url(images/spblue.png) no-repeat;
	position: absolute;
	top: 15px;
	left: 63px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.mobile_nav.opened > span {
	background: url(images/spblue-over.png) no-repeat;
}
/*Blog Page Pagging
===========================================*/
ul.paging {
	margin:0px;
	padding:0px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}
ul.paging li {
	margin:0px;
	padding:0px;
	display:inline;
	margin-right:10px;
}
ul.paging li a {
	color: #777;
	display: inline-block;
	background: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right:0px;
	border:1px solid #ddd;
}
ul.paging a.active, ul.paging a:hover, ul.paging a.current {
	background:#eee;
	background: -moz-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 249, 249, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
	background: -webkit-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: -o-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: -ms-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%, rgba(242, 242, 242, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0 );
	border-color: #E0DDDD;
	-webkit-box-shadow: 1px 1px 0 #f2f2f2 inset;
	-moz-box-shadow: 1px 1px 0 #f2f2f2 inset;
	box-shadow: 1px 1px 0 #f2f2f2 inset;
	text-shadow: 1px 1px 0 white !important;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-color: #AAA #AAA #999;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px #fff;
	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px white;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px white;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fff0f0f0, EndColorStr=#ffe6e6e6);
	background-image: -moz-linear-gradient(top, #F0F0F0 0, #E6E6E6 100%);
	background-image: -ms-linear-gradient(top, #F0F0F0 0, #E6E6E6 100%);
	background-image: -o-linear-gradient(top, #F0F0F0 0, #E6E6E6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F0F0F0), color-stop(100%, #E6E6E6));
	background-image: -webkit-linear-gradient(top, #F0F0F0 0, #E6E6E6 100%);
	background-image: linear-gradient(to bottom, #F0F0F0 0, #E6E6E6 100%);
	color: #999;
}
.review-text-left, .feature-text-left {
float:left;
width:615px;
margin-top:15px;
background:#fff;
padding:25px 15px 15px 20px;
border-radius:20px;
border:1px solid #999;
}
.feature-text-left, .feature-text-right{
margin-left:10px;
margin-right:10px;
-webkit-box-shadow: 0px 7px 14px #333;
-moz-box-shadow: 0px 7px 14px #333;
box-shadow: 0px 7px 14px #333;
}
.feature-text-left h2, .feature-text-right h2{
color:#333;
}


.speach-right{
clear:both;
background:url(https://buildingrooms.com/projects/images/theme/speachArrow.png);
margin-left:629px;
margin-top:30px;
position: absolute;
width:50px;
height:100px;

}
.review-image-right, .feature-image-right{
clear:both;
float:right;
margin-right:10px;
margin-top:15px;
margin-bottom:30px;
border:5px solid #f9f9f9;
-webkit-box-shadow: 0px 7px 14px #333;
-moz-box-shadow: 0px 7px 14px #333;
box-shadow: 0px 7px 14px #333;
}
.review-text-right,.feature-text-right{
float:right;
width:610px;
background:#fff;
margin-top:15px;
padding:25px 20px 15px 20px;
border-radius:20px;
border:1px solid #999;

}
.speach-left{
clear:both;
background:url(https://buildingrooms.com/projects/images/theme/speachArrowL.png);
margin-left:-70px;
margin-top:45px;
position: absolute;
width:50px;
height:100px;
}
.review-image-left,.feature-image-left {
clear:both;
float:left;
margin-left:10px;
margin-top:15px;
border:5px solid #f9f9f9;
-webkit-box-shadow: 0px 7px 14px #333;
-moz-box-shadow: 0px 7px 14px #333;
box-shadow: 0px 7px 14px #333;
}

.review-text-left h2 {
color:#333;
margin:0;
display : inline;
}

.feature-heading{
font-size: 18px;
font-weight: bold;
}
.feature-image-left, .feature-image-right{
margin-bottom:8px;
margin-top:8px;
}
.feature-text-left, .feature-text-right{
margin-top:8px;
padding-bottom:30px;
}
.button1 {
   float:right;
   margin-right:200px;
   margin-top:30px;
   border-top: 1px solid #96d1f8;
   background: #034d81;
    padding: 5.5px 11px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: 0px 7px 14px #333;
   -moz-box-shadow: 0px 7px 14px #333;
   box-shadow: 0px 7px 14px #333;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 18px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button1:hover {
   border-top-color: #ff00ff;
   background: #ff00ff;
   color: #ccc;
   }
.button1:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/

/* Media screen */
@media only screen and (min-width: 768px) and (max-width: 960px) {

#menu li a {
	
	padding:12px 3px 21px 3px;

}

.content h1 {
	font-size:35px;
}

.header-info p {
	font-size:16px;

	
	margin-bottom:0;
}
.thanks {
width:430px;
}
.buttonx{
margin-left:150px;
}

#contactForm {
	width:465px;
}

.wide-content-bar img{
	max-width:760px;
	height:auto;
}


.main-container {
/*margin:0;
	padding:0;
	padding-right:0;*/
	
}
 .bgimagecolor {
 padding-left:0px;
 padding-right:0px;
}
.logo {
}
h1.post_title.single {
 width:505px;
}
.top-search .searchform {
 display:none;
}
.header .logo {
 /*margin: 10px 0 21px 0px;*/
}
.flexslider .slides img {
 display: block;
 width:755px;
 height:310px;
}
 .feature-content {
 text-align:center;
}
 .testimonial .slides_container {
 max-width:760px;
}
.testimonial .slides_container div.slide {
 max-width:760px;
}
.testimonial .item {
 max-width:760px;
 margin:0 0px;
}
 .feature-content .feature-content-inner {
 max-width:250px;
 margin-left:0;
}
 .feature-content .feature-content-inner .readmore {
}
.feature-post .feature-box {
 margin-bottom:35px;
 overflow:hidden;
 margin-right:30px;
 float:none;
 display:inline-block;
 vertical-align:top;
}
.signuparea .signup-content {
 height:auto;
}
 .signup-content .signupinfo {
 margin-left:140px;
}
 .signup-content .signuplogin {
 margin-top:15px;
 border-left:none;
 margin-right:20px;
 text-align:center;
 margin-left:175px;
 margin-bottom:20px;
}
 .signup-content .signuplogin .signupform {
 margin-right:0;
}
 .signupform input[type="text"] {
 margin-left:5px;
}
 .signupform input[type="submit"] {
 margin-top:10px;
 margin-left:25px;
}
.content-bar .post .post_content img.postimg {
 max-width:93%;
}
.content-bar img {
 max-width:485px;
 height:auto;
}
.content-bar .post .post_meta {
 padding-bottom: 20px;
}
.review-text-left{
width:440px;
padding:15px 10px 15px 10px;
}
.feature-text-left,.feature-text-right {
width:455px;
}
.speach-right{
margin-left:450px;
}
.review-image-right{
margin-right:10px;
}
.speach-left{
margin-left:-64px;
}
.review-text-right{
width:430px;
padding:15px 15px 15px 15px;
}
.button1 {
margin-right:115px;
}
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
@media only screen and (max-width: 767px) {
 #mobile_menu {
 width: 318px;
 text-align:center;
 margin-left:0;
}
.thanks {
width:410px;
}
.buttonx{
margin-left:150px;
}

#contactForm {
	width:430px;
}
.wide-content-bar img{
	max-width:480px;
	height:auto;
}

.mobile_nav {
 width:250px;
 margin-bottom:0;
 margin-top:4px;
}
.header-info a.btn {
 background:url(images/tap-to-call.png) no-repeat;
 display:inline-block;
 visibility:visible;
 margin-top:0px;
 margin-bottom:10px;
 font-size:0px;
 width:160px;
 height:59px;
 text-indent:99999px;
}
 ul.ddsmoothmenu {
 display: none;
}
 .it_mobile_menu a {
 display: block;
 padding-left:0px;
 color: #ffff99;
 padding-top: 7px;
 padding-bottom: 7px;
}
.header .logo {
 text-align:center;
 margin: 40px 0 21px -15px;
}
 .ddsmoothmenu .sub-menu {
 margin-left:100px !important;
 visibility:hidden;
}
 .ddsmoothmenu .sub-menu li {
 margin: 0 !important;
 padding: 0 !important;
 margin-left:200px !important;
 clear:both;
 left:20px;
}
 .mobile_nav {
 display: inline-block;
 text-shadow: 1px 1px 0 #555;
}
 .ddsmoothmenu {
 text-align: center;
}
 li.depth-4 ul.children {
 padding-left: 0;
}
 #menu li {
 float:none !important;
}
 #MainNav {
 text-align:center;
}
.logo {
 text-align:center;
}
.top-search .searchform {
 display:none;
}
 .header-info {
 text-align:center;
 /*padding-right:40px;*/
}
.top-search .searchform {
 margin-top:30px;
 padding-right:10px;
 margin-left:80px;
 width:50%;
 float:left;
}
.flexslider .slides img {
 display: block;
 width:468px;
 height:192px;
}
 .testimonial .slides_container {
 width:468px;
}
.testimonial .slides_container div.slide {
 width:468px;
}
.testimonial .item {
 width:468px;
 margin:0 0px;
}
 .top-search .searchform input[type="text"] {
 width:235px;
}
 .slider-wrapper {
 padding-top:5px;
 padding-bottom:5px;
}
 .flexslider {
 margin-top:5px;
}
 .flex-caption {
 background-image:none;
 display:none;
 background:none;
 position: absolute;
 right: 0;
 top: 5px;
}
 .flex-direction-nav {
 height: 0;
 position:absolute;
 top: 245px;
 right:225px;
 border: solid 1px #FF0000;
 display:none;
}
 
/* Control Nav */
 .flex-control-nav {
 position: absolute;
 bottom:23px;
 text-align:right;
 right:20px;
 text-indent: -9999px;
 display:inline-block;
 width:15px;
}
 .flex-control-nav li {
 margin: -10px 0 0 5px;
 zoom: 1;
 display:block;

}
.flex-control-nav li:first-child {
 margin: 0;
}
 .flex-control-nav li a {
 width: 15px;
 height: 20px;
 background:url(images/pagination.png) no-repeat;
 cursor: pointer;
 display:inline-block;
}
 @-moz-document url-prefix() {
.flex-control-nav li a {
 width: 15px;
 height: 20px;
 background:url(images/pagination.png) no-repeat;
 cursor: pointer;
 overflow:hidden;
 margin-top:0;
}

.flex-control-nav li {
 margin: 0 0 0 5px;
 zoom: 1;
 display:block;

}
}
 .flex-control-nav li a:hover {
 background-position: 0 -20px;
}
 .flex-control-nav li a.active {
 background-position: 0px -20px;
 cursor: default;
}
 .feature-content {
 text-align:center;
}
 .feature-content .feature-content-inner {
 max-width:250px;
 text-align:center;
 margin-left:110px;
 margin-bottom:25px;
}
 .feature-content .feature-content-inner p {
 margin-bottom:25px;
}
 .feature-content .feature-content-inner .readmore {
 margin-left:40px;
}
.feature-post .feature-box {
 margin-bottom:10px;
 overflow:hidden;
 margin-right:30px;
 float:none;
 display:compact;
 padding-bottom:0px;
 width:180px;
 margin-left:145px;
}
.feature-post .feature-box p {
 margin-bottom:25px;
}
 .signuparea .signup-content {
 height:auto;
}
 .signup-content .signupinfo {
 margin-right:20px;
}
 .signup-content .signuplogin {
 margin-top:25px;
 border-left:none;
 margin-left:20px;
}
 .signup-content .signuplogin .signupform {
 margin-right:90px;
}
 .signupform input[type="text"] {
 margin-left:15px;
}
 .signupform input[type="submit"] {
 margin-top:10px;
 margin-left:100px;
 margin-bottom:10px;
}
 .sidebar {
 padding-left:10px;
 padding-top:1px;
 width:420px;
 
}
.content-bar .post .post_content img.postimg {
 max-width:93%;
}
h1.post_title.single {
 width:471px;
 text-align:center;
}
.content-bar img {
 max-width:452px;
 height:auto;
}
.content-bar .post .post_meta {
 padding-bottom: 20px;
}
.review-text-left, .feature-text-left,.feature-text-right {
width:430px;
padding:15px;
text-align: center;
}


.review-image-right{
margin-right:100px;
margin-bottom:-15px;
}
.feature-image-right{
margin-right:120px;
margin-bottom:-15px;
margin-top:20px;
}

.feature-image-left{
margin-left:120px;
margin-bottom:-15px;
margin-top:20px;
}

.review-text-right{
width:438px;
padding:15px;
text-align: center;
}
.speach-right{
visibility: hidden;
}
.speach-left{
visibility: hidden;
}
.review-image-left{
margin-left:100px;
margin-bottom:-15px;
}
.page-heading h1{
font-size:25px;
}
.button1 {
margin-right:100px;
}
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROMENZO*/
@media only screen and (max-width: 480px) {
.main-container {
 margin:0 auto;
}
.header-info p {
	font-size:17px;

	
	margin-bottom:0;
}

.wide-content-bar img{
	max-width:290px;
	height:auto;
}

#contactForm input[type="text"]{
	width:96%;
}
#commentform input[type="text"] {
	width:90%;
}

.thanks {
width:250px;
padding:7px;
}
.buttonx{
margin-left:65px;
}
#contactForm {
	width:250px;
}
.feature-post .titlebg {
	font-size: 30px;
}
.testimonial .titlebg {
	font-size: 28px;
}
.feature-content-inner .read-more {
 margin-bottom:50px;
}
.testimonial .item p {
  color: #555;
}
 .menu_wrapper {
 margin-left: 10px;
 width:270px;
}
#mobile_menu {
 width:287px;
 text-align:center;
 margin-left:0;
}
.mobile_nav {
 width:193px;
 margin-bottom:0;
 margin-top:4px;
 margin-left:-10px;
}
.mobile_nav > span {
 position: absolute;
 top: 19px;
 left: 40px;
}
.logo {
 margin:0;
 text-align:center;
}
.logo img {
 margin:0;
}
 .header-info {
 text-align:center;
 /*margin-left:50px;*/
}
.header-info a.btn {
 background:url(images/tap-to-call.png) no-repeat;
 display:inline-block;
 visibility:visible;
 margin-top:0px;
 margin-bottom:10px;
 font-size:0px;
 width:160px;
 height:59px;
 text-indent:99999px;
 overflow:hidden;
}
.flexslider .slides img {
 display: block;
 width:270px;
 height:120px;
}
 .mobieMenu {
 margin-right:20px;
}
 .top-search .searchform {
 margin-top:30px;
 padding-right:10px;
 margin-left:0;
 width:96%;
 float:left;
}
 .top-search .searchform input[type="text"] {
 width:280px;
}
 .slider-wrapper {
 padding-top:5px;
 padding-bottom:5px;
 margin-left:10px;
 width:270px;
}
 .flexslider {
 margin-top:5px;
}
 .flex-caption {
 display:none;
}
 .flex-direction-nav {
 height: 0;
 position:absolute;
 top: 175px;
 right:120px;
 border: solid 1px #FF0000;
 display:none;
}
 
/* Control Nav */
 .flex-control-nav {
 position: absolute;
 bottom:4px;
 text-align:right;
 right:20px;
 text-indent: -9999px;
 display:inline-block;
 width:15px;
}
 .flex-control-nav li {
 margin:-16px 0 0 5px;
 zoom: 1;
 display:block;
 
}
.flex-control-nav li:first-child {
 margin: 0;
}
 .flex-control-nav li a {
 width: 15px;
 height: 20px;
 background:url(images/pagination.png) no-repeat;
 cursor: pointer;
 display:inline-block;
 text-indent: -9999px;
}
 @-moz-document url-prefix() {

.flex-control-nav {
 position: absolute;
 bottom:0;
 text-align:right;
 right:20px;
 text-indent: -9999px;
 display:inline-block;
 width:15px;
}
	 
 .flex-control-nav li {
 margin: -5px 0 0 5px;
 zoom: 1;
 display:block;
}
.flex-control-nav li a {
 width: 15px;
 height: 20px;
 background:url(images/pagination.png) 0 0 no-repeat;
 cursor: pointer;
 overflow:hidden;
 margin-top:0;
}
}
 .flex-control-nav li a:hover {
 background-position: 0 -20px;
}
 .flex-control-nav li a.active {
 background-position: 0px -20px;
 cursor: default;
}
 .feature-content {
 text-align:center;
}
 .testimonial .slides_container {
 width:260px;
 height:auto;
 margin:0 auto;
}
.testimonial .slides_container div.slide {
 width:290px;
 height:auto;
}
.testimonial .item {
 width:290px;
 height:auto;
 margin:0 0px;
}

.testimonial .item p {
text-align: center;
width: 90%;
}
 .feature-content .feature-content-inner {
 max-width:250px;
 margin:0 auto;
}
 .feature-content .feature-content-inner .readmore {
 margin-left:40px;
}
 .feature-content .feature-content-inner.one {
 margin-left:20px;
}
 .feature-post .feature-box {
 margin:0 auto;
 max-width:180px;
 margin-left:50px;
}
 .signuparea .signup-content {
 height:auto;
}
 .signup-content .signupinfo {
 margin-right:20px;
}
 .signup-content .signuplogin {
 margin-top:45px;
 border-left:none;
 margin-left:10px;
 margin-right:25px;
 margin-bottom:10px;
}
 .signup-content .signuplogin {
 width:150px;
 text-align:center;
}
.signup-content .signuplogin .signupform {
 margin-left:0;
 text-align:center;
 margin-right:20px;
}
 .signupform input[type="text"] {
 width:135px;
}
 .signupform input[type="submit"] {
 margin-top:10px;
 margin-left:30px;
}
 .sidebar {
 padding-left:5px;
 padding-top:1px;
 max-width:97%;
}
.content-bar .post .post_content img.postimg {
 max-width:93%;
}
h1.post_title.single {
 width:292px;
 text-align:center;
}
.content-bar img {
 max-width:268px;
 height:auto;
}
.content-bar .post .post_meta {
 padding-bottom: 20px;
}
 .bgimagecolor {
 margin:0 auto;
}
.footer-wrapper {
 width:100%;
 background-color:#034c81;
}
.footer {
 background:#034c81;
}
 .footer_bottom {
 background-color:#000;
}
.review-text-left,.feature-text-left,.feature-text-right{
width:278px;
padding:15px 0px 15px 0px;
border:none;
}
.review-image-right{
margin-right:5px;
}
.feature-image-right{
margin-right:30px;
}
.feature-image-left{
margin-left:30px;
}
.review-text-right{
width:291px;
padding:15px 0px 15px 0px;
border:none;
}
.review-image-left{
margin-left:5px;

}
.feature-heading{
text-align: center;
}
.page-heading h1{
font-size:27px;
}
.button1 {
margin-right:26px;
}
}
