/* For Logo Only */


body{
	font-family: "Century Gothic",Verdana, Geneva, sans-serif;
	font-weight: 400;
	color:#414042;
}

/* Color Swatches */

.brand-primary{
	color: #d9563c;
}
.brand-primary-darker{
	color: #b0402a;
}
.brand-secondary{
	color: #69c8c5;
}
.black{
	color:#000;
}
.gray-darker{
	color:#414042;
}
.gray{
	color:#b8b8b8;
}
.gray-light{
	color:#f2f2f2;
}

/*
 * Typography
 *
 */

a{
	color:#D7000D;
}
a:hover, a:focus{
	color:#d9563c;
}
a.link-white{
	color:#fff;
}
a.link-white:hover{
	color:#fff;
}
b{
	font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
label,
.btn{
	font-family: "Century Gothic",sans-serif;	
}
/* 
 * Section Marketing 
 */
#marketing{
	 background-color:#BE0038;
	 background-color:#999999;
	 width:100%;
}
header{
	padding-top:30px;
}
.header-inner{
	padding-bottom:30px;
	border-bottom:solid 1px #c94d35; /* Fallback */
	overflow: hidden;
}
.logo{
	color: #fff;
	font-family: "Pacifico",cursive;
	font-size: 30px;
	line-height:30px;
	text-shadow: 0px 1px rgba(0,0,0,0.2);
}
.logo:hover{
	text-decoration: none;
	color:#fff;
}
.social-icons > a{
	text-align:center;
	background-color: #b0402a;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	padding:5px 7px;
	text-shadow: 0px 1px rgba(0,0,0,0.2);
}
.social-icons.text-right > a{
	margin-left:10px;
}
.social-icons.text-left > a{
	margin-right:10px;
}
.social-icons > a > i.icon-facebook{
	padding: 5px 6px;
}
.social-icons > a:hover{
	text-decoration: none;
	color:#d9563c;
}
.masthead{
	padding:50px 0 0 !important;
	color:#fff;
	font-weight: 400;
}
.hero-title{
    color:#FFFFFF;
    color:#FFFFFF;
	font-size:42px!important;
	margin-top:0;
	text-align: center;

	margin-bottom:15px!important;
	letter-spacing:0!important;	
	font-weight:600;

	text-shadow: 0px 0px rgba(0,0,0,0);
    /*
     text-shadow: 0px 1px rgba(255,255,255,0.2);
     */
}
.hero-desc{
    color:#C0C0C0;
	margin-bottom: 20px;
	font-size:16px;
	line-height:22px;
    text-shadow: 0px 0px rgba(255,255,255,0);
}
.hero-form{
	background:#b0402a;
	background:#444;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:0px 0px 0px;
	color:#fff;

    box-shadow:  0px 1px rgba(0,0,0,0.2);

}
.hero-form label{
	font-size:18px;
	padding-bottom:10px;
}
.hero-form #email, .mail-input{
	min-height: 42px;
	border-radius: 6px;
	float:left;
    font-weight:700
}

.hero-form .text-small,.hero-form .text-small-alt{
	font-size:12px;
	margin-top:-5px;
}
.hero-form .text-small-alt{
	margin-top:10px;
}
.hero-form .text-small a,.hero-form .text-small-alt a{
	color:#fff;
}
.tweet-form .control-group{
	margin-top:25px;
}
.buy-form .well{
	background:#b0402a;
	border:none;
	margin-top:20px;
	padding:30px;
}
.marketing-media{
    vertical-align: bottom;
    display: table-cell;
}
.marketing-media img{
	display: block;
	margin:0 auto ;
    vertical-align: bottom
}
.marketing-media-footer img{
	display: block;
	margin:0 auto ;
}
/* Pricing */
.pricing-box{
	border:solid 2px #b0402a;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color:#fff;
	padding:0 60px;
	min-height:150px!important;
}
.pricing-box h3{
	margin: -10px 0 5px;
}
.pricing-box.checked{
	background-color:#b0402a;
}
*/

/* 
 * Section Wrap 
 */
#inside{
	background-color: #fff;
} 
.sec-wrap{
	padding:0px 0;
}
.sec-title{
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}
.sec-title span{
	border-radius: 4px;
	background-color:#69c8c5;
	background-color:#FF9C00;
	color:#fff;
	font-weight:400!important;
	padding:5px 10px;
	text-shadow: 0px 1px rgba(0,0,0,0.2);
}
.accordion-heading a{
	font-size:16px;
	font-weight:700;
}
.accordion-heading a:hover{
	color:#BE0038;
	text-decoration:none;
	background-color:#f2f2f2;
    transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;

}

.list-bullet li:before, .list-bullet li ul li:before{
	color:#69c8c5;
	font-size:8px; 
	vertical-align: top;
	padding-right:10px;
}
.list-bullet li ul li{
	list-style: square;
}
a.thumbnail{
	padding:0;
	margin-bottom:10px;
	border:0;
	background: #f2f2f2;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	text-align:center;
	padding:34px 0;
}
a.thumbnail:hover{
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; 
}
.text-lead{
	font-size:16px;
	line-height:20px;
}	
.text-lead-big{
	font-size:18px;
	line-height:22px;
}
/* media-list */
.media-list{
	margin-top:30px;
}
.media-object-alt{
	float: left;
	margin-right: 10px;
	background-color:#d9563c;
	padding:4px 10px;
	color:#fff;
	border-radius:15px;
	font-weight:900;
}
.media-heading{
	margin:4px 0 15px;
	color:#d9563c;	
}



/*
 * Testimonial
 */

#testimonial
{
	background:#f2f2f2;
}
blockquote{
	border:none;
	padding:0;
	text-align:center;
	margin:0;
}
blockquote small{
	color:#b8b8b8;
	font-size:12px;
}	
.testi-thumb{
	margin-bottom:20px;
}
.testi-thumb img{
	background: #b8b8b8;
	border-radius:4px;
}
.testi-text{
	font-size:18px;
	line-height:22px;
	margin-bottom:20px;
}
.testi-user{
	color:#d9563c;
	margin-bottom:5px;
}
/*
 * Author
 */
#author{
	background-color: #fff;
} 
#author .social-icons > a{
	background-color: #d9563c /*b0402a*/;
}
#author .social-icons > a:hover{
	color:#fff;
	background-color: #b0402a;
}
#author .media{
	margin:30px 0;
}
#author .media-object{
	margin-right:20px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}

/*
 * Marketing Footer
 */ 
#marketing-footer{
	background:url('pattern-2.jpg');
} 

#marketing-footer .hero-form{
	margin:50px 0;
	padding-right:0px;
}
#marketing-footer .hero-form .text-small
{
	margin-top:5px;
	display:block;

}

/*
 * Footer
 */

footer{
	padding:20px 0 10px;
	background: #333333;
	color:#b8b8b8;
}

/*
 * Buttons
 */
.btn{
	background-image: none;
	border:none;
	font-weight: 700;
	background-color: #b8b8b8;
	text-shadow: none;
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
    -ms-transition: All 1.5s ease;
    transition: All 1.5s ease;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled]{
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
    -ms-transition: All 1.5s ease;
    transition: All 1.5s ease;
}

.btn-primary{
	background-color: #d9563c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]{
	background-color: #b0402a;
}
.btn-info{
	background-color: #06A9EF;
}
.btn-info:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]
{
	background-color:#0474A4;
}
.btn-success{
 background-color:#468847;
}
.btn-success:hover{
 background-color:#53a553;
}
.btn-warning{
 background-color:#f89406;
}
.btn-warning:hover{
 background-color:#f5a028;
}
.btn-danger{
 background-color:#C8010E;
}
.btn-danger:hover{
 background-color:#648E20;
}
.btn-inverse{
 background-color:#414042;
}
.btn-inverse:hover{
 background-color:#000;
}
.btn-title{
 background-color:#14630E;
}
.btn-title:hover{
 background-color:#10510B;
}
.btn-title-transparent{
 background-color:#14630E;
}
.btn-title-transparent:hover{
 background-color:#10510B;
}




.well{
	background: #fff;
	border-color:#f2f2f2;
	box-shadow: none;
}

/*
 * Navbar
 */

.navbar-inner{
	background-image: none;
	background-color:#f2f2f2;
}
.navbar-inverse .navbar-inner{
	background-color: #414042;
}
.navbar-inverse .divider-vertical{
	border-right-color:#414042;
	border-left-color:#000;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus{
	box-shadow:none;
	text-shadow: none;
}

.label, .badge{
	font-weight: 400;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus,
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus{
	background-color:#d9563c;
}
.nav .dropdown-toggle .caret{
	border-top-color: #414042;
	border-bottom-color: #414042;
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret{
	border-top-color: #000;
	border-bottom-color: #000;
}
/*
 * Dropdown
 */
.dropdown-menu{
	box-shadow:none;
}
.dropdown-menu > li > a:hover{
	background-image: none;
	background-color: #d9563c;
}

.progress .bar{
	background-image: none;
	background-color: #d9563c;
}

.featured {
    background: url("slide.jpg") no-repeat scroll center top; width:auto / 100% 100% transparent;
    padding-bottom: 0px;
}


.wave_bg_top {
  background: url("wave_bg_top.png") repeat-x scroll 0% 0% transparent;
}
.wave_bg_btm {
  height: 30px;
  background: url("wave_bg_btm.png") repeat-x scroll 0% 100% transparent;
}

.popover-title{
  color:#222
}
.popover-content{
  display:none
}

.no-margin{
	margin:0 !important;
}
.no-padding{
	padding:0 !important;
}
.padding5{
	padding:5px !important
}

.btn-gigant {
    padding: 15px 25px;
    font-size: 22px;
    line-height: 25px;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
}
.btn-gigant-w {
    padding: 15px 25px;
    font-size: 23px;
	line-height: 29px;
    border-radius: 6px;
	color: #FFF;
	text-align: center;
}

.close-modal {
	background: url("close.png") no-repeat;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #AAA;
    cursor: pointer;
	opacity: 1;
	width:36px;
	height:36px;
	z-index: 1;
}

@media (max-width: 767px){
	body{
		padding-right: 0px;
		padding-left: 0px;
		}
	.container{
		padding-right: 20px;
		padding-left: 20px;
 	}
	.hero-title{
		margin-top:20px;
	}
	.hero-title,.hero-desc,.hero-form ,#author .media{
		text-align: center;
	}
	.hero-form .text-small{
		margin-top:10px;
	}
	.hero-form .text-small .pull-right{
		float:none;
		display: block;
	}
	#author .media{
		margin-bottom:0px;
	}
	#author .media > .pull-left{
		float:none;
	}
	#author .media-object{
		display:inline;
		margin-right:0;
		margin-bottom:15px;
	}
	.pricing-box{
		margin-bottom:10px;
	}
	.social-icons.text-left{
		text-align: center;
	}
	.social-icons.text-left > a{
		margin:0 5px;
	}

    .marketing-media img{
    	margin:0 auto !important;
        vertical-align: baseline !important;
        display:block !important;
    }
    .marketing-media{
        vertical-align: baseline !important;
        display:block !important;
    }

	
}
@media (min-width: 768px) and (max-width: 979px) {
    .marketing-media img{
    	margin:70px 0 0 -50px !important;
    }
	.hero-form .text-small{
		margin-top:10px;
	}
	.hero-form input[type=text]{
	 display: block;
	  width: 100%;
	  min-height: 30px;
	  -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			  box-sizing: border-box;
	}
	.hero-form	.btn{
	  display: block;
	  width: 100%;
	  margin-left:0;
	  padding-right: 0;
	  padding-left: 0;
	  -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			  box-sizing: border-box;
	}
	#marketing-footer .hero-form .text-small{
		text-align: center;
	}
	#marketing-footer .hero-form .text-small .pull-right{
		float:none;
		display: block;
	}
	
}

/* Zebra List and Table */
ul.zebra > li,
table.zebra tbody td { border-bottom: 1px solid #d2d2d4; }
ul.zebra > li:first-child,
table.zebra tbody tr:first-child td { border-top: 1px solid #d2d2d4; }

ul.zebra > li:nth-of-type(odd),
table.zebra tbody tr:nth-of-type(odd) { background: #fdfdff; }

/* Module Black */
.mod-black ul.zebra > li { border-bottom: 1px solid #262627; }
.mod-black ul.zebra > li:first-child { border-top: 1px solid #262627; }
.mod-black ul.zebra > li.odd,
.mod-black ul.zebra > li:nth-of-type(odd) { background: transparent url(../images/menu_sidebar_level1_active_black.png) 0 0 repeat; }
.mod-black ul.zebra > li.odd { background-color: #3d3d3f; }

/* Module Color */
.mod-color ul.zebra > li { border-bottom: 1px solid #fdfdff; }
.mod-color ul.zebra > li:first-child { border-top: 1px solid #fdfdff; }
.mod-color ul.zebra > li.odd,
.mod-color ul.zebra > li:nth-of-type(odd) { background: transparent url(../images/menu_sidebar_level1_active_color.png) 0 0 repeat; }
.mod-color ul.zebra > li.odd { background: transparent url(../images/menu_sidebar_level1_active_color.png) 0 0 repeat; }

table.zebra {
	border-right: 1px solid #d2d2d4;
	border-bottom: 1px solid #d2d2d4;
	background: #F5F5F7;
	box-shadow:
		0 8px 4px -4px rgba(0,0,0,0.1),
		inset 0 1px 0 rgba(255,255,255,0.2);
}

table.zebra caption { color: #777779; }

table.zebra thead {
	background: #5a5a5c;
	background: -moz-linear-gradient(
					top,
					rgba(90,90,92,1.0) 0%,
					rgba(60,60,62,1.0) 100%
				);
	background: -webkit-linear-gradient(
					top,
					rgba(90,90,92,1.0) 0%,
					rgba(60,60,62,1.0) 100%
				);
	background: -o-linear-gradient(
					top,
					rgba(90,90,92,1.0) 0%,
					rgba(60,60,62,1.0) 100%
				);
	background: linear-gradient(
					top,
					rgba(90,90,92,1.0) 0%,
					rgba(60,60,62,1.0) 100%
				);
	background: -ms-linear-gradient(
					top,
					rgba(90,90,92,1.0) 0%,
					rgba(60,60,62,1.0) 100%
				);
}

table.zebra thead tr td,
table.zebra thead tr th { border: 1px solid #262628; }

table.zebra thead th {
	color: #fdfdff;
	text-shadow: 0 -1px 1px rgba(0,0,2,0.6);
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

table.zebra thead th a:hover { color: #fdfdff; }

table.zebra tbody tr { border-top: 1px solid #d2d2d4; }

table.zebra tbody tr:hover,
table.zebra tbody tr:nth-of-type(odd):hover,
table.zebra tbody tr.odd:hover {
	background: #fff;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.06);
}

table.zebra tr td,
table.zebra tr th {	border-left: 1px solid #d2d2d4; }

table.zebra tfoot tr {
	border-bottom: 1px solid #a2a2a4;
	background: #eaeaec;
	color: #99999b;
}

/* Tables (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

table.zebra { width: 100%; }

table.zebra th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

table.zebra th,
table.zebra td { padding: 5px; }

table.zebra tbody,
table.zebra tfoot { font-size: 16px; }

table.zebra .bold { font-weight: bold; }
table.zebra .center { text-align: center; }

table.zebra td * { vertical-align: middle; }

table.zebra tfoot { font-style: italic; }

table.zebra caption {
	font-size: 11px;
	text-align: left;
	font-style: italic;
}

.content-center {margin:0 auto; max-width:770px; }

.black-text {color:#000000; }
.white-text {color:#ffffff; }

.list-yes { float:left; width:100%;}
.list-yes ul {list-style:none; padding:0px; margin:0px;}
.list-yes ul li {font-size:16px; background:url(../img/list-yes.png) no-repeat; padding:0 0 9px 38px; line-height:28px;}

.list-no { float:left; width:100%;}
.list-no ul {list-style:none; padding:0px; margin:0px;}
.list-no ul li {font-size:16px; background:url(../img/list-no.png) no-repeat; padding:0 0 9px 38px; line-height:28px;}

.content-bg {width:100%; background-color:#f5f5f5; border-bottom:1px solid #d9d9d9; padding:53px 0 36px; display:inline-block;}
.content-clear {width:100%; background-color:none; border-bottom:1px solid #C9C9C9; padding:27px 0 27px; display:inline-block;}
.content-clear-0 {width:100%; background-color:none; border-bottom:0px solid #C9C9C9; padding:27px 0 0px; display:inline-block;}
.content-red {width:100%; background-color:#C8010E; border-bottom:1px solid #9A010D; padding:27px 0 27px; display:inline-block;}
.content-orange {width:100%; background-color:#F7981D; border-bottom:1px solid #D17B07; padding:27px 0 27px; display:inline-block;}
.content-green-1 {width:100%; background-color:#47A447; border-bottom:1px solid #235223; padding:27px 0 27px; display:inline-block;}
.content-green-2 {width:100%; background-color:#669123; border-bottom:1px solid #374F13; padding:27px 0 27px; display:inline-block;}
.content-blue {width:100%; background-color:#ECF3F6; border-bottom:1px solid #9DC1D0; padding:27px 0 27px; display:inline-block;}
.content-gray {width:100%; background-color:#E5E5E5; border-bottom:1px solid #9D9D9D; padding:27px 0 27px; display:inline-block;}
.content-yellow {width:100%; background-color:#FFCC00; border-bottom:1px solid #C19B00; padding:27px 0 27px; display:inline-block;}
