@charset "utf-8";
/* CSS Document */
body{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color:#FFF;
	padding-top: 53px;
	padding-bottom: 80px;
	background: #000;
}
td,th {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#FFF;
}
h1{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color:#FFFFFF;
}
h3{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color:#4DA6FF;
}
.frm01{
	width:50px;
}
.front-cat{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin:2px;
	padding:5px;
	background-color:#FFF;
	width:100%;
	height:300px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}
.middle-sec{
	background-color:#000000;
	padding:10px;
}
.footer{
	background-color:#0776FF;
	padding:10px;
	color:white;
}
.gen-info{
	color:white;
	background-color:#000;
	padding:10px;
}
.menulink1{
	color:white;
}
a.menulink1:hover{
	color:yellow;
}
.shadow{
	box-shadow: 2px 2px 4px #888888;
}
.td07 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	background-color: #F0DA49;
	font-size: 11pt;
	border: thin solid #CCC;
	height: 30px;
	padding-left: 10px;
}
.td09 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	background-color: #32AFCF;
	font-size: 11pt;
	border: thin solid #CCC;
	height: 30px;
	padding-left: 10px;
}
.td10 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	background-color: #53B966;
	font-size: 11pt;
	border: thin solid #CCC;
	height: 30px;
	padding-left: 10px;
}
.navbar-toggle{
	color: #FFF;
}
.pad-left-20{
	padding-left:20px;
}
.pad-both-40{
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	margin: 0 auto;
}
.pad-both-10{
	padding-left: 10px;
	padding-right: 10px;
}
.pad-both-60{
	padding-left: 60px;
	padding-right: 60px;
}
.pad-both-80{
	padding-left: 80px;
	padding-right: 80px;
}
.bg-dark{
	background:#303030;
	color:#E3E3E3
}
.txt-10{
	font-size: 12px;
}
.txt-12{
	font-size: 12px;
}
.txt-12-pink{
	font-weight: bold;
	color: #F144A9;
	font-size: 12px;
}
.txt-14{
	font-size: 14px;
}
.txt-14-pink{
	font-weight: bold;
	color: #F144A9;
	font-size: 14px;
}
.txt-18{
	font-size: 18px;
}
.txt-18-10{
	font-size: 18px;
	padding-left: 10px;
}
.txt-18-pink{
	font-weight: bold;
	color: #F144A9;
	font-size: 18px;
}
.hr-pink{
	width: 100%;
	height: 3px;
    color: #F144A9;
    background: #F144A9;
    font-size: 0;
    border: 0;}
.txt-24{
	font-size: 24px;
}
.txt-24-pink{
	font-weight: bold;
	color: #F144A9;
	font-size: 24px;
}
.txt-28-red{
	font-weight: bold;
	color: red;
	font-size: 28px;
}
.txt-32{
	font-size: 32px;
}
.txt-32-pink{
	font-weight: bold;
	color: #F144A9;
	font-size: 32px;
}
.txt-45-cg{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 45px;
	color: #F144A9;
}
.txt-red{
	color: red;
}
.txt-yellow{
	color: yellow;
}
.txt-white{
	color: white;
}
.txt-blue{
	color: #4DA6FF;
}
.txt-red-bold{
	color: red;
	font-weight: bold;
}
.txt-blue{
	color: #04428C;
}
.txt-blue-bold{
	color: #04428C;
	font-weight: bold;
}
.col-centered{
    margin: 0 auto;
    float: none;
}
p.big{
	line-height:200%;
}
.input-10{
	width: 10px;
	text-align: center;
}
.old-price{
	color: #999;
	text-decoration: line-through;
}
/*
.carousel-caption { 
	position: relative;
	padding:0;
	margin:0;
	text-align:left;
	color:#666;
	left:10px;
	text-shadow:none;
}
*/
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn-custom {
	background-color: #0776FF;
	border-color: #0776FF;
	color: #FFF;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
	background-color: #0776FF;
	border-color: #0776FF;
	color: #FFF
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #ed65f0;
  border-color: #ed65f0;
}
.footer-nav{
	background: #333;
	color: #FFF;
	font-size: 10px;
	height: 90px;
}
.navbar-inverse{
	background-color: #0776FF;
}
.navbar-inverse .navbar-brand {
  color: #FF0;
  background-color: #0776FF;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 20px;
}
.navbar .navbar-collapse {
	max-height: none;
}

@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}
/*
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
*/
.col-centered{
    margin: 0 auto;
    float: none;
}
.txt-banner{
	height: 30px;
	padding-top: 4px;
	background-color: #000000;
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;;
}

.carousel-control.right, .carousel-control.left {
  background-image:none;
}

#myterms .modal-dialog
{
    min-width: 80%; /* your width */
}
#privacy .modal-dialog
{
    min-width: 80%; /* your width */
}
#mytestimonials .modal-dialog
{
    min-width: 80%; /* your width */
}


@media (min-width: 768px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.navbar .navbar-collapse {
		text-align: center;
	}
}




.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 5px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}
.social i {
    width: 30px;
    height: 30px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 18px;
    text-align:center;
    padding-top: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.social .fa-facebook:hover { /* round facebook icon*/
    background: #4060A5;
}
.social .fa-twitter:hover { /* round twitter icon*/
    background: #00ABE3;
}
.social .fa-pinterest:hover { /* round pinterest icon*/
    background: #cb2027;
}
.social .fa-instagram:hover { /* round instagram icon*/
    background: #375989;
}
.nav a{
    font-size: 14px !important;
    }
