body,
html {
  height: 100%;
  position: relative;
}
body {
  font-family: 'proxima-nova' !important;
}
*{
  font-family: 'proxima-nova';
}
::selection {
  color: #ffffff;
  background: #104a72;
}
::-moz-selection {
  color: #ffffff;
  background: #104a72;
}
input[placeholder] {
  color: #c2c2c2;
  text-overflow: ellipsis;
}
input::-moz-placeholder {
  color: #c2c2c2;
}
input:-moz-placeholder {
  color: #c2c2c2;
}
input:-ms-input-placeholder {
  color: #c2c2c2;
}
.form-control::-moz-placeholder {
  color: #c2c2c2;
}
.form-control:-moz-placeholder {
  color: #c2c2c2;
}
.form-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.form-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
input:focus::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
	color: #dbdbdb;
}
input:focus::-moz-placeholder ,
.form-control:focus::-moz-placeholder {
	color: #dbdbdb;
}
input:focus:-moz-placeholder,
.form-control:focus:-moz-placeholder {
	color: #dbdbdb;
}
input:focus:-ms-input-placeholder ,
.form-control:focus:-ms-input-placeholder {
	color: #dbdbdb;
}

.row {
  margin: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
}

.col-xs-12.col-sm-6 {
width: 100% !important;
margin-bottom: 2% !important;
}

.visible-phone{
	display: none !important;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.main_content .text ul,
.text_block ul{
	list-style: disc;
	padding: 0 0 0 30px;
}
.main_content .text ol,
.text_block ol{
	padding: 0 0 0 30px;
	list-style: decimal;
}
.main_content .text ul li,
.main_content .text ol li,
.text_block ul li,
.text_block ol li {
  font-size: 18px;
  color: #575757;
  line-height: 1.7em;
  margin-bottom: 10px;
}

.main_content .text ul.resp-tabs-list li,
.text_block ul.resp-tabs-list li{
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
  font-weight: 600;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-size: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #28affa;
}
h1 {
  font-size: 44px;
  word-spacing: 3px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
  margin: 0 0 15px 0;
  line-height: 1.5em;
}
h5 {
  font-size: 20px;
  margin: 0 0 15px 0;
  line-height: 1.5em;
}
h6 {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
}
p {
  font-size: 18px;
  line-height: 1.7em;
  color: #575757;
}
p span.big_text{
	font-weight: 700;
	font-size: 20px;
}
p a {
  color: #28affa;
  font-size: inherit;
}
a {
  color: #28affa;
  font-size: 18px;
}
a,
button {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}
blockquote {
  margin: 30px 0;
  font-style: italic;
  border-left: 4px solid #337ab7;
  padding: 0 0 0 25px;
  color: #575757;
  font-size: 18px;
}
blockquote p:before {
  content: '\201C';
  display: inline;
}
blockquote p:after {
  content: '\201D';
  display: inline;
}
blockquote cite {
  display: block;
  font-style: normal;
}
blockquote cite:before {
  content: '-';
  padding-right: 5px;
}
.b_b {
  border-bottom: 1px solid #ebebeb;
}
.btn-primary {
  background: #7edd17;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
}
.btn-primary:hover {
  background: #569810;
}
.btn-default {
  font-family: 'Open Sans';
  border-color: #ebebeb;
  color: #1a1a1a;
  font-size: 18px;
  padding: 8px 23px;
}
.btn-default.style1{
	border: none;
	background: #eeeeee;
	color: #28affa;
}
.btn-default.style1:hover,
.btn-default.style1:active{
	background: #d5d5d5;
}
.title_with_lines {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.title_with_lines:before,
.title_with_lines:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 1px;
  border-top: 1px solid #eee;
}
.title_with_lines:before {
  left: -0.7em;
  margin-left: -50%;
}
.title_with_lines:after {
  left: 0.7em;
  margin-right: -50%;
}
form .form-control {
  font-size: 18px;
  border-color: #ebebeb;
  padding: 9px 18px;
  height: auto;
  margin-bottom: 15px;
  color: #575757;
  box-shadow: none;
}
form button.btn {
  font-size: 20px;
  display: block;
  width: 100%;
}
form.form-inline .form-control {
  margin-right: 10px;
  width: 280px;
  margin-bottom: 0;
}
form.form-inline button.btn {
  margin-left: 10px;
  display: inline-block;
  width: auto;
}
.checkbox {
	vertical-align: top;
	margin: 0 8px 0 0;
	width: 18px;
	height: 18px;
}
.checkbox + label {
	cursor: pointer;
	font-size: 18px;
	color: #575757;
	font-weight: 400;
	line-height: 18px;
	margin: 16px 0 0 0;
}
.checkbox:not(checked) {
	position: absolute;
	opacity: 0;
}
.checkbox:not(checked) + label {
	position: relative;
	padding: 0 0 0 24px;
	margin-bottom: 22px;
}
.checkbox:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.checkbox:checked + label:before {
	background: #28affa;
	content: '\2714';
	color: #ffffff;
	font-size: 13px;
    text-align: center;
	line-height: 18px;
}
.header {
  position: relative;
  overflow: hidden;
  background: url(../images/back_header.jpg) no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.header .h_top {
  margin: 20px 0 94px 0;
  z-index: 10;
  position: relative;
}
.header .h_top .col-sm-3{
	width: 30%;
	float: left;
}
.header .h_top .col-sm-9{
	width: 70%;
	float: left;
}

.header .h_top h1.logo {
  margin: 0;
}
.header .h_top h1.logo a {
  display: block;
  width: 192px;
  height: 66px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
}
.header .h_top .btn_box,
.header .h_top .navbar {
  display: inline-block;
  vertical-align: middle;
  padding-top: 15px;
}
.header .h_top .navbar {
	background: none;
	border: none;
	margin-bottom: 0;
	min-height: 35px;
}
.header .h_top .navbar-collapse{
	padding: 0;
}
.header .h_top .navbar-default .navbar-toggle{
	border: none;
	background: #ffffff;
	margin: 0 0 30px 0;
}
.header .h_top .navbar-default .navbar-collapse,
.header .h_top .navbar-default .navbar-form{
	border: none;
}
.header .h_top .navbar-default .navbar-toggle .icon-bar{
	background-color: #28affa;
}
.header .h_top .btn_box .btn-primary {
  background: #ffffff;
  color: #28affa;
  letter-spacing: 0.2px;
}
.header .h_top .btn_box .btn-primary:hover {
  color: #104a72;
}
.header .h_top .main_menu{
	overflow: hidden;
	padding-left: 0;
	list-style: none;
}
.header .h_top .main_menu li {
  float: left;
  margin-right: 35px;
}
.header .h_top .main_menu li a {
  color: #ffffff;
  font-size: 18px;
  word-spacing: -1px;
}
.header .h_top .main_menu li.current_page_item a,
.header .h_top .main_menu li a:hover {
  color: #1a1a1a;
}
.header .content {
  position: relative;
  z-index: 9;
  margin: 0 auto 100px auto;
  overflow: hidden;
}
.header .content h1,
.header .content h2,
.header .content p {
  color: #ffffff;
}
.header .content h1 {
  line-height: 1.5em;
  margin: 0 0 14px 0;
  font-size: 45px;
  text-shadow: 0px 0px 10px #333;
}
.header .content h1 span {
  font-weight: normal;
  padding: 0 7px;
}
.header .content p {
  font-size: 32px;
  line-height: 1.5em;
}
.header .content .btn-primary {
  font-size: 20px;
  padding: 12px 27px;
  margin-top: 23px;
}
.header .content .form_wrap .form-control {
  width: 440px;
  font-size: 20px;
  padding: 12px 21px;
}
.header .content .form_wrap .btn-primary {
  padding: 12px 26px;
  margin-top: 0;
}
.header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(to bottom, rgba(2,126,208,0.8) 0%,rgba(135,199,242,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(2,126,208,0.8) 0%,rgba(135,199,242,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(2,126,208,0.8) 0%,rgba(135,199,242,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc027ed0', endColorstr='#cc87c7f2',GradientType=0 ); /* IE6-9 */
}
.home .header:after{
	background: -moz-linear-gradient(to bottom, rgba(2,126,208,0.8) 0%,rgba(135,199,242,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(2,126,208,0.8) 0%,rgba(135,199,242,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(2,126,208,0.8) 0%,rgba(135,199,242,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc027ed0', endColorstr='#cc87c7f2',GradientType=0 ); /* IE6-9 */
}
.items_with_img .item {
  overflow: hidden;
}
.items_with_img .item .img {
  float: left;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  margin: 0 30px 15px 0;
}
.items_with_img .item .img img {
  display: block;
  width: 100%;
  height: auto;
}
.items_with_img .item .content {
  margin-right: 25px;
}
.items_with_img .item .content h5 {
  margin-bottom: 13px;
}
.items_with_img .item .content p {
  line-height: 1.6em;
}
.items_with_img .item .content .btn-default {
  font-size: 17px;
  margin-top: 8px;
}
.items_with_img_2 {
  overflow: hidden;
}
.items_with_img_2 .item .img {
  height: 278px;
  overflow: hidden;
  margin: 0 auto 23px auto;
  max-width: 250px;
}
.items_with_img_2 .item .img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}
.items_with_img_2 .item .content {
  text-align: center;
}
.items_with_img_2 .item .content h5 {
  margin-bottom: 6px;
}
.items_with_img_2 .item .content p {
  padding: 0 15px;
}
.pagination {
  border-top: 1px solid #ebebeb;
  padding-top: 50px;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.pagination ul li a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #1a1a1a;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  font-size: 18px;
}
.pagination ul li a:hover,
.pagination ul li a.active {
  color: #ffffff;
  background: #28affa;
}
.pagination ul li a.prev,
.pagination ul li a.next {
  border: 1px solid #ebebeb;
  margin: 0 20px;
  text-indent: -9999px;
}
.pagination ul li a.prev {
  background: url("../images/arr_left.png") no-repeat center center;
}
.pagination ul li a.next {
  background: url("../images/arr_right.png") no-repeat center center;
}
.pagination ul li a.prev:hover,
.pagination ul li a.next:hover {
  border-color: #1a1a1a;
}
.main {
  padding: 61px 0;
}
.main .main_content {
  padding-right: 45px;
  border-right: 1px solid #ebebeb;
}
.main .col-md-12.main_content{
	padding-right: 0;
	border-right: none;
}
#sidebar {
  padding-left: 45px;
}
#sidebar h5 {
  margin-bottom: 25px;
}
#sidebar ul li {
  margin-bottom: 22px;
}
#sidebar ul li a {
  font-size: 18px;
  line-height: 1.5em;
  color: #575757;
  letter-spacing: -0.6px;
}
#sidebar ul li a:hover {
  color: #28affa;
}
#sidebar ul li:last-child {
  margin-bottom: 0;
}
#sidebar .btn {
  display: block;
}
#sidebar .box {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 32px;
}
#sidebar .box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#sidebar .box .find_list li {
  margin-bottom: 25px;
}
#sidebar .box .find_list li a {
  color: #1a1a1a;
}
#sidebar .box .find_list li a:hover {
  color: #28affa;
}
#sidebar .author_box .img {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 8px auto;
}
#sidebar .author_box .img img {
  display: block;
  width: 100%;
  height: auto;
}
#sidebar .author_box p {
  line-height: 1.5em;
  margin-bottom: 0;
}
#sidebar .author_box .name {
  font-weight: 600;
}
#sidebar .author_box .prof {
  letter-spacing: -0.9px;
}
#sidebar .form_holder .img {
  margin-bottom: 30px;
}
#sidebar .form_holder .img img {
  display: block;
  width: 100%;
  height: auto;
}
#sidebar .form_holder form .form-control::-moz-placeholder {
  color: #575757;
}
#sidebar .form_holder form .form-control:-ms-input-placeholder {
  color: #575757;
}
#sidebar .form_holder form .form-control::-webkit-input-placeholder {
  color: #575757;
}
#sidebar .form_holder form .form-control:focus::-webkit-input-placeholder {color: #aaa;}
#sidebar .form_holder form .form-control:focus::-moz-placeholder          {color: #aaa;}
#sidebar .form_holder form .form-control:focus:-moz-placeholder           {color: #aaa;}
#sidebar .form_holder form .form-control:focus:-ms-input-placeholder      {color: #aaa;}
#sidebar .form_holder form button.btn{
	font-size: 18px;
}
#sidebar .text_nav_wrap .nav_links{
	margin-bottom: 29px;
}
#sidebar .text_nav_wrap p{
  margin-bottom: 2px;
}
#sidebar .text_nav_wrap .nav_links li {
  margin-bottom: 8px;
}
#sidebar .text_nav_wrap .nav_links li a {
  display: inline-block;
  padding: 6px 20px;
  color: #575757;
  position: relative;
  font-size: 21px;
}
#sidebar .text_nav_wrap .nav_links li a:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: -8px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#sidebar .text_nav_wrap .nav_links li a:hover,
#sidebar .text_nav_wrap .nav_links li a.active {
  background: #28affa;
  color: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#sidebar .text_nav_wrap .nav_links li a:hover:before,
#sidebar .text_nav_wrap .nav_links li a.active:before {
  border-right-color: #28affa;
}
#sidebar .text_nav_wrap .btn-default {
  font-size: 20px;
  font-family: 'proxima-nova';
  margin-bottom: 15px;
}
#sidebar .text_nav_wrap .btn-default span {
  font-weight: 600;
  padding: 0 5px;
}
#sidebar .text_nav_wrap ul.navig li {
  display: inline-block;
  margin: 0 3px;
}
#sidebar .text_nav_wrap ul.navig li a {
  color: #575757;
}
#sidebar .text_nav_wrap ul.navig li a:hover,
#sidebar .text_nav_wrap ul.navig li a.active {
  color: #28affa;
}
#sidebar .social ul li{
  margin: 0 5px !important;
}
.social h5{
	margin-bottom: 26px;
}
.social ul {
  text-align: center;
}
.social ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px !important;
}
.social ul li a {
  display: block;
  width: 66px;
  height: 66px;
  background: url(../images/social.png) no-repeat;
  opacity: 0.7;
  text-indent: -9999px;
}
.social ul li a:hover {
  opacity: 1;
}
.social ul li a.tw {
  background-position: 0 0;
}
.social ul li a.in {
  background-position: -93px -1px;
}
.social ul li a.fb {
  background-position: -186px -1px;
}
.item_in_border {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  padding: 36px 30px 25px 44px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  display: block;
}
.item_in_border .item_label {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  background: #3d7b9e;
  width: 175px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 28px;
  right: -40px;
  text-align: center;
}
.item_in_border h5 {
  padding-right: 50px;
}
.item_in_border p {
  font-family: 'Open Sans';
  line-height: 1.8em;
}
.item_in_border .bottom_info {
  margin-top: 30px;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}
.item_in_border .bottom_info .line_1 {
  margin-bottom: 11px;
}
.item_in_border .bottom_info .line_1 p {
  font-family: 'proxima-nova';
  font-size: 20px;
  line-height: normal;
}
.item_in_border .bottom_info .line_1 p span {
  display: inline-block;
  padding-left: 10px;
  color: #28affa;
  font-weight: 600;
}
.item_in_border .bottom_info .line_2 p {
  display: inline-block;
  margin-bottom: 0;
  line-height: normal;
}
.item_in_border .bottom_info .line_2 P:first-child {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ebebeb;
}
.item_in_border:hover {
  border-color: #ccecfe;
  background: #f8fcff;
  cursor: pointer;
}
.item_in_border:hover  h5,
.item_in_border:hover .bottom_info .line_1 p {
  color: #0f466b;
}
.item_in_border:hover p {
  color: #5e8098;
}
.notify_box {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  padding: 38px 44px;
  background: #28affa;
}

.notify_box .text h5 {
  color: #ffffff;
  margin-bottom: 8px;
}
.notify_box .text p {
  color: #dceff9;
  margin-bottom: 26px;
}
.notify_box .form_wrap .btn-primary {
  background: transparent;
  border: 2px solid #ffffff;
  padding: 8px 18px;
}
.notify_box .form_wrap .btn-primary:hover {
  color: #104a72;
  border-color: #104a72;
}
.form_wrap.style_2 {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}
.form_wrap.style_2 h5 {
  background: #104a72;
  color: #ffffff;
  text-align: center;
  padding: 16px 0;
  margin: 0;
}
.form_wrap.style_2 form {
  padding: 23px;
}
.form_wrap.style_2 form .form-control::-moz-placeholder {
  color: #575757;
}
.form_wrap.style_2 form .form-control:-ms-input-placeholder {
  color: #575757;
}
.form_wrap.style_2 form .form-control::-webkit-input-placeholder {
  color: #575757;
}
.form_wrap.style_2 form .form-control:focus::-webkit-input-placeholder {color: #aaa;}
.form_wrap.style_2 form .form-control:focus::-moz-placeholder          {color: #aaa;}
.form_wrap.style_2 form .form-control:focus:-moz-placeholder           {color: #aaa;}
.form_wrap.style_2 form .form-control:focus:-ms-input-placeholder      {color: #aaa;}
.form_wrap.style_2 form .form-control {
  margin-bottom: 22px;
}
.form_wrap.style_2 form .form-group {
  margin-left: -15px;
  overflow: hidden;
  margin-bottom: 0;
}
.form_wrap.style_2 form .form-group .column{
	width: 50%;
	float: left;
	padding-left: 15px;
	margin: 0;
}
.form_wrap.style_2  .ui-state-default{
	background: transparent;
	border: 1px solid #ebebeb;
	margin-bottom: 17px;
}
.form_wrap.style_2 .ui-selectmenu-button span.ui-selectmenu-text{
	font-size: 18px;
    padding: 9px 18px;
    height: auto;
    color: #575757;
	font-family: 'proxima-nova';
}
.form_wrap.style_2 .ui-menu .ui-menu-item{
	font-size: 18px;
    padding: 2px 18px;
	color: #575757;
	font-family: 'proxima-nova';
}
.tabs_wrap .nav-tabs {
  padding: 10px 0;
  margin-bottom: 35px;
  border: none;
}
.listings .tabs_wrap .nav-tabs,
.listings .tabs_wrap .navbar-header{
	float: left;
}
.tabs_wrap .nav-tabs li {
  font-size: 20px;
  color: #1a1a1a;
  position: relative;
}
.tabs_wrap .nav-tabs li a {
  padding: 0 20px;
  margin: 0 30px;
  color: #1a1a1a;
  font-size: 20px;
}
.tabs_wrap .nav-tabs li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 20px;
  width: 1px;
  margin-top: -10px;
  border-right: 1px solid #ebebeb;
}
.tabs_wrap .nav-tabs li:last-child:after {
  border: none;
}
.tabs_wrap .nav-tabs li.active a,
.tabs_wrap .nav-tabs li a:hover {
  padding: 7px 20px;
  margin-top: -7px;
  margin-bottom: -7px;
  background: #28affa;
  color: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.tabs_wrap .navbar-header {
  color: #808080;
  padding: 7px 0;
}

.tabs_wrap .items_list {
  text-align: center;
}
.tabs_wrap .items_list li {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-right: 30px;
  text-align: left;
}
.tabs_wrap .items_list li .item_label {
  text-transform: none;
}
.tabs_wrap .nav-tabs .dropdown-toggle{
	margin-right: 0;
}
.tabs_wrap .nav-tabs .dropdown-menu{
	margin-top: 8px !important;
	padding: 13px 0;
	 -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
}
.tabs_wrap .nav-tabs li.dropdown.active ul.dropdown-menu li a{
  color: #1a1a1a;
  background: transparent;
}
.tabs_wrap .nav-tabs li.dropdown.active ul.dropdown-menu li.active a,
.tabs_wrap .nav-tabs li.dropdown.active ul.dropdown-menu li a:hover{
	background: #28affa;
    color: #ffffff;
}
.home .header .content{
	 margin-bottom: 32px;
}

.home .header .content .box_1 {
  width: 73%;
  margin: 0 auto 95px auto;
}
.home .header .content .box_2 h2 {
  text-transform: uppercase;
  margin: 0 0 54px 0;
}
.home .header .content .box_2 ul li p {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4em;
}
.home .header .content .box_2 ul li p span {
  font-size: 40px;
  display: block;
  margin-bottom: 16px;
}
.home .main {
  padding-top: 0;
}
.home .main .box_1 {
  color: #104a72;
  padding: 47px 0;
  background: #f3faff;
}
.home .main .box_1 h5 {
  text-align: center;
  margin-bottom: 39px;
  color: #104a72;
}
.home .main .box_1 ul li {
  padding-left: 95px;
}
.home .main .box_1 ul li h5 {
  text-align: left;
  margin-bottom: 11px;
}
.home .main .box_1 ul li p {
  color: #104a72;
}
.home .main .box_1 ul li .btn-primary {
  background: #104a72;
  font-family: 'Open Sans';
  padding: 9px 23px;
  margin-top: 38px;
  margin-left: -95px;
}
.home .main .box_1 ul li .btn-primary:hover {
  background: #16679f;
  padding: 9px 26px;
}
.home .main .box_1 ul li.with_icon_1 {
  background: url(../images/icon_1.png) no-repeat top 4px left;
  padding-right: 13px;
}
.home .main .box_1 ul li.with_icon_2 {
  background: url(../images/icon_2.png) no-repeat top 4px left;
}
.home .main .box_2 {
  /*padding: 72px 0 60px 0;*/
  /*border-bottom: 1px solid #ebebeb;*/
}
.home .main .box_2 .text-center p{
  margin-bottom: 55px;
  padding: 0 10%;
}
.home .main .box_2 .r_pad {
  padding-right: 15px;
}
.home .main .box_2 .l_pad {
  padding-left: 15px;
}
.home .main .box_2 .form_wrap .text-center {
  padding: 0 55px;
  margin-bottom: 30px;
  font-weight: bold;
}
.home .main .box_2 .btn_box {
  margin: 25px 0 40px 0;
}
.home .main .box_2 .form_wrap form {
  width: 440px;
  margin: 0 auto;
}
.home .main .box_2 .form_wrap form .form-control {
  font-size: 18px;
  width: 280px;
  border-color: #ebebeb;
  padding: 9px 18px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.home .main .box_2 .form_wrap form button.btn {
  font-size: 20px;
  margin-left: 10px;
  vertical-align: middle;
}
.home .main .box_3 .top_box,
.home .main .box_4 .top_box {
  margin-bottom: 33px;
}
.home .main .box_3 .top_box h4,
.home .main .box_4 .top_box h4 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 0 0;
}
.home .main .box_3 {
  padding: 53px 0 68px 0;
  border-bottom: 1px solid #ebebeb;
}
.home .main .box_3 .items_with_logo {
  margin-left: -30px;
}
.home .main .box_3 .items_with_logo .item {
  padding-left: 30px;
}
.home .main .box_3 .items_with_logo .item .description {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 36px;
}
.home .main .box_3 .items_with_logo .item .description p {
  height: 66px;
  line-height: 1.8em;
  overflow: hidden;
  color: #1a1a1a;
  font-family: 'Open Sans';
  margin: 0;
}
.home .main .box_3 .items_with_logo .item .description p a {
  color: inherit;
}
.home .main .box_3 .items_with_logo .item .description p a:hover {
  color: #28affa;
}
.home .main .box_3 .items_with_logo .item .description:before,
.home .main .box_3 .items_with_logo .item .description:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ebebeb;
  position: absolute;
  left: 45px;
  bottom: -16px;
}
.home .main .box_3 .items_with_logo .item .description:after {
  border-top-color: #ffffff;
  bottom: -14px;
}
.home .main .box_4 {
  padding: 56px 0 49px 0;
}
.home .main .box_5 {
  position: relative;
  background: url(../images/back_header.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 85px 0;
}
.home .main .box_5 .content {
  position: relative;
  z-index: 10;
  width: 73%;
  margin: 0 auto;
}
.home .main .box_5 .content h2 {
  color: #ffffff;
  margin: 0 0 28px 0;
  font-size: 46px;
  word-spacing: -2px;
}
.home .main .box_5 .content p {
  color: #ffffff;
  font-size: 27px;
  line-height: 1.6em;
}
.home .main .box_5 .content .btn-primary {
  font-size: 20px;
  padding: 13px 27px;
  margin-top: 37px;
}
.home .main .box_5:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(5, 91, 149, 0.8) 0%, rgba(100, 164, 209, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(5, 91, 149, 0.8) 0%, rgba(100, 164, 209, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(5, 91, 149, 0.8) 0%, rgba(100, 164, 209, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3055b95', endColorstr='#b364a4d1', GradientType=0);
  /* IE6-9 */
}
.home .main .box_6 {
  padding: 60px 0;
}
.home .main .box_6 .content {
  width: 820px;
  margin: 0 auto;
  overflow: hidden;
}
.home .main .box_6 .content .img {
  float: left;
  width: 226px;
  max-width: 40%;
  margin-right: 50px;
}
.home .main .box_6 .content .img img {
  display: block;
  width: 100%;
  height: auto;
}
.home .main .box_6 .content .text {
  float: left;
  max-width: 60%;
}
.home .main .box_6 .content .text p {
  font-family: 'Open Sans';
}
.home .main .box_6 .content .text .bold {
  font-weight: 600;
  font-size: 20px;
}
.home .main .box_6 .content .text .form_holder {
  margin-top: 23px;
}
.blog_index .main{
	padding: 69px 0;
}
.blog_index .header .content h1 {
  margin-bottom: 40px;
}
.blog_index .main .items_with_img {
  margin-bottom: 50px;
}
.blog_index .main .items_with_img .item {
  margin-bottom: 46px;
}
.blog_post .header {
  background: url(../images/back_header2.jpg) no-repeat;
}
.blog_post .header .content {
  width: 63%;
}
.main .main_content .big_post_img{
	margin-bottom: 35px;
}
.main .main_content .big_post_img img {
  display: block;
  width: 100%;
  height: auto;
}
.main .main_content .illustr_box {
  margin: 40px 0;
  /*overflow: hidden;*/
}
.main .main_content .illustr_box img{
	max-width: 100%;
}
.main .main_content .text_block {
  margin-bottom: 30px;
}
.main .main_content .text_block  h4{
    margin: 0px 0 15px 0;
}
.main .main_content .text_block{
	overflow: hidden;
}

.main .note {
  padding: 30px;
  width: 54%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #eed9b1;
  background: #fffef8;
  font-size: 18px;
  line-height: 1.2em;
  color: #575757;
}
.main .note div *{
	color: inherit !important;
}
.main .note a:hover{
	text-decoration: underline;
}
.main .note h4,
.main .note h5,
.main .note p {
  color: inherit;
  width: 100%;
  line-height: 1.2em;
}
.main .note h4{
	margin: 15px 0 15px;
}

.blog_post .main .main_content .btn_box {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background: #104a72;
  padding: 40px 0;
  margin-bottom: 48px;
}
.blog_post .main .main_content .btn_box p {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 23px;
}
.blog_post .main .main_content .btn_box p span {
  font-weight: 600;
  padding: 0 7px;
}
.listings .main{
  padding: 35px 0;
}
.listings .header .content {
  width: 84%;
}
.listings .header .content h1 {
  margin-bottom: 40px;
}
.listings .main .bottom_boxes .box {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  padding: 38px 44px;
}
.listings .main .bottom_boxes .box .text h5 {
  color: #ffffff;
  margin-bottom: 8px;
}
.listings .main .bottom_boxes .box .text p {
  color: #dceff9;
  margin-bottom: 26px;
}
.listings .main .bottom_boxes .notify_box {
  margin-right: 15px;
}
.listings .main .bottom_boxes .right_box {
  margin-left: 15px;
  background: #104a72;
}
.listings .main .bottom_boxes .box .btn{
	font-size: 20px;
}
.single_listing .header {
  background: url(../images/back_header2.jpg) no-repeat;
}
.single_listing .header .content {
  width: 63%;
}
.single_listing .main .main_content{
	padding-right: 0;
	border-right: 0;
}
.single_listing .main .main_content h3 {
  margin: 0;
}
.single_listing .main .main_content h3 span {
  color: #28affa;
  padding: 0 8px;
}
.single_listing .main .main_content h5 {
  margin: 42px 0 20px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
}
.single_listing .main .main_content .values h5 {
  margin-bottom: 0;
}
.single_listing .main .main_content .values ul li {
  padding: 11px 0;
  border-bottom: 1px solid #ebebeb;
}
.single_listing .main .main_content .values ul li p {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  color: #1a1a1a;
}
.single_listing .main .main_content .values ul li p.color {
  color: #28affa;
}
.single_listing .main .main_content .values ul li .caption {
  width: 144px;
  font-weight: 600;
}
.single_listing .main .main_content .description {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
}
.single_listing .main .main_content .description p {
  color: #5c5c5c;
  margin-bottom: 30px;
}
.single_listing .main .main_content .description p a {
  color: inherit;
  font-weight: 600;
}
.single_listing .main .main_content .description p a:hover {
  color: #28affa;
}
.single_listing .main .right_box {
  padding-left: 30px;
}
.single_listing .main .right_box blockquote p,
.single_listing .main .right_box blockquote cite {
  color: #5c5c5c;
}
.resources_index .header {
  background: url(../images/back_header2.jpg) no-repeat;
}
.resources_index .main{
	padding-top: 72px;
}
.resources_index .main .main_content .top_item {
  padding: 30px;
  /*border: 1px solid #ebebeb;*/
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.resources_index .main .main_content .top_item .item{
	margin-bottom: 0 !important;
}
.resources_index .main .main_content .title_wrap {
  overflow: hidden;
  margin: 48px 0 43px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
}
.resources_index .items_with_img .item .content h5{
    font-size: 25px;
}
.resources_index .main .main_content .title_wrap h5 {
  float: left;
  margin-bottom: 0;
}
.resources_index .main .main_content .title_wrap a {
  float: right;
  font-size: 18px;
}
.resources_index .main .main_content .items_with_img_2 {
  margin-left: -30px;
}
.resources_index .main .main_content .items_with_img_2 .item {
  padding-left: 30px;
}
.resources_index .main .main_content .articles_list_wrap .articles_list {
  padding: 17px 0 28px 0;
}
.resources_index .main .main_content .articles_list_wrap .articles_list li {
  margin-bottom: 50px;
}
.resources_index .main .main_content .articles_list_wrap .articles_list li:last-child{
	margin-bottom: 0;
}
.resources_index .main .main_content .articles_list_wrap .articles_list li h5 {
  margin-bottom: 2px;
}
.resources_index .main .main_content .articles_list_wrap .pagination {
  border: none;
  padding-top: 0;
}
.resources_index .main .main_content .videos_list {
  margin-left: -30px;
  overflow: hidden;
}
.resources_index .main .main_content .videos_list .video_item {
  padding-left: 30px;
}
.resources_index .main .main_content .videos_list .video_item .video {
  height: 170px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  max-width: 250px;
  margin: 0 auto 24px auto;
  position: relative;
}
.resources_index .main .main_content .videos_list .video_item .video img {
  display: block;
  width: 100%;
  height: auto;
}
.resources_index .main .main_content .videos_list .video_item .video .play_but {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 41px;
  height: 55px;
  margin: -27px 0 0 -20px;
  background: url(../images/play_icon.png) no-repeat center center;
  cursor: pointer;
}
.resources_index .main .main_content .videos_list .video_item .content {
  text-align: center;
}
.resources_index .main .main_content .videos_list .video_item .content h5 {
  margin-bottom: 6px;
}
.resources_index .main .main_content .videos_list .video_item .content p {
  padding: 0 15px;
}
.resources_index .main .main_content .items_with_img .item {
  margin-bottom: 45px;
}
.resource_post .header {
  background: url(../images/back_header2.jpg) no-repeat;
}
.resource_post .main{
	padding-top: 53px;
}
.resource_post .main .main_content .text {
  margin-bottom: 50px;
}
.resource_post .main .main_content .text p {
  margin-bottom: 20px;
}
.resource_post .main .main_content .text .steps{
	padding-left: 0;
}
.resource_post .main .main_content .text .steps li {
  margin-bottom: 16px;
}
.resource_post .main .main_content .text .steps li:before{
	display: none;
	margin: 0;
}
.resource_post .main .main_content .text .steps li a {
  color: #575757;
  font-size: 20px;
}
.resource_post .main .main_content .text .steps li a span {
  font-weight: 600;
  color: #28affa;
  padding-right: 5px;
}
.resource_post .main .main_content .text .item_in_border p {
  font-family: 'proxima-nova';
}
.resource_post .main .main_content .btn_box {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background: #104a72;
  padding: 40px 0;
  margin-bottom: 50px;
}
.resource_post .main .main_content .btn_box p {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 23px;
  padding: 0 20px;
}
.resource_post .main .main_content .btn_box p span {
  font-weight: 600;
  padding: 0 7px;
}
.sell_page .main .right_box {
  padding-left: 30px;
}
.sell_page .main .tabs_wrap {
  margin: 40px 0;
  background: #f3faff;
  padding: 30px 0;
}
.sell_page .main .tabs_wrap .nav-tabs li.active a,
.sell_page .main .tabs_wrap .nav-tabs li a:hover {
  background: #104a72;
}
.sell_page .main .tabs_wrap .tab-content .items_with_img .item {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 30px;
  background: #ffffff;
  padding: 30px;
}
.sell_page .main .tabs_wrap .tab-content .items_with_img .item .img {
  width: 240px;
  height: 180px;
}
.sell_page .main .tabs_wrap .tab-content .items_with_img .item .content {
  margin-left: 270px;
}
.sell_page .main .slider_wrap .item blockquote {
  margin: 0;
}
.sell_page .main .bottom_box .scroll_top {
  float: right;
  min-width: 200px;
  padding-right: 45px;
  background: #7edd17 url('../images/triangle_top.png') no-repeat right 20px center;
  text-transform: uppercase;
  margin: 0 0 30px 30px;
}
.sell_page .main .bottom_box .scroll_top:hover {
  background: #569810 url('../images/triangle_top.png') no-repeat right 20px center;
}
.sell_page .main .bottom_box .text h3 {
  margin-top: 0;
  color: #7edd17;
}
.footer{
	padding: 30px 0;
	background: #4787B2;
}
.footer ul{
	padding-left: 0;
	list-style: none;
}

.footer .col_f,
.footer .col_l{
	float: left;
	width: 25%;
}
.footer .cols_w,
.footer .cols_w .col_c{
	float: left;
	width: 50%;
}
.footer .visible-tab{
	display: none;
}
.footer .col_f .logo{
  display: block;
  width: 192px;
  height: 66px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  margin-bottom: 20px;
}
.footer .col_f .copy,
.footer  h5{
  color: #ffffff;
}
.footer .col_c ul li{
	padding-right: 35px;
}
.footer .col_c ul li a{
  font-size: 18px;
  line-height: 1.5em;
  color: #ffffff;
  letter-spacing: -0.6px;
}
.footer .col_c ul li a:hover{
  color: #1a1a1a;
}
.footer .social ul{
	text-align: left;
	margin-bottom: 30px;
}
.footer .social ul li{
   background: #ffffff;
   height: 60px;
   width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.footer .social ul li a{
	margin: -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.footer  .col_c h5{
	padding-bottom: 8px;
	position: relative;
}
.footer   .col_c h5:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    border-bottom: 1px solid #ffffff;
}
.singlepager{
	overflow:hidden;
	margin: 30px 0;
}
.singlepager .leftpager{
	float: left;
	max-width: 50%;
}
.singlepager .rightpager{
	float: right;
	max-width: 50%;
}
.singlepager  p{
	margin-bottom: 0 !important;
	color: #B8B8C7;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.2em;
}
.singlepager .leftpager  p{
	margin-right: 5px;
}
.singlepager .rightpager  p{
	margin-left: 5px;
}
.singlepager a{
	color:#0A4873;
	font-weight: 700;
	font-size: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	display: block;
	max-width: 100%;
}
.singlepager .leftpager a{
	padding-left: 13px;
}
.singlepager .leftpager a:before{
	content: '\ab';
	position: absolute;
	left: 0;
	top: 0;
}
.singlepager .rightpager a{
	padding-right: 13px;
}
.singlepager .rightpager a:after{
	content: '\bb';
	position: absolute;
	right: 0;
	top: 0;
}

.testimonialstpl .main_content .items_with_img_2 .content{
	text-align: left;
}
.testimonialstpl .main_content .items_with_img_2 .content:after{
	content: '';
	border-bottom: 1px solid #ebebeb;
	width: 70%;
	display: block;
	height: 1px;
	margin: 0 auto;
}
.testimonialstpl .main_content .items_with_img_2 h5{
	padding: 0 15px;
}
.testimonialstpl .main_content p{
	font-size: 14px;

}




.footer .col_c ul li a {
  margin-bottom: 7px;
  display: inline-block;
}
#sidebar ul li a {
  display: inline-block;
}




@media (max-width: 1200px){
	.header .h_top .main_menu li{
		margin-right: 12px;
	}
	.header .h_top .btn_box .btn-primary{
		font-size: 16px;
	}
	.footer .col_f .copy{
		font-size: 14px;
	}
	.footer .col_c ul li a{
		font-size: 16px;
	}
	.footer .social ul li{
		margin: 0 4px !important;
	}
	.listings .main .bottom_boxes .notify_box  form .form-control{
		width: 220px;
	}
	.listings .main .bottom_boxes .box .btn {
       font-size: 18px;
    }
	.single_listing .header .content{
		width: 80%;
	}
	#sidebar {
       padding-left: 30px;
    }
	#sidebar .social ul li {
       margin: 0 -1px !important;
    }
	.main .main_content {
       padding-right: 30px;
   }
   .sell_page .main .tabs_wrap .nav-tabs li a{
	   margin-left: 20px;
	   margin-right: 20px;
   }
}

@media (max-width: 991px){
	form button.btn{
		font-size: 18px;
	}
	form .form-control,
	.form_wrap.style_2 .ui-selectmenu-button span.ui-selectmenu-text,
	.form_wrap.style_2 .ui-menu .ui-menu-item,
	.checkbox + label {
		font-size: 16px;
	}
	form.form-inline .form-control{
		width: 240px;
		display: inline-block;
	}
	.header .h_top{
		margin-bottom: 60px;
	}
	.header .h_top h1.logo a{
		width: 170px;
	}
	.header .h_top .btn_box .btn-primary{
		font-size: 14px;
		padding: 6px;
	}
	.header .h_top .main_menu li {
    margin-right: 11px;
	}
	.header .content{
		margin-bottom: 60px;
	}
	.home .header .content .box_1{
		width: 100%;
		margin-bottom: 60px;
	}
	.home .header .content .box_2 ul li p{
		font-size: 20px;
	}
	.home .header .content .box_2 ul li p span{
		font-size: 36px;
	}
	.home .main .box_6 .content{
		width: 735px;
	}
	.home .main .box_6 .content .img{
		width: 200px;
	}
	.home .main .box_6 .content .text .bold{
		font-size: 18px;
	}
	.home .main .box_4 ul li{
		margin-bottom: 30px;
	}
	.home .main .box_4 ul li:last-child{
		margin-bottom: 0;
	}
		.footer .hidden-tab{
		display: none;
	}
	.footer .visible-tab{
	   display: block;
	   padding-right: 30px;
    }
    .footer .col_f{
		width: 50%;
	}
	.footer .cols_w .col_c{
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.footer .col_f .copy{
		margin-bottom: 30px;
	}
	.listings .main .bottom_boxes .box{
		margin: 0 0 30px 0;
	}
	.single_listing .header .content{
		width: 100%;
	}
	.single_listing .notify_box{
		padding: 23px;
	}
	.single_listing  .col-md-7 .visible-sm.visible-xs{
		margin-bottom: 40px;
	}
	.single_listing .notify_box form .form-control{
		width: 225px;
	}
	.single_listing .main .right_box{
		padding: 30px 0 0 0;
	}
	.main .main_content{
		padding-right: 0;
		border-right: 0;
	}
	#sidebar{
		padding-left: 0;
		overflow: hidden;
		margin-top: 50px;
	}
	#sidebar .social ul li {
       margin: 0 5px !important;
    }
	.resource_post .main .main_content{
		margin-bottom: 40px;
	}
	.sell_page .form_wrap.style_2 form .form-group{
		margin-left: 0;
	}
	.sell_page .form_wrap.style_2 form .form-group .column{
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.sell_page .main .tabs_wrap h2{
		font-size: 26px;
	}
	.sell_page .main .tabs_wrap .nav-tabs li {
		margin-bottom: 20px;
	}
	.tabs_wrap .nav-tabs li a{
		margin: 0 15px;
	}
}
@media (max-width: 767px){
	h1 {
      font-size: 36px;
    }
    h2 {
      font-size: 30px;
    }
    h3 {
      font-size: 24px;
    }
	h4{
		font-size: 20px;
	}
	h5{
		font-size: 18px;
	}
	h6,
	p,
	.main .note{
		font-size: 16px;
	}
	.visible-phone{
	   display: block !important;
    }
	.hidden-phone{
	    display: none !important;
    }
	.header .h_top .btn_box.visible-phone{
		display: inline-block !important;
	}
	.header .h_top .main_menu li{
		float: none;
		margin: 0 0 10px 0;
	}
	.header .h_top .navbar{
		margin: 0 0 0 30px;
		width: 120px;
	}
	.header .h_top .btn_box,
    .header .h_top .navbar {
        vertical-align: top;
    }
	.header .content h1{
		font-size: 36px;
	}
	.header .content p{
		font-size: 24px;
	}
	.home .header .content .box_2 ul li{
		margin-bottom: 15px;
	}
	.home .header .content .box_2 ul li p span{
		margin-bottom: 3px;
	}
	.home .main .box_1 ul li.with_icon_1{
		margin-bottom: 30px;
	}
	.home .main .box_3 .items_with_logo .item{
		margin-bottom: 30px;
	}
	.home .main .box_5 .content h2{
		font-size: 36px;
	}
	.home .main .box_5 .content p{
		font-size: 24px;
	}
	.home .main .box_6 .content{
		width: 100%;
	}
	.home .main .box_6 .content form.form-inline .form-control{
		margin-bottom: 10px;
		margin-left: 10px;
	}
	.home .main .box_6 .content .img {
        width: 130px;
		margin-right: 20px;
    }
	.home .main .box_1 ul li .btn-primary{
		margin-top: 10px;
	}
	.home .main .box_3 .items_with_logo .item .description{
		margin-bottom: 20px;
	}
	.home .main .box_3 .items_with_logo .item .description p{
		height: auto;
	}
	.home .header .content .box_2 h2 {
        text-transform: uppercase;
        margin: 0 0 30px 0;
    }
	.header .content .form_wrap .form-control{
		width: 100%;
		margin-bottom: 10px;
		max-width: 440px;
	}
	.listings .header .content{
		width: 100%;
	}
	.tabs_wrap .items_list li{
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.tabs_wrap .items_list{
		margin-left: 0;
	}
	.tabs_wrap .nav-tabs li.navbar-header{
		width: 100%;
        font-size: 16px;
	}
	.tabs_wrap .nav-tabs li{
		margin-bottom: 15px;
	}
	.tabs_wrap .nav-tabs li:last-child{
		margin-bottom: 0;
	}
	.tabs_wrap .nav-tabs li,
	.tabs_wrap .nav-tabs li a{
		font-size: 18px;
	}
	.tabs_wrap .nav-tabs li a{
		margin: 0 10px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.tabs_wrap .nav-tabs li.active a, .tabs_wrap .nav-tabs li a:hover{
		padding-left: 15px;
		padding-right: 15px;
	}
	.resources_index .main .main_content .items_with_img_2 .item,
	.resources_index .main .main_content .videos_list .video_item{
		margin-bottom: 30px;
	}
	.resources_index .main .main_content .items_with_img_2 .item:last-child,
	.resources_index .main .main_content .videos_list .video_item:last-child{
		margin-bottom: 0;
	}
	.sell_page .main .right_box {
        padding-left: 0;
	    margin-top: 30px;
    }
	.sell_page .tabs_wrap .nav-tabs li a{
		font-size: 18px;
	}
	.sell_page .main .bottom_box .text h3{
		font-size: 22px;
	}
	.sell_page  .items_with_img .item .content{
		margin-right: 0;
	}
	.singlepager  p{
		font-size: 20px;
	}

	.navbar.navbar-default {
    margin-top: -20% !important;
}
.btn_box.sel_men.visible-phone {
    margin-top: -125px;
    width: 70%;
	margin-left:15%;
}
.logo {
    margin-top: 15% !important;
}

.btn.btn-primary {
    margin-left: -6%;
    margin-top: -5%;
    position: absolute;
    overflow: hidden;
    z-index: 99;
}
.box_1 a
{
margin-left:0px !important;
position:relative !important;
}
}
@media (min-width:768px) and (max-width:991px){
	.header .h_top .btn_box,
	.header .h_top .navbar{
		float: right;
		padding-top: 5px;
		margin-left: 10px;
	}

}
@media (max-width: 991px) and (min-width: 600px){
	#sidebar .box {
        width: 50%;
        float: left;
        padding: 0 15px 30px 15px;
    }
}
@media (max-width: 600px){
	.item_in_border .bottom_info .line_2 p{
		display: block;
	}
	.item_in_border .bottom_info .line_2 p:first-child{
		padding-right: 0;
        margin-right: 0;
		margin-bottom: 5px;
		border-right: none;
	}
	.header .h_top .col-sm-3,
	.header .h_top .col-sm-9{
		width: 100%;
		float: none;
	}
	.header .h_top h1.logo a{
		margin: 0 auto;
	}
	.header .h_top .btn_box.visible-phone{
		float: left;
	}
	.header .h_top .navbar{
		float: right;
	}
	.footer .col_f,
	.footer .cols_w{
		width: 100%;
		float: none;
	}
	#sidebar .form_holder .img{
		width: 260px;
		margin: 0 auto 30px auto;
	}
	#sidebar .form_holder{
		max-width: 400px;
		margin: 0 auto;
	}
	.sell_page .main .tabs_wrap .tab-content .items_with_img .item .img{
		float: none;
		margin-bottom: 20px;
	}
	.sell_page .main .tabs_wrap .tab-content .items_with_img .item .content{
		margin: 0 !important;
	}
}
@media (max-width: 540px){
	.listings .tabs_wrap .nav-tabs{
		float: right;
	}
}


@media (max-width: 480px){
	.header .content .btn-primary,
	.btn-primary,
	.home .main .box_5 .content .btn-primary,
	form button.btn,
	#sidebar .form_holder form button.btn{
		font-size: 16px;
		padding: 10px 15px;
	}
	p{
		font-size: 16px;
	}
	.item_in_border{
		padding: 20px;
	}
	h2 {
    font-size: 26px;
    }
	.home .main .box_1 ul li {
    padding-left: 70px;
    }
	.home .main .box_1 ul li .btn-primary{
		margin-left: -70px;
	}
	.home .main .box_2 .form_wrap form{
		width: 100%;
	}
	.home .main .box_2 .form_wrap form .form-control{
		display: block;
		width: 240px;
		margin: 0 auto 10px auto;
	}
	.home .main .box_2 .form_wrap form button.btn{
		display: block;
		width: 140px;
		margin: 0 auto;
	}
	.home .main .box_5 .content{
		width: 100%;
	}
	.items_with_img .item .img{
		float: none;
		display: block;
		margin: 0 auto 30px auto;
	}
	.items_with_img .item .content{
		margin: 0;
	}
	.items_with_img .item .content h5{
		text-align: center;
	}
	.items_with_img .item .content .btn-default{
		max-width: 170px;
        display: block;
		margin: 8px auto 0 auto;
	}
	.home .main .box_2 .form_wrap .text-center{
		padding: 0;
	}
	.home .main .box_2 .btn_box{
		margin-top: 0;
	}
	.home .main .box_5 .content p{
		font-size: 20px;
	}
	.home .main .box_6 .content .img,
	.home .main .box_6 .content .text{
		float: none;
		max-width: 100%;
	}
	.listings .main .bottom_boxes .box{
		padding: 20px;
	}
	.listings .main .bottom_boxes .notify_box form .form-control,
	.notify_box form .form-control{
		display: block;
		width: 100%;
		max-width: 280px;
		margin-bottom: 10px;
	}
	.notify_box form.form-inline button.btn{
		margin-left: 0;
	}
	p span.big_text,
    .resource_post .main .main_content .text .steps li a	{
       font-size: 18px;
    }
	.resource_post .main .main_content .btn_box p {
		font-size: 20px;
	}
	.sell_page .main .bottom_box .scroll_top{
		float: none;
		margin-bottom: 20px;
	}
	.sell_page .main .bottom_box .text{
		margin: 0;
	}
	.sell_page .main .tabs_wrap .nav-tabs li{
		float: none;
		width: 100%;
	}
	.sell_page .main .tabs_wrap .nav-tabs li a{
		display: inline-block;
	}
	.sell_page .main .tabs_wrap .nav-tabs li:after{
		display: none;
	}
	.singlepager  p{
		font-size: 18px;
	}




  .btn.btn-primary {
    position: static;
    margin-top: 0;
    font-size: 15px;
    padding: 10px 5px;
  }
  .form_wrap.style_2 form {
    padding-bottom: 40px;
  }
  form .form-control {
    font-size: 15px;
  }
  .textwidget a {
    display: block;
  }
  .col-md-9.main_content .alignright,
  .col-md-9.main_content .alignleft {
    float: none;
    width: 100% !important;
    margin: 5px 0 5px 0;
    height: auto;
  }
  .col-md-9.main_content .text_block p img {
    max-width: 100%;
    height: auto;
  }
  #onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-lg .onesignal-bell-launcher-message .onesignal-bell-launcher-message-body {
    font-size: 10px;
  }
  .tablepress td, .tablepress th {
    padding: 2px;
    font-size: 11px;
  }
  .tablepress td em {
    font-size: 9px;
  }
  .main_content a img.alignnone {
    max-width: 100%;
    height: auto;
  }
}
.formula {
    "jubilat";
    font-size:18px;
}

.sections_my h2:first-child
{
Font-size: 38px;
Border-bottom: 3px solid #333;
Margin: 100px 0px 65px 0px;
}
.aligncenter {
    width: 100%;
    height: auto;
}
p {
    margin: 0 0 20px;
}

/*--------------------------------------------------------------
# Videos Page
--------------------------------------------------------------*/
.fa {
  font-family: 'FontAwesome' !important;
}
.yt-wrap {
  margin: 0 15px 25px;
  border: 1px solid #cacbcc;
  cursor: pointer;
}

.yt-wrap a.modal-box {
  display: block;
  cursor: pointer;
}

.yt-wrap a.modal-box:hover .yt-play-btn .fa {
  background-color: rgba(51,51,51,.8);
}

.yt-wrap a.modal-box .yt-thumb-meta {
  display: block;
  position: relative;
  border-bottom: 1px solid #cacbcc;
}

.yt-play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.yt-play-btn .fa {
  font-size: 30px;
  color: #fff;
  min-width: 60px;
  background-color: rgba(51,51,51,.5);
  border-radius: 50%;
  padding: 15px 15px 15px 21px;
  margin: 0 auto;
  transition: background-color .2s ease-in-out;
}

.yt-wrap .ytvid-duration {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 0;
  padding: 2px 15px;
  font-size: 12px;
  background-color: rgba(51, 51, 51, .6);
  color: #fff;
}

.yt-wrap .modal-box .vid-title {
  margin: 0 15px;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.yt-wrap .vid-title {
  color: #fff;
}

.yt-wrap .vid-excerpt,
.yt-wrap .vid-excerpt p {
  color: #95989a;
}

.vid-description-wrap a.yt-subscribe {
  background-color: #e62117;
  padding: 8px 20px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 6px;
}

.yt-wrap .modal-dialog {
  margin-top: 60px;
}

.yt-wrap .modal-content {
  border-radius: 0;
  background-color: transparent;
}

.yt-wrap .modal-body {
  padding: 0;
  margin-top: 35px;
}

.yt-wrap .close {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  z-index: 1;
  color: #fff;
  width: 23px;
  height: 30px;
  line-height: 0;
  font-weight: normal;
  opacity: .6;
}

.yt-wrap .vid-meta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.yt-wrap .vid-description-wrap {
  background-color: #333;
  padding: 20px 15px 15px;
}


/*--------------------------------------------------------------
# Podcasts Page
--------------------------------------------------------------*/
.pod-flex {
  display: block;
  margin-bottom: 50px;
}

.pod-featured-img {
  margin-bottom: 30px;
}

.pod-featured-img a {
  display: block;
}

.pod-featured-img img {
  border-radius: 8px;
  width: auto;
  height: 200px;
  margin: 0 auto;
}

@media (min-width: 768px){
  .pod-flex {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pod-featured-img {
    margin-bottom: 0;
    width: 22%;
  }
  .pod-featured-img img {
    height: auto;
  }
  .pod-content {
    padding: 0 30px;
    width: 78%;
  }
}

.box_4_1,
.box_4_2 {
  border-top: 1px solid #ebebeb;
}
