.margin-vertical-10{height:10px;width:100%}
.margin-vertical-20{height:20px;width:100%}
.margin-vertical-30{height:30px;width:100%}
.margin-vertical-40{height:40px;width:100%}
.margin-vertical-50{height:50px;width:100%}
.margin-vertical-60{height:60px;width:100%}
.margin-vertical-70{height:70px;width:100%}
.margin-vertical-80{height:80px;width:100%}
.margin-vertical-90{height:90px;width:100%}
.margin-vertical-100{height:100px;width:100%}

@media (max-width: 768px) {
.h1, h1 {font-size: 28px !important;}
.h2, h2 {font-size: 24px !important;}
.h3, h3 {font-size: 20px !important;}
.h4, h4 {font-size: 16px !important;}
.h5, h5 {font-size: 14px !important;}
.h6, h6 {font-size: 12px !important;}
}
@media (min-width: 1200px) {
    .container{
        max-width: 1024px !important;
    }
}
.menu{background:#ff6102;width:94%;border-radius:15px;z-index:9999;margin:auto}
.navbar-custom{
	margin-top:-10px;
	margin-bottom:-10px;
}
.navbar-custom ul li a{
	color:#fff;
	text-transform:uppercase;
	margin-right:20px;
	padding-left:20px;
}
.navbar-custom ul li.active a,.navbar-custom ul li a:hover{
	background-color:transparent !important;
	background-image:url("../images/menu-bullet.png");
	background-repeat:no-repeat;
	background-position:0px 17px;
	padding-left:20px;
}
.navbar-custom .navbar-brand{
	color:#000;
}
.navbar-custom .navbar-toggle{
	border:2pt solid #fff;
}
.navbar-custom .navbar-toggle .icon-bar{
	border:1pt solid #fff;
}
.inner-body{background:#fbf9f0;border-radius:20px;padding-bottom:20px;border:1pt solid #fac330;margin-top:-10px;margin-bottom:20px;}
.login-top {
    background-image: url("../images/login-top.jpg");
    background-repeat: no-repeat;
	background-size: 100%;
    text-align: center;
    font-family: Verdana;
    line-height: 42px;
    padding-left: 25px;
    font-size: 18px;
    color: #000;
    width: 100%;
    height: 45px;
}
.login-middal {
    border-left:1pt solid #CCC;
    border-bottom:1pt solid #CCC;
    border-right:1pt solid #CCC;
    width: 100%;
}
.from-box {
    background: transparent url("../images/u-name-box.jpg") no-repeat scroll 0% 0%;
    border: medium none;
    padding-left: 34px;
    margin: 8px 4px;
    height: 31px;
    width: 190px;
}
.from-pass {
    background: transparent url("../images/pass-box.jpg") no-repeat scroll 0% 0%;
    border: medium none;
    margin: 8px 4px;
    padding-left: 34px;
    height: 34px;
    width: 190px;
}
.text-add {
    background-image: url("../images/text-add-box.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    font-family: Verdana;
    line-height: 45px;
    font-size: 18px;
    color: #000;
    width: 100%;
    height: 45px;
}
.text-add-title {
    background-image: url("../images/text-add-bg-title.jpg");
    background-repeat: repeat-x;
    background-size: 100%;
    border-radius: 5px;
    border: 1px solid #FFF;
    text-align: center;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    width: 100%;
    height: 27px;
}
.text-add-text {
    font-family: Verdana;
    font-size: 11px;
    text-align: center;
    line-height: 18px;
    font-weight: normal;
    color: #1E1E1E;
}
.side-menu {
    float: left;
    height: auto;
    margin:0px;
    padding-left: -15px;
    width: 100%;
}
.side-menu ul {
    float: left;
    margin: 6px 0 6px 6px;
    padding: 0;
}
.side-menu ul li {
    float: left;
    height: auto;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 3px 0 0;
    width: 100%;
}
.side-menu ul li a {
    background-image: url("../images/side-menu-btn.png");
    background-repeat: no-repeat;
    color: #252525;
    float: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.side-menu ul li a:hover {
    background-image: url("../images/side-menu-btn-hover.png");
    background-repeat: no-repeat;
    color: #ffffff;
    float: left;
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}
.side-menu ul li .active {
    background-image: url("../images/side-menu-btn-hover.png");
    background-repeat: no-repeat;
    color: #ffffff;
    float: left;
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}
ol li{margin-bottom:10px}
.tblrows{height:30px;}
/*faq*/
.custom-ul{list-style:none;padding-left:0px}
.custom-ul .qu:before{content: "Q - " attr(data-task-owner) ;margin-right:10px}
.custom-ul .qu{margin-bottom:10px;font-weight:bold;cursor:pointer;padding:10px 5px;background-color:#f5ac29;border-bottom:1pt solid #FFF}
.custom-ul .qu:hover{background-color:#FC6}
.custom-ul .an:before{content: "Ans - " attr(data-task-owner) ;margin-right:10px;font-weight:bold}
.custom-ul .an{margin-bottom:10px;display:none;padding:10px 5px;background-color:#FC6;text-align:justify}
.testimonial{border:1pt dashed #F00;padding:10px 5px;}
.right-box-top {
    background-image:linear-gradient(to right, #ffa701, #ffcc03);
	padding:6px;
}
.right-box-top-inner {
    background-color:transparent;
    text-align: center;
    font-family: Verdana;
    font-size: 18px;
    color: #000;
	border:4pt solid #fed839;
	padding:3px;
	margin:auto;
}
.right-box-bg {
    border-left:1pt solid #CCC;
    border-right:1pt solid #CCC;
    border-bottom:1pt solid #CCC;
    width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}
.right-2-title {
    background-image: url("../images/title-2-bg.jpg");
    background-repeat: no-repeat;
    width: 218px;
    height: 28px;
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #000;
	padding-top:2px;
    background-position: center center;
	margin:auto;
	margin-bottom:10px;
}
.join-now-button {
    background-image:linear-gradient(#e23234, #8f221d);
    border-radius: 5px;
    border: none;
    text-align: center;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    margin-top: 6px;
    line-height: 27px;
    height: 27px;
}
.login-box-from-text-use-box {
    background: transparent url("../images/login-box-from.jpg") no-repeat scroll 0% 0%;
    border: medium none;
    width: 225px;
    height: 31px;
    padding-left: 32px;
}
.login-box-from-text-use-box-pass {
    background: transparent url("../images/login-box-from-pass.jpg") no-repeat scroll 0% 0%;
    border: medium none;
    width: 225px;
    height: 31px;
    padding-left: 32px;
}
.footer{
	margin-top:20px;
}
.footer-link-text,.footer-link-text a {
    font-family: Verdana;
    font-size: 12px;
    color: #777;
    padding-top: 4px;
    padding-bottom: 8px;
}