/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Hero Section
    3.0 Promo Section
    4.0 About Section
    5.0 Feature Section
    6.0 Funfact Section
    7.0 Screenshot Section
    8.0 Pricing Section
    9.0 Testimonial Section
    10.0 Download Section
    12.0 Sponsor Section
    13.0 Widget Section
    14.0 Footer Section
    15.0 Scroll to Top
    
    ==========================================================================
    Foxstar
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open Sans:400,600');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #555;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
	color: #282828;
}
h1{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: -0.04em;
}
h2{
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    color: #303133;
    letter-spacing: -0.01em;
}
h3{
    font-size: 17px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{
    letter-spacing: 1px;
}
p{
    font-size: 14px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}
button{
    border: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}
.no-padding{
    padding: 0;
}

.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #f7f7f7;}
.bg-dark{ background-color: #232323;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid #eaeaea;}

.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #282828;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.container{
    height: 100%;
}
.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.ov-hidden{ overflow: hidden; }

/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}

/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.fs_btn{
    background-color: #3498da;
    border: 1px solid #3498da;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 12px;
}
.fs_btn:hover{
    background-color: #fff;
    color: #333;
}
.fs_btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}
.fs_btn.btn_2{
    background-color: #fff;
    border: 2px solid #fff;
    color: #282828;
}
.fs_btn.btn_2:hover{
    background: none;
    color: #fff;
}
.fs_btn.btn_3{
    background-color: #0095eb;
    border: 2px solid #0095eb;
    color: #fff;
}
.fs_btn.btn_3:hover{
    background: none;
    color: #282828;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero_section{
    background-color: #fff;
    height: 700px;
}

.hero_content{
    margin-bottom: 180px;
}
.hero_content h1{
    margin: 0 0 10px;
}
.hero_content p{}
.hero_bottom{
    background-image: url(../img/hero-bottom.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	z-index: -1;
}

/* ==========================================================================
   Promo Section
   ========================================================================== */
.promo_section{}
.promo_section .promo_item{
    padding: 20px;
    border: 1px solid #ddd;
}
.promo_section .promo_item i{
    font-size: 36px;
    color: #3498da;
}
.promo_section .promo_item h3{
    margin: 10px 0;
}
.promo_section .promo_item p{
    margin: 0;
    font-size: 13px;
}
.promo_section .promo_item:hover{
    border: 1px solid #3498da;
    transition: all 0.3s ease-in-out;
}
   
/* ==========================================================================
   About Section
   ========================================================================== */
.about_section{}
.about_content {
    padding: 70px 0;
}
.about_content h2{}
.about_content p{}
.about_img{}
.about_img img{
    width: 100%;
}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.service_section{}
.service_lists .col-sm-4{
    padding: 15px;
}
.service_lists .service_list{
    border: 1px solid #ddd;
    padding: 30px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.service_section .service_list:hover{
    box-shadow: 0px 0px 4px 2px #ddd;
    transition: all 0.3s ease-in-out;
}
.service_section .service_list .service_content{
    display: block;
    text-align: center;
}
.service_section .service_list .service_content i {
    display: inline-block;
    font-size: 40px;
    color: #3498da;
}
.service_section .service_list .service_content h4{
    margin: 10px 0 5px;
}
.service_section .service_list .service_content p{
    margin: 0;
}

/* ==========================================================================
   Funfact Section
   ========================================================================== */ 
.funfact_section{
    background-image: url(../img/funfact-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0;
}
.funfact_section.overlay:before{
    background-color: rgba(0,0,0,0.8);
}
.fact_heading{}
.fact_content{
    position: relative;
    padding-left: 55px;
}
.fact_content i{
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #3498da;
    width: 45px;
    height: 45px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 45px;
}
.fact_content h3{
    font-size: 28px;
    color: #fff;
    margin: 0px 0 -1px;
    line-height: 28px;
}
.fact_content span{
    color: #ddd;
    text-transform: uppercase;
}

/* ==========================================================================
   Screenshot Section
   ========================================================================== */
.screenshot_section{}
.app_carousel{}
.app_carousel .shot_item{}
.shot_item .screen_thumb{
    overflow: hidden;
    position: relative;
}

.shot_item .screen_thumb img{
    width: 100%;
}
.shot_item .screen_thumb figcaption{
    background-color: rgba(255,255,255,0.8);
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.shot_item .screen_thumb:hover figcaption{
    visibility: visible;
    opacity: 1;
}
.shot_item .screen_thumb figcaption a{
    font-size: 45px;
    color: #3498da;
}
.shot_item .screen_thumb figcaption a:hover{
    color: #3498da;
}
.owl-nav div{
    background-color: transparent;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #111;
    line-height: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 40px;
    opacity: 0.5;
    top: calc(50% - 15px);
    transition: opacity 0.3s ease-in-out;
}
.owl-nav div.owl-next{
    left: auto;
    right: 40px;
}
.owl-nav div:hover{
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}


/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing_section{}
.pricing_tables{}
.pricing_table{
    padding: 30px 50px;
    text-align: center;
}
.pricing_table i{
    font-size: 42px;
    color: #3498da;
    margin-bottom: 20px;
}
.pricing_table h3{
    color: #444;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
}
.pricing_table span.price{
    display: inline-block;
    padding: 0px 30px;
    color: #3498da;
    font-size: 46px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -0.04em;
}
.pricing_table.mid{
    border: 1px solid #3498da;
}
.pricing_table ul{
    padding: 35px 0;
}
.pricing_table ul li{
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */ 
.testimonial_section{}
.testi_items{}
.testi_items .testi_content{
    padding: 30px;
}
.testi_items .testi_content img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.testi_items .testi_content h3{
    text-transform: uppercase;
    font-weight: 300;
    margin: 10px 0 10px;
}
.testi_items .testi_content p{}
.testi_items .testi_content a{
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
}
.testi_items .testi_content a:hover{
    text-decoration: underline;
}


/* ==========================================================================
   Download Section
   ========================================================================== */
.dl_section{
    padding: 110px 0;
}
.dl_content {
}
.dl_content h2{
    font-size: 28px;
    font-weight: 300;
}

.dl_moc{}
.dl_moc img{
    width: 100%;
}

/* ==========================================================================
   Sponsor Section
   ========================================================================== */
.sponsor_section{
    padding: 20px 0;
}
.sponsor_section .sponsor_items{}
.sponsor_section .sponsor_item img{
    width: 100%;
}
.sponsor_section .sponsor_items li:hover img{
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget_section{}
.footer_widget{
    color: #999;
}
.footer_widget h4{
    font-weight: 600;
}
.footer_widget p a{
    color: #999;
}

.links{}
.links li{}
.links li a{
    color: #999;
    display: block;
    line-height: 28px;
}
p a:hover,
.links li a:hover{
    text-decoration: underline;
    color: #ddd;
}

/* Twitter Feed */
.tweet-single{}
.tweet-single .user{
	margin-bottom: 15px;
}
.tweet-single .user span img{
	display: none;
}
.tweet-single .user span{
	display: block;
}
.tweet-single .user a:hover{
	text-decoration: none;
}
.tweet-single .user span:nth-child(2){
	color: #fff;
	font-size: 18px;
}
.tweet-single .user span:nth-child(3){
	color: #fff;
	opacity: 0.6;
}
.tweet-single .user span:nth-child(3):hover{
	text-decoration: underline;
}
.tweet-single .timePosted{
	margin: 0;
}
.tweet-single .timePosted a{
	color: #fff;
	position: relative;
	display: block;
	font-size: 13px;
	padding-left: 20px;
}
.tweet-single .timePosted a:before{
	font-family: 'ElegantIcons';
	content:'\7d';
	color: #fff;
	opacity: 0.6;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
}
.tweet-single .timePosted a:hover{
	text-decoration: none;
}
.tweet-single .tweet a,
.tweet-single .tweet{
	color: #fff;
	opacity: 0.6;
}
.tweet-single .tweet a,
.tweet-single .tweet a:hover{
	text-decoration: underline;
}

   
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    display: block;
    border-top: 1px solid #444;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0;
}
.footer_section p{
    font-size: 12px;
    margin: 0;
}

/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #3498da;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #282828;
    color: #fff;
}