/* --------------------------------- */
/* Css Styles                        */
/*---------------------------------- */

/**
	Pancaro - Personal Resume & Cv Template
	Author : Tavilla Themes
	Copyright 2016

/* Table of Content
==================================================
	
	1. Body and Core Css
	2. Home Section
	3. About Section
	4. Portfolio Section
	5. Resume Section
	6. Pricing Table 
	7. Testimonial
	8. Blog Section
	9. Contact Section
	10. Blog Posts Page
	11. Work Single Page
	12. Responsive
	


/*------------------------ 1 Body and Core Css ------------------------*/		


html {
  position: relative;
  min-height: 100%;
}

body{
	font-family: 'Lato', sans-serif;
	color: #5a5a5a;
    height: 100%;
    min-height: 100%;
    position: static;
}

a{
    text-decoration:none !important;
}

a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
	color:inherit;
}

*:focus {
    outline: 0;
}

.bottom_20{ 
	margin-bottom:20px
}

.bottom_30{ 
	margin-bottom:30px
}

.bottom_40{ 
	margin-bottom:40px
}

.bottom_60{ 
	margin-bottom:60px
}

.top_20{ 
	margin-top:20px
}

.top_30{ 
	margin-top:30px
}

.top_40{ 
	margin-top:40px
}

.top_60{ 
	margin-top:60px
}

.site-btn{
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  background-color:#cf000f;
  color:#fff;
  border:0;
  font-size:12px;
  min-width: 150px;
  font-weight:bold;
  padding:12px 20px;
}

.site-btn2{
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  background-color:#000;
  color:#fff;
  border:0;
  font-size:12px;
  min-width: 150px;
  font-weight:bold;
  padding:12px 20px;
}

.site-btn:hover{
	color:#fff;
}

a.site-btn{
	display: inline-block;
    text-align: center;
}

/*preloader*/

#preloader {
    background-color:#000;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%; 
    z-index: 999;
    display:table;
}

.spinner {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    display:table-cell;
    vertical-align:middle;
} 

.spinner > div {
    background-color: #ffffff;
    height: 60px;
    width: 6px;
    display: inline-block; 
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*Navigation*/

header{
	position:fixed;
	z-index:100;
	width: 100%;
	padding:30px 0;
	background: black;
}

.logo{
	display: inline-block;
}

.hamburger-menu {
    display: inline-block;
    float: right;
    height: 30px;
    position: relative;
    transition: none 1s ease 0s ;
    vertical-align: middle;
    width: 30px;
    line-height: 0.1;
	cursor:pointer;
}

.hamburger-menu span {
    display: inline-block;
    width: 28px;
    height: 3px;
    background: #fff;
}


#full-menu {
    position: fixed;
    z-index: 999;
    padding: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    display: none;
    overflow: hidden;
    background: #000;
    opacity: 0;
}
.menu-container {
    text-align: right;
    margin-top: 250px;
}
.full-menu {
    list-style: none;
    margin: 0;
    clear: left;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}
.full-menu > li {
    display: block;
    position: relative;
    margin: 0;
}
.full-menu > li > a {
    display: block;
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    padding: 15px 0;
	transition: all 500ms ease; 
}
.full-menu > li > a:hover {
    color: #cf000f;
}


.menu-close {
    background: rgba(0, 0, 0, 0) url("../images/close.png") no-repeat 0px -14px;
    position: absolute;
    height: 14px;
    width: 14px;	
    right: 40px;
    top: 40px;
    transition: none 1s ease 0s;
    z-index: 30;
}

.menu-close:hover{
	 background: rgba(0, 0, 0, 0) url("../images/close.png") no-repeat 0px 0px;   
}

/*------------------------ 2 Home Section ------------------------*/	

.home{
	display: block;
    width: 100%;
    background: url(../images/home.jpg) no-repeat top;
    background-size: cover;
}

.home-inner {
    display: table;
    height: 820px;
    width: 100%;
}

.home-content {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
	padding-top: 270px;
}

.home-title{
	font-size:50px;
	font-weight:bold;
	letter-spacing: -2px;
	padding-bottom: 10px;
}

.home-title span {
	color:#cf000f;
}

.home-subtitle{
	font-size:32px;
	font-weight:300;
}

.home-down{
	color: #fff;
    font-size: 40px;
    padding-top: 40px;
	padding-left:20px;
    display: inline-block;
	transition:all 0.3s ease;
}

.home-down:hover{
	color:#cf000f;
	transition:all 0.3s ease;
}

/* arrow css3 animation */

@-webkit-keyframes bounce {
	 0%, 100% {-webkit-transform: translateY(0);} 
	 50% {-webkit-transform: translateY(-20px);}
}
 
@-moz-keyframes bounce {
	 0%, 100% {-moz-transform: translateY(0);}
	 50% {-moz-transform: translateY(-20px);}
}
 
@-o-keyframes bounce {
	 0%, 100% {-o-transform: translateY(0);}
	 50% {-o-transform: translateY(-20px);}
}

@keyframes bounce {
	 0%, 100% {transform: translateY(0);}
	 50% {transform: translateY(-20px);}
}
 
 .bounce {
	 -webkit-border-radius:50%;
	 -moz-border-radius:50%;
	 -ms-border-radius:50%;
	 border-radius:50%;
	 animation: bounce 2s infinite;
	 -webkit-animation: bounce 2s infinite;
	 -moz-animation: bounce 2s infinite;
	 -o-animation: bounce 2s infinite;
}

/*------------------------ 3 About Section ------------------------*/	

#about{
  float:left;
  width:100%;
  margin-top:-50px;
}

#about .shape-bg{
  margin-top:0px;
}

.section-title{
	font-size: 28px;
    font-weight: bold;
    color: #000;
	letter-spacing:-1px;
    background: url(../images/clipping.png) no-repeat #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	-moz-background-clip: text;
    -moz-text-fill-color: transparent;
	-ms-background-clip: text;
    -ms-text-fill-color: transparent;
}

.section-title, x:-moz-any-link, x:default {
    background: none;
	color:#000000;
}

*:first-child+html .section-title{
    background: none;
	color:#000000;
}

.shape-bg {
  	margin-top:-50px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1); 
	-ms-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1); 
	padding:30px;
	z-index: 10;
    position: relative;
	display:inline-block;
	width: 100%;
}


ul.about-info{
	font-size:14px;	
}

ul.about-info li{
	list-style:none;	
	line-height:36px;
	color:#000000;
}


ul.about-info li span{
	color:#cf000f;
}

.about-text{
	line-height:36px;
	color:#000000;
	font-size:14px;	
}

.social a{
	width:32px;
	height:32px;
	text-align:center;
	display: inline-block;
	color:#fff;
	font-size:13px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	line-height: 32px;
	margin-right:10px;
	transition:all ease 0.3s;
}

.social a:hover{
	background:#cf000f;
	transition:all ease 0.3s;
}
.social .facebook{
	background:#2d5da1;
}

.social .twitter{
	background:#1ab1e5;
}

.social .dribbble{
	background:#df7ea5;
}

.social .behance{
	background:#2a71f3;
}


ul.skill-list h3 {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.skill-list .progress {
    background:#e5e5e5;
}

.progress {
    margin: 20px 0 35px 0;
    display: block;
    height: 4px;
    position: relative;
    width: 100%;
    overflow: visible;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #ffffff;
    box-shadow: 0;
}

.skill-list .progress .percentage {
    background-color: #cf000f;
}

.progress .percentage {
    border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px;
    bottom: 0;
    position: absolute;
    top: 0;
}

.services{
	border-top:solid 1px #ededed;
	margin-top:60px;
	padding-top: 45px;
    padding-bottom: 15px;
}

.services .service i {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    padding-top: 17px;
    float: left;
    color: #fff;
    font-size: 21px;
    margin-right: 10px;
	background: #b6bbc7;
}

.services .service p {
    font-size: 14px;
    color: #949494;
}


.services .service .ser-text {
    padding-top: 6px;
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
}


/*------------------------ 4 Portfolio Section ------------------------*/	

#portfolio{
	width:100%;
	background:#eceef1;
	float:left;
	height:1050px;
}

.portfolio_items .single_item img{ 
	width:100%;
}

.portfolio_filter {
	display: inline-block;
}

.portfolio_filter ul li{
	float:left;
	font-size:15px;
	margin-right:17px;
	margin-bottom:60px;
	cursor:pointer;
}

.portfolio_items .single_item{
	margin-bottom:30px;
}

	 
.hide-work{
	display:none
}

.select-cat{
	color:#cf000f;
}

.work-overlay{
	position:absolute;
	text-align:center;
	color:#fff;
	padding:25px;
	width:100%;
	height:100%;
	padding-top:32%;	
	opacity:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.work-overlay h3{
	font-size:24px;
	margin-bottom:20px;
}

.work-overlay p{
	font-size:15px;
}

.work-overlay a.link{
	    background: rgba(0, 0, 0, 0.63);
	margin:0 auto;
	display:inline-block;
	width:45px;
	height:45px;
	padding-top:12px;
	margin-top:24px;
	margin-right: 7px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-o-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

.work-overlay a.lightbox{
	background: rgba(0, 0, 0, 0.63);
	margin:0 auto;
	display:inline-block;
	width:45px;
	height:45px;
	padding-top:12px;
	margin-top:24px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-o-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}



.work-inner{
	position:relative;
	overflow: hidden;
}

.work-inner:hover > .work-overlay{ 
	background: rgba(207, 0, 15, 0.82);
	opacity:1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.work-inner:hover > .work-overlay a.link{ 
	color:#fff;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	 transition-duration: 0.3s;
}

.work-inner:hover > .work-overlay a.lightbox{ 
	color:#fff;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease; 
	transition-duration: 0.6s;
}


/*------------------------ 5 Portfolio Section ------------------------*/	

#resume{
	width:100%;
	float:left;
}

.resume-education {
    margin-bottom: 30px;
}

.rounded-icon i {
    width: 55px;
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	background: #cf000f;
}

.resume-out {
    padding-left: 25px;
}

.resume-info:first-child {
    padding-top: 50px;
}

.resume-info:last-child {
    border: 0;
}

.resume-info {
    border-left: 2px solid #E5E5E5;
    padding: 0 0 40px 30px;
}

.info-title {
    font-weight: 600;
    font-size: 18px;
}

.info-title::after {
    content: '';
    width: 10px;
    height: 10px;
    float: left;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
    border-radius: 50px;
    margin:0px 9px 0 -36px;
	background: #cf000f;
}

.info-date {
    font-size: 14px;
    padding: 6px 0;
    display: block;
	color:#cf000f;
}

.resume-info p {
    color: #A8A8A8;
    font-size: 14px;
    line-height: 30px;
}


/*------------------------ 6 Pricing Table ------------------------*/	

#pricing{
	width:100%;
	background:#eceef1;
	float:left;
}

.price-table{
	background:#fff;
	text-align:center;
	padding:36px 0;
}

.price-table span{
	font-size:45px;
	font-weight:bold;
	color:#706f6f;
	letter-spacing:-1px;
	display:inline-block;
}


.price-table h4{
	font-size:16px;
	font-weight:bold;
	color:#000;
	letter-spacing:0;
}

.price-table ul li{
	font-size:13px;
	color:#a2a2a2;
	font-weight:400;
	letter-spacing:0;
	line-height:30px;
}

.recommended span{
	color:#cf000f;
}


/*------------------------ 7 Testimonial ------------------------*/

#testimonial{
	width:100%;
	float:left;
}

.testi-image{
	float:left;
	margin-right:30px;
}

.testi-content{
	margin-left:15px;
	padding: 50px 0;
}

#owl-demo{
	margin:80px 0;
}

.testi-content span{
	color:#cf000f;
	font-size:13px;
}

.testi-content h4{
	color:#000;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:15px;
	margin-top:5px;
}

.testi-content p{
	color:#a2a2a2;
	font-size:14px;
	font-weight:400;
	line-height:30px;
}


/*------------------------ 8 Blog Section ------------------------*/

#blog{
	width:100%;
	background:#eceef1;
	float:left;
}

.blog-post {
	background:#fff;
	width:100%;
}	

.blog-post img {
	width:100%;
}	

.blog-post .post-content h4{
	font-size:18px;
	font-weight:bold;
	color:#000000;
	line-height:24px;
}

.blog-post .post-content{
	padding:24px 15px 0 15px;
	display: inline-block;
}

.blog-post .post-info{
	color:#cf000f;
	font-size:13px;
	display: block;
	margin:8px 0 20px 0;
}

.post-content p{
	color:#a0a0a0;
	font-size:14px;
	line-height:24px;
}

.post-content .blog-link{
	float:right;
	font-size:13px;
	color:#000000;
	border-bottom: 3px solid #cf000f;
	padding:0 12px 10px;
	cursor:pointer;
	margin-right:5px;
	font-weight:bold;
}


.post-content .blog-link:hover{
	transition:all 0.2s ease;
	color:#cf000f;
}

.load-more{
	text-align:center;
}

#blog .site-btn {
    margin: 0 auto;
    display: inline-block;
    margin-top: 60px;
    text-align: center;
}


/*------------------------ 9 Contact Section ------------------------*/

#contact{
	width:100%;
	float:left;
}

#map{
	height:500px;
}

.contact-titles{
	font-size:15px;
	color:#000000;
	font-weight:bold;
}

.contact-informations ul li{
	font-size:14px;
	margin:30px 0;
}

.contact-informations ul li i{
	font-size:14px;
	color:#cf000f;
	margin-right:15px;
}

.form-inp{
	height:42px;
}
.form-inp, .form-message {
    width: 100%;
    font-size: 13px;
	color:#8e939a;
	background:#f1f4f9;
    padding-left: 10px;
    margin-bottom: 15px;
	border:0;
}

.social-contact .contact-titles{
    margin-bottom:10px;
	font-weight:400;
}

.social-contact{
	margin-top:45px;
}

.social-contact a{
	color:#cf000f !important;
	font-size:13px;
	margin-right:25px;
}

.reqError{
    border:solid 1px #f00 !important;
}


.contact-form .form-message {
    height: 120px;
	padding-top: 8px;
}

footer{
	width:100%;
	float:left;
	background:#000000;
}

.footer{
	padding:50px 0;
}

.footer .copyright{
	font-size:14px;
}

.footer .copyright span{
	color:#cf000f;
}


/*------------------------ 10 Blog Posts Page ------------------------*/

.cover{
	background: url(../images/home.jpg) no-repeat top;
	height:560px;
	position:relative;
}

.cover .page-title{
	position:absolute;
	bottom:0;
	font-size: 50px;
    font-weight: bold;
    letter-spacing: -1px;
    padding-bottom: 20px;
	margin-bottom: 90px;
	color: #fff;
}

.cover .page-title span{
	color: #cf000f;
}

.posts .post-content{
	padding: 24px 0 0 0;
}

.posts .post-content h4{
	font-size:20px;
}

.posts .post-content p{
	line-height:30px;
	font-size:14px;
}

.blog-post .post-info{
	margin: 8px 0 14px 0;
}

.posts{
	margin-bottom:60px;
}

/*Sidebar*/

.search{
	width: 100%;
    height: 50px;
    font-size: 13px;
    color: #8e939a;
    background: #f1f4f9;
    padding-left: 10px;
    margin-bottom: 15px;
    border: 0;
}

.sidebar-titles {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}

.search-inp{
	background: 0;
    border: 0;
    height: 50px;
    width: 75%;
}

.search-btn{
	position: absolute;
    top: 0;
    margin-top: 13px;
    right: 0;
    border: 0;
    background: url(../images/search.png) no-repeat center;
    margin-right: 30px;
    width: 14px;
    height: 23px;
}

.categories ul li{
	font-size:14px;
	height:50px;
	border-bottom:solid 1px #eeeeee;
	line-height: 50px;
}

.categories ul li a{
	color:#393939;
}

.latest-posts {
	color:#393939;
}

.latest-posts ul li{
	float:left;
	margin-bottom:30px;
}

.latest-posts ul li img{
	float:left;
	padding-right: 15px;
}


.latest-posts ul li a.post-title{
	color:#393939;
	line-height:18px;
	font-size:15px;
	font-weight:bold;
	display:block;
	padding-top: 9px;
}

.latest-posts ul li span.post-info{
	color: #cf000f;
    font-size: 12px;
    float: left;
    margin-top: 5px;
}

blockquote.emphasis p{
	font-size: 16px !important;
    font-weight: bold;
    color: #000;
    line-height: 30px !important;
    padding: 20px 0;
}


.author{
	background:#f6f6f6;
}

.author .author-img{
	float:left;
	margin-right:15px;
}

.author .author-content{
	padding:30px 0;
}

.author .author-content .author-name{
	color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.author .author-content p{
	color:#a0a0a0;
	font-size:14px;
	line-height:24px;
}

.author .author-content .author-social{
	padding-top:8px;
}

.author .author-content .author-social a{
	color:#b6bbc7;
	font-size:12px;
	cursor:pointer;
	margin-right:10px;
}

.post-comment .comments li {
    border-bottom: 1px solid #e4e4e4;
    list-style: none;
    padding: 25px 0;
}

.user-img {
    width: 84px;
    height: 84px;
    float: left;
}

.comment-content {
    margin-left: 95px;
}

.comment-content .comment-text {
    font-size: 13px;
    line-height: 20px;
    color: #a8a8a8;
	padding-top:5px;
}

.comment-content .comment-info .date {
    line-height: 14px;
}

.comment-content .comment-info .date a {
    font-size: 12px;
	color:#cf000f;
}

.comment-content .comment-info .user a.user-name {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.comment-content .comment-info .user a.reply {
    float: right;
    font-size: 13px;
	cursor:pointer;
	color:#cf000f;
}

.post-message .form-inp{
	margin-bottom:30px;
}

/*------------------------ 11 Work Single Page ------------------------*/

.works-info{
	background:#eceef1;
	width:100%;
	padding:30px;
	float:left;
}

.works-info .work-title{
	font-size:30px;
	font-weight:bold;
	color:#000000;
	letter-spacing:-1px;
}

.works-info .work-subtitle{
	font-size:20px;
	color:#000000;
	line-height:30px;
	font-weight:bold;
}

.works-info p{
	font-size:14px;
	color:#000000;
	line-height:30px;
}

.works-info ul.works-informations{
	padding-bottom:20px;
}

.works-info ul.works-informations li{
	float:left;
	font-size:14px;
	color:#000000;
	margin-right:20px;
}

.works-info ul.works-informations li span{
	color:#cf000f;
}

.works-image {
	margin-bottom:30px;
}

.works-image img{
	width:100%;
}


/*------------------------ 12 Responsive ------------------------*/


/*Max Width 479px */

@media screen and (max-width:479px) {

	.home-title{
		font-size:35px;
	}
	
	.home-subtitle {
    	font-size: 20px;
	}
	
	.cover .page-title {
		font-size: 35px;
	}
	
	.cover {
		height: 460px;	
	}
	
	.service {
		width: 100%;
		display: inline-block;
		margin: 20px 0;
	}
		
	.portfolio_filter ul li {
		float:none;
		margin-bottom: 20px;
	}	
	
	.latest-posts ul li img {
		display:none;
	}
	
	.user-img {
		display:none;
	}
	
	.comment-content {	
		margin-left: 0;
	}
	
	.author .author-img {
		display: none;
	}
	
	.author {
		padding: 0 35px;
	}
	
	footer .logo{	
		width:100%;
		text-align:center;
	}
	
	footer .copyright{	
		width:100%;
		text-align:center;
		margin-top:30px;
	}
	
	.menu-container {
		margin-top: 100px;
	}
	
	.full-menu > li > a {
		font-size: 25px;
	}
	
	.home-inner {
		height: 520px;
	}
	
	.home-down {
		padding-top: 10px;
	}
	
	.portfolio_filter {
		width: 100%;
		text-align: center;
	}
	
	.work-inner > .work-overlay {
		background: rgba(207, 0, 15, 0.82);
		opacity: 0.7;
	}
	
	.work-overlay{
		padding-top: 12%;
	}	
	
	.work-overlay a.lightbox, .work-overlay a.link {
		transform: translateY(9px);
		color:#fff;
		background:#000000;
	}
	
	#owl-demo {
		margin: 20px 0;
	}
		
	#map {
		height: 360px;
	}
	
}

@media screen and (max-width: 991px) {

	.testi-image {
		display:none;
	}
}

@media screen and (max-width:1119px) {	

	.service {
		display: inline-block;
		margin: 20px 0;
	}
	
	#portfolio {
		height: auto;
		padding-bottom: 15px;
	}
	
	.services .service .ser-text {
    	display: block;
	}
	.about-text {
		margin: 20px 0;
	}

	.skill-list{
		margin: 40px 0;
	}
	
	.price-table {
		margin-bottom: 30px;
	}
	
	.blog-post {
    	margin-bottom: 30px;
	}
	
	#contact{
		height:auto;
	}	
}


@media screen and (min-width: 479px) {
	
	.comment-reply{
		padding-left:30px !important;
	}
	
}



