/*
Theme Name: SEVENTY7
Author: Thinking web design
Author URI: https://www.facebook.com/pages/Thinking-web-design/1486819834932273
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder.

*/



html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "Raleway",sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway",sans-serif;
	text-transform:uppercase;
	font-weight:400;
	color:#333;
	margin-top:0;
}

p {
	font-family: "Raleway",sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.6px;
	color:#444;
}

a{
	color:#444;
	text-decoration: none;
	outline: none;
}

a:hover,  a:active,  a:focus {
	color:#ed5702;
	text-decoration: none;
	outline: none;
}


.padimage {
	padding-bottom:10px;
}



::selection {
	background:#ed5702;
	color:#FFF;
}

::-moz-selection{
	background:#ed5702;
	color:#FFF;
}

img{
	max-width:100%;
}

/*========================================================================*/
/*  Common Elements
/*========================================================================*/

.btn-default {
	background:#ed5702;
	padding: 10px 20px;
	box-shadow:none;
	border:none;
	color: #FFF;
	font-size:14px;
	font-weight:700;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	border-radius:0px;
}




.numerophone {
	font-size:35px;
}


.btn-default:hover,.btn-default:active,.btn-default:focus {
	background:#000;
	color:#FFF;
	outline:none;
}
.overlay{
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

::-webkit-input-placeholder {
	color:#000 !important;
	font-weight: normal;
}

:-moz-placeholder {
	color:#000 !important;
	font-weight: normal;
}

::-moz-placeholder {
	color:#000 !important;
	font-weight: normal;
}

:-ms-input-placeholder {
	color:#000 !important;
	font-weight: normal;
}

.clear{
	clear:both;
}

.scrollup {
    width:40px;
    height:40px;
    position:fixed;
    bottom:30px;
    right:25px;
    display:none;
	background:#ed5702;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius:50%;
	text-align: center;
}

.scrollup i{
	color:#fff;
	font-size:20px;
	display:block;
	line-height:40px;
}
.scrollup:hover{
	background:#000;

}

.section{
	padding:80px 0 50px;
	position:relative;
}

.section .container{
	position:relative;
}

.section-heading{
	margin-bottom:40px;
}

.section-heading h2 {
	font-size:40px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight:700;
	text-align:center;
}
.section-white .section-heading h2 {
	color:#fff;
}

#pageloader {
	width: 100%;
    height: 100%;
    position: fixed;
	background-color:#FFF;
    z-index: 999999;
}

.loader {
	position: absolute;
	width: auto;
	height:height;
	margin: -25px 0 0 -25px;
	top:50%;
	left:50%;
	text-align:center;
}

/*========================================================================*/
/*  Navigation
/*========================================================================*/

.navbar {
    margin-bottom: 0;
	padding: 10px 0;
    text-transform: uppercase;
    background-color:#232323;
	border-radius:0;
}

.navbar-custom .nav li a {
	font-size:13px;
	color:#fff;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	letter-spacing:1px;
	font-weight:600;

}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.nav > li > a:hover
 {
    outline: 0;
	color:#ed5702;
	background:none;
	
}


.navbar-custom .nav li.active a:hover{
	color:#fff ;
}



.navbar-custom .nav li.active a{
	color:1fff ;
	border-bottom:1px solid;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 30px;
    color: #ed5702;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.navbar-brand {
	padding:0;
}

.navbar-brand img {
	margin-top:1px;
	margin-left:6px;
}

.navbar-brand:focus {
    outline: 0;
}

/*========================================================================*/
/*  Flexslider
/*========================================================================*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
} 

.flexslider .slides img {
	width: 100%; 
	display: block; 
	height:630px;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020"; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {display: block;}

.flex-control-nav {
	position:absolute;
	bottom: 20px;
	text-align:center;
	width: 100%;
}

 .flex-control-nav li{
 	margin: 0 3px;
 	display: inline-block;
 }
 .flex-control-nav li a{
 	width: 30px;
 	height: 5px;
 	background: #FFF;
 	text-indent:-9999px;
 	display:block;
 	opacity: 0.4;
 }

 .flex-control-nav li a.flex-active{
 opacity: 1;
 }
 
 
 .flex-direction-nav .flex-prev:hover,
 .flex-direction-nav .flex-next:hover{
 	opacity: 1;
 } 
 
/*========================================================================*/
/*  Slider
/*========================================================================*/


#home{
	display:block;
	height:600px;
	width: 100%;
	position: relative;
	text-align:center;
	-webkit-transform:translateZ(0);
}

#homecontent{
	left: 0;
	top: 0;
	width: 100%;
	z-index:2;
	position: absolute;
	padding: 300px 0 160px 0;
	height:600px;
	background: rgba(255,255,255,0.2) url('../images/sbg.png');
}

#home:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display:block;
	top: 0;
}

.static-content{
	position: relative;
	text-align:center;
}

.static-content h3{
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
}

.static{
	text-align: center;
}

.static a{
	text-align: center;
	border: 1px solid #F1F3F3;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 15px 30px;
	padding-left:0 20px;
	display: inline-block;
	margin: 20px 0;
	text-transform:uppercase
}
.static a:hover{
	text-align: center;
	border: 1px solid #ed5702;
	background:#ed5702;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 15px 30px;
	padding-left:0 20px;
	display: inline-block;
	margin: 20px 0;
}

.ticker{
	margin-top:20px;
}

#hometicker ul li h2{
	color:#fff;
}

#hometicker,
#hometicker > ul > li{
	text-align:center;
	display:block;
	color: #FFF;
	padding: 0px;
	clear: both;
}

#hometicker > ul > li{
	display:inline-block;
	width:100%;
}

#hometicker h2{
	font-family:roboto;
	font-weight:700;
	font-size: 54px;
	text-transform: uppercase;
	line-height:100%;
	
}

.homeslider{
	display:block;
	width:100%;
	height:600px;
}

.homeslider .flex-direction-nav .flex-prev{
 	position: absolute;
 	display:block;
 	left: 20px;
 	top: 50%;
 	z-index:3;
 	margin-top: -24px;
 	text-indent: -9999px;
 	width: 48px;
 	height: 48px;
 	background: url('../images/left.png') no-repeat left top;
 	color: #FFF;
 	opacity: 0.2;
 }

.homeslider .flex-direction-nav .flex-next{ 
 	position: absolute;
 	display:block;
 	right: 20px;
 	top: 50%;
 	z-index:3;
 	margin-top: -24px;
 	text-indent: -9999px;
 	width: 48px;
 	height: 48px;
 	background: url('../images/right.png') no-repeat left top;
 	color: #FFF;
 	opacity: 0.2;	
 }

.homeslider .flex-direction-nav .flex-prev:hover,
.homeslider .flex-direction-nav .flex-next:hover{
  	opacity: 1;
 } 

.homeslider .slides,.homeslider li{
	height:100%;
}

.slide1{
 	background:url(../images/bali-location-station-q8.jpg);
}



/*========================================================================*/
/*  Features
/*========================================================================*/
   
#features{
	text-align:center;
	background:#FFF;
}

#features .section-heading p {
    margin-top: 20px;
    margin-bottom: 40px;
}

.features-info{
	margin-bottom:30px;
}

.features-info h4{
	margin-bottom:15px;
}

.features-info span{
	width:100px;
	height:100px;
	color:#ed5702;
	font-size: 40px;
	line-height:94px;
	margin-bottom:30px;
	display: inline-block;
	border:1px solid #ed5702;
	-webkit-border-radius: 100px;
	moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.features-info span:hover{
	background:#ed5702;
	color:#FFF;
	border:none;
}


.separator {
    background: none repeat scroll 0 0 #dcdcdc;
    display: block;
    height: 1px;
    margin: 30px auto 20px;
    position: relative;
    width: 60%;
}



.center-point {
    background: none repeat scroll 0 0 #ed5702;
    display: inline-block;
    height: 10px;
    left: 47%;
    margin: 3px 0 0 30px;
    position: absolute;
    top: -5px;
    transform: rotate(-45deg);
    transform-origin: 0 100% 0;
    width: 10px;
}

/*========================================================================*/
/*  About
/*========================================================================*/

#about{
	background:#FCFAFA;
}

.about-info{
	margin-bottom:30px;
}

.our-skills{
	padding-top:30px;
	margin-bottom:30px;
}

.skill {
    margin: 0 0 30px 0;
}

.skill .name {
    font-size: 14px;
    font-weight: 500;
    margin: -4px 0 7px 0;
	text-transform:uppercase;
}

.skill .bar {
    width: 100%;
    height: 10px;
    background: #e9e9e9;
}

.skill .bar .value {
	background:#ed5702;
}

.skill .bar .value {
    position: relative;
    height:10px;
}

.skill .bar .value .count {
    display: block;
    position: absolute;
    top: -37px;
    right: 0;
    width: 44px;
    height: 27px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background: #ed5702;
    margin: 0 -22px 0 0;
}

.skill .bar .value .count:before {
    content: "";
    display: block;
    position: absolute;
    top: 27px;
    left: 16px;
    width: 0;
    height: 0;
    border-top: #000 5px solid;
    border-left: transparent 6px solid;
    border-right: transparent 6px solid;
}
.skill .bar .value .count:after {
    content: "%";
    display: inline;
}

/*========================================================================*/
/*  Call To Action
/*========================================================================*/

.cta-slogan{
	margin-bottom:30px;
}

.cta-slogan h2 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 2px;
}

.cta-slogan h2 span {
	color:#ed5702;
}

.cta-slogan p {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
}

.cta-slogan p span {
	color: #19acca;
	font-weight: 700;
}

.cta-button a {
	margin-top: 5px;
	margin-bottom:30px;
}


/*========================================================================*/
/*  Services
/*========================================================================*/

#services{
	background:#FFF;
}

.service-box {
	margin-bottom:30px;
}

.service-box-icon {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 5px;
    color: #FFF;
    line-height: 56px;
    text-align: center;
    font-size: 30px;
    background:#ed5702;
}

.service-box-info {
	padding-left: 95px;
}

.service-box-info h4 {
	font-weight:400;
}


/*========================================================================*/
/*  Stats
/*========================================================================*/

.stats-detail{
	text-align:center;
	margin-bottom:30px;
}

.stats-detail i{
	font-size:50px;
	color:#fff;
	display:block;
	margin-bottom:10px;
}

.stats-detail span {
    color:#ed5702;
    display: block;
    margin-bottom: 4px;
    font-size: 40px;
    line-height: 48px;
	font-weight: 600;
}

.stats-detail p{
	margin-bottom:0px;
	color:#fff;
	font-size:20px;
}


/*========================================================================*/
/*   Works
/*========================================================================*/

#works{
	padding:80px 0px 60px;
}

.portfolio-filters{
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}

.portfolio-filters li{
    display:inline-block;
    border:1px solid #DDD;
    padding: 10px 16px;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 10px;
	margin-right:5px;
}

.portfolio-filters li:hover{
    background-color: #ed5702;
    color:#fff;
    border-color:#000;
}

.portfolio-filters li.active{
    background-color:#ed5702;
    color:#fff;
    border-color:#ed5702;
}

#grid .mix{
    display: none;
    opacity: 0;
	margin-bottom:20px;
}

.image-wrapper{
    position: relative;
}

.image-wrapper img{
    width:100% !important;
    height:auto;
}

.image-overlay{
    position: absolute;
    text-align: center;
    background: rgba(175, 148, 109, .6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.image-overlay span{
    position: absolute;
    top:40%;
    color: #FFF;
	left:45%;
	font-size:30px;
}

.image-wrapper:hover .image-overlay{
    opacity: 1;
}


/*========================================================================*/
/*  Pricing Table
/*========================================================================*/
   
#pricing {
	background-color:#fff;
}
 
.pricing-table {
	background-color: #fff;
	border: 1px solid #F3F3F3;
	text-align:center;
	margin-bottom:30px;
	height:425px;
}

.pricing-table .price-header {
	border-bottom: 1px solid #F3F3F3;
	position: relative;
}

.pricing-table .plan-title {
	background:#F7F6F6;
	font-size: 20px;
	font-weight:500;
	text-transform: uppercase;
    padding: 15px 5px;
    margin: 0;
}

.pricing-table .plan-price {
    background-color:#FBFAFA;
	margin: 0;
    padding: 10px;
    border-top: 1px solid #F3F3F3;
}

.pricing-table .plan-price h2 {
	font-size: 44px;
	font-weight:600;
	margin-bottom: 5px;
}
.pricing-table .plan-price span {
	color:#ed5702;
	font-weight: 700;
	text-transform: uppercase;
}

.pricing-table ul.plan-features {
	font-weight: 400;
    padding: 5px 20px;
}

.pricing-table ul.plan-features li {
    border-top: 1px solid #F3F3F3;
    padding: 10px 25px;
	list-style:none; 
	line-height: 21px;
}
.pricing-table ul.plan-features li:nth-child(1),
.pricing-table.plan-features ul.plan-features li:nth-child(1) {
    border: none;
}

.pricing-table .price-footer {
    padding: 25px 0px;
    border-top: 1px solid #F3F3F3;
}

.pricing-table.featured .price-header {
	border-bottom: 1px solid #ed5702;
}

.pricing-table.featured .plan-title {
	background-color:#000;
	color: #f7f7f7;
}

.pricing-table.featured .plan-price {
	background-color:#ed5702;
	color: #f7f7f7;
	border-top: 1px solid #000;
}

.pricing-table.featured .plan-price h2,
.pricing-table.featured .plan-price span { 
		color: #f7f7f7;
}


/*========================================================================*/
/*   Team
/*========================================================================*/
 
#team{
	background:#FFF 
}

.team-member{
	margin: 0px auto 30px;
	text-align:center;
	width: 270px;
}

.team-member img{
	width:270px;
	max-width:100%;
}

.team-member .team-info{
	padding:20px 10px 10px 10px;
	background:#FCFCFC;
}
  
.team-member .team-info p{
	font-size:16px;
}

.team-member .team-info:hover{
	background:#ed5702;
}

.team-member .team-info:hover h4 ,.team-member .team-info:hover p{
	color:#fff;
}

.team-member .socials{
	margin-top:20px;
	padding:0px;
} 

.team-member .socials li{
	list-style:none;
	display:inline-block;
	margin:0 5px 0 0;
	padding:0;
} 

.team-member .socials li a {
    border: 1px solid #BFB9B9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
    border-radius: 50px;
    color: #BFB9B9;
    display: block;
    height: 34px;
    line-height: 32px;
    text-align: center;
    width: 34px;
} 

.team-member .team-info:hover .socials li a{
	 border-color:#fff;
	 color:#fff;
}

.team-member .team-info .socials li a:hover{
	 background-color:#fff;
	 color:#ed5702;
}


/*========================================================================*/
/*   Testimonial
/*========================================================================*/

#testimonials {
	color:#fff;
}

#testimonials .container{
	width:90%;
}

#testimonials {
	text-align: center;
}

#testimonials .items {
	margin-bottom: 30px;
	margin-top:-7px;
	color:#fff;
}

#testimonials .desc {
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
}

#testimonials .name {
	color:#ed5702;
    font-weight: 600;
    margin-top:20px;
    font-size: 18px;
}

#testimonials .owl-controls .owl-page span {
    background:#fff;
    border-radius:50%;
    display: block;
    height:12px;
    margin: 5px 4px;
    opacity: 1;
    width:12px;
}

#testimonials .owl-controls .owl-page.active span {
    background:#ed5702;
} 
 

/*========================================================================*/
/*  Clients
/*========================================================================*/

#clients{
	background: #f5f5f5;
}
		
.clients-block{
	height: 175px;
	line-height: 175px;
	text-align: center;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	opacity: 0.5;
    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.lients-block img{
   width: 100%;
 }		

.clients-block:nth-child(4n){
	border-right: none;
}

.clients-block:nth-child(1),
.clients-block:nth-child(2),
.clients-block:nth-child(3),
.clients-block:nth-child(4){
	border-top: none;
}

.clients-block:hover{
	opacity: 1 !important;
}


/*========================================================================*/
/*   Work Detail
/*========================================================================*/


#page-header {
	background: none repeat scroll 0 0 #000;
    margin-top: 90px;
    padding: 40px 0;
    text-align: center;
}

#page-header h1{
	margin-bottom:0;
	color:#fff;
}

.work-detail-list {
	list-style:none;
	padding:0;
	margin:0;
}

.work-detail-list li{
	padding: 5px 0;
	line-height:22px;
}

.work-detail-list  li span{
	font-weight:600;
	padding-right:15px;	
}

#single-work-slider {
	margin-bottom:30px;
}

#single-work-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

#related-project{
	background:#F9F9F9;
	padding:100px 0 80px;
}
#related-project .image-wrapper{
	margin-bottom:20px;
}

.owl-theme .owl-controls .owl-page span {
	background: #a0a0a0;
}


/*========================================================================*/
/*   Blog
/*========================================================================*/

#blog{
	background: #FFF;
}

.blog-post{
	padding:20px;
	background:#FEFDFD;
	border:1px solid #F6F3F3;
	margin-bottom:30px;
}

.post-desc{
	margin-bottom:25px;
}

.post-media{
	overflow: hidden;
	max-height: 360px;
	margin-bottom:20px;
}
.post-media img{
	max-width:100%;
	height:auto;
}
.post-date{
	font-size:13px;
	margin-bottom: 20px;
	color:#A0A0A0;
}

.post-date i{
	font-style: normal;
	margin-right:5px;
}

.post-blog .btn{
    text-transform: uppercase;
    margin-top: 15px;
}

/*========================================================================*/
/*  Contact
/*========================================================================*/

#contact .contact-address ,#contact .contact-form{
	margin-bottom:30px;
}

#contact h4{
	margin-bottom:34px;
	
}

#contact p{
	margin-bottom: 24px !important;
	font-size:18px;
	font-weight:700;
	
}

#contact i{
	color:#ed5702;
	width: 22px;
	font-size: 22px;
	text-align: center;
	margin: 0 25px 0 0;
}

/* Form elements */
input, textarea {
    display: block;
    width: 100%;
    height: 42px;
    margin: 0px 0px 20px;
    font-size: 14px;
    padding: 10px 15px;
    outline: medium none;
    background:rgba(255,255,255,.9);
    border: 1px solid #CECACA;
}

textarea {
    height: 100px;
}

input:focus ,textarea:focus
 {
	border:1px solid #ed5702;
}

footer {
	background:#fff;
	padding:25px 0 15px;
	border-top: 2px dashed #ddd;
}

footer p{
	color:#3F3F3F;
	margin: 34px 0 10px;
}

.social-icons {
	overflow: hidden;
	text-align: center;
	margin:20px 0px;
}

.social-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-icons ul li {
	margin: 0 5px 10px;
	display: inline-block;
}

.social-icons ul li a {
	display: block;
}

.social-icons ul li a i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #3F3F3F;
    line-height: 36px;
    border-radius:50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
    border: 2px solid #3F3F3F;
}

.social-icons ul li a i:hover {
	background:#ed5702;
	border: 2px solid #ed5702;
	color:#FFF;
}


/*========================================================================*/
/*   Blog Page
/*========================================================================*/

.post-content {
	margin-top:0;
}

.post-img  {
	margin: 0 0 20px 0;
}

.post-img  img{
	width:100%;
}

.post-meta {
	margin: 20px 0;
	line-height: 20px;
	color: #999;
}

.post-meta a , .post-meta a i{
	color:#a0a0a0;
}
.post-description p{
	margin-bottom:25px;
}

blockquote{
	display: block;
	padding: 5px 15px;
	margin: 25px 15px;
	font-size: 18px;
	line-height: 25px;
	text-align: justify;
	font-style: italic;
	border-left: 5px solid #e5e5e5;
}

blockquote a{
	text-decoration: none;
	background: #eee;
	cursor: pointer;
	padding: 0 3px;
}

blockquote a:hover{
	color: #666;
}

blockquote em{
	font-style: italic;
}


/*========================================================================*/
/*  Comments
/*========================================================================*/

 .comments_section {
	padding:50px 0;
 }
 
.comment-list {
	margin: 40px 0;
	border-top: 1px solid #EEE;
	padding-top: 30px;	
}

/* Comment List */

.comment-list ol {
	list-style: none;
	margin-left: 0px;
	padding: 0;
}

.comment-list ol.comment-sub {
	list-style: none;
}

li.comment .single_comment {
	padding: 20px 0;
	border-top: 1px solid #F3F1F1;
}

li.comment .single_comment.first-comment {
	border-top: none;
}

li.comment ol.comment-sub {
	margin-left: 65px;	
}


/* Comment List Content */

.comment-list ol .comment-avatar {
	float: left;
	margin-right: 15px;
}

.comment-list ol .comment-avatar  img{
	width:60px;
	height:60px;
}

.comment-list ol .comment-content {
	overflow: hidden;
}

.comment-list ol .comment-name {
	font-weight: 700;	
}

.comment-list ol .comment-name span{
	font-weight: normal;
	color: #aaa;
	margin: 0 8px;	
}

.comment-list ol .comment-name a {
    font-size: 14px;
    font-weight: 600;
	color:#424242;
}

.comment-list ol .comment-name a.comment-reply {
	font-size: 13px;
	font-weight: normal;
}

.comment-list ol .comment-desc {
	font-size: 13px;
	margin-bottom: 16px;	
	color: #999;
	margin-top: 15px;
}


/*   comment-form   */

.comment-form .form-control {
	border-radius: 0;
	border: 0;
	display: inline-block;
	text-shadow: none;
	height:44px;
	font-size:13px;
	border:1px solid #ddd;
	box-shadow:none;
}

.comment-form .form-control:focus {
	border-color: #ed5702;
	outline: 0;
	box-shadow:none;
}

.comment-form textarea.form-control {
	height:auto;
}


/*========================================================================*/
/*   Sidebar Latest post
/*========================================================================*/

.widget-main{
	margin-bottom:30px;
	padding:20px 20px 10px 20px;
	border:1px solid #F8F3F3;
}
.widget-sidebar .search-box {
	position: relative;
}

.widget-sidebar .search-box i {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 16px;
}

.post-categories ul{
	padding:0px;
	margin:0px;
}

.post-categories li{
	list-style: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f1f2;
	padding: 4px 0 4px 15px;
	position: relative;
}

.post-categories li:last-child{
	border-bottom:none;
	margin-bottom:0px;
}

.post-categories li a:before{
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	left: -15px;
}

.post-categories a{
	position: relative;
	color: #606060;
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	line-height: 20px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}


.post-categories a:hover{
	color:#ed5702;
	margin-left: 10px;
}
.sidebar-widget {
	font-size: 11px;
	line-height: 15px;
	margin-right: 8px;
}

.sidebar-widget img {
	float: left;
	width: 80px;
	height: 67px;
	margin: 6px 14px 22px 0px;
}

.sidebar-widget p.date{
	color: #333;
}

.sidebar-widget p.sidebar-widget-title {
	font-size: 14px;
	line-height:20px;
}


/*========================================================================*/
/*  Tags
/*========================================================================*/

.tags {
	padding: 10px 0 10px;
	display:inline-block;
}

.tags a{
	float: left;
	padding: 10px 7px;
	color: #424242;
	margin: 0 6px 6px 0;
	border: 1px solid #ddd;
}

.tags a:hover{
	color: #fff;	
	background-color: #ed5702;
	border-color:#ed5702;
}

/*========================================================================*/
/*   Media queries
/*========================================================================*/

@media (max-width: 1169px){
	
.static-content h3:before{
	width:90px;
}

.static-content h3:after{
	width:90px
}

} 

@media (max-width: 992px) {
	
.nav > li > a {
	padding: 10px 6px !important;
}

#hometicker h2{
	font-size: 60px;
}  

.static h3 {
	letter-spacing: 4px
}

}

@media (max-width: 768px) {
	
#hometicker h2{
	font-size: 55px;
} 

.nav > li > a {
    text-align: center;
}

}

@media (max-width: 660px) {
	
	#hometicker h2{
	font-size:30px;
} 

}
@media (max-width: 480px) {
	
#hometicker h2{
	font-size:28px;
} 

.static h3{
	font-size:16px;
	padding-left:20px;
	padding-right:20px;
}

.static-content h3{
	font-size:20px;
}

}

@media (max-width:300px) {
	
#hometicker h2{
	font-size:24px;
} 
