/*
Template Name: Capruk - Creative Portfolio Template
Theme URI: http://themeforest.net/user/ridianur
Author: ridianur
Author URI:  http://themeforest.net/user/ridianur
*/

/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
GENERAL SECTION
HEADER SECTION
SLIDER SECTION
ABOUT SECTION
TEAM SECTION
BIG BACKGROUND SECTION
PORTFOLIOS SECTION
SERVICES SECTION
PRICING TABLE SECTION
CLIENT SECTION
CONTACT SECTION
FOOTER SECTION
BLOG SECTION
----SIDEBAR SECTION
MEDIA QUERIES
-------------------------------------------------------------

------------------------------------------------------------*/

/*-----------------------------------------GENERAL SECTION--------------------------------------------------*/


body, html {
	height: 100%;
}
body {
    color: #7d7d7d;
    font-family: "open sans",sans-serif;
    font-size: 14px;
    line-height: 2.2;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	cursor: inherit;
}
a {
	color: #aaa;
	text-decoration: none;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
a:hover {
	text-decoration: none;
	color: #1f1f1f;
}
a:focus {
	outline: none;
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	color: #1f1f1f;
}
iframe {
	border: none;
	width: 100%;
}
img {
	max-width: 100%;
}
.gray-bg {
    background: #f1f1f1  none repeat scroll 0 0;
}
.spacing20 {
	width: 100%;
	height: 20px;
}
.spacing30 {
	width: 100%;
	height: 30px;
}
.spacing40 {
	width: 100%;
	height: 40px;
}
.spacing80 {
	width: 100%;
	height: 80px;
}
ul, ol {
	list-style-position: outside;
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 20px;
}
.clearboth {
	clear: both;
}
.content {
    padding: 100px 0;
}
.open-text{font-style:italic;}

/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 999999; /* makes sure it stays on top */
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(../images/preloader.gif); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}
#status p {
	text-align: center;
}

/*-----------------------------HEADER SECTION-----------------------------------*/
.home-section.header {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
	z-index:999;
}

.logo {
    float: left;
    max-width: 20%;
}
.menu-box {
    float: right;
    max-width: 80%;
    text-align: right;
}
.navigation {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.navigation li {
    display: inline-block;
}
.navigation li a {
    color: #909090;
    display: block;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2.5px;
    padding: 15px 17px;
    text-transform: uppercase;
}
.navigation li a:hover{color:#fff;}
.navigation .current a{color:#fff;}
.for-sticky {
    top: 0;
    left: 0;
    padding: 10px 0;
    width: 100%;
	z-index:9999;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.is-sticky .for-sticky {
    background: #000 none repeat scroll 0 0;
}
.box-mobile {
	float: right;
	padding-right: 30px;
}
.mobile-menu {
	background: none repeat scroll 0 0 #ffffff;
	display: block;
	height: 0;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100%;
	width: 100%;
	z-index: 3;
	padding: 0;
}
.mobile-menu.in {
	border: 1px solid #EEEEEE;
	max-height: 480px;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
}
.mobile-menu li a {
	display: block;
	font-size: 11px;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-top: none;
}
.menu-btn {
    background: #1f1f1f none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    text-align: center;
    width: 30px;
    z-index: 3;
	font-size:14px;
}
/*-----------------------------SLIDER SECTION-----------------------------------*/
.slider-box{overflow:hidden;}
.slider .slide {
	display: none;
}
.slider .slide:first-child {
	display: block;
}
.slider-mask {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slide {
    position: relative;
	text-align:center;
}

.caption-box h3 {
    color: #fff;
    font-size: 35px;
    letter-spacing: 15px;
    line-height: 1.5;
    margin: 60px auto;
    max-width: 1000px;
    text-transform: uppercase;
}
.slide p {
    line-height: 2.7;
    margin: 0 auto 40px;
    max-width: 1000px;
}
.slide-btn {
    border: 3px solid;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 12px;
    line-height: 1;
    margin-top: 20px;
    padding: 16px 31px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.4);
}
.slide-btn:hover{
	background:#fff;
	color:#000;
	border-color:#fff;
}
.caption-box {
    color: #fff;
    padding: 20% 30px;
}
.img-bg {
	background-position: center center;
	background-size: cover;
}
#home .owl-pagination {
    height: 80px;
    margin-top: -80px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
#home .owl-page.active {
    background:#fff;
}
#home .owl-page span {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    display: inline-block;
    height: 5px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
#home .owl-page span:hover{background:#fff;}
#home .owl-page {
    display: inline-block;
    height: 5px;
    margin: 3px;
    position: relative;
    width: 50px;
}
/*-----------------------------ABOUT SECTION-----------------------------------*/
.section-title {
    font-size: 20px;
    letter-spacing: 10px;
    line-height: 1;
    margin: 5px 0 0;
    text-transform: uppercase;
}
.before-title {
    color: #888;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}
.head-block {
    clear: right;
    display: inline-block;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    max-width: 100%;
}
.head-box {
    background: #e66900 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 30px;
    height: 80px;
    letter-spacing: 0;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}
.go-btn {
    background: #1f1f1f  none repeat scroll 0 0;
	color:#fff;
    display: inline-block;
    font-family: montserrat;
    font-weight: bold;
	font-size:11px;
    letter-spacing: 12px;
	border:3px solid #1f1f1f;
    line-height: 1;
    margin-top: 20px;
    padding: 15px 25px;
    text-transform: uppercase;
}
.go-btn:hover{
	color:#1f1f1f;
	border-color:#1f1f1f;
	background:transparent;
}
.about-slider h3 {
    border: 3px solid;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    left: 50%;
    letter-spacing: 12px;
    margin: 0 0 40px -40%;
    padding: 13px 25px;
    position: absolute;
    text-transform: uppercase;
    width: 80%;
    background: rgba(0, 0, 0, 0.5);
}
/*-----------------------------TEAM SECTION-----------------------------------*/

.teambox2 {
    border: 6px solid #fff;
    overflow: hidden;
    position: relative;
	background:#000;
}


.teambox {
    border: 6px solid #fff;
    overflow: hidden;
    position: relative;
	background:#000;
}
.team-info {
    bottom: 0;
    left: -50%;
	opacity:0;
    padding: 20px 20px 20px 60px;
    position: absolute;
    z-index: 3;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.teambox:hover .team-info{
	left:0;
	opacity:1;
}
.teambox img{
	transition: ease .2s;
	-webkit-transition: ease .2s;
	-moz-transition: ease .2s;
	-o-transition: ease .2s;
	-ms-transition: ease .2s;
}
.teambox:hover img{opacity:0.3;}
.team-info i {
	background: #e66900 none repeat scroll 0 0;
	font-size:14px;
    bottom: 20px;
    color: #fff;
    left: 20px;
    padding: 8px;
    position: absolute;
}
.team-info > h3 {
    font-size: 14px;
	color:#fff;
    letter-spacing: 6px;
    margin: 0;
    text-transform: uppercase;
}
.team-info > p {
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1;
	color:#aaa;
    margin: 0 0 3px;
    text-transform: uppercase;
}
.team-social {
    list-style: outside none none;
    margin: 0;
	opacity:0;
	transition: ease .2s;
	-webkit-transition: ease .2s;
	-moz-transition: ease .2s;
	-o-transition: ease .2s;
	-ms-transition: ease .2s;
    padding: 0;
    position: absolute;
    right: 20px;
    top: -20%;
    z-index: 3;
}
.teambox:hover .team-social{opacity:1;top:0;}
.team-social > li {
    display: inline-block;
}
.team-social a {
    background: #e66900 none repeat scroll 0 0;
    color: #fff;
	border-radius: 100px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
    width: 40px;
}
.team-social a:hover{color:#000;}

/*---------------------BIG BACKGROUND SECTION-----------------------------------------*/
.bg {position:relative;overflow:hidden;}
.para-img {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.no-para .para-img {
	background-attachment: scroll;
}
.bg1 .para-img{
	background-image: url("../images/bg/1.jpg");
}
.bg2 .para-img{
	background-image: url("../images/bg/2.jpg");
}
.bg3 .para-img{
	background-image: url("../images/bg/3.jpg");
}
.big-text {
	color: #ffffff;
	padding-bottom: 200px;
	padding-top: 200px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.bg-mask {
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	z-index: 0;
}
.bg-title {
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 14px;
    line-height: 1.8;
	max-width: 1000px;
    margin: auto auto 40px;
    text-transform: uppercase;
}

.bg-title2 {
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 14px;
    line-height: 1.8;
	max-width: 1000px;
    margin: auto auto 40px;
    text-transform: uppercase;
}

.bg-text {
    margin: auto auto 40px;
    max-width: 1000px;
	line-height: 2.7;
}
.bottom-box {
    display: inline-block;
    margin: auto;
    padding-left: 60px;
    position: relative;
}
.big-text i {
    background: #e66900 none repeat scroll 0 0;
    border-radius: 100px;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    width: 50px;
}
.bottom-box h4 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 5px;
    text-align: left;
    text-transform: uppercase;
	margin:6px 0 0;
}
.bottom-box p {
    font-size: 13px;
	font-style: italic;
    text-align: left;
	line-height:1.4;
	letter-spacing:1px;
}
/*----------------------------PORTFOLIO SECTION----------------------------------*/
.port-filter {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.port-filter > li {
    display: inline-block;
}

.portfolio-body {
    transition: height 0.3s ease 0s;
	-webkit-transition: height 0.3s ease 0s;
	-moz-transition: height 0.3s ease 0s;
	-o-transition: height 0.3s ease 0s;
	-ms-transition: height 0.3s ease 0s;
	max-width:100%;
}
.port-filter a {
    background: #1f1f1f none repeat scroll 0 0;
    color: #fff;
	border:2px solid #1f1f1f;
    display: inline-block;
    font-family: montserrat;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 1;
    margin-top: 20px;
    padding: 13px 20px;
    text-transform: uppercase;
}
.port-filter a:hover,.port-filter .active{
	color:#1f1f1f;
	background:transparent;
	border-color:#1f1f1f;
}

.port-item{max-width:100%;}
.port-ajax {
    display: block;
    position: relative;
	border: 6px solid #fff;
}
.port-hov {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	opacity:0;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	overflow:hidden;
	-ms-transition: ease .3s;
}
.port-hov:hover{opacity:1;}
.port-content {
    bottom: 0;
    left: -50%;
    opacity: 0;
    padding: 20px 20px 20px 60px;
    position: absolute;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
    z-index: 3;
	text-align:left;
}
.port-hov:hover .port-content{left:0;opacity:1;}
.port-content i {
    bottom: 20px;
	background: #e66900 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    left: 20px;
    padding: 8px;
    position: absolute;
}
.port-cat {
    color: #aaa;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 0 3px;
    text-transform: uppercase;
}
.port-cat2, .port-client {
    display: inline-block;
    margin-right: 10px;
}
.port-content > h3 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 6px;
    margin: 0;
    text-transform: uppercase;
}
.close {
    background: #282828 none repeat scroll 0 0;
   font-family: montserrat;
    
	font-size:9px;
    letter-spacing: 9px;
    color: #fff;
    display: inline-block;
    float: right;
   
    height: 40px;
    line-height: 1px;
    
    opacity: 1;
    text-align: center;
    text-shadow: 0 0 0;
    margin-top: 20px;
    padding: 15px 25px;
    text-transform: uppercase;
}
.close:hover
{
    background: #e66900 none repeat scroll 0 0;
   font-family: montserrat;
    
	font-size:9px;
    letter-spacing: 9px;
    display: inline-block;
    float: right;
    
    height: 40px;
    line-height: 1px;
    
    opacity: 1;
    text-align: center;
    text-shadow: 0 0 0;
    
	color:#fff;
	margin-top: 20px;
    padding: 15px 25px;
    text-transform: uppercase;
}

.port-title {
    font-size: 25px;
    letter-spacing: 4px;
    margin: 0 0 20px;
}


.work-content{position:relative;}
.portfolio-gallery div{width:33.3%;float:left;}

.portfolio-gallery a{position:relative;display:block;}
.portfolio-gallery2 a{position:relative;display:block;}
.portfolio-gallery a span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
	opacity:0;
    position: absolute;
    top: 0;
    width: 100%;
	transition: .3s;
	-webkit-transition:.3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}


.portfolio-gallery a i {
	opacity:0;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    height: 40px;
    left: 50%;
    line-height: 34px;
	border:3px solid;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
	border-radius:100px;
	transition: .5s;
	-webkit-transition:.5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}

.portfolio-gallery a:hover span,.portfolio-gallery a:hover i{opacity:1;}
a.pp_previous,a.pp_next{
	transition: none;
	-webkit-transition:none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}

.slide-nav.inright {
    left: 65px;
}
.slide-nav {
    border: 3px solid;
    border-radius: 100px;
    bottom: 20px;
    color: #ffffff;
    font-size: 15px;
    height: 40px;
    left: 20px;
    line-height: 34px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
}
.slide-nav:hover{opacity:1;}
.work-content p strong{font-family:montserrat;}

/*----------------------------SERVICES SECTION----------------------------------*/
.small-title {
    clear: right;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 15px 0 20px;
    padding-left: 50px;
    text-transform: uppercase;
}
.head-icon {
    background: #e66900 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.head-info {  
    color: #1f1f1f;
    display:inline-block;
    float:inherit;
    font-size: 22px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 30px;
}
/*----------------------------PRICING TABLE SECTION----------------------------------*/
.p-table {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin: auto;
    max-width: 300px;
    padding: 40px;
    text-align: center;
}
.p-table h3 {
    font-size: 15px;
    letter-spacing: 2px;
    margin: 5px 0 0;
    padding-left: 60px;
    text-align: left;
    text-transform: uppercase;
}
.p-price {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 50px;
    padding-left: 60px;
    text-align: left;
}
.p-table i {
    background: #e66900 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    padding: 15px;
}
.p-table a {
    background: #1f1f1f none repeat scroll 0 0;
    border: 2px solid #1f1f1f;
    color: #fff;
    display: inline-block;
    font-family: montserrat;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 14px 25px;
    text-transform: uppercase;
}
.p-table a:hover{
	background:transparent;
	border: 2px solid #1f1f1f;
	color:#1f1f1f;
}
/*-----------------------------CONTACT SECTION-----------------------------------*/
.map_canvas {
    height: 500px;
    margin-bottom: 40px;
}
.box-map {
    line-height: 1;
    padding: 20px 0 20px 20px;
    text-align: center;
    width: 100%;
}
.box-map > h3 {
    font-size: 16px;
    letter-spacing: 3px;
    margin: 10px 0 20px;
    text-transform: uppercase;
}
form input,form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	color: #888;
	line-height: inherit;
	padding: 12px 20px;
	width: 100%;
	background: #fff;
}
#MyContactForm{text-align:left;}
#MyContactForm p span {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}
input:focus, textarea:focus {
	border-color: #aaa;
}
::-webkit-input-placeholder {
 color: #999;
}
#MyContactForm p label {
    cursor: text;
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
}
:-moz-placeholder { /* Firefox 18- */
 color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #999;
}

:-ms-input-placeholder {
 color: #999;
}
#form-wrapper #MyContactForm .error {
    bottom: 12px;
    color: #FF0000;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    left: auto;
	font-style:italic;
    letter-spacing: 0;
    position: absolute;
    right: 20px;
    text-transform: capitalize;
    width: auto;
}
.contact-btn {
    background: #1f1f1f none repeat scroll 0 0;
    border: 2px solid #1f1f1f;
    color: #fff;
    display: inline-block;
    font-family: montserrat;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 14px 25px;
    text-transform: uppercase;
}

.contact-btn:hover {
	background: transparent;
	color: #2b292a;
}
#MyContactForm p {
	position: relative;
}
.response h3 {
    letter-spacing: 2px;
    margin: 10px 0 25px;
    text-transform: uppercase;
}
#contact{margin-bottom:80px;}
#contact .small-title i {
    background: #e66900 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
#contact .small-title {
    margin: 0 0 10px;
    padding-left: 0;
}
/*-----------------------------FOOTER SECTION-----------------------------------*/
.footer {
    background: #1f1f1f  none repeat scroll 0 0;
    color: #ffffff;
    padding: 40px 0;
}

.footer-icon a {
    background: #222222 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.footer-icon > li {
    display: inline-block;
}
.footer-icon {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer a{color:#666;}
.footer a:hover{color:#aaa;}
.footer-icon a:hover{color:#fff;background:#e66900 ;}
.footer p {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}
/*-----------------------------BLOG SECTION----------------------------------*/
.blog-header {
    background: #000 none repeat scroll 0 0;
    padding: 10px 0;
	z-index:999;
}
.blog-title {
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1.5;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.post-detail {
    border-bottom: 1px solid #dedede;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.post-detail > li {
    display: inline-block;
    margin-right: 30px;
}
.post-detail li i {
    background: #e66900 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
	border-radius: 100px;
    margin-right: 5px;
    padding: 8px;
}
.border-post {
    background: #dedede none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 40px;
    width: 100%;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}
.pagination li a:hover{color:#1f1f1f;}
.pagination > li > a, .pagination > li > span {
    color: inherit;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*-----------------------------SIDEBAR SECTION----------------------------------*/
.widgettitle {
    font-size: 15px;
    letter-spacing: 4px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.widget {
    border-bottom:1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.widget ul {
    padding: 0 0 0 20px;
}
#searchform {
    margin: 10px 20px;
    position: relative;
}
#searchform #s {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    display: block;
    height: 50px;
    margin: 0;
    padding: 10px 45px 10px 15px;
    width: 100%;
}
#searchform #s:focus{border-color:#aaa;}
#searchform #searchsubmit {
    background: url("../images/search.png") no-repeat scroll center center #e66900;
    height: 30px;
    right: 10px;
    line-height: 1;
    margin-top: -15px;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
    width: 30px;
	border:none;
	border-radius: 100px;
}
#searchform #searchsubmit:hover{background-color:#aaa ;}
.widget ul li {
    list-style: outside none square;
    margin-bottom: 5px;
}
.tagcloud a {
    background: #1f1f1f none repeat scroll 0 0;
    border: 2px solid #1f1f1f;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5px;
    padding: 4px 17px;
    text-transform: uppercase;
}
.tagcloud a:hover{border-color:#1f1f1f;color:#1f1f1f;background:#fff;}
/*-------------COMMENTS SECTION-------------*/
.comment-list, .com-child {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
}
.comment-list{padding:0;}
.comment-ava > img {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100px;
}
.comment-ava {
    float: left;
    padding-right: 20px;
    width: 20%;
}
.com-box {
    float: left;
    width: 80%;
}
.comment-list .comment {
    display: block;
    margin: 10px 0;
    overflow: hidden;
}
.com-author {
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}
.com-reply {
    float: right;
    font-size: 13px;
}
.com-meta {
    font-size: 12px;
    font-style: italic;
}
.comment-content {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 20px 0;
}
.com-btn {
    background: #1f1f1f none repeat scroll 0 0;
    border: 3px solid #1f1f1f;
    color: #fff;
    display: inline-block;
    font-family: montserrat;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 12px;
    line-height: 1;
    margin-top: 20px;
    padding: 15px 25px;
	width:auto;
    text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.com-btn:hover{background:transparent;color:#1f1f1f;border-color:#1f1f1f;}
.comment-top > span {
    display: block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.title-strong {
    font-size: 14px;
    letter-spacing: 4px;
    margin: 0;
    text-transform: uppercase;
}
.pagination > li > a, .pagination > li > span{color:inherit;}
/*-----------------------------MEDIA QUERIES-----------------------------------*/

@media (min-width:768px) and (max-width:1024px) {
	.footer,.footer-icon{text-align:center;}
	.footer-icon{margin-top:10px;}
	.logo{max-width:30%;}
}
@media (max-width: 767px) {
	.head-box {
		display: block;
		float: none;
		margin: auto;
	}
	.head-block {
		display: block;
		float: none;
		margin: 20px auto auto;
		text-align: center;
	}
	.caption-box h3 {
		font-size: 25px;
		letter-spacing: 10px;
	}
	.slide-btn{display:none;}
	.footer,.footer-icon{text-align:center;}
	.footer-icon{margin-top:10px;}
	.bg-title {
		font-size: 20px;
		letter-spacing: 5px;
	}
	.logo{max-width:30%;}
}
@media (max-width: 600px) {
	
	.logo{max-width:50%;}
}

/*! -- Stack Tooltips -- */
.tooltip {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 1.23809524em;
  height: 1.23809524em;
  border-radius: 50%;
  background: #252525;
  text-align: center;
  cursor: pointer;
}
.tooltip .tooltip__anchor {
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  position: absolute;
  top: -5px;
  left: 6px;
}
.tooltip .tooltip__text {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  text-align: left;
  z-index: 10;
  position: absolute;
  width: 280px;
  background: #fafafa;
  border: 1px solid #ececec;
  padding: 0.61904762em;
  left: 1.48571429em;
  top: -0.92857143em;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  line-height: 20px;
}
.tooltip:hover .tooltip__text {
  opacity: 1;
}
.tooltip:last-child {
  margin-left: 0.92857143em;
}
[data-tooltip] {
  position: relative;
  overflow: visible;
}
[data-tooltip]:after {
  transition: all .2s ease;
  content: attr(data-tooltip);
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #252525;
  color: #fff;
  border: 1px solid #e7e7e7;
  padding: 8px 8px;
  pointer-events: none;
  white-space: pre-line;
  font-size: 11px;
    width: 400px;
  line-height: 18px;
  font-weight: normal;
  border-radius: 2px;
  z-index: 2;
  font-family: 'Open Sans';
}
[data-tooltip]:not(:hover):after {
  opacity: 0;
}