/*
col-one-third-left
col-one-third-right
col-half
col-one
*/

*{
    font-family: 'hregular';
    outline: none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
body{
    background: #eaedf0;
}
input,
button,
textarea,
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'hregular';
}
textarea{
    resize: none;
}
a{
    text-decoration: none;
    color: #333;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
a:focus{
    text-decoration: none;
    color: #333;
}
a:hover{
    text-decoration: none;
    color: #43a2a2;
}
input[type="submit"],
input[type="button"],
button{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
input,
button,
textarea{
    box-shadow: none;
    border-radius: 0;
}
img{
    max-width: 100%;
}
p{
    font-size: 16px;
    color: #77787c;
    line-height: 24px;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
/*one third left*/
.col-one-third-left .section_col:nth-child(1){
    flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    -o-flex: 2;
}
.col-one-third-left .section_col:nth-child(2){
    flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -o-flex: 1;
}
/*one third right*/
.col-one-third-right .section_col:nth-child(1){
    flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    -o-flex: 1;
    -ms-flex: 1;
}
.col-one-third-right .section_col:nth-child(2){
    flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    -webkit-flex: 2;
    -o-flex: 2;
}
/*one half*/
.col-half .section_col:nth-child(1){
    flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -o-flex: 1;
}
.col-half .section_col:nth-child(2){
    flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    -o-flex: 1;
    -ms-flex: 1;
}
/*full width*/
.col-one .section_col{
    flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    -o-flex: 1;
    -ms-flex: 1;
}



a.navbar-brand{
    height: auto;
    width: 210px;
    padding: 18px 25px;
}
a.navbar-brand img{
    display: block;
}
.main_header{
    background-color: #000000;
    z-index: 2;
}
.main_navbar ul:after{
    content: '';
    display: block;
    clear: both;
}
.main_navbar ul > li{
    float: left;
    margin-right: 60px;
    padding: 20px 0;
}
.main_navbar ul > li:last-child{
    margin-right: 0;
}
.main_navbar ul > li > a{
    display: block;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-family: 'hbold';
}
.main_navbar ul > li > a:hover{
    color: #0ea0db;
}
.banner{
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}
.banner_slider_each{
    height: 490px;
}
.banner h2{
    font-size: 64px;
    color: #fff;
    margin: 0 0 33px;
    text-align: center;
    font-family: hbold;
    text-shadow: 0px 0px 18px rgba(0,0,0,0.9);
}
.banner_content{
    position: absolute;
    top: 50%;
    width: 1000px;
    left: 0;
    right: 0;
    margin: -115px auto 0;
}
.banner_search{
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    border-radius: 12px;
}
.banner_search_input{
    width: 100%;
    height: 60px;
    border-radius: 12px;
    border: 0;
    font-size: 16px;
    color: #333;
    padding: 0 60px 0 30px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.6);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.banner_search_input:focus,
.banner_search_input:hover{
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}
.banner_search_input::-webkit-input-placeholder {
   	color: #ced0d5;
    opacity: 1;
}
.banner_search_input:-moz-placeholder {
   	color: #ced0d5;
    opacity: 1;
}
.banner_search_input::-moz-placeholder {
   	color: #ced0d5;
    opacity: 1;
}
.banner_search_input:-ms-input-placeholder {  
   	color: #ced0d5;
    opacity: 1;
}
.banner_search_button{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
    padding: 0;
    border-radius: 0 12px 12px 0;
    color: #636568;
    font-size: 24px;
}
.banner_search_button:hover{
    color: #333;
}
.banner_search_button img{
    display: block;
    margin: 0 auto;
}
.banner_content p{
    text-align: center;
    color: #fff;
    font-size: 18px;
    max-width: 520px;
    margin: 20px auto 0;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}
.section_row{
    margin: 30px -15px;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.section_col{
    min-height: 1px;
    background: #fff;
    margin: 0 15px;
    width: 100%;
}
.shop_canvas_table{
    width: 100%;
    display: table;
    padding: 20px 50px 20px 20px;
}
.shop_canvas_tr{
    display: table-row;
}
.shop_canvas_td{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.shop_canvas_td img{
    display: block;
    margin: 0 auto;
}
.shop_canvas_td h3{
    font-size: 36px;
    color: #243c46;
    font-family: hbold;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding-bottom: 10px;
    line-height: 46px;
    font-weight: normal;
    border-bottom: solid 2px #dcdcdc;
    display: inline-block;
    width: auto;
    max-width: 300px;
}
.shop_canvas_td p{
    font-size: 18px;
    color: #77787c;
    margin: 0;
}
.blue_bg_btn{
    font-size: 16px;
    color: #fff;
    font-family: hbold;
    background: #0ea0db;
    display: inline-block;
    border-radius: 4px;
    padding: 9px 27px;
}
.blue_bg_btn:focus{
    color: #fff;
}
.blue_bg_btn:hover{
    color: #fff;
    background: #0a7ba8;
}
.shop_canvas_td .blue_bg_btn{
    position: relative;
    top: 70px;
}
.upload_box{
    height: 100%;
    padding: 20px;
    height: 411px;
}
.upload_box input{
    display: none;
}
.upload_box label{
    width: 100%;
    height: 100%;
    border: dashed 1px #afafaf;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
    padding: 24px 15px;
    position: relative;
    /*background-image: url(../images/upload_ico.png);
    background-repeat: no-repeat;
    background-position: center center;*/
}
.upload_box label:after{
    content: '\f0ee';
    font-family: 'FontAwesome';
    color: #d2d3d7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 160px;
}
.upload_box em{
    font-size: 18px;
    color: #77787c;
    max-width: 260px;
    margin: 0 auto;
    line-height: 24px;
    font-style: normal;
}
.upload_box em strong{
    font-weight: normal;
    font-family: hbold;
}
.upload_btn{
    font-size: 16px;
    font-family: hbold;
    color: #00b0e2;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    height: 40px;
    width: 120px;
    line-height: 38px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    border: solid 1px #d2d3d7;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.upload_btn:hover{
    background: #00b0e2;
    color: #fff;
    border-color: #00b0e2;
}
.section_header{
    margin: 0 0 30px;
}
.section_header h2{
    font-size: 36px;
    color: #041d2e;
    font-family: hbold;
    margin: 0 0 15px;
}
.section_header p{
    font-size: 18px;
    color: #77787c;
    line-height: 26px;
    margin: 0;
}
.what_is_photobucket{
    padding: 40px 0px 30px;
}
.what_is_p{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.what_is_p_box{
    flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -o-flex: 1;
    width: 25%;
    text-align: center;
    border-right: solid 2px #eaedf0;
    padding: 10px 30px 5px;
}
.what_is_p_box:last-child{
    border-right: 0;
}
.what_is_p_box h3{
    font-size: 24px;
    font-family: hbold;
    margin: 0 0 15px;
    color: #77787c;
}
.what_is_p_box p{
    font-size: 18px;
    color: #77787c;
    line-height: 26px;
    margin: 0 0 25px;
}
.what_is_p_box figure{
    margin: 0 0 20px;
    color: #636568;
    font-size: 56px;
}
.transparent_btn{
    font-size: 16px;
    color: #00b0e2;
    display: inline-block;
    text-transform: uppercase;
    font-family: hbold;
    border: solid 1px #d2d3d7;
    border-radius: 4px;
    padding: 8px 20px;
    min-width: 120px;
    text-align: center;
}
.transparent_btn:focus{
    color: #00b0e2;
}
.transparent_btn:hover{
    background: #00b0e2;
    color: #fff;
    border-color: #00b0e2;
}
.ind_blog_box figure img{
    width: 100%;
    height: auto;
    display: block;
}
.blog_box_text{
    padding: 40px 50px;
    text-align: center;
}
.blog_box_text h3{
    font-size: 28px;
    color: #243c46;
    text-transform: capitalize;
    margin: 0 0 22px;
    font-family: hbold;
}
.blog_box_text p{
    font-size: 18px;
    color: #77787c;
    line-height: 26px;
    min-height: 80px;
    margin: 0 0 18px;
}
.pardon_dust{
    background: #0ea0db;
    padding: 22px 40px 22px 80px;
    position: relative;
}
.pardon_dust:before{
    content: '\f014';
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: 11px;
    left: 23px;
    font-size: 46px;
}
.pardon_dust h3{
    font-size: 36px;
    color: #fff;
    font-family: hbold;
    margin: 0 0 10px;
}
.pardon_dust p{
    color: #fff;
    margin: 0;
}
.pardon_dust p a{
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}
.pardon_dust p a:hover{
    text-decoration: none;
}
.newsletter_section{
    background: #3c3c3c;
    padding: 15px 0 8px;
}
.newsletter_section h3{
    font-size: 15px;
    color: #fff;
    margin: 0 0 8px;
}
.newsletter_form{
    width: 585px;
}
.newsletter_input{
    width: 360px;
    height: 41px;
    font-size: 16px;
    color: #333;
    border: solid 1px #979797;
    padding: 0 10px 0 25px;
    float: left;
}
.newsletter_input::-webkit-input-placeholder {
   	color: #ced0d5;
    opacity: 1;
}
.newsletter_input:-moz-placeholder {
   	color: #ced0d5;
    opacity: 1;
}
.newsletter_input::-moz-placeholder {
   	color: #ced0d5;
    opacity: 1;
}
.newsletter_input:-ms-input-placeholder {  
   	color: #ced0d5;
    opacity: 1;
}
.newsletter_btn{
    width: 194px;
    height: 40px;
    border-radius: 4px;
    background: #0ea0db;
    border: 0;
    float: right;
    color: #fff;
    font-family: hbold;
    letter-spacing: 1px;
}
.newsletter_btn:hover{
    background: #0a7ba8;
}
.follow_us span{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.follow_us a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    color: #fff;
    font-size: 30px;
    line-height: 27px;
}
.follow_us a:last-child{
    margin-right:0;
}
.follow_us a:hover{
    color: #b9b9b9;
}
.follow_us{
    padding: 5px 0;
}
.main_footer{
    background: #3c3c3c;
    border-top: solid 3px #050505;
}
.footer_top{
    padding: 25px 0 20px;
}
.footer_top_box{
    width: 180px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 20px;
}
.footer_top_box:last-child{
    margin-right: 0;
}
.footer_top_box h3{
    font-size: 14px;
    color: #fff;
    font-family: hbold;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.footer_top_box li{
    margin: 0 0 10px;
}
.footer_top_box li:last-child{
    margin-bottom: 0;
}
.footer_top_box li a{
    font-size: 14px;
    color: #fff;
    display: block;
}
.footer_top_box li a:hover{
    color: #0ea0db;
}
.footer_bottom{
    color: #fff;
    font-size: 12px;
    padding-bottom: 20px;
}




/*28-01-2017*/
.main_header {
    font-size: 0;
    text-align: center;
    position: relative;
}
.closeMenu,
.menuTop ul {
    display: none;
}
a.navbar-brand {
    height: auto;
    width: 45%;
    padding: 12px 0;
    max-width: 544px;
    display: inline-block;
    float: none;
}
a.btnMenu,
a.openSearch {
    font-size: 24px;
    color: #fff;
    line-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 2;
    padding: 0 15px;
}
.searchTop {
    display: none;
    padding: 5px 10px;
    top: 100%;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    background: #535659;
}
.searchTop input {
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    background: #fff;
    font-size: 15px;
    color: #c7ccce;
    width: 100%;
    border: none;
    height: 40px;
    padding: 5px 15px;
}
a.btnMenu.active,
a.openSearch.active,
a.btnMenu:hover,
a.openSearch:hover {
    background: #535659;
}
a.navbar-brand {
    width: auto;
}
a.navbar-brand img {
    max-height: 23px;
}
.openSearch {
    right: 0;
}
.btnMenu {
    left: 0;
    width: 50px;
}
.main_header ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background: #535659;
    text-align: center;
}
.main_header ul li {
    margin: 0;
    width: 100%;
    float: none;
    border-bottom: 1px solid #212626;
    padding: 0;
}
.main_header ul li a {
    padding: 20px 0;
}
.main_header ul li a:hover {
    background: #fff;
}
.main_header ul li a span {
    display: inline-block;
    vertical-align: 0;
    margin-right: 10px;
}
.menuTop.active .openMenu,
.menuTop.active .closeMenu {
    background: #535659;
}
.searchMain.active .searchTop {
    display: block;
}
.searchMain.active .openSearch {
    background: #525558;
}
.overlayMenumobile {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
.overlayactive .overlayMenumobile {
    left: 0;
}
.overlayactive {
    overflow: hidden;
}

.searchTop input::-webkit-input-placeholder,
.searchTop input::-webkit-input-placeholder
{
  color:    #c7ccce;
}

.searchTop input:-moz-placeholder,
.searchTop input:-moz-placeholder 
{
  color:    #c7ccce;
}

.searchTop input::-moz-placeholder,
.searchTop input::-moz-placeholder 
{
  color:    #c7ccce;
}

.searchTop input:-ms-input-placeholder,
.searchTop input:-ms-input-placeholder 
{
  color:    #c7ccce;
}

.banner_content {
    width: 100%;
}
.banner h2 {
    font-size: 23px;
    margin-bottom: 15px;
}
.banner_search {
    max-width: 100%;
}
.banner_slider_each {
    height: 320px;
}
.banner_content {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin: 0;
    padding: 0 15px;
}
.banner_search_input {
    height: 40px;
    font-size: 15px;
    padding: 5px 40px 5px 10px;
    border-radius: 5px;
}
.banner_search_button {
    bottom: 0;
    height: 100%;
    width: 40px;
    font-size: 20px;
}
.shop_canvas_table {
    width: 100%;
    display: block;
    padding: 15px 25px;
    text-align: center;
}
.shop_canvas_tr {
    display: block;
}
.shop_canvas_td {
    display: block;
}
.shop_canvas_td h3 {
    font-size: 26px;
    color: #303436;
    margin: 10px 0;
    font-family: hbold;
    padding-bottom: 10px;
    line-height: 32px;
    max-width: 100%;
}
.shop_canvas_td .blue_bg_btn {
    top: auto;
    position: static;
}
.shop_canvas_td p {
    font-size: 16px;
    margin: 0 0 20px;
}
.section_col {
    margin-bottom: 20px;
}
.upload_box label:after {
    font-size: 90px;
}
.upload_box {
    padding: 15px;
    height: 300px;
}
.upload_box em {
    font-size: 16px;
}
.upload_box label {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border-color: #535659;
}
.upload_box label:after {
    font-size: 90px;
    height: auto;
    line-height: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.upload_box:hover label:after {
    color: #0B86B7;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.section_header h2,
.blog_box_text h3 {
    font-size: 24px;
    color: #303436;
}
.what_is_photobucket,
.blog_box_text{
    padding: 35px 15px;
}
.what_is_p {
    display: block;
}
.section_header p {
    font-size: 16px;
    line-height: 24px;
}
.what_is_p_box {
    display: block;
    width: 100%;
    padding: 25px 0;
    border: none;
    border-top: 2px solid #e7ecef;
}
.what_is_p_box figure {
    line-height: 100%;
}
.what_is_p_box p,
.blog_box_text p {
    font-size: 16px;
}
.section_row {
    margin: 0 -15px;
}
.follow_us {
    margin-bottom: 10px;
    padding: 0 0 10px;
    float: none !important;
    text-align: center;
    border-bottom: 2px solid #212626;
}
.newsletter_section {
    padding:  15px 0;
}
.newsletter_section h3 {
    text-align: center;
}
.newsletter_form {
    width: 100%;
    position: relative;
}
.newsletter_form input {
    width: 100%;
    padding: 0 115px 0 15px;
    border-radius: 3px;
}
.newsletter_btn {
    width: 110px;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.footer_top_box {
    width: 100%;
    display: block;
    text-align: center;
}
.main_footer {
    border: none;
}
.footer_top {
    padding: 0;
}
.footer_top_box li {
    margin: 0;
}
.footer_top_box li a {
    font-size: 14px;
    color: #fff;
    display: block;
    border-top: 1px solid #212626;
    padding: 12px 0;
}
.footer_bottom {
    font-size: 13px;
    padding: 15px 0;
    border-top: 1px solid #212626;
}


.body-signUp {
    max-width: 825px;
    margin: 30px auto;
    padding: 30px 8.4%;
    background: #fff;
}
.body-signin {
    max-width: 555.7px;
    margin: 30px auto;
    padding: 30px 8.4%;
    background: #fff;
}
.logBody {
    text-align: center;
}
.logBody h3 {
    margin: 0;
    font-size: 28px;
    color: #242729;
    line-height: 36px;
    font-weight: 700;
}
.logBody p {
    font-size: 14px;
    color: #53585A;
    letter-spacing: 0;
    line-height: 26px;
}
.logBody p a {
    font-size: 14px;
    color: #2CACE0;
    letter-spacing: 0;
    line-height: 26px;
    margin: 5px;
}
.btnBlank-fb span,
.btnBlank-twit span{
    margin-right: 10px;
}
.btnBlank-fb {
    border: 1px solid #9FA4A7;
    border-radius: 3px 3px 3px 0 3px;
    display: block;
    width: 276px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 18px;
    color: #49639E;
    font-weight: 600;
    background: #fff;
    border-radius: 5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btnBlank-twit {
    border: 1px solid #9FA4A7;
    border-radius: 3px 3px 3px 0 3px;
    display: block;
    width: 276px;
    margin: 15px auto 0;
    line-height: 40px;
    font-size: 18px;
    color: #1D9EF5;
    font-weight: 600;
    background: #fff;
    border-radius: 5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btnBlank-twit:hover {
    background: #1D9EF5;
    color: #fff;
    border-color: #1D9EF5;
}
.btnBlank-fb:hover {
    background: #49639E;
    color: #fff;
    border-color: #49639E;
}
.dividerOr {
    position: relative;
    max-width: 360px;
    width: 100%;
    margin: 25px auto;
}
.dividerOr span {
    font-size: 18px;
    color: #53585A;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 10px;  
}
.dividerOr:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 1px;
    background: #53585A;
    width: 157px;
    content: '';
    width: 100%;
    left: 0;
    right: 0;
}
.formIn {
    max-width: 360px;
    margin: 0 auto;
}
.formIn input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #9FA4A7;
    border-radius: 2px;
    margin-bottom: 15px;
    height: 40px;
    padding: 5px 15px;
    font-size: 16px;
    color: #9FA4A7;
    letter-spacing: 0.18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.formIn .captchaR {
    margin-bottom: 20px;
}
.formIn .blue_bg_btn {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 3px;
    height: 40px;
    min-width: 200px;
}
.labelled span {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #53585A;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 5px;
}
.radioG input {
    display: none;
}
.radioG input + label{
    position: relative;
    padding-left: 20px;
}
.radioG {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.labelled {
    text-align: left;
}
.radioG input + label {
    position: relative;
    padding-left: 25px;
}
.radioG input + label:before {
    width: 17px;
    height: 17px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #9FA4A7;
    position: absolute;
    content: '';
}
.radioG input:checked + label:before {
    background: #0A7BA8;
}
.radioG label {
    font-size: 18px;
    color: #53585A;
    letter-spacing: 0;
    line-height: 26px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    font-weight: normal;
}
.body-signin .btnBlank-fb {
    margin-top: 20px;
}
.body-signin .formIn {
    padding-bottom: 30px;
}
.createacFooter {
    padding: 30px 0 0;
}
.createacFooter h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #53585A;
    line-height: 100%;
}
.createacFooter .btnBlank-twit {
    text-transform: uppercase;
    font-size: 16px;
    color: #0EA0DB;
    letter-spacing: 1px;
    max-width: 229px;
    width: auto;
}
.createacFooter .btnBlank-twit:hover {
    color: #fff;
}
.dividerLogin {
    width: auto;
    background: #EDEDED;
    height: 1px;
    max-width: 360px;
}
.chckR input {
    display: none;
}
.chckR label {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    color: #53585A;
    letter-spacing: 0;
    line-height: 26px;
}
.chckR input + label {
    position: relative;
    padding-left: 25px;
}
.chckR input + label:before {
    position: absolute;
    content: '\f00c';
    font-size: 0;
    font-family: Fontawesome;
    width: 15px;
    height: 15px;
    color: #0A7CA9;
    line-height: 13px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 3px;
    background: #EDEDED;
    text-align: center;
    border: 1px solid #9FA4A7;
}
.chckR input:checked + label:before {
    font-size: 10px;
}
.chckR {
    text-align: center;
}
.rememberPass {
    text-align: center;
}
.rememberPass a {
    font-size: 14px;
    color: #0EA0DB;
    letter-spacing: 0;
    line-height: 26px;
}
.forgetSec {
    margin-bottom: 20px;
}

.body_content .section_col {
    display: block;
    flex: unset !important;
    -webkit-flex: unset !important;
    -moz-flex: unset !important;
    -ms-flex: unset !important;
    -o-flex: unset !important;
    /*margin: 0;*/
}


/*related search*/
.related_search {
    background: #fff;
    padding: 8px;
}
.related_search span {
    font-size: 12px;
    color: #666b6d;
    font-family: 'hbold';
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.related_search a {
    font-size: 14px;
    color: #00b0e2;
    display: inline-block;
    vertical-align: middle;
    background: #e6f5fb;
    padding: 5px 8px;
    border-radius: 2px;
    margin: 0 2px 3px;
}
.search_title{
    font-size: 14px;
    color: #666b6d;
    font-family: 'hbold';
    padding: 12px 8px;
}
.search_tab_nav{
    background: #fff;
}
.search_tab_nav li {
    float: left;
    width: 32.3%;
    margin: 0.5%;
}
.search_tab_nav li a {
    display: block;
    font-size: 12px;
    color: #666b6d;
    background: #ededed;
    text-align: center;
    padding: 7px 0;
}
.search_tab_nav li.active a {
    background: #fff;
    font-family: 'hbold';
}
.searched_img_row{
    padding: 5px 0px;
}
.searched_img_box{
    height: 100px;
    background-position: center;
    background-size: cover;
    width: 29%;
    float: left;
    margin: 1.8% 2.1%;
}
.searched_img_box a{
    display: block;
    height: 100%;
}
.r_pager{
    text-align: center;
    padding: 15px 0 22px;
}
.r_pager a{
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    border: solid 1px #d3d4d8;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.r_pager a.prev:after{
    content: '';
    border-style: solid;
    width: 0;
    height: 0;
    border-width: 6px 7px;
    border-color: transparent #53585a transparent transparent;
    position: absolute;
    top: 6px;
    left: 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.r_pager a.next:after{
    content: '';
    border-style: solid;
    width: 0;
    height: 0;
    border-width: 6px 7px;
    border-color: transparent transparent transparent #53585a;
    position: absolute;
    top: 6px;
    left: 9px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.r_pager span{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #77787c;
    margin: 0 10px;
}
.r_pager a:hover{
    background: #0ea0db;
    border-color: #0ea0db;
}
.r_pager a.prev:hover:after{
    border-color: transparent #fff transparent transparent;
}
.r_pager a.next:hover:after{
    border-color: transparent transparent transparent #fff;
}
.with_img img{
    width: 100%;
}
.search_tab_content{
    background: #fff;
}
.with_img_2{
    clear: both;
    padding: 13px 0;
}


/*add css 16-2-17 browse page*/

.top_categories{
    background: #eaedf0;
    padding: 15px;
}
.top_categories h3{
    font-size: 24px;
    color: #666b6d;
    margin: 0;
    font-weight: 700;
}
.search_tab_content .search_result_item figcaption {
    font-size: 20px;
    color: #fff;
    font-family: 'hbold';
    background: rgba(0,0,0,0.3);
    opacity: 1;
}
.search_tab_content .search_result_item figure{
    height: 320px;
}
.search_img_row{
    padding: 30px 0 0;
}
.search_result_item a{
    display: block;
    position: relative;
}
.search_result_item{
    margin-bottom: 30px;
}
.search_result_item figure{
    width: 100%;
    height: 165px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.search_img_row{
    padding: 30px 0 0;
}
.search_result_item:nth-child(6n+1){
    clear: both;
}
.search_result_item figcaption{
    font-size: 11px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 7px 17px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.search_result_item a:hover figcaption{
    opacity: 1;
}
.search_content{
    background: #fff;
}
.search_result_item:last-child{
    margin-bottom: 0;
}
@media (max-width: 568px) {
    .search_tab_content .search_result_item figure{
        height: 220px;
    }

}
.ads_footer{
    padding: 5px 10px;
    text-align: center;
    background: #2d2d2d;
}
.footer_top_box ul{
   display: block !important; 
}





