@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

.container{width:1400px;}
a:hover,
a:focus{text-decoration:none;}
html,
body {
    height: 100%;
	font-family:'Open Sans', sans-serif;
	background:#f4f8fb;
	color:#565867;
	font-size:16px;
	line-height:1.6;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #cbcbcb;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #cbcbcb;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #cbcbcb;
}
:-moz-placeholder { /* Firefox 18- */
	color: #cbcbcb;
}

hr{margin:0}

.container{clear:both}

.gradient{
	background:#ff0000;
}

.button{display:inline-block;padding:8px 25px;color:#fff;background:#f20018;font-weight:700;border-radius:3px;}
.button:hover{background:#ff0000}

.section{float:left;width:100%;padding:80px 0;}

.title{font-size:30px;font-family:'Open Sans', sans-serif;font-weight:700;margin-top:0;color:#282828}

.search{position:relative;overflow:hidden;}
.search label{display:none}
.search input[type="search"]{width:100%;padding:0 25px;background:#fff;border:none;font-size:16px;border-radius:100px;height:60px;padding-left:50px;}
.search input[type="submit"]{border:none;background:url(../images/searchIcon.png) no-repeat;color:#d2d2d2;font-size:0;position:absolute;left:20px;top:22px;width:17px;height:17px;background-size:100%;}
.search form{float:left;width:100%;}

#header{float:left;width:100%;}
#header .site-logo{margin:10px 0}
#header .backGround{position:absolute;width:100%;}
#header .topHeader{padding:8px 0;background:rgba(0,0,0,0.05)}
#header .topHeader .siteLogo img{width:140px;}
#header .topHeader .siteUrl .siteLink{margin:12px 0}
#header .topHeader .siteUrl a{color:#fff;font-family:'Open Sans', sans-serif;font-size:16px;}
#header .topHeader .search{width:300px;margin-right:15px;}
#header .topHeader .search input[type="search"]{height:48px;padding-left:45px;}
#header .topHeader .search input[type="submit"]{padding:0;width:15px;height:15px;top:17px;left:18px}
#header .bottomHeader{float:left;width:100%;padding:25px 0}
#header .bottomHeader .header{float:left;width:100%;margin-bottom:10px}
#header .bottomHeader .header h2{font-size:35px;color:#fff;font-weight:300}
#header .bottomHeader .header p{color:#fff;font-size:17px;}
#header .bottomHeader .search{width:500px;margin:auto;}
#header .bottomHeader .searchTopics{float:left;width:100%;margin:15px 0;}
#header .bottomHeader .searchTopics p{color:#fff;font-size:14px;}
#header .bottomHeader .searchTopics p i{margin-right:5px;font-size:16px}
#header .bottomHeader .searchTopics p span{font-family:'Roboto Condensed', sans-serif;font-size:15px;font-weight:700}
#header .bottomHeader .searchTopics p a{color:#fff;text-decoration:underline;}
#header .bottomHeader .searchTopics p a:hover{text-decoration:none;}

#furExplore{background:#fff;border-bottom:1px solid #eee}

#furExplore p{color:#a5a5a5;font-size:15px;}
#furExplore .singleStep{	
	float:left;
	width:100%;
}
#furExplore ul{margin:0;list-style:none;float:left;width:100%;margin-top:25px;padding:0}
#furExplore ul li{display:inline-block;margin:0 25px}
#furExplore ul li a{float:left;width:100%;position:relative;}
#furExplore .content{
	float:left;
	width:100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;		
	}

#furExplore .singleStep .icon{
	font-size:55px;
	color:#282828;	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
#furExplore ul li:hover .singleStep .icon{	
	color:#282828;
}
#furExplore ul li:hover .singleStep .content{
	opacity:1;
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
	}
#furExplore .singleStep h3{font-size:18px;color:#ff0000;font-weight:700;margin-bottom:0;margin-top:15px}
#furExplore .singleStep p{font-size:13px;color:#868686;margin-top:5px;}

#faq{background:url(../images/dashboardBg.png) no-repeat!important;background-size:100%!important;background-position:bottom!important}
#faq .title{margin-bottom:25px;}
#faq .single{float:left;width:100%;margin:15px 0;padding:20px;background:#fafafa;border-radius:7px;box-shadow:0 0 0 1px rgba(0,0,0,0.05),0 2px 5px rgba(0,0,0,0.05);}
#faq .single p{margin-bottom:0;}
#faq .single h3{font-weight:900;font-size:16px;color:#282828;margin-top:0;margin-bottom:5px}
#footer{background:#101010;padding:25px 0;float:left;width:100%;}
#footer #copyright{font-size:13px;font-weight:400;text-align:center}

.allPosts{float:left;width:60%;margin-left:20%;box-shadow:0 0 0 1px rgba(0,0,0,0.05),0 2px 5px rgba(0,0,0,0.05);border-radius:7px;overflow:hidden;margin-top:30px;}
.notfound{float:left;width:100%;min-height:500px}
.notfound .title{font-size:35px}
.allPosts .singlePost{float:left;width:100%;background:#fff;border-bottom:1px solid #eee;padding-right:20%}
.allPosts .singlePost:last-child{border-bottom:none}
.allPosts .singlePost:hover{background:#fdfdfb}
.allPosts .singlePost .postContent{float:left;width:100%;padding:25px 20px;}
.allPosts .singlePost h3{margin:0;font-size:18px;	margin-bottom:5px;color:#ff0000;font-weight:400}
.allPosts .singlePost p{color:#565867;margin-bottom:0;}
.author{float:left;width:100%;margin-top:10px}
.author .user{float:left;margin-right:25px;}
.author .user img{width:40px;border-radius:100%;margin-right:-12px;}
.author .userInfo{float:left;font-size:12px;color:#b6b8c5;font-family:'Roboto', sans-serif;line-height:1.6em;}
.author .userInfo span{color:#797b87}


.internal{float:left;width:100%;}
.internal .head{float:left;width:100%;padding:30px 15px;padding-top:0;}
.internal .head .pageIcon{float:left;width:60%;margin-left:20%;position:relative;}
.internal .head .pageIcon .icon{position:absolute;right:0;top:0}
.internal .head .pageIcon .info{width:100%;}
.internal .head .pageIcon .desc{float:left;width:100%;margin-top:20px;}
.internal .head .pageIcon h1{font-weight:900;color:#ff0000;font-size:28px;margin-top:10px;margin:0}
.internal .head .pageIcon .lnr{font-size:80px;color:#282828}

#quickVideo{padding:50px 0}
#quickVideo .allPosts{margin-top:0}


#singlePost .allPosts .singlePost{padding-right:0;}
#singlePost .allPosts .singlePost:hover{background:#fff}
#singlePost .allPosts .singlePost .postContent{padding:30px 35px;background:#fafafa;border-bottom:1px solid rgba(0,0,0,0.02)}
#singlePost .allPosts .singlePost h3{font-size:30px;color:#282828;}
#singlePost .allPosts .singlePost p{font-size:18px;color:#8F919D;}
#singlePost .allPosts .fullPost{float:left;width:100%;padding:30px 45px;}
#singlePost .allPosts .fullPost iframe{width:100%;min-height:400px}
#singlePost .allPosts .fullPost h4{font-size:18px;font-weight:700;color:#474747;margin-bottom:15px}
#singlePost .allPosts .fullPost img{width:100%;}
#singlePost .allPosts .fullPost p{font-size:16px;line-height:1.6;font-weight:400;margin-bottom:20px;color:#999;letter-spacing:0.02em}