/* ========= CSS3 Shadows =========== */
.shadow-wrapper {
	position: relative;
	width: auto;
	background: #303030;
	margin: 0 auto 40px auto;
	min-width: 250px;
	display: table;
	text-align: center;
	padding: 20px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.shadow-wrapper.full {
	min-width: 100%;
	text-align: left;
	padding: 0;
}
.shadow-wrapper.full h2 {
	padding: 20px;
}
.shadow-wrapper.full:before, .shadow-wrapper.full:after {
	bottom: 23px;
}
.shadow-wrapper h2 {
	font-size: 24px;
	color: #FFF;
	margin: 0;
}
.shadow-wrapper:before, .shadow-wrapper:after {
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 5px;
	bottom: 9px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 7px 5px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 7px 5px rgba(0, 0, 0, 0.9);
	box-shadow: 0 7px 5px rgba(0, 0, 0, 0.9);
	z-index: -1;
}
.shadow-wrapper:after {
	left: auto;
	right: 5px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}
/* ========= End =========== */	

/* ========= Portfolio Hover =========== */	
.portfolio-wrap a {
	display: block;
	overflow: hidden;
	position: relative;
}
span.item-on-hover, .grid-item-on-hover {
	background: rgba(0,0,0,0.3);
	cursor: pointer;
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}
span.hover-link, span.hover-image, span.hover-video {
	height: 41px;
	margin-left: -20px;
	margin-top: -20px;
	width: 41px;
}
span.hover-image {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	left: 50%;
	margin-left: -17px;
	margin-top: -17px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 35px;
}
/* ========= End =========== */	

/* ========= Divider =========== */
.spacer {
	height: 40px;
}
/* ========= End =========== */

/* ========= Features =========== */
ul.coyote-features {
	list-style-type: none;
	margin: 0;
}
ul.coyote-features li a {
	display: block;
	background: #303030;
	padding: 12px;
	text-align: center;
	color: #FFF !important;
	margin-bottom: 15px;
}
/* ========= End =========== */

/* ========= Blog Style =========== */
.blog-text {
	margin: 10px 0 0 0;
}
.blog-text span {
	padding: 0 5px;
}
.blog-text a {
	display: inline;
}
ul.recent-post {
	list-style-type: none;
	margin: 0;
}
ul.recent-post li {
	margin-bottom: 10px;
}
ul.recent-post li:last-child {
	margin-bottom: 0;
}
.thumb-img {
	margin-right: 15px;
	float: left;
	padding: 5px 0 0 0;
}
.post-text {
	overflow: hidden;
}
.post-text span {
	display: block;
}
/* ========= End =========== */

/* ========= Parallax Twitter =========== */
.twitter-bird {
	border-radius: 50%;
	display: inline-block;
	height: 68px;
	margin-bottom: 15px;
	text-align: center;
	text-shadow: none;
	width: 68px;
	border: 2px solid #FFF;
	line-height: 85px;
	color: #FFF;
}
.tweet-stream .tweet_list, .tweet-stream .tweet_list li {
	margin: 0;
	list-style: none;
	font-size: 14px;
	line-height: 25px;
	padding: 0;
	color: #FFF;
}
.tweet-stream .tweet_list li .tweet_text, .tweet-stream .tweet_list li .tweet_time {
	display: block
}
.tweet-stream .tweet_list li .tweet_time {
	font-size: 12px;
	margin-top: 1px
}
.tweet-stream .tweet_list li .tweet_time a {
	color: #FFF;
	font-weight: 400;
}
.tweet-stream .tweet_list li .tweet_time a:hover {
	color: #FFF !important;
}
.flickr-stream ul, .flickr-stream ul li {
	margin: 0;
	padding: 0;
	list-style: none
}
.flickr-stream ul li {
	display: inline-block;
*display:inline;
*zoom:1;
	margin: 0 6px 6px 0
}
.flickr-stream ul li img {
	max-width: 64px;
	max-height: 64px
}
/* ========= End =========== */


/* ========= Parallax Style =========== */
.parallax {
	padding: 70px 0;
}
#first {
	background-image: url(../images/parallax1.jpg);
}
#second {
	background-image: url(../images/parallax/bckgi2.jpg);
}
#fourth {
	background-image: url(../images/parallax/bckgi6.jpg);
}
#third {
	background-image: url(../images/parallax/bckgi6.jpg);
}
#fifth {
	background-image: url(../images/parallax/bckgi5.jpg);
}
section.recent {
	background-attachment: fixed;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	background-clip: border-box;
	background-color: #000;
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
}
/* ========= End =========== */

/* ========= Top Bar =========== */
.top-bar {
	background: #333333;
	padding: 10px 0;
}
/* ========= End =========== */

/* ========= Body Content =========== */
.body-content {
	padding: 52px 0;
	background: #FFF;
}
/* ========= End =========== */

/* ========= Button Style =========== */
.my-btn {
	border-radius: 2px;
	display: inline-block;
	font-size: 16px;
	padding: 10px
}
.my-btn:hover, .my-btn.btn-large:hover, .my-btn.btn-small:hover {
	color: #FFF !important;
}
.my-btn.btn-small {
	padding: 8px;
	font-size: 14px
}
.my-btn.btn-mini {
	padding: 6px;
	font-size: 12px
}
.my-btn.btn-large {
	padding: 12px;
	font-size: 18px
}
.my-btn.btn-orange {
	background: #f90
}
.my-btn.btn-green {
	background: #b3d222
}
.my-btn.btn-pink {
	background: #ee82ee
}
.my-btn.btn-blue {
	background: #0da0f4
}
.my-btn.btn-cyan {
	background: #00bdbd
}
.my-btn, .my-btn.btn-orange:hover, .my-btn.btn-green:hover, .my-btn.btn-pink:hover, .my-btn.btn-blue:hover, .my-btn.btn-cyan:hover {
	background: #303030;
}
.my-btn, .my-btn.btn-small, .my-btn.btn-large, .my-btn.btn-orange, .my-btn.btn-green, .my-btn.btn-pink, .my-btn.btn-blue, .my-btn.btn-cyan, .my-btn.btn-orange:hover, .my-btn.btn-green:hover, .my-btn.btn-pink:hover, .my-btn.btn-blue:hover, .my-btn.btn-cyan:hover {
	color: #f3f3f3
}
.my-btn.btn-small, .my-btn.btn-large {
	font-weight: 400
}
/* ========= End =========== */	

/* ========= Divider Style =========== */
.divider-1 {
	border-bottom: 1px solid #ebebeb;
	margin-top: 45px;
	margin-bottom: 45px;
	height: 0px
}
/* ========= End =========== */	

/* ========= Accordian Style =========== */
.accordion-group, .accordion-inner {
	border: none
}
.accordion-heading .accordion-toggle {
	padding: 12px 12px 12px 35px;
	background: #303030 url(../images/accordion-icon.png) no-repeat 15px center;
	color: #FFF !important;
	margin-bottom: 10px;
}
.accordion-heading .accordion-toggle.active, .bodered .accordion-heading .accordion-toggle.active {
	background: url(../images/accordion-icon-down.png) no-repeat 15px center;
}
.bodered .accordion-heading .accordion-toggle {
	border-radius: 1000px;
	background: #303030 url(../images/accordion-icon.png) no-repeat 15px center;
}
/* ========= End =========== */	

/* ========= Tab Style =========== */
.nav.nav-tabs {
	margin: 0;
}
.tab-content {
	padding: 20px 0px;
}
.tabs-left .tab-content {
	padding: 0 20px 10px 20px;
}
.tabs-right .tab-content {
	padding: 0 20px 20px 0;
}
.tabs-below .tab-content {
	padding: 0 0 20px 0;
}
.nav > li > a:hover, .nav > li > a:focus {
	color: #FFF;
}
/* ========= End =========== */	

/* ========= Graph Bar Style =========== */
.skillbar {
	position: relative;
	display: block;
	margin-bottom: 15px;
	width: 100%;
	background: #eee;
	height: 35px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-ms-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
}
.skillbar-title {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.skillbar-title span {
	display: block;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.skillbar-bar {
	height: 35px;
	width: 0px;
	background: #6adcfa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.skill-bar-percent {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 11px;
	height: 35px;
	line-height: 35px;
	color: #303030;
}
/* ========= End =========== */	

/* ========= Dropcaps Style =========== */
.dropcap {
	font-size: 30px;
	margin: 10px 15px 5px 0;
	color: #303030;
}
.dropcap2 {
	color: #FFFFFF;
	margin-right: 15px;
	padding: 15px;
	position: relative;
	top: 5px;
}
.dropcap, .dropcap2 {
	float: left
}
.dropcap, .dropcap2 {
	font-weight: 700
}
.dropcap, .dropcap2 {
	font-size: 32px
}
/* ========= End =========== */	

/* ========= Bullets Style =========== */
ul.bullets-style {
	margin: 0 0 10px 18px;
	list-style-type: none
}
ul.bullets-style.big {
	font-size: 18px
}
ul.bullets-style li {
	margin: 0 0 5px
}
.arrow-list li:before, .arrow-list-2 li:before, .arrow-list-3 li:before, .arrow-list-4 li:before {
	font-family: 'FontAwesome';
	margin-right: 8px;
	top: 0;
	width: 10px;
	margin-left: -18px;
	display: inline-block
}
.arrow-list li:before {
	content: "\f105"
}
.arrow-list-2 li:before {
	content: "\f05d"
}
.arrow-list-3 li:before {
	content: "\f138"
}
.arrow-list-4 li:before {
	content: "\f061"
}
ul.bullets-style li, .arrow-list li:before, .arrow-list-2 li:before, .arrow-list-3 li:before, .arrow-list-4 li:before {
	position: relative
}
/* ========= End =========== */

/* ========= Breadcrumb Style =========== */
.breadcrumb-wrap {
	padding: 50px 0;
	background: #f0f0f0;
	border-bottom: 1px solid #e0e0e0;
}
.breadcrumb-wrap h1 {
	font-size: 30px;
	margin: 0 0 8px
}
.breadcrumb-wrap small {
	margin: 0;
	font-size: 13px
}
.breadcrumb-links, .breadcrumb-wrap small {
	font-weight: 400
}
.breadcrumb-wrap h1, .breadcrumb-wrap small {
	text-transform: capitalize
}
.breadcrumb-wrap h1, .breadcrumb-wrap small {
	line-height: inherit
}
/* ========= End =========== */

/* ========= Head Style =========== */
.head-style h3 {
	margin-top: 0;
}
.text-justify {
	text-align: justify;
}
.demo-purpose a.my-btn, a.btn {
	margin-bottom: 15px;
}
.progress {
	box-shadow: none;
	height: 20px;
}
.bs-docs-grid .show-grid [class*="span"] {
	background-color: #EEEEEE;
	border-radius: 3px 3px 3px 3px;
	line-height: 40px;
	min-height: 40px;
	text-align: center;
	margin-bottom: 20px;
}
.fontawesome-icons ul li {
	margin-bottom: 8px;
	font-size: 14px;
}
.fontawesome-icons ul li i {
	margin-right: 5px
}
#back-top {
	bottom: 20px;
	position: fixed;
	right: 20px;
	z-index: 10000;
}
#back-top a {
	height: 32px;
	line-height: 32px;
	transition: all .3s ease 0s;
	width: 32px;
	display: block;
	color: #FFF;
	text-align: center;
	background: #303030;
}
#back-top a:hover {
	color: #FFF !important;
}
/* ========= End =========== */

/* ========= Blockquotes Style =========== */
blockquote {
	border-left: 5px solid #999;
}
blockquote.pull-right {
	border-right: 5px solid #999;
}
/* ========= End =========== */

/* ========= Pricing Table Style =========== */
.pricingtable .top {
	padding: 15px 0;
	background: #303030;
}
.top h2 {
	color: #fff;
	margin: 0;
	font: 600 30px/50px 'Source Sans Pro', Verdana, sans-serif
}
.pricingtable {
	background: #F0F0F0;
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
	padding: 0 0 50px;
}
.pricingtable ul {
	list-style-type: none;
	font: 300 18px/2 'Source Sans Pro', Verdana, sans-serif
}
.pricingtable ul li {
	padding-bottom: 5px;
	font-size: 16px
}
.pricingtable ul strong {
	font-weight: 700
}
.pricingtable hr {
	border: 0;
	background-color: #BCBEC0;
	color: #BCBEC0;
	height: 1px;
	margin: 20px 25px 30px
}
.pricingtable h1 {
	font: bold 88px/1 'Source Sans Pro', Verdana, sans-serif
}
.pricingtable h1 sup {
	font-size: 45px
}
.pricingtable p {
	font: 500 14px/1 'Source Sans Pro', Verdana, sans-serif;
	margin-bottom: 25px
}
.featured {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}
.top h2, .pricingtable, .pricingtable ul, .pricingtable h1, .pricingtable p {
	text-align: center
}
.pricingtable ul, .pricingtable h1 {
	margin: 20px 0 0
}
/* ========= End =========== */

/* ========= Contact Page Style =========== */
#contact_form label {
	color: #666;
	margin: 8px 0;
	font-size: 13px;
}
#contact_form input, #contact_form textarea {
	padding: 12px 8px;
	font-size: 12px;
	color: #333;
	border-radius: 0;
	border: none;
	margin-bottom: 5px;
	background: #FFF;
	color: #666666;
	border: 1px solid #e3e3e3
}
#contact_form .send-btn {
	padding: 10px 15px;
	text-transform: uppercase;
	background-image: none;
	text-shadow: none;
	margin-top: 15px;
	box-shadow: none;
	border: none;
	font-family: 'Source Sans Pro', sans-serif;
	border-radius: 3px
}
#contact_form .send-btn:hover {
	background: #303030;
}
#contact_form .send-btn i {
	font-size: 20px;
	margin-left: 5px;
	top: 2px
}
.office-details {
	padding: 10px 0 0
}
.google-maps {
	height: 400px;
	margin: 0
}
#contact_form label.error {
	font-size: 12px;
	color: #F00;
	font-weight: normal;
}
h4.form_thanks {
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	padding: 10px;
	text-align: center;
}
#contact_form .send-btn, .office-details {
	font-size: 16px
}
#contact_form .send-btn, #contact_form .send-btn:hover {
	color: #FFF
}
#contact_form .send-btn, #contact_form .send-btn i {
	position: relative
}
.contact-info li {
	margin-bottom: 15px;
}
.contact-info li span.img-circle {
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin: 0 15px 0 0;
}
.info-text {
	overflow: hidden;
}
.contact-info address {
	margin: 0;
}
/* ========= End =========== */

/* ========= 404 Page Style =========== */
.error-page {
	padding: 100px 0;
	text-align: center
}
.error-page .my-btn {
	text-transform: uppercase
}
.font-large {
	font-size: 100px;
	margin-bottom: 20px
}
.font-large, .font-small {
	font-weight: 700
}
.font-small, .font-mini {
	color: #9098a5
}
/* ========= End =========== */

/* ========= Tags Style =========== */
.tags a {
	margin-right: 8px;
	color: #303030;
	padding: 8px;
	border: 1px solid #303030;
	display: inline-block;
	margin-bottom: 12px
}
.tags a:hover {
	color: #E86165;
}
/* ========= 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;
}
.comments-wrap {
	padding: 0 0 15px 0;
}
.comment-box {
	padding: 20px 0;
	position: relative;
}
.comment-box:before {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	top: 60px;
	border-top: 1px dotted #e0e0e0;
}
.ddcomment-thumb {
	width: 50px;
	float: left;
}
.comment-thumb {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #2B2B2D;
	float: left;
	font-size: 24px;
	height: 83px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 83px;
	padding: 4px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	margin: -5px 0 0 0;
	position: relative;
	z-index: 10000;
}
.comment-txt {
	background: #FFF;
	padding: 0 15px 40px 115px;
	border-bottom: 1px dashed #E0E0E0;
}
.comment-txt h3 {
	margin-top: 0;
}
.arrow-right {
	position: absolute;
	top: 10px;
	left: -11px;
}
.comment-txt .post-date {
	display: block;
	padding: 0 0 12px 0;
}
.comment-txt .post-date span {
	margin-right: 8px;
}
.comment-txt .reply-btn a {
	padding: 5px 10px;
	display: inline-block;
	color: #FFF;
	text-shadow: none;
	border-radius: 2px;
	background: #303030;
	text-transform: capitalize;
}
.comment-txt .reply-btn a:hover {
	background: #E86165;
	color: #FFF;
}
.comment-reply {
	margin-left: 95px;
}
/* ========= Testimonials Style =========== */
.testimonials {
	margin: 0;
	text-align: center;
}
.test-img {
	padding: 0 0 8px 0;
	margin: 0 auto;
	width: 83px;
	height: 83px;
}
.test-text {
	overflow: hidden;
}
.test-img img {
	border-radius: 50%;
	border: 2px solid #FFF;
}
.testimonials h3 {
	font-size: 18px;
	font-weight: 500;
	color: #303030;
}
.testimonials h3 span {
	font-size: 14px;
	display: block;
}
#client-testimonial.owl-theme .owl-controlls, #portfolio-slider-home.owl-theme .owl-controlls {
	position: relative;
	right: 0;
	top: 0;
	bottom: 0;
}
#client-testimonial.owl-theme .owl-controlls .owl-page span {
	border: 3px solid #303030;
	height: 4px;
	width: 4px;
	opacity: 1;
}
#client-testimonial.owl-theme .owl-controlls .owl-page.active span, #client-testimonial.owl-theme .owl-controlls.clickable .owl-page:hover span {
	border: 3px solid #303030;
	background: #FFF;
}
.owl-theme .item {
	margin: 0 5px;
}
#portfolio-slider.owl-theme .owl-controlls .owl-buttons div, #blog-slider.owl-theme .owl-controlls .owl-buttons div {
	width: 14px;
	height: 20px;
	margin: 0;
}
#portfolio-slider.owl-theme .owl-controlls .owl-buttons div:hover, #blog-slider.owl-theme .owl-controlls .owl-buttons div:hover {
	opacity: 0.7;
}
#portfolio-slider.owl-theme .owl-controlls, #blog-slider.owl-theme .owl-controlls {
	top: -100px;
	right: 16px;
}
#portfolio-slider.owl-theme .owl-controlls .owl-buttons div.owl-next, #blog-slider.owl-theme .owl-controlls .owl-buttons div.owl-next {
	background-position: -25px -7px;
}
#portfolio-slider.owl-theme .owl-controlls .owl-buttons div.owl-prev, #blog-slider.owl-theme .owl-controlls .owl-buttons div.owl-prev {
	background-position: -5px -7px;
}
#portfolio-slider-home.owl-theme .owl-controlls .owl-buttons div {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFF;
	color: #303030;
}
#portfolio-slider-home.owl-theme .owl-controlls .owl-buttons div:hover {
	color: #FFF;
}
#portfolio-slider-home.owl-theme .owl-controlls .owl-buttons div.owl-next:after {
	content: "\f105";
	position: absolute;
	left: 17px;
	font-weight: 600;
	top: 10px;
	font-size: 18px;
	font-family: 'FontAwesome';
}
#portfolio-slider-home.owl-theme .owl-controlls .owl-buttons div.owl-prev:after {
	content: "\f104";
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 18px;
	font-weight: 600;
	font-family: 'FontAwesome';
}
/* ========= End =========== */
/* ========= Client Style =========== */
.client-box {
	background: #f0f0f1;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	text-align: center;
	margin: 0 0 10px 0;
}

/* ========= End =========== */
