@import url('https://fonts.googleapis.com/css?family=Open+Sans|Tinos');

body {
	background: #f2f2f2
	font-weight: 300;
	font-family: "Open+Sans";
	font-size: 16px;
	color: #555;

	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;

	margin-top: 70px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Tinos";
	font-weight: 300;
	color: #333;
	margin-top: 0;
}

p {
	line-height: 28px;
	margin-bottom: 25px;
}

a {
	color: #cccc00;
} 

i {
	font-size: 20px;
	text-align: justify;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0; 
}

.centered {
	text-align: center;
}

.sitelogo{
	padding-top: 0;
}

.navbar {
	font-weight: 10;
	font-size: 25px;
}

.navbar-inverse {
	background: #2d2d2d;
	min-height: 70px;
	height: auto;
	border-width: 0;
}

.navbar-inverse .navbar-nav > li > a {
	height: 70px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	
	color: #2d2d2d;
	background-color: #FFFF00
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
	height: 70px;
	color: #2d2d2d;
	background-color: #FFFF00
}

.navbar-inverse .navbar-phone {
	color: white;
	font-weight: bolder;
	font-size: 24px;
	letter-spacing: 1px;
	padding-left: 35px;
	margin-bottom: 0;
}

.navbar-inverse .navbar-phone:hover {
	color: #FFFF00;
}

.navbar-phone img {
	font-weight: bolder;
	height: 30px;
	width: 30px;
}

.headerwrap {
	background: url(../img/background.jpg) no-repeat center top;
	background-attachment: relative;
	background-position: center center;
	height: 32vw;
	max-height: 450px;
	width: 100%;

	background-size: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.w {
	padding-top: 35px;
}

.wb {
	padding-top: 25px;
	margin-bottom: 70px;
}

#footer {
	background: #2d2d2d;
	padding-top: 30px;
	padding-bottom: 20px;
}

.worktime-contacts h1,
.worker-info h1 {
	color: white;
	font-size: 22px;
	text-align: justify;
	letter-spacing: 1px;
}

#time,
.worker-info p,
.worker-info a {
	font-size: 19px;
	line-height: 25px;
	text-align: justify;
	letter-spacing: 1px;
	color: #e5e500;
}

#phone {
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #e5e500;
}

.fa-arrow-left,
.fa-arrow-right{
	color: yellow;
	position: absolute;
    top: 50%;
}

.fa-quote-left{
	color: #FFFF00;
}

.carousel-control.left,
.carousel-control.right{
	background-image: none;
}
#myCarousel p{
	color: #e5e500;
	font-size: 22px;
}

.cont p{
	display: inline-block;
	font-size: 20px;
	letter-spacing: 1px;
}

.feedback_main p{
	font-size: 20px;
	text-indent: 20px;
	line-height: 20px;
	text-align: justify;
}

.resume h1{
	text-indent: 20px;
	font-size: 32px;
}

.description{
	text-indent: 20px;
	line-height: 25px;
	text-align: justify;
	font-size: 20px;
	letter-spacing: 1px;
}

.resume p,
.resume h4{
	text-align: justify;
	font-size: 20px;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 10px;
}

.fa-square,
.fa-circle,
{
	color: #2d2d2d;
}

.fa-check,
.fa-money-bill-alt,
.fa-home,
.fa-clock,
.fa-thumbs-up,
.fa-bolt,
.fa-exchange-alt{
	color: #FFFF00;
}

.btn-info{
	letter-spacing: 1px;
	font-size: 20px;
	color: #FFFF00;
	background-color: #2d2d2d;
	border:none;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active{
	color: #cccc00 !important;
	background-color: #2d2d2d !important;
	border:none;
}

.list p{
	line-height: 25px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 20px;
	letter-spacing: 1px;
}

@media (max-width: 1024px) {
    .navbar-inverse .navbar-phone {
		padding-left: 30px;
		padding-top: 0px;
		font-size: 3vmin;
	}
	.navbar-phone img{
		height: 3vmin;
		width: 3vmin;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .cont h1{
    	font-size: 30px;
    }
}

@media (max-width: 768px) {
	.navbar-inverse .navbar-phone {
		padding-left: 10px;
		padding-top: 0px;
		font-size: 3vmin;
	}
	.navbar-phone img{
		height: 2.5vmin;
		width: 2.5vmin;
	}
	.navbar-inverse,
    .navbar,
    .navbar-fixed-top {
    	min-height: 50px;
    	margin-bottom: 0;
    }
    .sitelogo{
    	padding-top: 10px;
    }
    .sitelogo img{
    	height: 35px;
    	width: 100px;
    }
    .headerwrap{
    	margin-top: -20px;
    }
    .cont h1{
    	font-size: 24px;
    }
    .cont p{
		font-size: 18px;
	}
	.resume h1,
	.feedback_main h2{
		font-size: 30px;
	}
}

@media (max-width: 406px) {
	.navbar-inverse .navbar-phone {
		padding-left: 10px;
		padding-top: 0px;
		font-size: 3vmin;
	}
	.navbar-phone img{
		height: 2.5vmin;
		width: 2.5vmin;
	}
	.resume h1{
		font-size: 28px;
	}
	#time,
	.worker-info p,
	.worker-info a {
		font-size: 16px;
	}
	.cont h1{
		font-size: 24px;
	}
	.cont p{
		font-size: 16px;
	}
}

.review{
	margin-bottom: 0;
}

.review strong{
	color: #FFFF00;
}

.panel .panel-heading{
	background-color: #2d2d2d;
}

.tagheader{
	padding-top: 20px;
}

.pros p{
	line-height: 20px;
}