/*
Template Name: Fresh
Template Demo: http://demo.webrambo.com/Fresh
Author: mattkrupnik
Description: Responsive HTML Template
Version: 1.0

/*===========================================================*/
/*	1. General
/*	2. Colors
/*	3. Navbar
/*	4. Preloader
/*	5. Parallax
/*	6. Sections
/*		6.1. Intro
/*		6.2. About
/*		6.3. Services
/*		6.4. Works
/*		6.5. Gallery
/*		6.6. Team
/*		6.7. Prices
/*		6.8. Blog
/*		6.9. Contact
/*	7. Footer
/*===========================================================*/	


@import url('margin.css');
@import url('animate.css');


/*===========================================================*/
/*	1. General 
/*===========================================================*/	

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

body {
	width: 100%;
	height: 100%;
	font-family:Raleway;
	font-size:16px;
	color:#7C7C7C;
}
html {
	width: 100%;
	height: 100%;
}
:focus{
	outline:0 !important;
}
p, blockquote{
	line-height:25px;
}
b, strong{
	font-weight:400;
}
a, a:hover{
	outline: none !important; 
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6{
	margin:0px;
	font-weight:400;
}
h1{
	font-size: 62px;
}
h2{
	font-size: 52px;
}
h3{
	font-size: 42px;
}
h4{
	font-size: 32px;
}
h5{
	font-size:22px;
}
h6{
	font-size:18px;
}
small{
	display: block;
	line-height: 20px;
	color: #999999;
}
ul{
	padding:0px;
	margin:0px;
}
blockquote {
	padding:0px;
	margin: 0px;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	border-left: 0px solid #eee;
}
hr{
	margin-top: 20px;
	margin-bottom: 70px;
	border: 0;
	border-top: 1px solid #eee;
}
hr.title-hr{
	border-width: 1px;
	margin-top:20px;
	margin-bottom:20px;
	max-width: 80px;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}
hr.title-hr-page{
	border-width: 1px;
	margin-top:15px;
	margin-bottom:20px;
	max-width: 120px;
	border-style: solid;
	border-width: 1px;
}
.container-fluid.no-gutter .row [class*='col-']:not(:first-child),
.container-fluid.no-gutter .row [class*='col-']:not(:last-child){
	padding-right: 0;
	padding-left: 0;
}




/*===========================================================*/
/*	2. Colors 
/*===========================================================*/	

.addit-color{
	color: #FC9A00; /*#f1c40f*/;
}
.fill-color{ /* Fill color - for example icon colors */
	fill:#FC9A00; 
}
.border-color{ /* Border color - for example title underline */
	border-color:#FC9A00; 
}
.overlay-color{ /* Overlay color - for example overlay section for gallery and members */
	background-color:rgba(252, 154, 0, 0.8); 
}
.background-color{ /* Background color */
	background-color:#FC9A00; 
}
.main-btn:hover { /* Link hover color*/
	background: transparent;
	color: #FC9A00;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus,  
.navbar-default .navbar-nav>.active>a:hover ,
.active, .active:focus, .active:hover, a:hover, a:focus, .active a:focus, .active a:hover { /* Active elements color*/
	color: #FC9A00;
	background-color: transparent;
	text-decoration:none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FC9A00 !important;
}
.reviews .owl-stage .active{
	color:#7C7C7C;
}
.light-gray{
	color:#818181;
}
.white{
	color:#ffffff;
}
.owl-theme .owl-dots .owl-dot.owl-active span, 
.owl-theme .owl-dots .owl-dot:hover span { /*Testomiles crop navi color*/
	background:#FC9A00 !important;
}




/*===========================================================*/
/*	3. Navbar 
/*===========================================================*/	

.navbar-default {
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0.38);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
	background-color: #ddd;
}
.navbar-nav>li>a {
	font-weight: 300;
	line-height: 30px;
}
.navbar-brand {
    height: auto;
}
.top-nav-custom{
	background-color: rgba(255, 255, 255, 0.18);
}
.top-nav-custom .navbar-nav>li>a {
	color: #fff;
	font-weight: 300;
	transition: all 0.1s ease-in-out 0.1s;
}
.top-nav-custom .navbar-brand{
	color: #fff !important;
}
.navbar-brand{
	font-weight: 300;
	font-size: 28px;
}
.logo { display:block; }
.navbar-brand .logo-scroll { display:none;}
.scrolling .logo { display:none; }
.scrolling .logo-scroll { display:block; }



/*===========================================================*/
/*	4. Preloader 
/*===========================================================*/	

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
}
.spinner {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #C4C4C4;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
	0%, 100% { 
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 50% { 
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}




/*===========================================================*/
/*	5. Parallax 
/*===========================================================*/	

.parallax-window {
	height: 250px;
	min-height: 250px;
	background: rgba(0, 0, 0, 0.54);
}
/*
#about{
	background-image: url('https://placeholdit.imgix.net/~text?txtsize=60&w=1600&h=1000&txt=Head%20Section');
}
#services{
	background-image: url('https://placeholdit.imgix.net/~text?txtsize=60&w=1600&h=1000&txt=Head%20Section');
}
#gallery{
	background-image: url('https://placeholdit.imgix.net/~text?txtsize=60&w=1600&h=1000&txt=Head%20Section');
}
#works{
	background-image: url('https://placeholdit.imgix.net/~text?txtsize=60&w=1600&h=1000&txt=Head%20Section');
}
#team{
	background-image: url('https://placeholdit.imgix.net/~text?txtsize=60&w=1600&h=1000&txt=Head%20Section');
}
#prices{
	background-image: url('https://placeholdit.imgix.net/~text?txtsize=60&w=1600&h=1000&txt=Head%20Section');
}
#blog{
	background-image: url('https://placeholdit.imgix.net/~text?txtsize=60&w=1600&h=1000&txt=Head%20Section');
}

*/


/*===========================================================*/
/*	6. Sections 
/*===========================================================*/	

.top-section{
	position:relative;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size:cover;
	margin-top: 4px;
}
.top-section .container{
	text-align: center;	
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);	
}
.section-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.page-title{
	color:#ffffff;
	font-weight:200;
}
.content-section{
	padding-top: 100px;
	text-align: center;
	background: #fff;
	padding-bottom:50px;
}




/*===========================================================*/
/*	6.1. Intro 
/*===========================================================*/	

.intro-section {
	height: 100%;
	text-align: center;
	background: #fff;
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.slider-caption{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	color: #fff;
	padding:0px 100px;
}
.slider-caption p{
	letter-spacing: 1px;
}
.slider-caption h1{
	font-weight:400;
}
.carousel-inner {
	height: 100%;
}
#intro .owl-wrapper-outer,
#intro  .owl-wrapper,
.carousel,
.item,
.owl-item,
.active {
	height: 100%;
}
.carousel .owl-prev, .carousel .owl-next{
    position: absolute;
	top: 50%;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	background:transparent !important;
	font-size:25px !important;
	color:#CCC !important;

}
.carousel .owl-prev{
	left:2%;
}
.carousel .owl-next{
	right:2%;
}
.home-btn{
	text-align: center;
	padding: 40px 0px;
}
.home-btn a, .home-btn a:focus{
	border: 1px solid #FC9A00;
	padding: 10px 30px;
	color: #fff;
	background-color: #FC9A00;
	-webkit-transition: all 0.2s ease 0.2s;
	-moz-transition: all 0.2s ease 0.2s;
	-o-transition: all 0.2s ease 0.2s;
	-ms-transition: all 0.2s ease 0.2s;
	transition: all 0.2s ease 0.2s;
}
.home-btn a:hover {
	background-color: transparent;
	color: #FC9A00;
}




/*===========================================================*/
/*	6.2. About 
/*===========================================================*/	

.about-carousel{
	position:relative;
}
.about-carousel .owl-prev, .about-carousel .owl-next{
    position: absolute;
	top: 50%;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	background:transparent !important;
	font-size:25px !important;
	color:#CCC !important;

}
.about-carousel .owl-prev{
	left:2%;
}
.about-carousel .owl-next{
	right:2%;
}




/*===========================================================*/
/*	6.3. Services 
/*===========================================================*/	

.services-icon-box{
	width: 50px;
	height:50px;
	display: inline-block;
}
.services-title-box{
	margin:15px 0px;
	font-weight:200;
}




/*===========================================================*/
/*	6.4. Works 
/*===========================================================*/	

.works-icon-box{
	width: 50px;
	height: 50px;
	display: inline-block;
}
.works-title-box{
	margin:15px 0px;
	font-weight:200;
}
span.counter{
	font-size: 60px;
	font-weight: 100;
}
span.counter-title span{
	color:#7C7C7C;
}
span.counter-title {
	font-size: 18px;
}




/*===========================================================*/
/*	6.5. Gallery 
/*===========================================================*/	

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
 
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}.portfolioContainer .col-sm-3 {
    margin-right: -1px;
}
.gallery-item{
	padding:0px;
}
.gallery-ico{
	margin: 0;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff;
}
.gallery-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
}
.gallery-overlay .gallery-ico{
	opacity: 0;
	transition: all 0.3s ease-in-out 0.3s;
	font-size: 40px;
	padding: 5px;
	color: #fff;
}
.entry:hover .gallery-ico{
	opacity: 1;
}
.entry:hover .gallery-overlay {
	transform: scale(1);
	opacity: 1;
}
.main-btn{
	margin: 0px;
	color:#777;
	background:transparent;
	font-size: 16px;
	font-weight: 400;
	border-radius: 8px;
	transition: all 0.2s ease-in-out 0.2s;
	padding: 0px;
}




/*===========================================================*/
/*	6.6. Team 
/*===========================================================*/	

.member-title-box{
	margin:10px 0px;
	font-weight:200;
}
.member-image {
	width: 200px;
	height: 200px;
	display: inline-block;
	border-radius: 15%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	box-shadow: 
	inset 0 0 0 16px rgba(255,255,255,0.6),
	0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 
	inset 0 0 0 16px rgba(255,255,255,0.6),
	0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 
	inset 0 0 0 16px rgba(255,255,255,0.6),
	0 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 
	inset 0 0 0 16px rgba(255,255,255,0.6),
	0 1px 2px rgba(0,0,0,0.1);
	transition: all 0.4s ease-in-out;
}
.member-image:hover {
	box-shadow: 
	inset 0 0 0 1px rgba(255,255,255,0.1),
	0 1px 2px rgba(0,0,0,0.1);
}
.member-image:hover .member-overlay {
	transform: scale(1);
	opacity: 1;
}
.member-image:hover .member-overlay  span {
	opacity: 1;
}
.member-overlay {
	position: absolute;
	width: inherit;
	height: inherit;
	border-radius: 15%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
}
.member-overlay span{
	opacity: 0;
	transition: all 1s ease-in-out 0.4s;
	font-size: 40px;
	padding: 5px;
	color: #fff;
}
.member-overlay p a:hover {
	color: rgba(255,242,34, 0.8);
}
.member-social-icon{
	width: 35px;
	height:35px;
	display: inline-block;
	fill: #fff;
	margin: 5px;
	opacity: 1;
	transition: all 0.4s ease-in-out;
}
.member-social-icon:hover{
	opacity:0.7;
	  transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition-duration: 0.5s;
    -webkit-transition-duration:0.5s;
}
.skillst8{
	width:100%;
	color:#fff;
}
.skillst8 .skillbar{
	width: 100%;
	position:relative;
	margin-bottom:30px;
	background-color: #fff;
	box-sizing:border-box;
	margin-top:25px;
}
.skillst8 .count-bar{
	height: 100%;
	width:0px;
	position:relative;
	height: 32px;

}
.skillst8 .title{
	font-size:14px;
	font-weight:400;
	padding-left:12px;
	line-height:32px;
}
.skillst8 .count{
	position:absolute;
	top:0;
	right:12px;
	line-height:32px;
	font-size:14px;
	font-weight:400;
}




/*===========================================================*/
/*	6.7. Prices 
/*===========================================================*/	

.price-box{
	text-align:left;
	background:#f5f3f3;
	color:#535353;
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	-ms-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.price-box:hover{
	background:#FC9A00;
	color:#fff;
}
.price-box:hover .currency{
	background-color: #EF7D16;
	color:#fff;
}
.price-box:hover .pricing-btn a{
	background-color: #EF7D16;
	border: 1px solid #FC9A00;
	color: #fff;
}
.price-box .fa{
	margin-right:15px;
}
.price-box .price-title-box {
	padding:35px 50px 0px;
}
.price-box .price-content-box{
	padding:15px 50px;
}
.pricing-btn{
	text-align: center;
	padding: 40px 0px;
}
.pricing-btn a{
	border: 1px solid rgb(174, 173, 173);
	padding: 10px 30px;
	color: rgb(83, 83, 83);
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	-ms-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.pricing-btn a:hover{
	color:#fff !important;
}
.price-icon-box{
	width: 20px;
	height:20px;
	display: inline-block;
}
.price-title-box{
	margin:0px 0px 15px 0px;
	font-weight:200;
}
.price-content-box ul li{
	list-style:none;
	padding-bottom:20px;
}
.currency{
	text-align: center;
	padding: 20px;
	color: #fff;
	font-size: 38px;
	font-weight: 100;
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	-ms-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}




/*===========================================================*/
/*	6.8. Blog 
/*===========================================================*/	


.post-image{
	position:relative;
	cursor:pointer;
}
.post-image .meta{
	position:absolute;
	bottom:8px;
	left: 0px;
    right: 0px;
    padding: 0px 10px;
}
.meta .comments{
	float:right;
	transition: all 0.4s ease-in-out;
}
.meta .comments .fa{
	font-size:12px;
}
.news-title{
	position: absolute;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
    font-size: 22px;
    border-bottom: 1px solid transparent;
}
.addit-color{
	transition: all 0.4s ease-in-out;
}
.entry:hover .addit-color{
	color:#fff;
}
.news-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
}
.entry:hover .comments {
	color:#fff;
}
.entry:hover .news-overlay {
	transform: scale(1);
	opacity: 1;
}
.news-title .meta-date{
	display:block;
	font-family:georgia;
    font-style: italic;
    font-size: 14px;
}
.author .img{
	width: 22px;
    height: 22px;
    background-size: 22px !important;
    border-radius: 100%;
    display:none;
}
.section-overlay-news{
    position: absolute;
    width: 100%;
    height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.comment-qty{
	font-family: Raleway;
	font-size:12px;
}



/*===========================================================*/
/*	6.9. Contact 
/*===========================================================*/	

.top-icon{
	width: 50px;
	height: 50px;
	display: inline-block;
}
.contact-tilte-box{
	font-weight:700;
}
.form-control{
	border: 0px;
    box-shadow: none;
	border-bottom: 2px solid #FC9A00;
    border-radius: 0px;
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	-ms-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;

}
.form-control:focus {
  border-color:#ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
	background:transparent;
}
.btn-default, .btn-default:focus {
    color: #fff;
    background-color: #FC9A00;
    border-color: #FC9A00;
	border-radius: 0px;
}
.btn-default:hover {
    color: #FC9A00;
    background-color: transparent;
    border-color: #FC9A00;
	border-radius: 0px;
}
ul[role="alert"] li{
	list-style: none;
    font-size: 13px;
    color: #7C7C7C;
    background: #f5f5f5;
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	-ms-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}



/*===========================================================*/
/*	7. Footer 
/*===========================================================*/	

footer{
	text-align: center;
	background:#f5f5f5;
	padding:30px;
}
.footer-icon{
	width: 30px;
	height: 30px;
	display: inline-block;
	margin:3px;
	fill:#818181;
	opacity: 1;
	transition: all 0.4s ease-in-out;
}
.footer-icon:hover{
	opacity:0.7;
	  transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition-duration: 0.5s;
    -webkit-transition-duration:0.5s;
}
.nav-footer{
}
.nav-footer li{
	display: inline-block;
}
.nav-footer a{
	padding:6px;
	color: #818181;
}




