body{
	/*background: url('../img/bg-wood.png');*/
	background:#E9E9E9;
	margin-top: 130px;
	-webkit-transition: margin 0.4s ease;
       -moz-transition: margin 0.4s ease;
         -o-transition: margin 0.4s ease;
            transition: margin 0.4s ease;
}
body.shrink{
	margin-top: 75px;
}


@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/BEBAS NEUE/bebasneue-webfont.eot');
    src: url('fonts/BEBAS NEUE/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BEBAS NEUE/bebasneue-webfont.woff') format('woff'),
         url('fonts/BEBAS NEUE/bebasneue-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.copy{ color:#FFF}
.content .navbar .navbar-brand{
	padding-left: 0;
	font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	float: none;
	line-height: 50px;

	-webkit-transition: font-size 0.4s ease;
       -moz-transition: font-size 0.4s ease;
         -o-transition: font-size 0.4s ease;
            transition: font-size 0.4s ease;
}

.header{
	width: 100%;
	position: absolute;
	position: fixed;
	z-index: 999;
	top:0;

	background-color:#CB0A10;
	width: 100%;
}

.navbar{
	-webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
         -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
}

.shrink .navbar{
	padding: 10px 0 !important;
}

.shrink .content .navbar .navbar-brand{
	font-size: 2.2em !important;
}

.get-it-now a{
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 3px;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
}

a.get-it-now-bottom{
	border-radius: 3px;
	border: 1px solid #e54e53;
	color: #e54e53;
	padding: 15px 20px !important;	
	font-size: 18px;
	margin-bottom: 10px;
}

.content{
	width: 990px;
	margin: auto;
}

.content h4{
	margin-bottom: 20px;
}

.features-container{
	padding:0;
	margin: 0;
}

.features{
	color:rgb(88, 88, 88);
}

.features-title{
	font-weight: 500;
}

.grid-container{
	margin-top: 60px;
	margin-bottom: 60px;
}


.noMarginBottom{
	margin-bottom: 0 !important;
}

.content h2{
	color: #e54e53;
	font-size: 24px;
}

.set-bg-red{background-color:#CB0A10!important}

/* ====== MENU ====== */

.content .navbar{
	margin: 0;
	background: none;
	border: 0;
	padding: 40px 0;
}

.content .navbar .navbar-brand{
	padding-left: 0;
	color: #fff;
	font-weight: 200;
}

.content .navbar-nav a{
	color: #fff !important;
	font-weight: 200 !important;
}

.content .navbar-nav a:hover{
	background: rgba(0,0,0,.07) !important;
}

.content .navbar-nav li.active a{
	background: rgba(0,0,0,.07) !important;	
}

.navbar-toggle:focus{
	background: none !important;
	outline: 0;	
}

.navbar-toggle:hover{
	background: rgba(0,0,0,.07) !important;
}

.navbar-toggle{
	border-color: #fff !important;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff !important;
}

.get-it-now{
	margin-left: 60px;
}

/* ====== END MENU ====== */



/* ====== TO TOP ICON ====== */

.to-top{
	height: 29px;
	width: 29px;
	background-color: rgba(0,0,0,0.6);
	z-index: 10000;
	color: #fff;
	cursor: pointer;
	position: fixed;
	right: 17px;
	bottom: 17px;
	display: none;
	text-align: center;
	font-size: 12px;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.to-top>i{
	margin-top: 6px;
}

.to-top:hover{
	background-color:#42414d!important;
}
/* ====== END TO TOP ICON ====== */


/* ====== CONTENT ====== */

.section{
	background: #fff;
	width: 100%;
	padding: 60px 0px;
}

.section h2{
	margin-top: 0;
}

/* ====== END CONTENT ====== */


/* ==========EDITION===========*/ 

/* social links icon */

.social_small {
	display: inline;
	float:right;
	width:98%!important;
	margin-left:auto;
	margin-right:auto
}

.social_small li {
	list-style: none;
	text-indent: -9999px;
	margin-right: 5px;
	float:right;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
		
.social_small li.first {
	margin-left:0;
}

.social_small li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 32px;
	width: 32px;
}

.social_small li:hover {background-position: 0 -32px;}

.facebook {background:url(../../../../assets/img/icons/social/fb.png) no-repeat;}
.googleplus {background: url(../../../../assets/img/icons/social/google.png) no-repeat;}
.youtube {background: url(../../../../assets/img/icons/social/youtube.png) no-repeat;}
.flickr {background: url(../../../../assets/img/icons/social/flickr.png) no-repeat;}
.twitt {background: url(../../../../assets/img/icons/social/twitter.png) no-repeat;}
.ig {background:url(../../../../assets/img/icons/social/ig.png) no-repeat;}
.ig ul{margin-left:0;list-style:none;}.ig img{float:left;margin-right:15px;}.ig span.tweet_time{display:block;padding-bottom:5px;}.ig li{border-bottom:1px dashed #efefef;padding-bottom:20px;margin-bottom:20px;list-style:none;}.ig li:last-child{border:none;}




/* ====== RESPONSIVE DESIGN ====== */

@media only screen and (max-width: 990px) {
		.content{
			width: 100%;
			padding: 0px 10px !important;
		}
	
}

@media only screen and (max-width: 760px) {
		.get-it-now{
			margin-left: 0;
			margin-top: 40px;
		}
		
		.social_small {
			border:none!important;
			display:inline;
			width:100%!important;
			float:left;
			margin-right:auto; margin-right:auto
			}
			.social_small  li{ float:left}

}
