/*
Template Name: Benten - 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
VIDEO BACKGROUND SECTION
ABOUT SECTION
TEAM SECTION
SERVICES SECTION
WORKS SECTION
CLIENT SECTION
CONTACT SECTION
FOOTER SECTION
BLOG SECTION
----SIDEBAR SECTION
MEDIA QUERIES
-------------------------------------------------------------

------------------------------------------------------------*/

/*-----------------------------------------GENERAL SECTION--------------------------------------------------*/


body, html {
	height: 100%;
}
body {
    color: #8d8d8d;
    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: rgba(50, 0, 93);
}
a:focus {
	outline: none;
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: "Rubik",sans-serif;
	color: #000;
	line-height:1.4;
}
iframe {
	border: none;
	width: 100%;
}
img {
	max-width: 100%;
}

.spacing10 {
	width: 100%;
	height: 10px;
}
.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-----------------------------------*/
.top-logo {
    margin-bottom: 15px;
    margin-top: 35px;
    text-align: center;
}
.top-logo > a {
    display: inline-block;
}
.home-section.header {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
	z-index:999;
}
.logo {
	display:block;
    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: 'Rubik', sans-serif;
    font-size: 12px;
    letter-spacing: 2.5px;
    padding: 15px 17px;
    text-transform: uppercase;
}
.navigation li a:hover{color:rgb(140, 97, 177);}
.navigation .current a{color:#fff;}



.navigation2 {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.navigation2 li {
    display: inline-block;
}
.navigation2 li a {
    color: #909090;
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    letter-spacing: 2.5px;
    padding: 15px 17px;
    text-transform: uppercase;
}
.navigation2 li a:hover{color:#fff;}
.navigation2 .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: rgba(255, 255, 255, 0.248) 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: #000000 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;
}
.img-bg {
    background-position: center center;
    background-size: cover;
}
.nav-box{width:90%;}
/*-----------------------------SLIDER SECTION-----------------------------------*/
.slider .slide {
	display: none;
}
.slider .slide:first-child {
	display: block;
}
.caption-box {
    padding: 18% 0 24%;
    text-align: center;
	position:relative;
}
.caption-box h3 {
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 1.2;
    margin: 20px auto 30px;
    max-width: 500px;
    text-transform: uppercase;
}
.caption-box i {
    color: #fff;
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
}
.top-slide {
    color: #fff;
    display: inline-block;
    font-family: rubik;
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
}
.top-slide::after {
	opacity:0.3;
    background: #fff;
    content: "";
    height: 1px;
    left: 100%;
    margin-left: 30px;
    position: absolute;
    top: 50%;
    width: 70px;
}
.top-slide::before {
	opacity:0.3;
    background: #fff;
    content: "";
    height: 1px;
    right: 100%;
    margin-right: 30px;
    position: absolute;
    top: 50%;
    width: 70px;
}
.bottom-slide {
    color: #fff;
    font-family: open sans;
	line-height: 1.7;
    font-size: 13px;
    letter-spacing: 2px;
    margin: 0 auto;
    max-width: 500px;
    text-transform: uppercase;
}
.slide-btn {
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #fff;
	background:rgba(50, 0, 93, 0.5);
    display: inline-block;
    font-family: rubik;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1;
    margin-top: 40px;
    padding: 14px 30px;
    text-transform: uppercase;
}
.slide-btn:hover{
background:transparent;
color:#fff;
border-color:#fff;
}
.slider-mask {
    background-color: rgba(50, 0, 93, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

 

/*------------------------------VIDEO BACKGROUND SECTION---------------------------------*/
#home{position:relative;}
#bg-video {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
#big-video-wrap {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
#big-video-vid {
	position: absolute;
}
#big-video-wrap img {
	max-width: none;
	position: absolute;
}
.vjs-big-play-button, .vjs-text-track-display, .vjs-control-bar {
	display: none;
}
/*-----------------------------ABOUT SECTION-----------------------------------*/
.box-content {
    text-align: center;
}
.content-title {  
    font-size: 45px;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0 auto 30px;
    max-width: 500px;
    text-transform: uppercase;
    color: #fff;
}
.top-title {
    color: #fff;
    display: inline-block;
    font-family: rubik;
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
}
.top-title::after {
	opacity:0.3;
    background: #fff;
    content: "";
    height: 1px;
    left: 100%;
    margin-left: 30px;
    position: absolute;
    top: 50%;
    width: 70px;
}
.top-title::before {
	opacity:0.3;
    background: #fff;
    content: "";
    height: 1px;
    right: 100%;
    margin-right: 30px;
    position: absolute;
    top: 50%;
    width: 70px;
}
.content-icon{
    color: #fff;
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
}
.top-text {
    color: #fff;
    font-family: "Playfair Display",serif;
    font-size: 25px;
    font-style: italic;
    line-height: 1.5;
    margin: 0 0 40px;
    padding-left: 0px;
    position: relative;
}
.toptext-icon {
    background: #e3e3e3 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    font-size: 17px;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: -1;
}
.line-subtext::before {
    background: rgba(50, 0, 93) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 50px;
}
.line-subtext {
    border-top: 1px solid #eee;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding-top: 15px;
    position: relative;
    text-transform: uppercase;
}
.content-subtitle {
    display: block;
    font-size: 22px;
	line-height:1;
    margin: 0 0 20px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}
.sub-icon {
    background: #dedede none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    margin-top: 20px;
    text-align: center;
    width: 30px;
}
.abt-btn {
    background: rgba(50, 0, 93) none repeat scroll 0 0;
    border: 2px solid rgba(50, 0, 93);
    color: #fff;
    display: inline-block;
    font-family: rubik;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1;
    margin-top: 40px;
    padding: 14px 30px;
    text-transform: uppercase;
}
.abt-btn:hover{
		background:transparent;
		color:rgba(50, 0, 93);
}

/*-----------------------------TEAM SECTION-----------------------------------*/
.box-subtext {
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0 0;
    text-transform: uppercase;
}
.box-subtitle {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 25px;
    position: relative;
    text-transform: uppercase;
}
.content-box {
    padding-right: 50px;
    position: relative;
	border-bottom: 1px solid #eee;
}

.box-icon {
    background: #dedede  none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 0;
    text-align: center;
	font-size: 14px;
    top: 50%;
    width: 30px;
}
.img-team {position:relative;}
.team-sicon {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 30%;
	opacity:0;
    width: 100%;
	transition:0.3s;
}
 
.img-team img{
	transition:0.2s;
}
.img-team:hover img {
    opacity: 0.8;
    position: relative;
    z-index: 0;
}
.team-sicon > li {
    display: inline-block;
}
 
/*-----------------------------SERVICES SECTION----------------------------------*/
.bg {
    overflow: hidden;
    position: relative;
}
.bg-mask {
    background-color: rgba(50, 0, 93, 0.701);;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-mask2 {
    background-color: rgba(210, 200, 218, 0.701);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bg1 .para-img {
    background-image: url("../images/bg2.jpg");
}

.bg3 .para-img {
    background-image: url("../images/servicebg.png");
}


.bgtest{
    background-image: url(" ") ;
}












.para-img {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg .box-content {
    position: relative;
    z-index: 1;
}
.bg .content-icon {
    color: #fff;
}
.bg .top-title {
    color: #fff;
}
.bg .top-title:after,.bg .top-title:before {
    background: #fff;
	opacity:0.3;
}
.bg .content-title{color:#fff;}
.bg .content-subtitle {
    color: #fff;
}

.bg .box-subtext::before {
    display: none;
}
.bg .box-subtext {
    border: medium none;
}
.service-icon {
    color: #fff;
    display: inline-block;
    font-size: 35px;
    margin: 40px 0;
}
.bg .slide-btn {
    margin: 40px 0;
}
/*-----------------------------WORKS SECTION----------------------------------*/
.port-filter {
    display: block;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.port-filter > li:first-child {
    float: left;
}
.port-filter li {
    display: inline-block;
    float: right;
    margin: 0 0 3px;
}
.port-filter a {
    background: transparent;
    color: #8d8d8d ;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    padding: 13px 20px;
    text-transform: uppercase;
}
.port-filter .active,.port-filter a:hover{
	background:rgba(50, 0, 93);
	color:#fff;
}

.port-ajax {
    display: block;
    position: relative;
}
.port-hov:hover {
    opacity: 1;
}
.port-hov {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s;
    width: 100%;
}
.port-hov i {
    background: rgba(50, 0, 93)  none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    height: 30px;
    left: 50%;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
}

.port-content {
    border-bottom: 1px solid #eee;
    padding-right: 50px;
    position: relative;
}
.port-content h3{
    display: block;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 25px;
    position: relative;
    text-transform: uppercase;
}
.port-cat{
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0 0;
    text-transform: uppercase;
}
.port-content i {
    background: #dedede none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 30px;
}
#works .worksajax .content {
    padding: 0;
}
.box-relative {position:relative;}
.portfolio-gallery div{width:33.3%;float:left;}
.portfolio-gallery a{position:relative;display:block;}
.portfolio-gallery a span {
    background: rgba(0,0,0,0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.portfolio-gallery a span:hover{opacity:1;}
.portfolio-gallery a i {
    background: rgba(50, 0, 93) none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    height: 30px;
    left: 50%;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
}
.box-subtitle {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 25px;
    position: relative;
    text-transform: uppercase;
}
.box-relative .big-title{
    display: block;
    font-size: 22px;
    line-height: 1;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}
.box-relative .sub-title::before {
    background: rgba(50, 0, 93) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 50px;
}

.box-relative .sub-title {
    border-top: 1px solid #eee;
    color: #aaa;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding-top: 15px;
    position: relative;
    text-transform: uppercase;
}

.box-relative .content-icon{
    background: #dedede none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 30px;
}
.work-content .slide-nav.inright {
    left: 51px;
}
.work-content .slide-nav {
    background: rgba(50, 0, 93) none repeat scroll 0 0;
    border: 3px solid rgba(50, 0, 93);
    border-radius: 100px;
    bottom: 20px;
    color: #fff;
    height: 30px;
    left: 20px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 30px;
}
.work-content .slide-nav:hover{
color:rgba(50, 0, 93);
background:transparent;
}
.go-btn {
    background: rgba(50, 0, 93) none repeat scroll 0 0;
    border: 2px solid rgba(50, 0, 93);
    color: #fff;
    display: inline-block;
    font-family: rubik;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1;
    margin-top: 40px;
    padding: 14px 30px;
    text-transform: uppercase;
}
.work-content{position:relative;margin-top:40px;}
.work-content .close {
    bottom: 60px;
    display: block;
    float: none;
    position: absolute;
    right: 0;
    text-align: right;
}
.close i {
    font-size: 25px;
}
.go-btn:hover {
    background: transparent none repeat scroll 0 0;
    color: rgba(50, 0, 93);
}
.work-border{
	border-bottom:1px solid #eee;
}
/*-----------------------------CLIENT SECTION----------------------------------*/
.bg2 .para-img {
    background-image: url("../images/bg/2.jpg");
}
/*-----------------------------CONTACT SECTION-----------------------------------*/
.map_canvas {
    height: 350px;
    margin-bottom: 20px;
}
.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: rgba(50, 0, 93, 0.5) none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: rubik;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1;
    padding: 14px 30px;
    text-transform: uppercase;
}

.contact-btn:hover {
	background: transparent;
	color: rgba(50, 0, 93);
}
#MyContactForm p {
	position: relative;
}
.response h3 {
    font-size: 22px;
    margin: 10px 0 25px;
    text-transform: uppercase;
}

.contact-box .sub-title{
	color:#000;
}

/*-----------------------------FOOTER SECTION----------------------------------*/
.footer .container {
    width: 90%;
}
.footer {
    background: #000  none repeat scroll 0 0;
    color: #ffffff;
    padding: 40px 0;
}

.footer-icon a {
    background: #141414 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
	border-radius:100px;
}
.footer-icon > li {
    display: inline-block;
}
.footer-icon {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer-icon a:hover{color:#fff;background:rgba(50, 0, 93);}
.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;
    position: relative;
    z-index: 999;
}
.blog-slider .slide-nav {
    background: rgba(50, 0, 93) none repeat scroll 0 0;
    border: 3px solid rgba(50, 0, 93);
    border-radius: 100px;
    bottom: 20px;
    color: #fff;
    height: 30px;
    left: 20px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 30px;
}
.blog-slider .slide-nav.inright {
    left: 51px;
}
.blog-slider .slide-nav:hover {
    background: transparent none repeat scroll 0 0;
    color: rgba(50, 0, 93);
}
.blog-title {
    display: block;
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 10px;
    position: relative;
    text-transform: uppercase;
}
.post-detail::after {
    background: rgba(50, 0, 93) none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.post-detail {
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 13px;
    font-weight: 600;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 20px;
    position: relative;
    text-transform: uppercase;
}
.post-detail > li {
    display: inline-block;
    margin-right: 20px;
}
.post-detail > li i {
    background: #dedede none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    margin-right: 2px;
    text-align: center;
    width: 25px;
}
.border-post {
    background: #eee none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: rgba(50, 0, 93) ;
    border-color: rgba(50, 0, 93) ;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}
.pagination li a:hover{color:#000000;}
.pagination > li > a, .pagination > li > span {
    color: inherit;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*-----------------------------SIDEBAR SECTION----------------------------------*/
.widgettitle {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    display: block;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    text-transform: uppercase;
}
.widgettitle::before {
    background: rgba(50, 0, 93) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 50px;
}
.widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.widget ul {
    padding: 0 0 0 20px;
}
#searchform {
    margin: 0x;
    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 rgba(50, 0, 93) ;
    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;
}
#searchform #searchsubmit:hover{background-color:#b9b9b9  ;}
.widget ul li {
    list-style: outside none square;
    margin-bottom: 5px;
}
.tagcloud a {
    border: 1px solid #eee;
    color: #aaa;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding: 6px 17px;
    text-transform: uppercase;
}
.tagcloud a:hover{color:#fff;background:rgba(50, 0, 93) ;}
/*-------------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;
    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: rgba(50, 0, 93) none repeat scroll 0 0;
    border: 2px solid rgba(50, 0, 93);
    color: #fff;
    display: inline-block;
    font-family: rubik;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1;
    margin-top: 40px;
    padding: 14px 30px;
	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:rgba(50, 0, 93);border-color:rgba(50, 0, 93) ;}
.comment-top > span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.title-strong {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}
.pagination > li > a, .pagination > li > span{color:inherit;}
/*-----------------------------MEDIA QUERIES-----------------------------------*/

@media (max-width:1024px) {
.caption-box h3 {
    font-size: 50px;
    letter-spacing: 2px;
}
#form-wrapper{margin-bottom:40px;}
.logo,.is-sticky .logo,.blog-header .logo{
    display: block;
    float: left;
    max-width: 50%;
}
.footer,.footer-icon{text-align:center;}
}
@media (max-width: 767px) {
.logo,.is-sticky .logo,.blog-header .logo{
    display: block;
    float: left;
    max-width: 50%;
}
}
@media (max-width: 600px) {
.bottom-slide,.top-slide::before,.top-slide::after,.top-title::after,.top-title::before{display:none;}
.caption-box h3 {
    font-size: 40px;
    letter-spacing: 1px;
}
.top-text {
    font-size: 17px;
}
.top-title {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.content-title {
    font-size: 32px;
}
.port-filter > li:first-child,.port-filter > li{float:none;}
.nav-box,.blog-header,.footer .container{
    width: 100%;
}
}
