@import url('https://fonts.googleapis.com/css?family=Roboto');

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

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

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

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

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

::selection {
	background:#1AB3BD;
	color:#FFF;
}

::-moz-selection{
	background:#1AB3BD;
	color:#FFF;
}

img{
	max-width:100%;
}


.es {
	color: rgb(36, 160, 169);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.6px;
}

.freelance {
	color: rgb(36, 160, 169);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.6px;
}

#support {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-weight:400;
	color:#fff;
	font-weight: 700;
	margin-bottom: 2px;

}

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

.btn-default {
	background:#1AB3BD;
	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;
}

.btn-default:hover,.btn-default:active,.btn-default:focus {
	background:#1DC3C9;
	color:#FFF;
	outline:none;
}
.overlay{
	background: rgba(0, 0, 0, 0.7);
	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:15px;
    display:none;
	background:rgba(15,162,165,.9);
	-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:rgba(15,162,165,.6);

}

.section_space_white {
	height: 80px;
	background-color: white;
}

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

.section .container{
	position:relative;
}

.section-heading{
	margin-bottom:25px;
	margin-top:25px;
}

.section-heading h2 {
	font-size:30px;
	line-height: 29px;
	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:#FFF;
	border-radius:0;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.navbar-custom .nav li a {
	font-size:14px;
	color:#444;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color:transparent; 
	color:#1AB3BD;
}

.navbar-custom .nav li.active a{
	color:#1AB3BD ;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #1AB3BD;
}

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

.navbar-brand {
	padding:5px;
	padding-left: 4px;
}

.navbar-brand img {
	margin-top:7px;
}

.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:630px;
	width: 100%;
	position: relative;
	text-align:center;
	-webkit-transform:translateZ(0);
}

#homecontent{
	left: 0;
	top: 0;
	width: 100%;
	z-index:2;
	position: absolute;
	padding: 200px 0 160px 0;
	height:630px;
	background: rgba(0,0,0,0.1) url('../images/pat1.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 h3{
	text-align: center;
	border: 1px solid #F1F3F3;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	padding: 10px;
	padding-left:0 20px;
	display: inline-block;
	margin: 20px 0;
	background:rgba(0,0,0,0.4);
}

.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: 104px;
	text-transform: uppercase;
	line-height:100%;
	
}

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

.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: rgba(0,0,0,0.2) center no-repeat fixed url(../images/slide1.jpg);
 	 background-size: cover;

}

.slide2{
 	background:center no-repeat fixed url(../images/slide2.jpg);
 	background-size: cover;
}

.slide3{
 	background:center no-repeat fixed url(../images/slide3.jpg);
 	background-size: cover;
}

.slide4{
 	background:center no-repeat fixed url(../images/slide4.jpg);
 	background-size: cover;
}

.slide5{
 	background:center no-repeat fixed url(../images/slide5.jpg);
 	background-size: cover;
}

/*========================================================================*/
/*  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:#1AB3BD;
	font-size: 50px;
	line-height:94px;
	margin-bottom:30px;
	display: inline-block;
	border:1px solid #1AB3BD;
	-webkit-border-radius: 100px;
	moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

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

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

#about{
	background:#FCFAFA;
}

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

.about-info:hover{
     opacity: 1;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
    -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
}

.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:#000;
}

.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: #000;
    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:#1AB3BD;
}

.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:#1AB3BD;
}

.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:#1AB3BD;
    display: block;
    margin-bottom: 4px;
    font-size: 40px;
    line-height: 48px;
	font-weight: 600;
}

.stats-detail h2{
	font-family:'Roboto', sans-serif;
	text-transform:uppercase;
	color:#1AB3BD;
	font-size:20px;
    line-height: 48px;
    font-weight: 700;
}


/*========================================================================*/
/*   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: #1AB3BD;
    color:#fff;
    border-color:#35bdf6;
}

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

#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(26, 179, 189, .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:#FBFAFA;
}
 
.pricing-table {
	background-color: #fff;
	border: 1px solid #F3F3F3;
	text-align:center;
	margin-bottom:30px;
}

.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: 30px 15px;
    margin: 0;
}

.pricing-table .plan-price {
    background-color:#FBFAFA;
	margin: 0;
    padding: 20px;
    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:#1AB3BD;
	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; 
}
.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 #108E90;
}

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

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

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


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

.team-back {
	background-color: rgba(213, 213, 213, 0.33);
	border: solid 1px #E5E5E5;
}

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

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

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

.team-member:hover  {
	background:#1AB3BD;
	border: 1px solid #727BBB;
}

.member-name:hover  {
	color: white;
}

.linkedin {
	color:rgba(11,73,113,0.85);
	font-size: 16px,
	text-align:center;

}

.linkedin:hover {
	color:white;
}

.skills{
	text-decoration: underline;
	
}



.team-member:hover h4 ,.team-member:hover p, .team-member:hover h5, .team-member:hover ul ,  .team-member:hover img	, .team-member:hover .socials   {
	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: #3C6C90;
    display: block;
    height: 34px;
    line-height: 32px;
    text-align: center;
    width: 34px;
} 




.team-member .image {

-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.team-member .image:hover {
	-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}


/*========================================================================*/
/*   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:#1AB3BD;
    font-weight: 600;
    margin-top:20px;
    font-size: 18px;
}

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

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

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

#clients{
	background: #f5f5f5;
	display: none;
}
		
.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;
}

.clients-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: #F9F9F9;
	padding:70px 0;
	margin-top:70px;
	text-align: center;
}

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

.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;
	color:#FFF;
}

#contact p{
	margin-bottom: 24px !important;
	color:#FFF;
}

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


.white_color {
	color:white;
}

/* 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 #1AB3BD;
}

footer {
	background:rgb(1, 100, 119);
	text-align:center;
	padding:25px 0 15px;
	border-top: 1px solid white;
}

footer p{
	color:#FFF;
	margin:0px;
}

#about.social-icons img {


margin: 20px 0;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.social-icons img:hover {
margin: -10px;
}


.social-icons {
	overflow: hidden;
	text-align: center;
}

.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: #FFF;
    line-height: 36px;
    border-radius:50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
    border: 2px solid #FFF;
}

.social-icons ul li a i:hover {
	background:#24CAD0;
	border: 2px solid #24CAD0;
	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: #1AB3BD;
	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:#1AB3BD;
	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: #1AB3BD;
	border-color:#1AB3BD;
}

/*========================================================================*/
/*   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: 72px;
}  

.static h3 {
	letter-spacing: 4px;
}

}

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

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

}

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

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

.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:28px;
} 

