@font-face {
	font-family: 'icon';
	src:url('fonts/icon.eot?a00wzw');
	src:url('fonts/icon.eot?#iefixa00wzw') format('embedded-opentype'),
		url('fonts/icon.woff?a00wzw') format('woff'),
		url('fonts/icon.ttf?a00wzw') format('truetype'),
		url('fonts/icon.svg?a00wzw#icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="gym-"], [class*=" gym-"] {
	font-family: 'icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.gym-menu55:before {
	content: "\e600";
}

#mobnav-btn {
    display: none;
    font-size: 20px;
    font-weight: bold;
    background-color: #f5f5f5;
    color: #333;
    padding: 10px;
    cursor: pointer;
}

#mobnav-btn .gym-menu55 {
    float: right;
    position: relative;
    top: 2px;
}

.current #mobnav-btn{
    background-color: #ED1584;
    color: #fff;
}
.mobnav-subarrow {
    display: none;
}

#header .headerSocial{
   width:210px; 
   float:right; 
   margin-top:20px; 
   text-align:right;
}
#header .bannertitle{
    width:290px;
    float:left;
}
.box-table-colum1{
    height: 160px !important; 
    vertical-align:top !important; 
    width: 260px !important;
}

.box-table-colum2{
    border-top: none !important; 
    border-bottom:none !important; 
    vertical-align:top !important; 
    padding-left: 40px !important;
}

.whole-img{
    float:left; 
    width:100%;
    max-width: 658px;
    margin-top:15px; 
    margin-bottom:0px; 
    height:auto;
}
@media only screen and (max-width: 1005px) {
    img{
        max-width: 100%;
        height:auto;
    }
    #page{
        max-width:100%;
        width:auto;
        margin: 0 10px;
    }
    #centercol{
        width:66%;
        margin-right: 1%
    }
    #rightcol{
        width:33%;
    }
    
    #footer{
        width:100%;
    }    
    
    #footer .fl{
        margin: 0 15px;
    } 
    
    .optin_form input[type="text"]{
        width:90%;
    }
    
    .box-table-colum1, .box-table-colum2{
        width:100% !important;
        float:left !important;
        padding-left:0 !important;
        height:auto !important;
    }
    #centercol iframe {
        max-width: 100%;
    }
    .box .content{
        padding:10px;
    }
    .box{
        padding:0;
    }
    #centercol .dd_post_share{
        background: none;
    }
}

@media only screen and (max-width: 860px) {
    #nav1 ul.sf-menu li a{
        font-size: 13px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 768px) { 
    body{
        background: none;
    }
    #header .headerSocial{
        float:right !important;
        width:210px !important;
    }
    #header .bannertitle{
        width:290px;
        float:left;
    }
    #nav1{
        float:left;
        width:100%;
        height:45px;
        margin-bottom: 20px;
        border-bottom: 5px solid #333;
    }
    .sf-menu ul{
        position: relative;
        width: 100%;
        top:0;
    }
    #nav1 ul.sf-menu li ul.sub-menu{
        margin:0;
    }
/*    #nav1 ul.sf-menu li ul.sub-menu li{
        background: transparent;
        border-bottom: none;
    }
    #nav1 ul.sf-menu li ul.sub-menu li a{
        background: none;
        color:#ed2183;
    }*/
    #centercol, #rightcol{
        width:100%;
        margin-right: 0%;
        float:left;
        margin-bottom: 20px;
    }
    #mobnav-btn {
        display: block;
    }
    .mobnav-subarrow {
        display: block;
        background: url(images/arrow1.png) no-repeat right 6px transparent;
        height: 20px;
        width: 30px;
        position: absolute;
        top: 17px;
        right: 10px;
        cursor: pointer;
        cursor: pointer;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
    .xpopdrop .mobnav-subarrow{
        background: url(images/arrow2.png) no-repeat right 6px transparent;
        
    }
    .menu-main-menu-container{
        width: 100%;
        float:left;
        position:relative;
        z-index: 999;
        display: none;
        
    }
    .sf-menu.xactive {
        display: block!important;
    }
    .menu-main-menu{
        background: #f5f5f5;
    }
    #nav1 ul.sf-menu li {
        float: left;
        display: block;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #ddd;
        background: #f5f5f5;
    }
    
    #nav1 ul.sf-menu li ul.sub-menu li{
        background: #ccc;
    }
    #nav1 ul.sf-menu li ul.sub-menu li a{
        background: transparent;
        color:#000;
    }
    
    #nav1 ul.sf-menu > li > a{
        width:80%;
        float:left;
    }
    
    #nav1 li:hover, #nav1 li:hover a{
        background: none;
    }
    
    #nav1 ul.sf-menu > li > a:hover{
        background: none;
        color:#000;
    }
    
    .sf-menu li a {
        float: none!important;
    }
    .sf-menu ul {
        position:static!important;
        display: none!important;
    }
    
    .menu-main-menu-container #menu-main-menu .xpopdrop ul {
        display: block !important;
        visibility: visible !important;
    }    
    
    #archive_pagination{
        margin-bottom: 20px;
    }
    .post-comments .fl{
        width:12%;
    }
    .post-comments .fr{
        width:80%;
    }       
    
    .review .ta_box_right {
        float: left;
        margin: 0 0 10px;
        width: 100% !important;
    }
}

@media only screen and (max-width: 630px) {
    .pic.fl{
        float:none;
        text-align: center;
    }
    .pic.fl img{
        display: inline-block;
    }
    
    .message textarea, .message input {
        width: 90%;
    }
    
    .alignright, img.alignright {
        float: none;
        margin-bottom: 20px;
        margin-left: 0;
    }
    #post-906 table td{
        width:100%;
        float:left;
        padding:0;
    }    
    
    .post-content .jcorgcoupon-clean-container{
        width: auto !important;
    }
    .post-content .jcorgcoupon-clean-container > div{
        margin-bottom: 5px;
        width: 90% !important;
    }
    .post-content .jcorgcoupon-clean-container > div > div{
        width: 100% !important;
    }
}

@media only screen and (max-width: 540px) {
    #header{
        height: auto;
        margin: 0 0 20px;
        float:left;
        width: 100%;
    }
    #header .headerSocial{
        float:none !important;
        width:210px !important;
        margin: 0 auto 10px;
    }
    #header .bannertitle{
        width:232px;
        float:none;
        margin: 0 auto 10px;
    }
}

@media only screen and (max-width: 400px) {
    .social-links{
        height:auto;
    }
    
    .social-links .fl, .social-links .fr{
        float:none;
    }
    .social-links .fr{
        border-top: 1px solid #bbb;
    }
    
    .post-comments .fl{
        float:none;
        width: 100%;
    }
    .post-comments .fr{
        float:none;
        width:100%;
    }
    .comm-name, .comm-date{
        text-align: left;
    }
}
