﻿/* ==========================================================================
Theme Name: Coyote
Theme URI: http://mannatstudio.com
Description:  Coyote: Flat Multipurpose HTML5 Business Theme
Version: 1.0
Author: Mannat Studio
Tags: bluelight, themeforest bluelight, template
========================================================================== */

@media screen and (max-width: 980px){
.portfolio-wrap h3{font-size:14px;}
}

body{
	font-family: 'Raleway', Arial, sans-serif ;
	font-size:13px;
	color:#666666;
	background:url(../images/pattern/wood.png) repeat;
}
a, a:visited, a:focus{
	text-decoration: none;
	outline: 0;
}
a:hover {
	color:#303030 !important;
	text-decoration: none;
}
/* ========= Typography =========== */
h1, h2, h3{font-weight:500;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 26px; }
h2 { font-size: 20px; 10px; color:#303030; }
h3 { font-size: 18px;}
h4 { font-size: 16px; color:#999; }
h5 { font-size: 15px; color:#999;}
h6 { font-size: 14px; color:#999;}

.wide {
    background: none repeat scroll 0 0 #FFFFFF;
    max-width: 100%;
}
#main-wrapper{
	margin:0 auto;
	background: none repeat scroll 0 0 #FFFFFF;
}
header{
	padding:20px 0 0 0;
	background:#FFF;
}

/* ========= Main Navigation =========== */
.nav_bg{
	background:#981b1e;
	position:relative;
	width:100%;
	z-index:1000;
}
.navbar{
	margin:0;
}
.logo{
	margin-bottom:15px;
}
.navbar.pull-right{
	margin:10px 0 0 0;
}
.navbar.pull-right .nav{
	margin:0;
	z-index:100000;
}
.navbar .nav > li > a{
	padding:15px 12px;
	text-shadow:none;
	color:#ddd;
	font-size:15px;
	font-weight:400;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{
	color:#FFF !important;
	font-weight:normal;
}
.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after, .dropdown-submenu > a:after{
	border:none;
}
.dropdown-menu, .dropdown-submenu > .dropdown-menu{
	border-radius:0;
	margin:0;
	padding:0;
}
.dropdown-submenu i{
	position:absolute;
	right:10px;
	top:10px;
}
.dropdown-menu > li > a{
	padding:6px 12px;
}
.nav-collapse .dropdown-menu > li > a:hover, .nav-collapse .dropdown-menu > li > a:focus, .nav-collapse .dropdown-submenu:hover > a, .dropdown-submenu:focus > a{
	background-image:none;
	border-radius:0;
	font-weight:normal;
	color:#FFF !important;
}
.nav-collapse what .dropdown-menu > li > a{
	padding:8px 15px;
	font-weight:normal;
}
.nav-collapse .dropdown-menu{
    background-color: #FFFFFF;
	padding:0;
}
/* ========= End =========== */

/* ========= Social Icons =========== */
.social_icons{
	padding:20px 0 0 0;
}
.social_icons.small{
	padding:5px 0 0 0;
}
.social_icons.small ul li a{
	width:24px;
	height:24px;
	line-height:24px;
	font-size:12px;
	background:#979797;
}
.social_icons.small ul li a:hover{
	color:#FFF;
}
.pull-left.social_icons{
	padding:10px 0 0 0;
}
.pull-left.social_icons ul li a:hover {
    background: none repeat scroll 0 0 #999999;
}
.social_icons ul{
	list-style-type:none;
	margin-left:0;
}
.social_icons ul li{
	display:inline-block;
	margin:0;
}
.social_icons ul li a{
	width:30px;
	height:30px;
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	line-height:30px;
	color:#FFF;
}
.social_icons ul li a:hover{
	background:#303030;
	color:#FFF !important;
}
/* ========= End =========== */

/* ========= Search Form =========== */
.navbar-form{
	padding:5px 0 0 0;
}
.navbar-form input{
	border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	font-size:12px;
	font-family: 'Raleway', sans-serif;
}
.dark-grey{
	background: #FEF5F5;
	padding: 45px 0;
}
.dark-grey .page-header {
    border-bottom: 1px solid #cecece;
	margin:0 0 20px 0;
}
.dark-grey .page-header h1{
	color:#303030;
	font-weight:400;
}

.service-box{
	padding:25px 0 0 0;
}
.service-txt{
	padding-left:20px;
	overflow:hidden;
}
.service-txt h3{
	margin-top:0;
}
.big-icon-wrap{
	width:85px;
	height:85px;
	line-height:95px;
	text-align:center;
	color:#FFF;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.large-icon.big-icon-wrap{
	width:220px;
	height:220px;
	text-align:center;
	line-height:255px;
	font-size:25px;
	margin:0 auto;
}
.show-grid.row .service-txt{
	padding-left:0;
}
.service-icon-wrap:hover .big-icon-wrap{
	background:#981b1e;
}
/* ========= End =========== */

/* ========= Portfolio Wrap =========== */
.portfolio-wrap-outer{
	background-color:#FFF;
	background-color:rgba(255,255,255,0.7);

	padding:15px;
	border-radius:5px;
	-o-border-radius:5px;
}
.portfolio-wrap a{
	overflow:hidden;
	border-radius:5px;
	-o-border-radius:5px;
}
.portfolio-wrap a:hover{
	color:#981b1e;
}
.portfolio-wrap p{
	text-align: left;
}
.portfolio-wrap h3{
	font-weight:500;
	line-height:inherit;
	min-height:40px;
}
.portfolio-wrap{
	text-align:center;
	font-weight:400;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}	
.port-icon{
	position:relative;
}
.port-icon span{
	padding:0 8px;
	position:relative;
	z-index:10;
	color:#999;
}
.port-icon:after{
	position:absolute;
	content:"";
	left:0;
	bottom:9px;
	width:100%;
	border-bottom:1px solid #999;
	z-index:1;
}
ul#filters{
	text-align:center;
}
ul#filters li{
	display:inline-block;
	margin:0 5px 10px 0;
}
ul#filters li a{
	display:block;
	padding:8px 10px;
	font-size:16px;
	background:#303030;
	border-radius:3px;
	color:#ffffff !important;
}
#Grid{
	margin:15px 0 0 0;
}
#Grid .mix{
    opacity: 0;
    display: none;
	margin-bottom:30px;
}

/* ========= End =========== */
	

/* Slider Wrap */
.fullwidthbanner-container {
    margin: 0 ;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100% !important;
}
.fullwidthbanner {
    overflow: hidden;
    position: relative;
}
/* Slider Wrap */

/* ========= Footer =========== */
footer{
	background: #641113;
	padding: 40px 0;
	color: #c0c0c0;
}
footer h3{
	font-weight:400;
}
.foot-contact i{
	font-size:16px;
	margin:0 8px 8px 0;
	color:#FFF;
	display:inline-block;
	position:relative;
	top:3px;
}
footer a:hover{
	color:#FFF !important;
}
.copyright{
	background:#FEFCFC;
	padding:15px 0;
}
/* ========= End =========== */

/* ========= Blog Sidebar =========== */
.widget-box{
	margin-bottom:25px;
}
.widget-box h3{
	margin-top:0;
}
.blog-post-wrap .portfolio-wrap{
	margin-bottom:35px;
}
.share-this{
	background:#303030;
	padding:15px 20px;
	margin-bottom:35px;
}
.share-this h4{
	margin:0;
	padding-top:4px;
	font-weight:400;
	color:#FFF;
}
.share-this .social_icons{
	padding:0;
}	
.share-this .social_icons ul{
	margin:0;
}
.share-this .social_icons ul li a{
	background:none;
	width:20px;
	height:25px;
}
.share-this .social_icons ul li a:hover{
	color:#E86165;
}

/* ========= End =========== */
.addmenu {
	line-height: 1em;
	width: auto;
	padding: 0px;
	margin: 0px;
}
