<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /* This css file is to over write bootstarp css
 ---------------------------------------------------------------------- */
/*
Theme Name: A-Team
Theme URI: http://jeweltheme.com/
Author: JWTheme
Author URI: http://jeweltheme.com/
Description: A-Team Multipurpose HTML Template by Jewel Theme
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: html, themplate, u-turn, jeweltheme
*---------------------------------------------------------------------- */



/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /

* 1 - Google Font
* 2 - General Styles
*   2.1 - Headings 
*   2.2 - Carosuel 
*   2.3 - Owl Carosuel  
*   2.4 - Title
*   2.5 - Item Related Style
*   2.6 - Post Meta
*   2.7 - Social Share
* 3 - Short Code Styles 
*   3.1 - Toggle And Accordions
*   3.2 - progress Bars
*   3.3 - Alert Messages 
*   3.4 - Buttons
*       3.4.1 - Buttons Background Color
*       3.4.2 - Buttons Border Color 
*       3.4.3 - Button Left &amp; Right
* 4 - INDEX PAGE
*   4.1 - Main Slider Section
*   4.2 - Our Works Section
*   4.3 - Features
*   4.4 - Latest Post
*   4.5 - Testimonial 
*   4.6 - Our Clients 
* 5 - Single Page  
*   5.1 - Post Comment
*   5.2 - Leave Comment
* 6 - BLOG PAGE V-01  
* 7 - BLOG PAGE V-02  
* 8 - ABOUT US Page  
*   8.1 - Our Team
* 9 - Contact Page 
* 10 - Single Page  
* 11 - Sidebar  
*    11.1 - Main Menu
*    11.2 - Menu Bottom
*    	  11.2.1 - Social Entry	
*         11.2.2 - Copyright
* 12 - Work Single Page
*    12.1 - Project Details Widget 
* 13 - Work Page
* 14 - Footer
* 15 - Scroll To Top   
------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/

/* 1 - Google Font
------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Raleway:100,300,400,700,500);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);

/* 2 - General styles
---------------------------------------------------------------------- */
html,
body {
	font-family: 'Raleway', 'Roboto', sans-serif;
	color: #595959;
	font-size: 16px;
	/*background: url(../images/bg.jpg) 50% 50%;*/
	background-color: #cd651e;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #595959;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
a:focus {
	outline:none;
	outline-offset:0;
}
a:hover {
	color: #3498db;
	text-decoration: none;
}
p {	
	color: #595959;
	font-family: 'Roboto';
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 25px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	display: inline-block;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
iframe,
audio {
	width: 100%;
	height: auto;
	border: none;
}
input,
textarea,
select {
	width: 100%;
}
.form-control:focus,
input:focus,
textarea:focus {
	box-shadow: none;
	outline: 0 !important;
} 
article {
	padding-bottom: 60px;
}
.section-area {
	display: inline-block;
}
.main-content {
	padding: 80px 0px 0px 0px;
}

/* 2.1 - Headings 
--------------------------------------------- */

h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.87em;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.375em;
}
h5 {
	font-size: 1.125em;
}
h6 {
	font-size: 0.875em;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}
.heading {
	font-weight: 700;
	padding-bottom: 15px;
}
.headings p {
	padding-bottom: 30px;
}

/* 2.2 Carosuel
------------------------------------------------*/
.carousel-indicators li {
	border-radius: 0;
}
.carousel-indicators .active {
	background-color: rgba(187, 187, 187, 0.3);
	border: none;
}
.carousel-control.left,
.carousel-control.right {
	background-image: none;
	top: 85%;
	width: 20px;
	height: 20px;
	background: #4d4d4d;
	text-align: center;
	line-height: 20px;
	margin: 5px;
	opacity: 1;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;	
}
.carousel-control.left {
	left: 43%;
}
.carousel-control.right {
	right: 43%;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
	background-color: #f7a600;
} 

/* 2.3 OWL Carosuel
------------------------------------------------*/
.slide-nav {
	border: 1px solid #ededed;
	cursor: pointer;
	height: 22px;
	width: 22px;
	display: inline-block;
	text-align: center;
	line-height: 22px;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.slide-nav:hover {
	background-color: #f7a600;
	border-color: #f7a600;
	color: #ffffff;
}

/* 2.4 Title
-------------------------------------------------*/
.page-heading {
	text-align: center;
}
.page-title {
	font-size: 2.7em;
	font-weight: 100;
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 27px;
	padding-top: 27px;
}
.section-title,
.footer-section .widget-title {
	margin: 0;
	position: relative;
	padding-left: 35px;
	padding-bottom: 50px;
	text-transform: uppercase;
	padding-top: 90px;
	font-size: 1.375em;
	font-weight: 400;
	color: #000000;
}
.section-title span,
.footer-section .widget-title span {
	position: relative;
}
.section-title:before,
.section-title:after,
.section-title span:before,
.footer-section .widget-title:before,
.footer-section .widget-title:after,
.footer-section .widget-title span:before {
	content: '';
	position: absolute;
	top: 92px;
	height: 20px;
	background-color: #f7a600;
}

.section-title2
{
	padding-top: 0;
	padding-bottom: 10px;
}

.section-title2:before,
.section-title2:after,
.section-title2 span:before
{
	top:2px;
}

.section-title:before,
.footer-section .widget-title:before {
	width: 12px;
	left: 0px;
}
.section-title:after,
.footer-section .widget-title:after {
	width: 6px;
	left: 13px;
}
.section-title span:before,
.footer-section .widget-title span:before {
	width: 3px;
	left: -14px;
	display: inline-block;
	top: 3px;
} 
.item-title,
.post-title,
.entry-title {
	font-size: 1.06em;
	font-weight: 500;
	margin: 0;
	padding: 0px 0px 16px 0;
	color: #4c4c4c;
	text-transform: uppercase;
}
.item-title {
	padding-top: 18px;
}
.entry-title {
	font-size: 1.15em;
}
.services .item-title {
	padding-top: 0px;
}
.mini-title {
	margin: 0px;
	position: relative;
	font-weight: 300;
}
.short-code-title {
	font-family: 'Roboto';
	margin: 0px;
	padding: 75px 0 50px 0;
}

/* 2.5 Item Related Style
---------------------------------------*/
.item-top {
	position: relative;
}
.service-icon,
.item-icon,
.feature-icon {
	color: #f7a600;
	font-size: 1.8em;
	display: inline-block;
	border-radius: 100%;
	line-height: 60px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.feature-icon {
	background-color: #f7a600;
	color: #ffffff;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.feature-icon:hover {
	background-color: #f7a600;
	color: #ffffff;
}
.feature-icon:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #d7d7d7;
	opacity: 0;

	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box; 
	box-sizing: content-box;

	-webkit-transition: -webkit-transform 0.25s, opacity 0.25s;
	-moz-transition: -moz-transform 0.25s, opacity 0.25s;
	-ms-transition: -moz-transform 0.25s, opacity 0.25s;
	-o-transition: -moz-transform 0.25s, opacity 0.25s;
	transition: transform 0.25s, opacity 0.25s;
}
.feature-icon:hover:after {
	opacity: 1;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);

	-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
	-moz-transition: -moz-transform 0.4s, opacity 0.2s;
	-ms-transition: -moz-transform 0.4s, opacity 0.2s;
	-o-transition: -moz-transform 0.4s, opacity 0.2s;
	transition: transform 0.4s, opacity 0.2s;
}
.item:hover .service-icon,
.item:hover .item-icon {
	color: #f7a600;
}
.item-top:before {
	content: '';
	background-color: #ecf0f1;
	width: 100%;
	height: 4px;
	bottom: 0px;
	position: absolute;
}
.post-text,
.item-description,
.item-text {
	margin: 0;
	padding-top: 30px;
	color: #595959;
	font-size: .875em;
	font-family: 'Roboto';
	font-weight: 300;
	letter-spacing: -.3px;
}
.item-top:after {
	content: '';
	background-color: #bfbfbf;
	width: 25px;
	height: 4px;
	bottom: 0px;
	position: absolute;
	left: 0%;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.item:hover .item-top:after {
	background-color: #f7a600;
}

/* 2.6 Post Meta
-----------------------------------------------*/
.post-meta {
	color: #bfbfbf;
	font-size: .875em;
	padding-bottom: 25px;
}
.post-slider .post-meta {
	padding-top: 10px;
	padding-bottom: 17px;
}
.entry-meta span {
	display: inline-block;
}
.entry-meta a {
	color: #bfbfbf;
}
.meta-icon {
	font-size: .85em;
}
.author-social {
	padding: 15px 30px 0 0;
	text-align: right;
}

/* 2.7 Social Share
-----------------------------------------------*/
.author-social a,
.member-bio a {
	background-color: #b3b3b3;
	color: #ffffff;
	display: inline-block;
	font-size: 1em;
	height: 20px;
	width: 20px;
	line-height: 22px;
	text-align: center;
}
.author-social a {
	margin-left: 5px;
}
.member-bio a {
	margin-right: 5px;	
}
.member-bio a, 
.facebook,
.twitter,
.linkedin,
.google-plus,
.pinterest {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;	
}
.facebook:hover {
	background-color: #3d5b99;
}
.google-plus:hover {
	background-color: #dd4b39;
}
.twitter:hover {
	background-color: #5ea9dd;
}
.pinterest:hover {
	background-color: #cb2027;
}
.linkedin:hover {
	background-color: #0177b5;
}

/* 2 - General styles End
---------------------------------------------------------------------- */

/* 3 - Short Code Styles 
---------------------------------------------------------------------- */
.page-heading-shortcode .page-description {
	padding: 0 50px;
}

/* 3.1 Toggle And Accordions
----------------------------------------------*/
.panel-group .panel {
	margin: 0;
	border-radius: 0px;
	border: 1px solid #ededed;
	margin-bottom: -6px;
}
.panel-heading {
	padding: 0px;
}
.panel-title a {
	color: #595959;
	font-size: .9rem;
	line-height: 45px;
	display: inline-block;
	padding: 0 40px;
	background-color: #ededed;
	width: 100%;
	position: relative;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.panel-title a.collapsed {
	background-color: transparent;
	border-color: #f1f2f7;
	color: #262626;
}
.panel-default&gt;.panel-heading {
	background-color: transparent;
}
.panel-title a:before,
.panel-title a.collapsed:before {
	font-family: FontAwesome;
	color: #808080;
	left: 20px;
	top: -2px;
	position: absolute;
	font-size: 1.15em;
	width: 10px;
	height: 10px;
}
.panel-title a:before {
	content: "\f0d7";
}
.panel-title a.collapsed:before {
	content: "\f0da";
}
.style-2 .panel-title a:before,
.style-2 .panel-title a.collapsed:before {
	font-family: FontAwesome;
	color: #808080;
	right: 0px !important;
	top: 1px;
	position: absolute;
	font-size: 1em;
	width: 10px;
	height: 10px;
	left: 20px;
}
.style-2 .panel-title a:before {
	content: "\f147";
}
.style-2 .panel-title a.collapsed:before {
	content: "\f196";
}
.panel-body p {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}

/* 3.2 progress Bars
----------------------------------------------*/
.progress-title {
	color: #0d0d0d;
	font-size: .9em;
	padding-bottom: 15px;
}
.progress.thin {
	height: 10px;
}
.progress.bold {
	height: 30px;
	margin-top: 25px;
}
.progress.bold .progress-bar {
	line-height: 30px;
	font-size: .9em;
	text-align: left;
	padding-left: 30px;
}
.progress-bar-success {
	background-color: #f7a600;
}
.progress-bar-info {
	background-color: #fcb322;
}
.progress-bar-warning {
	background-color: #ca61ff;
}
.progress-bar-danger {
	background-color: #ff6c60;
}
.progress-striped .progress-bar, .progress-bar-striped {
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-size: 25px 25px;
}

/* 3.3 Alert Messages 
----------------------------------------------*/
.alert {
	overflow: hidden;
}

/* 3.4 Buttons
-----------------------------------------------*/
.btn-container {
	padding-top: 25px;
}
.btn {
	border-radius: 0;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	padding: 9px 20px;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.default .btn:hover {
	background-color: #349be1;
	color: #ffffff;
}
.default .btn-bg,
.light-yellow .btn-xs,
.red .btn-xs,
.light-green .btn-xs {
	position: relative;
	z-index: 1;
}
.shortcode .btn {
	font-weight: 700;
	margin: 10px;
}
.btn-left:before,
.btn-right:before {
	content: '';
	background-color: #ffffff;
	color: #ffffff;
	position: absolute;
	top: 0px;
	width: 100%;
	display: inline-block;
	height: 100%;
	z-index: -1;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.default .btn-md,
.btn-md {
	padding: 15px 55px;
}
.green .btn-effect:hover {
	color:  #f7a600;
}
.light-yellow .btn-effect:hover {
	color: #e0c124;
}
.red .btn-effect:hover {
	color: #2b344f;
}
.light-green .btn-effect:hover {
	color: #f15b5d;
}
.green .btn-effect:hover,
.light-yellow .btn-effect:hover,
.red .btn-effect:hover,
.light-green .btn-effect:hover {
	background-color: transparent; 
}
.green .btn-xs,
.light-yellow .btn-xs,
.red .btn-xs,
.light-green .btn-xs {
	font-size: .9em;
	padding: 9px 20px 10px 20px;
} 
.green .btn-xs:hover,
.light-yellow .btn-xs:hover,
.red .btn-xs:hover,
.light-green .btn-xs:hover,
.green .btn-xs:hover:before,
.light-yellow .btn-xs:hover:before,
.red .btn-xs:hover:before,
.light-green .btn-xs:hover:before {
	color: #ffffff;
}

/* 3.4.1 Buttons Background Color 
------------------------------------*/
.btn-bg {
	color: #ffffff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.default .btn-bg,
.green .btn-bg {
	background-color: #61a8d8;
} 
.light-yellow .btn-bg {
	background-color: #e0c124;
}
.red .btn-bg {
	background-color: #2b344f;
}
.light-green .btn-bg {
	background-color: #f15b5d;
}

/* 3.4.2 Buttons Border Color 
------------------------------------*/
.default .btn {
	border: 1px solid #61a8d8;
	padding: 10px 20px;
	font-size: .75em;
} 
.green .btn {
	border: 1px solid #f7a600;
}
.light-yellow .btn {
	border: 1px solid #e0c124;
}
.red .btn {
	border: 1px solid #2b344f;
}
.light-green .btn {
	border: 1px solid #f15b5d;
}

/* 3.4.3 Button Left &amp; Right
------------------------------------*/
.btn-left,
.btn-right {
	background-color: transparent;
}
.btn-left:hover,
.btn-right:hover {
	color: #ffffff !important;
}
.default .btn-left,
.default .btn-right {
	color: #f7a600;
} 
.light-yellow .btn-left,
.light-yellow .btn-right {
	color: #e0c124;
}
.red .btn-left,
.red .btn-right {
	color: #2b344f;
}
.light-green .btn-left,
.light-green .btn-right {
	color: #f15b5d;
}
.btn-left:before {
	left: -100%;
}
.btn-left:hover:before {
	left: 0%;
}
.btn-right:before {
	right: -100%;
}
.btn-right:hover:before {
	right: 0%;
}
.green .btn-left:hover:before,
.green .btn-right:hover:before {
	background-color: #f7a600;
} 
.light-yellow .btn-left:hover:before,
.light-yellow .btn-right:hover:before {
	background-color: #e0c124;
}
.red .btn-left:hover:before,
.red .btn-right:hover:before {
	background-color: #2b344f;
}
.light-green .btn-left:hover:before,
.light-green .btn-right:hover:before {
	background-color: #f15b5d;
}

/* 3.4 Buttons End
-----------------------------------------------*/

/* 3 - Short Code Styles End
---------------------------------------------------------------------- */


/* 4 INDEX PAGE
---------------------------------------------------------------------- */

/* 4.1 Main Slider
----------------------------------------------*/
.main-slider {
	border: 1px solid #ededed;
	padding: 10px;
	position: relative;
	overflow: hidden;
}
.slider-text {
	background-color: rgba(99, 172, 222, 0.6);
	bottom: 50%;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: 300;
	padding: 15px 40px;
	position: absolute;
	right: -100%;
	text-transform: uppercase;
	opacity: 0;
	z-index: 0;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.main-slider:hover .slider-text {
	opacity: 1;
	right: 0%;
	z-index: 1;
}
.main-slider .carousel-control {
	background-color: transparent;
	border: none;
	font-size: 3em;
	top: 50%;
	margin-top: -25px;
}
.main-slider .carousel-control:hover {
	background-color: transparent;
}
.main-slider .carousel-control.left {
	left: -10%;
}
.main-slider .carousel-control.right {
	right: -10%;
}
.main-slider:hover .carousel-control.left {
	left: 3%;
}
.main-slider:hover .carousel-control.right {
	right: 3%;
}
.carousel-caption {
	right: 0px;
}

/* 4.2 Our Works Section
------------------------------------------------*/
.our-works .section-title {
	display: inline-block;
}
.works-slider .item-image {
	margin: 5px;
	position: relative;
	overflow: hidden;
}
.our-works .item-image img {
	border: 1px solid #ecf0f1;
	height: 100%;
	width: 100%;
	padding: 5px;

	-webkit-transition: -webkit-transform .25s  ease;
	-moz-transition: -moz-transform .25s  ease;
	-ms-transition: -ms-transform .25s  ease;
	-o-transition: -o-transform .25s  ease;
	transition: transform .25s  ease;
}
.zoom {
	background: rgba(55, 160, 228, 0.3);
	color: #ffffff;
	font-size: 1.625em;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	line-height: 161px;
	opacity: 0;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.item-image:hover .zoom {
	color: #ffffff;
	opacity: 1;
}
.our-works .item-title {
	padding: 10px 0 0px 0;
	color: #4c4c4c;
	font-size: .93em;
	font-weight: 400;
	text-transform: uppercase;
}
.work-catagory {
	font-family: 'Roboto';
	font-size: .8125em;
	font-weight: 300;
	color: #808080;
}
.works-page .single-slider .item,
.works-single-page .single-slider .item {
	margin: 0px;
}
.works-page .works-slider {
	padding-top: 90px;
}
.works-container {
	padding-top: 90px;
}
.item-image.effect-oscar img {
	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	-ms-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.item-image.effect-oscar .zoom {
	padding: 1em;
	background: rgba(55, 160, 228, 0.3);
	-webkit-transition: background-color 0.35s;
	-moz-transition: background-color 0.35s;
	-ms-transition: background-color 0.35s;
	-o-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
.item-image.effect-oscar .zoom::before {
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border: 1px solid #fff;
}
.item-image.effect-oscar .zoom::before {
	opacity: 0;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.item-image.effect-oscar:hover .zoom::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.item-image.effect-oscar:hover .zoom {
	background: rgba(55, 160, 228, 0.3);
}

/* 4.3 Features
----------------------------------------------------*/
.features {
	text-align: center;
}
.features .item-top:before {
	left: 0px;
}
.features .item-top:after {
	right: 50%;
}
.features .item:hover .item-icon {
	background-color: #f7a600;
	color: #ffffff !important;
}
.features .item-top:after {
	left: 50% !important;
	margin-left: -13px;
}
.feature-page .feature {
	padding-top: 100px;
}
.feature-page .item {
	padding-bottom: 90px;
}
.feature-page footer {
	padding-top: 25px;
}

/* 4.4 Latest Post
-------------------------------------*/
.latest-post .section-title {
	display: inline-block;
	padding-bottom: 35px;
}
.latest-post article {
	padding-bottom: 0px;
}
.latest-post .entry-title {
	font-size: 1.25em;
	font-weight: 400;
	padding-bottom: 10px;
}
.latest-post .item {
	border: 1px solid #ededed;
	padding: 10px;
	margin: 15px;
}
.latest-post .item-top:before,
.latest-post .item-top:after {
	background-color: transparent;
}
.latest-post .item-title {
	padding-bottom: 0px;
}
.latest-post .item-description {
	padding-top: 30px;
	padding-bottom: 0px;
}
.slide-nav-container {
	padding-top: 92px;
}

/* 4.5 Testimonial 
-----------------------------------------*/
.testimonial .item {
	display: inline-block;
	padding: 0 5px;
}
.testimonial .client-speech {
	background-color: #f7f7f7;
	border-bottom: 5px solid #e5e5e5 !important;
	padding: 25px 20px;
	position: relative;
	border: 1px solid #ededed;
}
.testimonial .client-speech:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #e5e5e5;
	position: absolute;
	bottom: -20px;
}
.testimonial .client-speech:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #f7f7f7;
	position: absolute;
	bottom: -13px;
	left: 25px;
}
.testimonial .client-speech p {
	padding: 0;
	margin: 0;
	font-size: .875em;
	font-family: 'Roboto';
	font-weight: 300;
}
.speech-author {
	padding-top: 30px;
}
.client-image {
	float: left;
}
.client-details a {
	display: block;
	float: left;
	font-size: .93em;
	font-family: 'Roboto';
	font-weight: 300;
	padding-left: 20px;
	color: #f7a600;
}
.client-address {
	color: #bbbbbb !important;
	font-size: .875em;
}

/* 4.5 Our Clients 
-------------------------------------*/
.our-clients .section-title {
	display: inline-block;
}
.clients-area .item {
	max-width: 215px;
	max-height: 120px;
	display: inline-block;
	margin: 0 10px;
}
.clients-area img {
	border: 1px solid #ededed;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.clients-area img:hover {
	opacity: 1;
}

/* 4 INDEX PAGE END
---------------------------------------------------------------------- */

/* 5  Single Page
---------------------------------------------------------------------- */
.single-slider {
	border: 1px solid #ededed;
	max-height: 460px;
	padding: 10px;
}
.carousel-inner {
	max-height: 460px;
	position: relative;
}
.carousel-inner img {
	width: 100%;
	max-height: 100%;
}
.single-post {
	padding-top: 100px;
}
.single-post .post-meta {
	margin-right: 30px;
	padding-top: 0px;
	position: relative;
}
.single-post .post-meta:before,
.single-post .post-meta:after {
	content: '';
	position: absolute;
	right: 0px;
	width: 5px;
}
.single-post .post-meta:before {
	background-color: #ecf0f1;
	height: 100%;
}
.single-post .post-meta:after {
	background-color: #bfbfbf;
	height: 25px;
	top: 0px;
}
.single-post .entry-meta span {
	display: block;
	font-size: .9em;
	text-align: right;
	padding-right: 30px;
	color: #bfbfbf;
}
.single-post .entry-meta span a,
.single-post .entry-meta span time {
	padding-right: 15px;
}
.single-post-text:before,
.single-post-text:after,
.post-comment:before,
.post-comment:after {
	content: '';
	position: absolute;
	bottom: 0px;
	height: 5px;
}
.single-post-text:before,
.post-comment:before {
	background-color: #ecf0f1;
	width: 100%;
}
.single-post-text:after,
.post-comment:after {
	background-color: #bfbfbf;
	width: 25px;
	left: 0px;
}
.single-post .item-title {
	padding: 0px 0px 45px 0px;
}
.bold-text {
	font-size: .93em;
	color: #595959;
	margin: 0px;
	font-weight: 700;
	padding-top: 25px;
}
.post-details {
	padding-left: 20px;
}
.single-post-text {
	padding-bottom: 90px;
	position: relative;
}
.post-details .post-quote {
	background-color: #f2f2f2;
	padding: 25px 20px;
	font-size: .9em;
	position: relative;
	z-index: 0;
	border: none;
	margin: 30px 0 45px 0;
	font-weight: 300;
}
.post-details .post-quote:before {
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	top: -3px;
	left: 10px;
	color: #e0e0e0;
	font-size: 3em;
	z-index: -1;
}
.single-slider .carousel-control.left, 
.single-slider .carousel-control.right {
	top: 85%;
}
.single-slider .carousel-control.left {
	left: 46%;
}
.single-slider .carousel-control.right {
	right: 46%;
}

/* 5.1 Post Comment
------------------------------*/
.post-comment {
	padding: 60px 0px 70px 0px;
}
.comment-top img {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 20px;
}
.parent {
	padding-bottom: 30px;
}
.children {
	padding: 55px 0px 0px 55px;
}
.comment-top {
	padding-left: 20px;
}
.author-details span {
	display: block;
	font-weight: 300;
	line-height: 28px;
}
.name {
	color: #595959;
	font-size: 1.1em;
}
.published-time {
	font-size: .85em;
}
.comment-text {
	display: inline-block;
	padding-top: 20px;
	margin: 0px;
	padding-bottom: 0px;
}
.comment-btn {
	color: #bfbfbf;
}
.comment-btn .btn-icon {
	display: inline-block;
}
.post-comment {
	position: relative;
}

/* 5.2 Leave Comment
---------------------------*/
.leave-comment .title {
	padding: 60px 0 45px 0;
}

/* 5  Single Page End
---------------------------------------------------------------------- */

/* 6 BLOG PAGE 01
---------------------------------------------------------------------- */
.page-v1 article {
	padding-bottom: 80px;
	display: inline-block;
}
article.text-only {
	padding-bottom: 0px;
}
.page-description {
	/*font-family: 'Raleway';*/
	font-size: 1.125em;
	line-height: 30px;
	padding: 0 70px;
	color: #8c8c8c;
}
.blog-page-content section {
	display: inline-block;
	padding: 0 0 80px 0;
}
.blog-post .item-description {
	padding-top: 15px;
	font-size: .9em;
	line-height: 22px;
}
.page-v2 .media-content {
	border: none;
	padding: 0px;
}
.media-content {
	border: 1px solid #ededed;
	padding: 10px;
	position: relative;
	z-index: 1;
} 
.blog-post blockquote {
	border: none;
	background-color: #343434;
	color: #ffffff;
	margin: 0;
	position: relative;
	overflow: hidden;
	z-index: 0;
	padding-top: 23px;
}
.blog-post blockquote:before {
	content: "\f10d";
	top: -40px;
	left: 10px;
}
.blog-post blockquote:before {
	color: #444444;
	font-family: FontAwesome;
	font-size: 6.625em;
	position: absolute;
	z-index: -1;
}
.blog-post blockquote p {
	color: #ffffff;
	font-size: 1.68em;
	margin: 0;
	line-height: 38px;
	letter-spacing: -.7px;
	font-weight: 500;
}
.blog-post .quote-author {
	display: block;
	font-size: .9em;
	padding: 25px 0px;
}
.link-content {
	background-color: #f15b5d;
	color: #ffffff;
	font-size: 1.625em;
	padding: 40px 25px;
	position: relative;
	z-index: 0;
	font-weight: 600;
}
.link-content:before {
	content: "\f0c1";
	font-family: FontAwesome;
	position: absolute;
	top: -45px;
	right: -5px;
	font-size: 4.5em;
	z-index: -1;
	opacity: .2;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.link-content a {
	color: #ffffff;
	display: block;
	font-size: .8em;
	padding-top: 10px;
}

/* 6 BLOG PAGE  V-01 End
---------------------------------------------------------------------- */

/* 7 BLOG PAGE V-02 
---------------------------------------------------------------------- */
.page-v2 .blog-post {
	border: 1px solid #ededed;
	padding: 10px;
	margin-bottom: 80px;
}
.page-v2 .post-meta {
	padding-top: 12px;
}
.page-v2 .text-content {
	padding-right: 0px;
}
.post-audio {
	padding-top: 15px;
}
.page-v2 footer {
	padding-top: 40px;
}

/* 7 BLOG PAGE V-02 End
---------------------------------------------------------------------- */

/* 8 ABOUT US Page
---------------------------------------------------------------------- */
.about .page-heading {
	padding-bottom: 80px;
}
.welcome-section .col-md-6 {
	padding-bottom: 20px;
}
.section-description {
	padding-top: 35px;
}
.accordion {
	padding-right: 30px;
}
.about-welcome,
.our-skills {
	padding-left: 30px;
}
.welcome-slider .item {
	border: 1px solid #ededed;
	padding: 5px;
}
.about-item {
	padding-top: 40px;
}
.about-welcome .item-top .item-title {
	padding-top: 0px;
}
/* 8.1 Our Team
----------------------------*/
.member-image {
	display: block;
}
.member-name {
	color: #0d0d0d;
	display: block;
	font-size: 1.25em;
	padding: 20px 0px 15px 0px;
	font-weight: 300;
}
.about-member {
	font-family: 'Roboto';
	font-size: .93em;
	padding-top: 40px;
	font-weight: 300;
}
.about-member span {
	color: #0d0d0d;
	font-size: 1em;
	text-transform: uppercase;
}
.member-bio {
	padding-top: 30px;
}

/* 8 ABOUT US Page End
---------------------------------------------------------------------- */


/* 9 Contact Page
---------------------------------------------------------------------- */
.google-map {
	border: 1px solid #ededed;
	padding: 10px;
	/*
	margin-top: 80px;
	
	*/
	margin-bottom: 40px;
}
.map-container img{
	max-width: inherit;
	height: inherit;
}
.google-map-container {
	width: 100%;
	height: 460px;
}
.contact-details {
	display: inline-block;
}
.contact-page .leave-comment {
	padding-right: 30px;
}
.leave-comment input,
.leave-comment textarea,
.leave-comment select {
	background-color: #fafafa;
	border: 1px solid #ededed;
	color: #595959;
	font-size: .93em;
	font-weight: 300;
	margin-bottom: 20px;
	padding: 15px 25px;
	border-radius: 0px;
	height: inherit;
	box-shadow: none;
}



.leave-comment textarea {
	max-height: 130px;
}
.mini-title:before {
	background-color: #ecf0f1;
	width: 100%;
}
.mini-title:after {
	background-color: #bfbfbf;
	left: 0px;
	width: 25px;
}
.mini-title:before,
.mini-title:after {
	content: '';
	height: 5px;
	position: absolute;
	top: 40px;
}
.contact-address {
	padding-top: 45px;
}
/*
.contact-address span {
	position: relative;
	font-size: .93em;
	display: block;
	padding-left: 25px;
	line-height: 27px;
	font-weight: 300;
}
.contact-address span a {
	color: #595959;
}
.contact-address span:before {
	font-family: FontAwesome;
	left: 0px;
	top: 0px;
	position: absolute;
	font-size: .93em;
	color: #bfbfbf;
}
*/

/* 9 Contact Page End
---------------------------------------------------------------------- */

/* 10  Single Page
---------------------------------------------------------------------- */
.single-page {
	display: inline-block;
}

/* 10  Single Page End
---------------------------------------------------------------------- */

/* 11 Sidebar 
---------------------------------------------------------------------- */
.widget-title, .project-title {
	font-size: 1.15em;
	font-weight: 500;
	padding-bottom: 20px;
	text-transform: uppercase;
}
/* 11.1 Main Menu
----------------------------------------------*/

aside {
	max-width: 214px;
	margin-left: 30px;
	position: fixed;
	overflow: hidden;
	background: #fff;
	padding: 27px;
}
.navbar-brand {
	padding: 0px;
	margin: 0px;
}
.navbar-header {
	display: inline-block;
	height: 100px;
	float: inherit !important;
}
.navbar-collapse {
	padding: 0px;
}
.sliding-menu-wrapper {
	display: inline-block;
	padding-top: 55px;
}
.sliding-menu { 
	overflow: hidden; 
	position: relative;
}
.sliding-menu ul { 
	float: left; 
	margin: 0; 
}
.sliding-menu li { 
	border-bottom: 1px dotted;
	border-color: #666666;
	list-style: none; 
	margin: 0; 
	display: block;
}
.sliding-menu li:first-child {
	border-top: 1px dotted;
	border-color: #666666;
}
.sliding-menu li.active a {
	color: #f7a600;
}
.sliding-menu a { 
	display: block; 
	font-size: 1.2em;
	font-weight: 300;
	text-transform: lowercase;
	padding: 4px 0px;
}
.sliding-menu a:hover {
	color: #b2b2b2;
}
.sliding-menu a.nav:before { 
	content: '\3009'; 
	float: right; 
	margin-left: 1em; 
}
.sliding-menu a.back {
	background: #b2b2b2; 
	color: #FFF; 
}
.sliding-menu a.back:before { 
	content: '\3008'; 
	float: left; 
	margin-right: 1em; 
}

/* 11.2 Menu Bottom
-------------------------------------------*/
.menu-bottom {
	padding-top: 15px;
}

/* 11.2.1 Social Entry
-----------------------------------*/
.social-entry {
	padding-top: 55px;
	text-align: left;
}
.social-entry li a {
	color: #ffffff;
	display: inline-block;
	font-size: 1.125em;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-right: -2px;
}
.social-entry .facebook {
	background-color: #3e5998;
}
.social-entry .twitter {
	background-color: #47ccf6;
}
.social-entry .dribbble {
	background-color: #ea4e89;
}
.social-entry .vimeo {
	background-color: #86c9ef;
}
.social-entry .flickr {
	background-color: #73878e;
}
.social-entry .google-plus {
	background-color: #dd4b39;
}
.social-entry .facebook:hover {
	background-color: #ffffff;
	color: #3e5998;
}
.social-entry .twitter:hover {
	background-color: #ffffff;
	color: #47ccf6;
}
.social-entry .dribbble:hover {
	background-color: #ffffff;
	color: #ea4e89;
}
.social-entry .vimeo:hover {
	background-color: #ffffff;
	color: #86c9ef;
}
.social-entry .flickr:hover {
	background-color: #ffffff;
	color: #73878e;
}
.social-entry .google-plus:hover {
	background-color: #ffffff;
	color: #dd4b39;
}

/* 11.2.2 Copyright
------------------------------------*/
.copyright {
	display: inline-block;
	font-size: .93em;
	padding-top: 30px;
	text-align: left;
}
.copyright a {
	color: #595959;
}
.copyright a:hover {
	color: #37a0e4;
}

/* 11.2 Menu Bottom End
-------------------------------------------*/

/* 11.1 Main Menu End
----------------------------------------------*/

/* 11 Sidebar End 
------------------------------------------------------------*/

/* 12 Work Single Page
--------------------------------------------------------------*/
.project-details {
	padding-top: 60px;
}

/* 12.1 Project Details Widget 
---------------------------------------------*/
.project-details .widget-title {
	padding-top: 60px;
}
.project-details li {
	display: block;
	font-size: .9em;
	position: relative;
	padding: 2px 0px 2px 25px;
}
.project-details li:before {
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	opacity: .5;
}

/* 12 Work Single Page End
--------------------------------------------------------------*/

/* 13 Works Page
---------------------------------------------------------------*/
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;

	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.portfolioFilter {
	clear: both;
	margin:auto;
	padding-bottom: 60px;
	text-align: center;
	width: auto;
}
.portfolioFilter a {
	border: 1px solid #f1f2f7;
	color: #262626;
	display: inline-block;
	font-weight: 500;
	font-size: 0.8125em;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0 5px 10px 5px;
	padding: 0 15px;
	cursor: pointer;
}
.portfolioFilter a:focus,
.portfolioFilter a:hover,
.portfolioFilter .current {
	color: #f7a600;
	text-decoration: none;	
}
.portfolioFilter .current {
	color: #f7a600;
	border: 1px solid #f7a600;
}
.works-item-2 figure,
.works-item-2 figcaption,
.works-item-2 figcaption span,
.works-item-2 figcaption span a,
.works-item-2 .image-popup-vertical-fit,
.portfolio-caption {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.works-item-2 figure {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.works-item-2 figure img {
	width: 100%;
	height: 100%;
}
.works-item-2 figure:hover img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.works-item-2 .image-popup-vertical-fit {
	position: absolute;
	bottom: 44%;
	right: 43%;
	width: 30px;
	height: 30px;
	background: #ffffff;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	z-index: 1;
	color: #000000;
	opacity: 0;
}
.works-item-2 figure:hover .image-popup-vertical-fit {
	bottom: 20%;
	right: 15%;
	opacity: 1;
}
.works-item-2 figcaption {
	opacity: 0;
}
.portfolio-caption {
	position: absolute;
	left: 35%;
	top: 38%;
	opacity: 0;
}
.works-item-2 figure:hover .portfolio-caption {
	left: 15%;
	top: 15%;
	opacity: 1;
}
.works-item-2 figure:hover figcaption {
	background-color: rgba(0,0,0, 0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 1;

	-webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
.works-item-2 figcaption span,
.works-item-2 figcaption span a {
	display: block;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

/* 13 Works Page End
---------------------------------------------------------------*/


/* 14 Footer
------------------------------------------------------------*/
footer {
	padding-top: 113px;
}
footer.blog-v2 {
	padding-top: 40px;
}
footer p {
	color: #4c4c4c;
	font-family: 'Roboto';
	font-size: .875em;
	font-weight: 300;
}
.main-content .footer-section {
	display: inline-block;
}
.footer-section {
	border-top: 5px solid #ecf0f1;
	color: #b2b2b2;
	padding: 60px 0px;
}
.shortcode .footer-section {
	display: inherit;
}
.footer-section .widget-title {
	color: #000000;
	font-family: 'Raleway';
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: 1.5px;
	padding-top: 0px;
	padding-bottom: 40px;
}
.footer-section .widget-title:before,
.footer-section .widget-title:after {
	top: 2px;
}
.tweet {
	padding-bottom: 15px;
}
.tweet a {
	color: #f7a600;
	font-size: .9em;
}
.recent-post {
	padding-bottom: 30px;
}
.recent-title {
	color: #4c4c4c;
	font-size: .93em;
	font-weight: 500;
	letter-spacing: -.3px;
	text-transform: uppercase;
}
.recent-post .post-description {
	letter-spacing: -.44px;
	margin: 0;
	padding-top: 5px;
}
.widget_img a,
.widget_img a&gt;img,
.widget_img a:after,
.widget_img a:after,
.widget_img a:before,
.widget_img .overlay {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.widget_img {
	margin-top: 6px;
}
.widget_img a {
	border: 4px solid #b2b2b2;
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-right: 0px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.widget_img a&gt;img {
	width: 100%;
	height: 100%;
}
.widget_img a:hover&gt;img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.widget_img a span {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);

	-webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
	-moz-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
	-ms-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
	-o-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
	box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.widget_img a:hover span {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* 14 Footer End
----------------------------------------------------------------*/

/* 15 Scroll To Top
----------------------------------------------------------------*/
.scroll-to-top {
	position: fixed;
	right: 25px;
	bottom: 25px;
	font-size: 1.5em;
	height: 40px;
	width: 40px;
	background-color: #595959;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	opacity: .25;
	cursor: pointer;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.scroll-to-top:hover {
	opacity: 1;
}
/* 15 Scroll To Top End
----------------------------------------------------------------*/


#yamap
{
	height: 350px;
	width: 100%;
}

.discount
{
	position: absolute;
	top: 20px;
	left: 0;
	background: #f7a600;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 18px;
}

.discount .discount-line
{
	margin: 5px 0;
}

.bgw
{
	background: #fff;
}

#feature
{
	margin-top: 25px;
}	

.features .item
{
	margin-bottom: 20px;
}

.leave-comment input[type="radio"]
{
	width: auto;
}

.help-block-error
{
	color: red;
}

.show_phone{
	cursor: pointer;
}

.show_phone_ul{
	text-decoration: underline;
}

.mob_call_block{
	position: fixed;
	width: 100%;
	z-index: 99;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.53);
}
.mob_call_block .mob_call_block_in{
	margin: 10px 5px;
	text-align: center;
}
.cp-visible-xs{
	display: block;
}
@media (min-width: 767px){
	.cp-visible-xs{
		display: none;
	}
}

 .hidden-xs{
	 display: block;
 }

 @media (max-width: 767px) {
	 .hidden-xs {
		 display: none;
	 }
 }

 .leave-comment select.form-control{
	background-color: #fafafa;
	border: 1px solid #ededed;
	color: #595959;
	font-size: .93em;
	font-weight: 300;
    margin-bottom: 20px;
	padding: 15px 25px;
	border-radius: 0px;
    height: inherit;
    box-shadow: none;
 }</pre></body></html>