*{
	padding:0;
	margin:;
}
body{
	color:#3b3b3b;
	font-family: 'Open Sans', sans-serif;
	background:#fff;
	font-size:16px;
}
.main-wrapper{
	width:100%;
}
h1 {
  color: #1f1b1c;
  font-size: 36px;
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  text-transform: capitalize;
}
.padding0{
	padding:0;
}
.logo img{
	height:53px;
}
.menu{
	padding:15px 0 0;
	margin:0;
	float:right;
	text-align:right;
}
.menu li{
	list-style:none;
	display:inline;
}
.menu li a {
  color: #3b705c;
  font-size: 15px;
  padding: 0 9px 0 0;
}
.menu li a:hover{
	color:#ffb615;
	text-decoration:none;
}
.menu li a.active{
	color:#ffb615;
}
.header-main{
	width:100%;
	border-bottom: solid 2px #dedede;
	padding:10px 0;
	overflow:hidden;
}
.content-main{
	padding:40px 0;
	width:100%;
	overflow:hidden;
	background-image:url(../images/content-bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment: fixed;
	
}
.content-inner{
	width:90%;
	margin:0 auto;
	min-height:390px;
	background:#fff;
	overflow:hidden;
}
.content-left {
  border-right: 1px solid #000;
  float: left;
  margin: 25px 0;
  overflow: hidden;
  padding: 0 40px;
  width: 60%;
}
.content-left h2{
	font-size:30px;
	font-weight:bold;
}
.content-right{
	float:left;
	width:27%;
	font-size:14px;
	background:#f6f6f6;
	padding:25px 15px;
	overflow:hidden;
	margin-left:3%;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.content-right h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 15px;
  text-transform: capitalize;
}
.content-right p {
  color: #cfcfcf;
  font-size: 13px;
}
.content-right label {
  color: #3c3835;
  display: block;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size:14px;
}
.content-right input{
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 5px;
    width: 100%;
}
.content-right input[type="radio"]{
    width:auto;
}
.content-right input[type="checkbox"]{
    width:auto;
}
.content-right select{
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 5px;
    width: 100%;
}
.content-right textarea{
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 5px;
    width: 100%;
	height:120px;
}
.content-inner iframe{
	width:100%;
	border:solid 5px #fff;
	border-bottom:none;
}
.footer-main{
	width:100%;
	background:#c70101 ;
	padding:15px 0;
	text-transform:uppercase;
	font-size:14px;
}
.footer-top{
	width:100%;
	background:#231f20;
	padding:40px 0;
	margin-top:20px;
}
.footer-top h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.footer-top h2 span {
  color: #ffb615;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-top h2 span font {
  color: #fff;
}
.socials{
	text-align:right;
}
.socials img{
	margin-left:5px;
}
.copyrights{
	margin-top:3px;
}
.submit-btn {
  background-image: url("../images/btn-bg.jpg");
  background-position: center center;
  background-repeat: repeat-x;
  border: 1px solid #416daa !important;
  border-radius: 6px;
  color: #fff;
  padding: 4px 25px !important;
  width:auto !important;
}



.ui-widget-header {
    background: #d7d7d7 !important;
    color: #000 !important;
	border: 1px solid #aaa !important;
}

.ui-state-default .ui-icon {
    background-image: url("../images/ui-icons_ef8c08_256x240.png");
}

.ui-dialog .ui-dialog-titlebar-close{
    background-image: url("../images/ui-icons_ef8c08_256x240.png");
    background-position-x: -32px;
    background-position-y: 48px;
}

#ask_question_new textarea {
  border: solid 1px #ccc;
}


@media (min-width: 992px) and (max-width: 1120px) {
.content-inner {
  width: 100%;
}
	
	
}


@media (min-width: 768px) and (max-width: 991px) {
.content-inner {
  width: 100%;
}
.content-left {
  padding: 0;
}	
.content-right {
  float: right;
  margin-right: 3%;
  width: 34%;
}
.content-left > table {
  margin-left: 15px;
  width: 92%;
}


}


@media (max-width: 767px) {
.content-left {
	margin: 20px 0;
	padding: 0 20px;
	width: 100%;
}
.content-right {
	width: 87%;
	margin-left: 6%;
}
.col-sm-3.logo {
  text-align: center;
}	
	
}

@media (max-width: 480px) {
.content-left {
	border-right: none;
	padding: 0 10px;
	width: 100%;
	margin: 10px 0;
}
.content-right {
  float: right;
  margin-left: 0;
  margin-right: 4%;
  margin-top: 0 !important;
  width: 92%;
}
.content-inner {
	min-height: auto;
	width: 100%;
}
.content-inner iframe {
	height:200px;
}
.col-sm-2.socials {
  margin-top: 15px;
  text-align: center;
}
h1{
  font-size: 24px !important;
}
.content-main {
  padding: 20px 0;
}
.content-left tr td img {
  width: 85% !important;
}
	
}
















