/*   
Theme Name: Footprint
Theme URI: Theme Url
Description: This is an exclusive, fully SEO optimized Wordpress theme developed by Tapmeet for Pret personnel website.
Author: Tapmeet Singh
Author URI: 
*/

* {
    margin:0;
    padding:0;
}
a, .pink, a:hover {
    color: #ef698a
}
.pink-bg {
    background: #ef698a !important
}
ul, li,#main-content #sidebar li, #main-content #sidebar ul {
    list-style-type: none;
    margin-left: 0;
}
input[type="submit"] {
}
.strong {
    font-weight:bold;
}
.cursive {
    font-style: italic
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left
}
.justify {
    text-align: justify;
}
.underline {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase;
}
.fullwidth {
    float:left;
    width:100%;
}
.halfwidth {
    float:left;
    width:50%;
}
.first {
    margin-left: 0 !important;
}
.alignleft{
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 3px;
}
.alignright{
    float:right;
    margin-left: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 3px;
}
.btn-danger{
    background: #ef698a !important;
}
body{
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
}
.btn, btn:hover {
    background-color: #ef698a;
    color: #fff !important;
    outline: 0;
}
iframe, video {
    max-width: 100%;
    height: auto;
}
/**Header**/
#header {
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
}
.logo {
    float: left;
    margin: 0;
}
/*social icon*/
.social-icon {
    text-align: right;
    float: right;
    width: 70%;
    margin-top: -12px;
}
.social-icon .fa {
    width: 30px;
    color: #fff;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-size: 22px;
}
.social-icon .fa.fa-pinterest-p {
    background-color: #cd2129;
}
.social-icon .fa.fa-google-plus {
    background-color: #d54936;
}
.social-icon .fa.fa-instagram {
    background-color: #4679a6;
}
.social-icon .fa.fa-twitter {
    background-color: #21a7df;
}
.social-icon .fa.fa-facebook {
    background-color: #3b5a9a;
}
/*Navigation*/
.navbar-nav li.current-menu-item a {
    border-bottom: 2px solid #f52616;
    font-weight: 700;
    color: #ef698a;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #ef698a;
}
.navbar-nav > li > a {
    padding: 0;
    color: #333;
}
.navbar-nav > li ul.sub-menu:before {
    position: absolute;
    top: -10px;
    content: "";
    left: 25px;
    border-bottom: 10px solid #4CA7DF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.navbar-nav > li ul.sub-menu  a {
    color: #fff;
    padding: 6px 13px;
    border-bottom: 1px solid #FFF;
    display: block;
}
.navbar-nav > li ul.sub-menu li a:hover {
    background-color: #EF698A;
    text-decoration: none;
}
.navbar-nav > li ul.sub-menu li:last-child a {
    border: 0px;
}
.navbar-nav > li ul.sub-menu {
    position: absolute;
    left: 10px;
    z-index: 1;
    background-color: rgba(76, 167, 223, 0.84);
    min-width: 174px;
    top: 50px;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
}
.navbar-nav > li:hover ul.sub-menu {
    transform: translate(0, 12px);
    -webkit-transform: translate(0, 12px);
    -moz-transform: translate(0, 12px);
    -ms-transform: translate(0, 12px);
    -o-transform: translate(0, 12px);
    visibility: visible;
    opacity: 1;
}
@media only screen and (min-width:768px){
    .navbar-nav > li {
        float: left;
        padding: 10px 10px 0px;
    }
    .navbar-nav > li > a {
        padding: 0;
    }
}
/*banner*/
#page-banner {
    position: relative;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    min-height: 140px;
    padding-bottom: 0px;
    background-position: center !important;
}
#page-banner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
#page-banner .banner-caption {
    position: relative;
    width: 100%;
}
#page-banner, #page-banner h1 {
    color: #fff;
}
#page-banner h1 {
    float: left;
    font-size: 45px;
    line-height: 1.2;
    padding: 20px 0 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    width: 100%;
}
/*search box*/
#search-category {
    background-color: #ef6a89;
    z-index: 10;
    font-size: 18px;
    //padding: 30px 0px;
    padding: 15px 0px;
    position: absolute;
    //margin-top: 60px;
    margin-top: 40px;
    bottom: 0;
    width: 100%;
}

#search-category .container > div {
    width: 23%;
    display: inline-block;
}
.chosen-container {
    width: auto !important;
}
body .chosen-container-single .chosen-single {
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    padding: 0px 35px 0px 20px;
    color: #EF6A89;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: none;
    background: #fff !important;
}
body .chosen-container-single .chosen-single div:before {
    position: absolute;
    content: "";
    border-top: 10px solid #EF6A89;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    right: 9px;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
form#search-dating > div {
    display: inline-block;
    margin-right: 10%;
}
#search-dating #age {
    width: 177px;
}
form#search-dating #category {
    width: 177px;
}
/*select box*/
.heapBox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}
.heapBox a {
    text-decoration: none;
    outline: none;
}
.heapBox .holder {
    border: 1px solid #aaa;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;
    display: block;
    //height: 65px;
    height: 50px;
    //line-height: 65px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 16px;
    padding: 0px 37px 0px 20px;
    color: #EF6A89;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: none;
    background: #fff !important;
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0px;
    text-decoration: none;
}
.heapBox .handler {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.heapBox .handler:before {
    position: absolute;
    content: "";
    border-top: 10px solid #EF6A89;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    right: 9px;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.heapBox.open .handler:before{  
    content: "";
    border-top: 0px !important;
    border-bottom: 10px solid #EF6A89;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.heap ul:before {
    position: absolute;
    // content: "";
    border-bottom: 10px solid #E50031;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    right: 9px;
    height: 0;
    top: -10px;
    margin: auto;
}
.heap ul {
    padding: 0;
    margin: 0;
    background-color: #EF6A89;
    border-radius: 5px;
    border: 1px solid #E50031;
    position: relative;
    top: 0px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.16);
}
.heap ul li a {
    padding: 5px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #E50031;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}
.heap {
    position: absolute;
    width: 100%;
}
.heap ul li a.selected, .heap ul li a:hover {
    background-color: #FFF;
    color: #000;
}
/*End select box styling*/
form#search-dating {
    display: inline-block;
    width: 70%;
    position: relative;
}
form#search-dating:after{
    background: url('img/arrow.png') no-repeat;
    content: "";
    position: absolute;
    right: -70px;
    width: 140px;
    height: 69px;
    top: -18px;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
}
#search-category .container > #search-dating input[type="submit"] {
    height: 50px;
    padding: 0px 50px 0px 20px;
    background: url('img/search-icon.png') no-repeat 90% 52% #fff;
    color: #EF6A89;
    border: 0;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px
}
/*sorty by*/
.sortby-section li select {
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.sortby-section li {
    display: inline-block;
}
.sortby-section li:before {
    display: none;
}
.sortby-section h4, .sortby-section ul {
    display: inline-block;
}
/*pagination*/
.facetwp-pager a {
    border: 1px solid #FFFFFF;
    display: inline-block;
    padding: 2px 15px;
    background-color: #58ADD2;
    color: #fff;
    margin: 0;
}
.facetwp-pager {
    clear: both;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 20px;
}
.facetwp-pager a:hover {
    background-color: #EF698A;
    text-decoration: none;
}
.facetwp-page.active {
    font-weight: bold;
    cursor: default;
    background-color: #58ADD2 !important;
}
/**Layout**/
.nav.oscitas-bootstrap-container{
    padding-left: 0px !important;
}
.nav.oscitas-bootstrap-container li:before{
    display: none;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
    text-transform: uppercase;
    color: #56b0d3;
}
#page-wrapper h4 span[style*="underline"], #page-wrapper h5 span[style*="underline"], #page-wrapper h6 span[style*="underline"] {
    text-decoration: none !important;
    border-bottom: 2px solid #60BEE4;
    padding-bottom: 2px;
}
#page-wrapper h1 span[style*="underline"], #page-wrapper h2 span[style*="underline"], #page-wrapper h3 span[style*="underline"] {
    text-decoration: none !important;
    padding-bottom: 4px;
    border-bottom: 2px solid #60BEE4;
    display: inline-block;
}
.panel-heading.oscitas-bootstrap-container {
    text-align: left;
    background: #EF698A !important;
    color: #fff !important;
}
.panel-heading.oscitas-bootstrap-container h4 {
    text-transform: none;
    font-weight: 600;
}
.panel-heading.oscitas-bootstrap-container h4 a {
    text-decoration: none;
    display: block;
}
/*tabs*/
.nav.oscitas-bootstrap-container > li.oscitas-bootstrap-container > a.oscitas-bootstrap-container, .nav-tabs > li > a {
    font-size: 16px;
    padding: 8px 30px !important;
    text-transform: uppercase;
    font-style: oblique;
    color: #000 !important;
    border: 1px solid #ccc !important;
}
.nav-tabs.oscitas-bootstrap-container > li.active.oscitas-bootstrap-container > a, .nav-tabs.oscitas-bootstrap-container > li.active.oscitas-bootstrap-container > a:hover, .nav-tabs.oscitas-bootstrap-container > li.active.oscitas-bootstrap-container > a:focus {
    color: #FFF !important;
    cursor: default;
    background: #EF698A !important;
    border: 1px solid #EF698A !important;
    border-bottom-color: transparent;
}
.tab-content.oscitas-bootstrap-container {
    padding: 10px 5px;
}

/*order and unorder list*/
#page-wrapper ol, #page-wrapper ul {
    list-style-type: decimal !important;
    padding-left: 25px;
}
#page-wrapper ol li {
    list-style-type: decimal !important;
    margin-bottom: 10px;
}
#page-wrapper ul li {
    margin-bottom: 10px;
}
img{
    max-width: 100%;
    height: auto;
}
#page-wrapper {
    background: #f5f6fa none repeat scroll 0 0;
    min-height: 310px;
    padding: 20px 0;
}
.home-wrapper .about {
    padding: 20px 0px;
}
.home-wrapper .about .col-lg-4 {
    margin: 20px 0px;
}
#page-wrapper h2[style*="text-align: center"] {
    margin-top: 30px;
}
#page-wrapper hr{
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #CACACA;
}
#page-wrapper hr:before {
    background: url('img/heart-bg.png');
    content: "";
    position: absolute;
    width: 49px;
    height: 29px;
    background-position: center;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
    background-color: #fff;
}
.home-wrapper .about h4 {
    margin-bottom: 20px;
}
.home-wrapper .about h4 img {
    margin-right: 11px;
}
.btn.btn-default.btn-sm.oscitas-bootstrap-container {
    background-color: #EF6A89;
    border-color: #EF6A89;
    color: #fff;
    text-transform: uppercase;
}
.section-top {
    margin-bottom: 30px;
}
.section-top iframe {
    margin-top: 15px;
    display: block;
    height: 410px;
    min-width: 100%;
}
.top-category {
    overflow: hidden;
    margin-bottom: 20px;
}
.top-category a h4 {
    position: absolute;
    background-color: #ef698a;
    color: #fff;
    bottom: 0;
    margin: 0;
    padding: 20px 15px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all .5s;
    height: 59px;
}
.top-category a:hover h4 {
    z-index: 1;
    background-color: rgba(239, 105, 138, 0.55);
    height: 100%;
    padding-top: 32%;
    bottom:0;
}
.top-category a {
    position: relative;
    display: block;
    min-height: 200px;
}
/*blog section*/
.post-grid {
    margin-bottom: 30px;
}
#home-blog-post .post-detail span {
    margin-right: 8px;
}
#home-blog-post .post-detail {
    padding: 10px 0px;
    color: #898989;
    font-size: 12px;
}
#home-blog-post h4 {
    margin-top: 20px;
}
/*our partner*/
#ourpartner {
    text-align: center;
}
#ourpartner .owl-item {
    padding: 0px 10px;
}
#ourpartner .item {
    border: 1px solid #EFEFEF;
    padding: 20px;
    min-height: 190px;
}
/*---------------------------------------------------tabs section----------------------------------------------*/
/*  bhoechie tab */
div.bhoechie-tab-container{
    z-index: 10;
    /*background-color: #ffffff;*/
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 20px;
    margin-left: 0px;
}
div.bhoechie-tab-menu{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;   
    text-transform: uppercase;
    font-size: 20px;
    padding: 30px 10px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
    background-color: #EF698A;
    background-image: #5A55A3;
    color: #ffffff;
    border-color: #EF698A;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #EF698A;
}
div.bhoechie-tab-menu div.list-group>a h2 {
    font-size: 18px;
    color: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}
div.bhoechie-tab-content{
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding-left: 20px;
    padding: 20px;
    height: 431px;
    overflow-y: auto;
}
.bhoechie-tab-content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: rgba(239, 105, 138, 0);
}
.bhoechie-tab-content::-webkit-scrollbar
{
    width: 6px;
    background-color: rgba(245, 245, 245, 0);
}

.bhoechie-tab-content::-webkit-scrollbar-thumb
{
    background-color: #EF698A;
    border-radius: 9px;
}
div.bhoechie-tab-content p{
    margin-bottom: 20px;
}
div.bhoechie-tab-content h2, div.bhoechie-tab-content h1, div.bhoechie-tab-content h3 {
    margin-top: 0;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
}

/*------------------------------------------------------Breadcrumb----------------------------------------------*/
.page-title-container {
    height: auto;
    background: #ef698a;
    padding: 15px 0px;
}
.page-title-container .page-title .entry-title {
    line-height: 1.4;
    color: #fff;
    margin: 0;
    font-style: normal;
    font-size: 20px;
}
.page-title-container .breadcrumbs {
    height: 100%;
    margin: 5px 0 0;
    float: right;
    color: #fff;
    max-width: 80%;
}
.page-title-container .breadcrumbs li, .page-title-container .breadcrumbs span {
    float: none;
    display: inline-block;
    line-height: 1.4;
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}
.page-title-container .breadcrumbs li a, .page-title-container .breadcrumbs span a {
    padding-right: 5px;
    color: #fff;
}
.page-title-container .breadcrumbs li strong {
    font-weight: 400;
}
.page-title-container .breadcrumbs li.active {
    color: #ef698a;
}
.page-title-container .breadcrumbs li:last-child:after {
    content: "";
}
.page-title-container .breadcrumbs li:after {
    content: "/";
    color: #fff;
}
/*-----------------------------------------------Inner banner---------------------------------------------------*/
#inner-banner .container .banner-caption {
    display: table-cell;
    vertical-align: middle;
    height: 250px;
    color: #fff;
}
#inner-banner .container {
    display: table;
    clear: both;
}
#inner-banner h1 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
}
#inner-banner {
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
    line-height: 24px;
    background-color: #767676;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
/*list view result*/
div#top-detail-bar ul li {
    display: table-cell;
}
div#top-detail-bar ul {
    display: table;
    margin: auto;
    padding: 0px;
    table-layout: fixed;
    width: 51%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
div#top-detail-bar ul li:before{
    display: none;
}
.website-detail .middle, div#top-detail-bar ul {
    width: 672px;
}
#top-detail-bar {
    margin-bottom: 20px;
    top: 0;
    z-index: 100000;
    left: 0;
    right: 0;
    background-color: #6FC7ED;
    padding: 15px;
    float: left;
    width: 100%;
    color: #fff;
}
#result {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    padding: 0 15px;
}
.web-site-list-view {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 12px rgb(164, 164, 164);
    margin-bottom: 40px;
    background: #fff;
}
.website-detail {
    display: table;
    width: 100%;
    padding: 20px 0px;
    clear: both;
}
.website-detail > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.website-logo {
    padding: 10px 0 10px 20px;
    width: 250px;
}
.website-detail .middle ul li {
    display: table-cell;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 8px !important;
    color: #555555;
    vertical-align: middle;
}
.website-detail .middle ul li:before{
    display: none;
}
.website-detail .middle ul {
    width: 100%;
    display: table;
    margin: 0px;
    padding-left: 0px !important;
    table-layout: fixed;
    text-align: center;

}
.website-btn {
    width: 216px;
}
.website-btn .btn {
    font-size: 20px;
    padding: 10px 30px;
}
a.meerlink {
    font-weight: 700;
    text-transform: uppercase;
    color: #58ADD2;
    text-decoration: none;
    margin-top: 4px;
    display: inline-block;
}
.website-des {
    line-height: 28px;
    background-color: #f2f2f2;
    padding: 15px 30px;
    font-size: 16px;
    color: #777777;
}
#video-section {
    padding: 40px 0px 50px;
    clear: both;
}
.btn-primary {
    background-color: #58ADD2;
    border-color: #58ADD2;
}
/*=================================================search page=======================================================*/
#searchwrap.row {
    margin-top: 30px;
}
.search-box {
    background: url('img/search-bg.png');
    padding: 4px 20px;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    margin-left: 20px;
    margin-right: -40px;
    height: 342px;
}
.search-box p {
    margin-bottom: 20px;
}
.search-box h2 {
    color: #fff;
    font-size: 24px;
}
.search-box form {
    margin: 30px 0px;
}
.search-box .form-group {
    margin-bottom: 35px;
}
.search-box select {
    font-size: 18px;
    width:100%;
    height: auto;
    text-transform: uppercase;
    color: #ef6a89;
    font-weight: 700;
    padding: 13px 19px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 0px;
    outline: 0;
    background-image: url(img/drop-arrow.png);
    background-repeat: no-repeat;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background-position: 95% center;
}
.search-box select option {
    font-size: 16px;
    padding: 9px 10px;
    color: #000;
}
.blog-post.bg-white, .left-page {
    background-color: #fff;
    padding: 15px;
}
.alm-btn-wrap {
    clear: both;
}
/*-----------------------------------------------SideBar------------------------------------------------------------*/
#sidebar > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar .widget h2.widgettitle {
    margin-top: 0;
    font-size: 20px;
    border-bottom: 1px solid;
    padding: 5px 20px 10px;
    margin-left: -20px;
    margin-right: -20px;
}
.sidebar .widget {
    background-color: #fff;
    padding: 10px 20px !important;
    margin-bottom: 20px !important;
}
.sidebar .widget:before{
    display: none;
}
.sidebar .widget ul li, #page-wrapper ul li {
    position: relative;
    padding-left:0px;
}
.sidebar .widget ul li:before, #page-wrapper ul li:before {
    position: absolute;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    left: -20px;
    top: 10px;
    color: #EF698A;
}
#page-wrapper ul li:before {
    top: 6px;
}
.sidebar .widget ul li a {
    display: block;
    padding: 5px;
    color: #333;
}
/*==============================================*Detail Page*=======================================================*/
#website-logo {
    text-align: center;
}
.website-title .btn {
    margin-left: 4%;
    text-transform: uppercase;
    font-size: 16px;
    vertical-align: middle;
    padding: 18px 20px;
    background-color: #58add2;
    border-color: #58add2;
    width: 200px;
}

.website-title {
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0px 30px;
    color: #58add2;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
    display: inline;
}
.rating > span {
    display: inline-block;
    position: relative;
    width: 1em;
    font: normal normal normal 14px/1 FontAwesome;
    height: 12px;
}
.rating > span:before,
.rating > span ~ span:before {
    content: "\f005";
    position: absolute;
    color: #7d7d7d;
    left: 0;
}
.rating > span.active:after,
.rating > span.active ~ span:after {
    content: "\f005";
    position: absolute;
    left: 0;
    color: #fbaf5d;
}
#left-sidebar a.btn.btn-lg.btn-block.btn-danger {
    margin: 20px 0px;
}
.panel-heading {
    font-size: 20px;
    text-align: center;
}
.panel-warning > .panel-heading {
    color: #FFFFFF;
    background-color: #EF698A;
    border-color: #EF698A;
    border-radius: 8px 8px 0px 0px;
    padding: 15px;
}
.panel-warning {
    border-color: #ccc;
    border-radius: 10px;
    line-height: 1.4;
}
.panel-body {
    padding: 15px;
    text-align: justify;
    font-size: 13px;
}
.price {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #595959;
}
#top-dating-site .top-dating-list h4:before {
    content: "";
    background: url('img/checkbox.png');
    vertical-align: middle;
    margin-right: 5px;
    width: 24px;
    height: 21px;
    display: inline-block;
    background-repeat: no-repeat;
}
#top-dating-site .top-dating-list h4 {
    font-weight: normal;
    text-transform: none;
}
#top-dating-site .top-dating-list h4 a {
    color: #4ca7df;
}
#top-dating-site .top-dating-list li:before {
    display: none;
}
#top-dating-site .top-dating-list li {
    padding: 0;
    margin-bottom: 15px;
}
#top-dating-site .top-dating-list {
    padding: 0px;
    line-height: 1.4;
}
/*side widget*/
ul.related-post li a {
    color: #4ca7df;
}
ul.related-post li .post-caption h4 {
    font-weight: normal;
    text-transform: none;
    margin: 0px;
    font-size: 16px;
}
ul.related-post li .post-caption {
    margin-left: 60px;
    text-align: left;
}
ul.related-post li .featured-image {
    width: 52px;
    float: left;
}
ul.related-post li:before {
    display: none;
}
ul.related-post li {
    padding: 0;
    margin-bottom: 15px;
    float: left;
    clear: both;
}
ul.related-post {
    padding-left: 0 !important;
}
ul.related-post li:before {
    display: none;
}
ul.related-post li .post-caption p {
    margin-bottom: 5px;
}
ul.related-post li .post-caption > a {
    float: right;
    font-size: 12px;
    font-style: oblique;
    text-decoration: underline;
}
/*side search form*/
#side-search-form {
    background-color: #EF698A;
    color: #fff;
    position: relative;
}
#side-search-form:after {
    content: "";
    border-top: 20px solid #EF698A;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 25px;
}
#side-search-form label {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 15px;
}
#side-search-form .form-group {
    margin-bottom: 25px;
}
#side-search-form input[type="submit"] {
    padding: 9px;
    border-radius: 5px;
    border: 0px;
    background-color: #58ADD2;
    outline: 0;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-transform: uppercase;
}
#side-search-form .panel-heading {
    border-bottom: 1px solid #FFF;
}
.text-primary{
    color: #58ADD2;
}
.rating.text-center {
    width: 100%;
    display: block;
    text-align: center;
}
.main-content h3, .main-content {
    color: #666666;
}
.inner-banner img {
    border: 1px solid #ccc;
}
.inner-banner, .main-content p {
    margin-bottom: 30px;
}
/*==================================================4O4 page=========================================================*/
body.full, html {
    width: 100%;
    height: 100%;
}
/*404 page*/
.error-bg{
    background: url('img/error-bg.jpg');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
}
.full, .full-page {
    width: 100%;
    height: 100%;
}
.logo-holder {
    position: absolute;
    top: 0;
    left: 0;
    margin: 30px 0 0 30px;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.full-center {
    left: 50% !important;
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.text-blue {
    color: #3CB0EA;
}

.bg-holder > .bg-holder-content, .bg-holder > .bg-content {
    position: relative;
    z-index: 7;
}
.text-hero {
    font-size: 200px;
    line-height: 1em;
    font-weight: 100;
}
/*--------------------------------------------------------------
contact Forms 7 new bootstrap styling
--------------------------------------------------------------*/
.contact-form .wpcf7 {
    max-width: 880px;
    margin: auto;
}
.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
}
.floating-label-form-group ::-webkit-input-placeholder {
    color: #333;
}

.floating-label-form-group :-moz-placeholder { /* Firefox 18- */
    color: #333;  
}

.floating-label-form-group ::-moz-placeholder {  /* Firefox 19+ */
    color: #333;  
}

.floating-label-form-group :-ms-input-placeholder {  
    color: #333;  
}
.floating-label-form-group input, .floating-label-form-group textarea, .floating-label-form-group select {
    z-index: 1;
    position: relative;
    padding: 10px 30px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none!important;
    resize: none;
    color: #5C5C5C;
    margin-bottom: 8px;
    height: 53px;
    font-size: 16px;
}
.floating-label-form-group textarea {
    height: 240px;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 14px;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 2px;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #ef698a;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}
.floating-label-form-group br {
    display: none;
}
.floating-label-form-group span.wpcf7-not-valid-tip {
    font-size: 14px;
    color: #e74c3c;
    position: absolute;
    margin-left: 30px;
    display: list-item;
    float: right;
    right: 5px;
    z-index: 1;
    top: 15px;
    line-height: 1;

}
.wpcf7 .wpcf7-validation-errors {
    border: 2px solid #e74c3c;
    margin: 0px 0px 30px;
}
.wpcf7 img.ajax-loader {
    border: none !important;
}
.wpcf7 input[type="submit"] {
    margin-top: 30px;
    padding: 10px 30px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
}
span.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    float: left;
}
/*==============================================Dating site page==================================================*/
.datinglist-wrapper + #footer {
    margin-top: 0;
}
.datinglist-wrapper{
    background: #f5f6fa;
}
.letter-wrap {
    margin-bottom: 20px;
}
.letter-wrap.fixed {
    position: fixed;
    top: 0px;
    z-index: 2;
    max-width: 1167px;
    background-color: #fff;
    padding: 20px 15px;
    margin-left: -14px;
    width: 96%;
}
.top-sites-detail {
    background-color: #fff;
    padding: 35px 15px;
    border: 1px solid #d8dbe5;
}
.letter-wrap a, .letter-wrap .one-letter {
    display: inline-block;
    height: 26px;
    width: 26px;
    border: 1px solid #d8dbe5;
    border-radius: 8px;
    font-weight: bold;
    background: #f5f6fa;
    margin-bottom: 8px;
    margin-right: 5px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    line-height: 26px;
}
.one-letter.internalNav.disable {
    color: #D2D2D2;
}
#populare img {
    padding: 2px 5px;
    border: 1px solid #d8dbe5;
    margin: 10px 0;
}
.letter-wrapper {
    margin-bottom: 20px;
}
.anchor {
    font-size: 26px;
    line-height: 1.4;
    text-transform: uppercase;
}
#populare {
    margin-bottom: 20px;
}
.letter-wrapper a {
    margin-bottom: 5px;
    display: inline-block;
}
.widget-datingsite {
    background-color: #fff;
    padding: 20px 20px;
    border: 1px solid #d8dbe5;
    margin-bottom: 20px;
    border-radius: 9px;
}
.widget-datingsite h2 {
    font-size: 23px;
    font-weight: 400;
    margin-top: 0;
    text-transform: initial;
    color: #5F5F5F;
    border-bottom: 1px solid #d8dbe5;
    margin-right: -20px;
    margin-bottom: 20px;
    margin-left: -20px;
    padding: 0px 20px 20px;
}
.tags a {
    border: 1px solid #B0B0B0;
    padding: 3px 10px;
    display: inline-block;
    margin: 0px 7px 10px 0px;
    border-radius: 6px;
    color: #333;
}
/**---------------------------------------------------Footer--------------------------------------------------------**/
#footer {
    padding: 30px 0px;
    background-color: #545051;
    color: #fff;
}
.footer-nav .menu {
    float: left;
    margin-top: 20px;
}
.footer-nav .menu > li {
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 100;
    float: left;
    position: relative;
}
.footer-nav .menu > li .sub-menu:after {
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 15px solid #56B0D3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 20px;
}
.footer-nav .menu > li .sub-menu li a {
    display: block;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.99);
}
.footer-nav .menu > li .sub-menu li:last-child a {
    border-bottom: 0px;
}
.footer-nav .menu > li .sub-menu {
    position: absolute;
    bottom: 20px;
    background-color: rgba(86, 176, 211, 1);
    z-index: 10;
    min-width: 160px;
    transform: translate(0px, -30px);
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    visibility: hidden;
    opacity: 0;

}
.footer-nav .menu > li:hover .sub-menu {
    transform: translate(0px, -20px);
    -webkit-transform: translate(0px, -20px);
    -moz-transform: translate(0px, -20px);-o-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    visibility: visible;
    opacity: 1;    
}
.footer-nav .menu li a {
    color: #fff;
}
.footer-social-link a {
    margin-left: 3px;
    margin-bottom: 12px;
    display: inline-block;
}
.footer-social-link .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #333;
}
#footer .col-sm-7.footer-nav {
    padding-left: 0;
}
.copyright {
    font-size: 11px;
}

/*==================================================Blog page====================================================*/
#page-wrapper.blog-wrapper {
    background-color: #f3f3f3;
}
#page-wrapper.blog-wrapper + #footer {
    margin-top: 0;
}
.container.blog {
    background-color: #fff;
    padding: 25px;
}
.blog-wrapper .blog .col-sm-4 {
    display: inline-block;
    float: none;
    width: 33.1%;
    vertical-align: top;
}
#page-wrapper.blog-wrapper .post-grid {
    border: 1px solid #f1f1f1;
    padding: 9px;
    float: left;
    width: 100%;
}
#page-wrapper.blog-wrapper .post-grid figure a:hover:after {
    height: 100%;
    background-color: rgba(239, 105, 138, 0.55);
}
#page-wrapper.blog-wrapper .post-grid figure a:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: #ef698a;
    transition: all .5s;
}
#page-wrapper.blog-wrapper .post-grid figure a {
    position: relative;
    display: block;
}
.blog-post img {
    border: 1px solid #ccc;
    padding: 3px;
}
.blog-post .post-detail span {
    margin-right: 9px;
}
.blog-post .post-detail {
    margin-bottom: 10px;
    color: #56B0D3;
    font-weight: 600;
    font-size: 12px;
    clear: both;
}
.col-sm-8.blog-post h2 {
    font-size: 24px;
}
.description {
    padding-bottom: 20px;
    text-align: center;
}

/*Layout edits*/
#page-wrapper .container.post {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    margin: 30px auto;
    padding-bottom: 30px;
    padding-top: 30px;
}
/*Home Page Background*/
.home #page-banner {
    background-position: center -30px !important;
}
/*Post Title*/
h1.post-title {
    font-size: 26px;
}
ul.alm-listing.alm-ajax {
    padding-left: 0px !important;
}
blockquote {
    clear: both;
}

/*=======================================================Media Query=============================================*/
@media only screen and (max-width: 1199px){
    form#search-dating > div {
        margin-right: 5%;
    }
    form#search-dating:after {
        width: 90px;
        top: -17px;
    }
    .search-box .form-group {
        margin-bottom: 15px;
    }
    .search-box  .facetwp-facet {
        margin-bottom: 23px;
    }
    .search-box + .col-sm-5.text-center {
        width: 47%;
        text-align: right;
    }
    .website-btn .btn {
        font-size: 16px;
        padding: 8px 24px;
    }
    .website-btn {
        width: 146px;
    }
    .website-logo div {
        width: 120px !important;
        height: 50px !important;
    }
    .website-logo {
        padding: 10px 0 10px 20px;
        width: 120px;
    }
    .website-detail > div {
        padding-top: 10px;
    }

    .website-detail .middle, div#top-detail-bar ul {
        width: 645px;
    }
    .website-detail .middle ul li{
        font-size: 18px;
    }
    .middle {
        padding-top: 0 !important;
    }
    .price {
        font-size: 22px;
    }
    .panel-warning > .panel-heading {
        padding: 10px;
        font-size: 18px;
    }
    #related-news ul.related-post li .featured-image {
        width: 100%;
        float: left;
    }
    #related-news ul.related-post li .post-caption {
        margin-left: 0px;
        text-align: left;
        float: left;
        margin-top: 5px;
    }
    .letter-wrap.fixed {
        width: 64%;
    }
    .featured-category.populare .top-category a h4 {
        padding: 10px 15px;
        height: 39px;
    }
    .featured-category.populare .top-category a:hover h4 {
        height: 100%;
        padding-top: 32%;
    }
    .featured-category.populare .col-xs-2.top-category-acrhive {
        width: 25%;
    }
    .page-title-container .page-title .entry-title {
        font-size: 20px;
    }
    .featured-category.populare .top-category a {
        min-height: inherit;
    }
    .social-icon {
        width: 55%;
    }
    /*blog*/
    .blog-wrapper .blog .col-sm-4 {
        width: 33%;
    }
}
@media only screen and (max-width: 991px){
    h1.logo {
        width: 237px;
    }
    .navbar-nav > li {
        padding: 0px 7px 0px;
    }
    #page-banner h1 {
        font-size: 37px;
        padding: 20px 0px 0;
        line-height: 1;
    }
    #page-banner .banner-caption {
        line-height: 1.4;
    }
    form#search-dating #category, form#search-dating #age {
        width: 149px;
    }
    #search-category .container > #search-dating input[type="submit"] {
        padding: 0px 41px 0px 15px;
        font-size: 15px;
    }
    .heapBox .holder {
        font-size: 15px;
    }
    form#search-dating > div {
        margin-right: 2%;
    }
    #search-category .container > div {
        width: 20%;
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        line-height: 1.4;
    }
    h4, .h4 {
        font-size: 16px;
    }
    div.bhoechie-tab-menu div.list-group>a {
        font-size: 18px;
    }
    h2, .h2 {
        font-size: 26px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    .row.about.oscitas-bootstrap-container h4 img {
        width: 40px;
    }

    div.bhoechie-tab-menu div.list-group>a h2 {
        font-size: 15px !important;
        text-align: left;
        font-weight: 600;
    }
    div.bhoechie-tab-menu div.list-group>a {
        padding: 25px 10px;
    }
    .top-category a {
        min-height: 160px;
    }
    .top-category a h4 {
        padding: 15px 15px;
        height: 47px;
    }
    .search-box h2 {
        font-size: 20px;
    }
    .search-box select {
        font-size: 15px;
        padding: 9px 19px;
        border-radius: 4px;
        background-size: 15px auto;
    }
    .search-box {
        height: auto;
    }
    .search-box form {
        margin: 20px 0px;
    }
    .website-btn .btn {
        font-size: 16px;
        padding: 8px 24px;
    }
    .website-logo div {
        width: 80px !important;
    }
    .website-logo {
        padding: 10px 0 10px 20px;
        width: 107px;
    }
    .website-btn {
        width: 156px;
    }
    .website-detail .middle ul li {
        font-size: 16px;
    }
    .website-des {
        line-height: 22px;
        font-size: 14px;
    }
    #last-udated {
        font-size: 12px;
        margin-top: 5px !important;
    }
    #searchwrap.row {
        margin-top: 0px;
    }
    .website-detail .middle, div#top-detail-bar ul {
        width: initial;
        font-size: 16px;
        max-width: 100%;
    }
    #result #top-detail-bar ul {
        width: 82% !important;
        padding-left: 94px;
        float: left;
        font-size: 14px;
    }
    #top-detail-bar ul li {
        vertical-align: middle;
    }
    .page-title-container .page-title .entry-title {
        font-size: 18px;
    }
    #related-news ul.related-post li .post-caption {
        margin-left: 33%;
        text-align: left;
        float: none;
        margin-top: 0px;
    }
    #related-news ul.related-post li .featured-image {
        width: 30%;
        float: left;
    }

    .blog-wrapper .blog .col-sm-4 {
        width: 49.5%;
    }
    .page-title-container .breadcrumbs li, .page-title-container .breadcrumbs span {
        font-size: 14px;
    }
    .page-title-container .breadcrumbs{
        margin-top: 0px;
    }
    .blog-post h1.post-title {
        font-size: 22px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .navbar-header {
        margin-top: -17px;
    }
    .navbar-nav{
        margin-top: 10px;
    }
    .navbar-nav > li ul.sub-menu:before {
        left: 50%;
    }
    .navbar-nav > li ul.sub-menu {
        left: -50%;
    }
    .single-dating_sites #left-sidebar {
        width: 40%;
    }
    .single-dating_sites .col-sm-6.main-content {
        width: 60%;
    }
    .single-dating_sites #right-sidebar {
        width: 100%;
    }
    .blog-wrapper #related-news ul.related-post li .featured-image {
        width: 100%;
        float: left;
        margin-bottom: 8px;
    }
    .blog-wrapper #related-news ul.related-post li .post-caption{
        width: 100%;
        float: left;
        margin: 0px;
    }
}
@media only screen and (max-width:767px){
    .middle div {
        margin: 0 auto;
    }
    .middle a {
        display: block;
        float: none;
    }
    .footer-nav .menu > li {
        margin: 0 0 20px;
        padding: 0 5px;
        text-align: center;
        width: 100%;
    }
    button.navbar-toggle {
        border: 1px solid #ccc;
    }
    button.navbar-toggle span {
        background: #ccc;
    }
    .navbar-header {
        clear: both;
    }
    .navbar-collapse {
        background-color: #4AA2D9;
        margin-top: 20px;
    }
    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-nav > li > a {
        padding: 6px 13px;
        color: #FFF !important;
        border-bottom: 1px solid;
    }
    .navbar-nav > li ul.sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none !important;
        border-bottom: 1px solid #fff;
    }
    .navbar-nav > li ul.sub-menu:before{
        display: none;
    }
    .navbar-nav > li a:hover {
        background-color: #EF698A;
        text-decoration: none;
    }
    .navbar-nav > li ul.sub-menu a:before {
        position: absolute;
        content: ">";
        left: 15px;
        color: #fff;
        font-weight: bold;
        font-size: 11px;
    }
    .navbar-nav > li ul.sub-menu a {
        padding-left: 30px;
    }
    .row.about.oscitas-bootstrap-container *{
        text-align: center;
    }
    .row.about.oscitas-bootstrap-container h4 img{
        width: 50px;
        display: block;
        margin: 0px auto 10px;
    }
    .top-category, #home-blog-post .post-grid {
        width: 33%;
        float: left;
    }
    #page-wrapper h2[style*="text-align: center"] {
        margin-top: 20px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h1{
        font-size: 28px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 14px;
    }
    #footer .col-sm-5.text-right {
        float: right;
        width: 40%;
    }
    #footer .col-sm-7.footer-nav {
        float: left;
        width: 60%;
    }
    div.bhoechie-tab-container img.size-medium {
        max-width: 50%;
    }
    .search-box {
        width: calc(50% - 15px);
        float: left;
        margin-left: 15px;
    }

    #searchwrap.row {
        margin-top: 0;
    }
    #page-wrapper .container.post {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    #searchwrap.row .col-sm-5 {
        float: left;
        width: 50%;
    }
    #result {
        margin-top: 20px;
    }
    .website-detail {
        padding: 0px 0px;
    }
    .panel-body iframe {
        width: 100%;
        height: 260px;
    }
    .page-title-container .breadcrumbs li, .page-title-container .breadcrumbs span {
        font-size: 12px;
        line-height: 1.4;
    }
    .page-title-container .page-title .entry-title {
        line-height: 1.4;
    }
    .page-title-container {
        height: auto;
        padding: 17px 0px;
    }
    .letter-wrap.fixed {
        width: 100%;
    }
    .top-sites-detail {
        margin-bottom: 20px;
    }
    .page-title-container .page-title .entry-title {
        font-size: 16px;
    }
    .page-title-container .page-title {
        max-width: 50%;
    }
    #inner-banner .container {
        width: 100%;
    }
    #inner-banner h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .row {
        clear: both;
    }
    .website-detail .middle ul li {
        font-size: 14px;
    }
    #last-udated {
        margin-bottom: 20px !important;
    }
    .blog-post.bg-white, .left-page {
        margin-bottom: 30px;
    }
    #result #top-detail-bar ul {
        padding-left: 78px;
    }
}
@media only screen and (max-width:667px){
    form#search-dating:after {
        display: none;
    }
    #search-category .container > #search-dating input[type="submit"] {
        padding: 0px 41px 0px 15px;
        text-align: left;
        height: 45px;
        width: 100%;
    }
    #search-category .container > div {
        width: 100%;
        text-align: center;
        margin-bottom: 14px;
    }
    form#search-dating {
        width: 100%;
    }
    .heapBox .holder {
        height: 45px;
        line-height: 45px;
    }
    form#search-dating > div {
        margin-right: 0 !important;
        width: 32.5% !important;
        padding-right: 7px;
    }
    form#search-dating > div:last-child {
        padding-right: 0px !important;
    }
    form#search-dating {
        width: 100%;
    }
    #page-banner h1 {
        font-size: 34px;
    }
    .website-detail .middle ul {
        table-layout: auto;
    }
    #result #top-detail-bar ul {
        padding-left: 80px;
    }
    .website-btn .btn {
        padding: 8px 14px;
    }
    .website-btn a.meerlink {
        margin-top: 0px;
    }
    .website-btn {
        width: 132px;
    }
    .website-detail .middle ul li {
        font-size: 15px;
    }
}
@media only screen and (max-width:600px){
    #page-banner {
        min-height: 130px;
    }
    body .bhoechie-tab-menu div.list-group>a {
        font-size: 14px !important;
        display: table-cell;
        padding: 10px !important;
        text-align: center;
    }
    div.bhoechie-tab-menu div.list-group>a h2{
        text-align: center;
    }
    div.bhoechie-tab-menu {
        width: 100%;
    }
    .col-lg-9.col-md-9.col-sm-9.col-xs-9.bhoechie-tab.normal {
        width: 100%;
        padding: 0px;
    }
    div.bhoechie-tab-menu div.list-group>a.active:after {
        left: 50%;
        top: auto;
        margin-left: -10px;
        margin-top: -13px;
        border-right: 10px solid transparent;
        border-bottom: 0px;
        border-top: 13px solid rgb(239, 105, 138);
        border-left: 10px solid transparent;
        bottom: -14px;
    }
    .top-category a {
        min-height: inherit;
    }
    .top-category a h4 {
        padding: 11px 15px;
        height: 37px;
        font-size: 12px;
    }
    h2, .h2, .col-sm-8.blog-post h2 {
        font-size: 20px;
    }
    h3, .h3 {
        font-size: 18px;
    }
    .search-box h2 {
        font-size: 15px;
    }
    .search-box {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-bottom: 20px;
    }
    #searchwrap.row .col-sm-5 {
        float: left;
        width: 100%;
        text-align: center;
    }
    #top-detail-bar {
        display: none;
    }
    .website-detail > div {
        display: block;
        vertical-align: middle;
        text-align: center;
        width: 100% !important; 
        margin-bottom: 6px;
    }
    .website-logo {
        padding-left: 0;
    }
    .website-detail .middle ul {
        table-layout: fixed;
    }
    .website-logo div {
        width: 170px !important;
        margin: auto;
        height: 70px !important;
    }
    .website-btn {
        margin-bottom: 10px;
    }
    .website-btn .btn {
        padding: 8px 14px;
        clear: both;
        display: block;
        max-width: 200px;
        margin: 0px auto 10px;
    }
    .letter-wrap.fixed{
        position: static;
        padding: 0;
        margin-left: 0;
    }
    #inner-banner .container .banner-caption {
        display: block;
        height: auto;
        padding: 20px 0 30px;
    }
    #inner-banner {
        line-height: 18px;
        min-height: 190px;
    }
    #inner-banner h1 {
        font-size: 22px;
    }
}
@media only screen and (max-width:568px){
    #page-banner h1 {
        font-size: 26px;
        padding-top: 10px;
    }
    .top-category, #home-blog-post .post-grid {
        width: 100%;
        float: left;
    }
    .top-category img, #home-blog-post .post-grid img {
        width: 100%;
    }
    .top-category a h4 {
        padding: 15px 15px;
        height: 47px;
        font-size: 14px;
    }
    .featured-category.populare .top-category a h4 {
        padding: 15px 15px;
        height: 47px;
    }
}
@media only screen and (max-width:480px){
    form#search-dating > div {
        margin-right: 0 !important;
        width: 40% !important;
        padding-right: 0;
    }
    form#search-dating {
        width: 100%;
        text-align: center;
    }
    form#search-dating > div:last-child {
        padding-right: 0px !important;
        width: 44px !important;
        overflow: hidden;
        color: transparent !important;
        vertical-align: middle;
    }
    #search-category .container > #search-dating input[type="submit"] {
        padding: 0px;
        text-align: left;
        height: 45px;
        width: 100%;
        text-indent: -999px;
        background-position: center;
    }
    .heapBox .handler:before {
        border-top: 8px solid #EF6A89;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        right: 6px;
    }
    .heapBox.open .handler:before {
        border-bottom: 8px solid #EF6A89;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
    }
    .logo {
        float: left;
        margin: 0;
        width: 68%;
    }
    #footer .col-sm-5.text-right {
        float: right;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    #footer .col-sm-7.footer-nav {
        float: left;
        width: 100%;
    }
    .footer-nav .menu > li {
        width: 50%;
        margin: 0px;
        padding: 0px 5px;
        text-align: center;
    }
    .footer-nav .menu > li .sub-menu li a {
        border: 0px;
        padding: 0px;
    }
    .footer-nav .menu > li .sub-menu:after {
        display: none;
    }
    .footer-nav .menu > li .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        transform: none !important;
        min-width: inherit;
    }
    .website-logo div {
        width: 120px !important;
        height: 50px !important;
    }
    .website-detail .middle ul {
        table-layout: fixed;
        display: block;
    }
    .website-detail .middle ul li {
        width: 100%;
        display: block;
    }
    .middle div {
        margin: 0 auto;
    }
    .middle a {
        display: block;
        float: none;
    }
    .footer-nav .menu > li {
        margin: 0 0 20px;
        padding: 0 5px;
        text-align: center;
        width: 100%;
    }
    .website-logo {
        padding: 10px 0 10px 0px;
    }
    body .bhoechie-tab-menu div.list-group>a {
        display: block;
        padding: 15px !important;
        text-align: left !important;
        width: 100%;
        float: left;
    }
    body .bhoechie-tab-menu div.list-group>a:after{
        display: none;
    }
    .search-box select option {
        font-size: 14px;
    }
    .page-title-container .page-title {
        width: 100%;
        text-align: center;
        margin-bottom: 4px;
        max-width: 100%;
    }
    .page-title-container .breadcrumbs {
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    .featured-category.populare .col-xs-2.top-category-acrhive {
        width: 50%;
    }
    .anchor {
        font-size: 20px;
    }
    #inner-banner .container .banner-caption br {
        display: none;
    }
    .blog-wrapper .blog .col-sm-4 {
        width: 100%;
    }
    .blog-post h1.post-title {
        font-size: 19px;
    }
}
@media only screen and (max-width:384px){
    #page-banner h1 {
        font-size: 22px;
    }
    div.bhoechie-tab-menu div.list-group>a h2 {
        font-size: 12px !important;
    }
    body {
        font-size: 13px;
        line-height: 1.4;
    }
    div.bhoechie-tab-container img.size-medium {
        max-width: 100%;
    }
    h2, .h2, .col-sm-8.blog-post h2 {
        font-size: 18px;
    }
    .heapBox .holder {
        font-size: 14px;
        padding: 0px 20px 0px 8px;
        text-align: left;
        height: 40px;
        line-height: 40px;
    }
    #search-category .container > #search-dating input[type="submit"] {
        height: 40px;
    }
}
@media only screen and (max-width:320px){
    .heapBox .holder {
        font-size: 14px;
        padding: 0px 20px 0px 4px;
        text-align: left;
        height: 40px;
        line-height: 40px;
    }
    .heap ul li a {
        padding: 5px 10px;
        font-size: 12px;
        text-align: left;
    }
    form#search-dating > div {
        margin-right: 0 !important;
        width: 41% !important;
        padding-right: 0;
    }
    form#search-dating > div:last-child {
        width: 37px !important;
    }
    #search-category .container > #search-dating input[type="submit"]{
        height: 40px;
    }
    h3, .h3 {
        font-size: 16px;
    }
    #related-news ul.related-post li .post-caption {
        margin-left: 0;
        float: left;
        margin-top: 5px;
    }
    #related-news ul.related-post li .featured-image {
        width: 100%;
        float: left;
    }
    .footer-nav .menu li {
        padding: 2px 5px;
        width: 100%;
    }
    #populare .col-xs-4 {
        width: 100%;
        text-align: center;
    }
    .featured-category.populare .col-xs-2.top-category-acrhive, .row.letters .col-xs-6 {
        width: 100%;
    }
}
#ourpartner .title {
    color: #ef698a;
}
.website-count {
    font-size: 50px;
}
.website-count > span {
    background: #ef698a none repeat scroll 0 0;
    border: 5px solid #2291d9;
    border-radius: 50%;
    color: #ffffff;
    height: 70px;
    padding: 4px 20px;
    width: 70px;
}
.main-content .btn-primary.btn-new {
    float: left;
    margin-bottom: 10px;
}
.btn.btn-lg > span {
    position: relative;
    top: -2px;
}