/*
Theme Name: Diux
Author: ridianur
Author URI:  http://ridianur.com/
Theme URI: http://themeforest.net/user/ridianur
Description: Diux is responsive one page HTML5 Premium WordPress Theme with clean and modern design.It can be used for creative digital agent to show portfolio and selling services.
Version: 1.3
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: diux
Tags: one-column, two-columns, right-sidebar,custom-colors,featured-images
*/

/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
GENERAL SECTION
HEADER SECTION
SLIDER SECTION
VIDEO BACKGROUND SECTION
PORTFOLIOS SECTION
CLIENT SECTION
ABOUT SECTION
TEAM SECTION
CONTACT SECTION
FOOTER SECTION
BLOG SECTION
----SIDEBAR SECTION
MEDIA QUERIES
-------------------------------------------------------------

------------------------------------------------------------*/

/*-----------------------------------------GENERAL SECTION--------------------------------------------------*/


body {
    color: #939393;
    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: #000000;
}
a:focus {
	outline: none;
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-family: 'Teko', sans-serif;
	color: #000;
	line-height:1;
}
.h6, h6 {
    font-size: 17px;
}
.h5, h5 {
    font-size: 18px;
}
.h4, h4 {
    font-size: 20px;
}
iframe {
	border: none;
	width: 100%;
}
img {
	max-width: 100%;
	height:auto;
}

.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;
	margin: 0;
	padding: 0 0 0 20px;
}
ul {
	list-style-type: square;
}

ol > li {
	list-style-type: decimal;
}
ul > li {
    list-style: outside none square;
}
ol ol li {
	list-style-type: lower-alpha;
}
ol ol ol li {
	list-style-type: lower-roman;
}
.clearboth {
	clear: both;
}
.content {
    padding: 100px 0;
}
.open-text{font-style:italic;}
table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
    padding: 5px 10px;
}
/* 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;
}
.bg .container {
    position: relative;
}
/*-----------------------------HEADER SECTION-----------------------------------*/
.admin-bar .is-sticky .for-sticky {
    margin-top: 32px;
}
.home-section.header {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
	z-index:999;
}
.logo {
	display:block;
    float: left;
	padding:10px 0;
    max-width: 20%;
}

.menu-box {
    float: right;
    max-width: 80%;
    text-align: right;
}
.navigation,.menu-box ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.navigation li,.menu-box ul li {
    display: inline-block;
	position: relative;
}
.navigation li a ,.menu-box  ul li a{
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: 2.5px;
    padding: 27px 17px;
    text-transform: uppercase;
}
.navigation li a:hover,.menu-box  ul li a:hover{color:#fff;}
.navigation .current a{color:#fff;}
.for-sticky {
    top: 0;
    left: 0;
    padding: 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;
	max-height: 480px;
	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: 25px 0;
    text-align: center;
    width: 30px;
    z-index: 3;
	font-size:14px;
}
.img-bg {
    background-position: center center;
    background-size: cover;
}

.menu-box ul li ul {
    background: #1f1f1f none repeat scroll 0 0;
    display: none;
    left: 0;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 200px;
    z-index: 3;
}
.menu-box .navigation li ul li a,.menu-box ul li ul li a {
    font-size: 10px;
	line-height: 2.2;
	padding: 15px 10px;
}
.menu-box ul li ul li ul{left:100%;top:0;}
.navigation li, .menu-box ul ul li {
    display: block;
    position: relative;
}
.menu-box .navigation li ul li a,.menu-box ul li ul li a {
    font-size: 10px;
	line-height: 1.7;
	padding: 15px 10px;
}
/*-----------------------------SLIDER SECTION-----------------------------------*/
.slider .slide {
	display: none;
}
.slider .slide:first-child {
	display: block;
}
.caption-box {
    padding: 20% 0 22%;
	max-width: 700px;
	position: relative;
}
.caption-box h3 {
    color: #fff;
    font-size: 75px;
	font-weight:normal;
    letter-spacing: 20px;
    margin: 0 0 40px;
    text-transform: uppercase;
}.slider-mask {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.caption-box p {
    color: #fff;
    margin-bottom: 60px;
}
.slider .slide {
	display: none;
	position:relative;
}
.slider .slide:first-child {
	display: block;
}
.slide-nav {
    color: #fff;
    display: inline-block;
	cursor:pointer;
    font-size: 30px;
    line-height: 1;
    margin-right: 20px;
    vertical-align: middle;
}
.slide-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    color: #000;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: sub;
    width: 30px;
}
.slide-btn:hover{
	color:#fff;
	background:#000;
}
.slide-border {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 2px;
    margin-left: 80px;
    margin-right: 100px;
    width: 400px;
}
#home .owl-pagination {
    height: 80px;
    margin-top: -80px;
    position: relative;
    text-align: left;
    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: 2px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
	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: 2px;
    margin: 3px;
    position: relative;
    width: 40px;
}
/*------------------------------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;
}
/*-----------------------------PORTFOLIOS SECTION----------------------------------*/
.content-title {
    font-size: 50px;
    letter-spacing: 10px;
    margin: auto auto 40px;
    max-width: 500px;
    text-align: center;
    text-transform: uppercase;
}
.port-item {
    padding: 0;
}
.top-title > span {
    background: #000 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: oswald;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.icon-right{
	text-align:right;
}
.content-icon {
    background: #e2e2e2 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.port-ajax {
    display: block;
    overflow: hidden;
    position: relative;
}
.port-hov {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	transition:0.3s;
}
.port-ajax:hover .port-hov{opacity:1;}

.port-content {
    bottom: 0;
    left: -20%;
    padding: 0 20px 40px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 2;
	opacity:0;
}
.port-ajax:hover .port-content{
	left:0;
	opacity:1;
}
.port-content > h3 {
    color: #fff;
    font-family: oswald;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.port-content i {
    background: #000 none repeat scroll 0 0;
    border-radius: 100px;
    bottom: 25px;
    color: #fff;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    list-style: outside none asdas;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 30px;
}
.port-cat {
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 100px 0 0;
    opacity: 0.5;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.port-filter {
    display: block;
    list-style: outside none none;
    margin: 20px 0 40px;
    padding: 0;
    text-align: center;
}
.port-filter > li {
    display: inline-block;
}
.port-filter a {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #000;
    color: #fff;
    display: inline-block;
    font-family: oswald;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
	margin-bottom:3px;
    padding: 13px 20px;
    text-transform: uppercase;
}
.port-filter a:hover,.port-filter .active{
	color:#000;
	background:transparent;
	border-color:#000;
}
.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-item{max-width:100%;}
.big-title {
    border-bottom: 1px solid #ccc;
    font-family: oswald;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1;
    margin: 0 80px 0 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.box-relative {
    position: relative;
}
.sub-title {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0;
    opacity: 0.5;
    text-transform: uppercase;
}
.work-content .content-icon {
    background: #ccc none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 55px;
    width: 30px;
}
.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: #000 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%;
	font-size: 11px;
    width: 30px;
}

.work-content .slide-nav.inright {
    left: 51px;
}
.work-content .slide-nav {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    bottom: 20px;
    color: #000;
    font-size: 12px;
    height: 30px;
    left: 20px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 30px;
}

.work-content .slide-nav:hover{color:#fff;background-color:#000;}
.go-btn {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #000;
    color: #fff;
    display: inline-block;
    font-family: oswald;
    letter-spacing: 5px;
    line-height: 1;
    padding: 16px 25px;
    text-align: center;
    text-transform: uppercase;
}
.go-btn:hover{color:#000;background:transparent;}
#worksajax .content {
    padding-top: 40px;
}
/*-----------------------------CLIENT SECTION-----------------------------------*/
.gray-bg {
    background: #f8f8f8  none repeat scroll 0 0;
	position:relative;
	background-position:center;
	background-size:cover;
}
.gray-mask {
    background: rgba(248, 248, 248 , 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.client-list{text-align:center;}
/*-----------------------------ABOUT SECTION-----------------------------------*/
b, strong {
    color: #5c5c5c;
    font-weight: 700;
}
.bordering {
    border-left: 1px solid #000;
    margin: 20px 0;
    padding: 20px 40px;
}
.boxs-relative{position:relative;}
.boxs-icon {
    background: #ccc none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 23px;
    width: 30px;
}
.boxs-title {
    border-bottom: 1px solid #ccc;
    font-family: oswald;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1;
    margin: 0 80px 30px 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.boxs-absolute{    
	height: 100%;
    position: absolute;
    right: 0;
    top: 0;
	margin-right:15px;
	background-size:cover;
	background-position:center;
}
.boxs-btn {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #000;
    color: #fff;
    display: block;
    font-family: oswald;
    letter-spacing: 5px;
    line-height: 1;
    margin-right: -100px;
    margin-top: -46px;
    padding: 16px 0;
    position: absolute;
    right: 50%;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 200px;
}
.boxs-btn:hover{
	background:transparent;
	border:2px solid #fff;
	color:#fff;
}
.boxs-quote h3 {
    background: #ccc none repeat scroll 0 0;
    color: #fff;
    font-size: 35px;
    letter-spacing: 7px;
    margin:0;
    max-width: none;
    padding: 50px 50px 110px;
    text-align: center;
    text-transform: uppercase;
}
.boxs-quote {
    position: relative;
}
.boxs-quote i {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    bottom: 50px;
    color: #ccc;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    width: 50px;
}
/*-----------------------------TEAM SECTION-----------------------------------*/

.team-box {
    padding: 0;
    position: relative;
}
.teams-btn {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #000;
    color: #fff;
    display: block;
    font-family: oswald;
    letter-spacing: 5px;
    line-height: 1;
    margin-right: -100px;
    margin-top: -35px;
    padding: 16px 0;
    position: absolute;
    right: 50%;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 200px;
}
.teams-btn:hover {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
}
.team-content > h3 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 5px;
    margin: 0;
    text-transform: uppercase;
}

.team-body .box-relative {
    background: #000 none repeat scroll 0 0;
    position: relative;
}
.team-body .box-relative {
    background: #000 none repeat scroll 0 0;
}
.team-content {
    bottom: 0;
    color: #fff;
    padding: 40px 20px;
    position: absolute;
    text-align: center;
    width: 100%;
	opacity:0;
	transition:0.3s;
	z-index:1;
}
.team-box:hover .team-content{
	opacity:1;
}
.team-box:hover .box-relative img{opacity:0.3;}
.team-box .box-relative img{
	transition:0.3s;
}
.team-content > h3 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 5px;
    margin: 0;
    text-transform: uppercase;
}

.team-post {
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
    opacity: 0.5;
    text-transform: uppercase;
}
.team-social {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.team-social > li {
    display: inline-block;
}
.team-social a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.team-social a:hover{
	background:#fff;
	color:#000;
}
/*-----------------------------CONTACT SECTION-----------------------------------*/
.map_canvas {
    height: 400px;
    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;
}
.wpcf7-submit {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #000;
    color: #fff;
    display: inline-block;
    font-family: oswald;
    letter-spacing: 5px;
    line-height: 1;
	width:auto;
    padding: 16px 25px;
    text-align: center;
    text-transform: uppercase;
	transition:0.3s;
}
.wpcf7-submit:hover{color:#000;background:transparent;}
.wpcf7 p{position:relative;}
.wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0;
    position: absolute;
    right: 15px;
    text-transform: none;
    top: 10px;
}
span.wpcf7-form-control-wrap {
	display: block ;
}
div.wpcf7-validation-errors {
    border: medium none;
    clear: both;
    margin-left: 0;
    margin-top: 10px;
    padding: 10px 0;
    text-align: left;
}
div.wpcf7-mail-sent-ok {
    border: medium none;
    clear: both;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: left;
}
#MyContactForm p {
	position: relative;
}
.response h3 {
    letter-spacing: 2px;
    margin: 10px 0 25px;
    text-transform: uppercase;
}
.custom-bg-img {
    background-position: center center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg {
    position: relative;
}

/*-----------------------------FOOTER SECTION-----------------------------------*/

.footer {
    background: #000  none repeat scroll 0 0;
    color: #ffffff;
    padding: 40px 0;
}

.footer .footer-icon a {
    background: rgba(255, 255, 255, 0.1) 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:#fff;}
.footer-icon a:hover{color:#fff;background:#888888 ;}
.footer p {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}
/*-----------------------------BLOG SECTION----------------------------------*/
.blog-header .logo {
    display: block;
    float: left;
    max-width: 20%;
}
.blog-header .menu-box {
    float: right;
    max-width: 80%;
    text-align: right;
}
.blog-header {
    background: #000 none repeat scroll 0 0;
	z-index:999;
	position: relative;
}
.blog-title {
    font-size: 35px;
    letter-spacing: 5px;
    line-height: 1;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.post-detail {
    border-bottom: 1px solid #dedede;
    font-size: 11px;
    font-weight: bold;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.post-detail > li {
    display: inline-block;
	margin-bottom: 3px;
    margin-right: 30px;
}
.post-detail li i {
    background: #e2e2e2  none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.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: #000000;
    border-color: #000000;
    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;
}
.blog-wrapper .slide-nav.inright {
    left: 51px;
}
.blog-wrapper .slide-nav {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    bottom: 20px;
    color: #000;
    font-size: 12px;
    height: 30px;
    left: 20px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 30px;
}
.blog-wrapper .slide-nav:hover{
	background-color: #000;
    color: #fff;
}
/*-----------------------------SIDEBAR SECTION----------------------------------*/
.widgettitle {
    border-bottom: 1px solid #eee;
    font-family: oswald;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1;
    margin: 0 0 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.widget {
    margin-bottom: 20px;
	border-bottom: 1px solid #eee;
    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;
	border-radius:100px;
    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 #000;
    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:#b9b9b9  ;}
.widget ul li {
    list-style: outside none square;
    margin-bottom: 5px;
}
.tagcloud a {
    border: 2px solid;
    color: #000;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    padding: 6px 17px;
    text-transform: uppercase;
	font-weight:bold;
}
.tagcloud a:hover{color:#fff;background:#000;border: 2px solid #000;}
.widget-box #wp-calendar caption {
    border: medium none;
}
.widget-box .rss-date {
    color: #eee;
}
.widget-box a.rsswidget {
    color: #fff;
}
.widget-box .tagcloud a {
    border: 1px solid #fff;
}
/*calendar style*/
#wp-calendar {
	width: 100%;
	text-align: center;
	background: #eee;
	font-size: 12px;
	line-height: 3;
	max-width: 370px;
	background: #fff;
	margin: auto;
}
#wp-calendar caption {
    border: 1px solid #DDDDDD;
    color: #fff;
	background:#2b292a;
    font-size: 19px;
	text-align:center;
	font-family:teko;
    line-height: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
	border-bottom:none;
}
#wp-calendar td a{color:#777;display:block;}
#wp-calendar table, #wp-calendar th, #wp-calendar td {
    padding: 0;
}
#wp-calendar td a:hover{background:#000;color:#fff;}

#wp-calendar #prev a,#wp-calendar #next a {
    display: inline;
}
#wp-calendar tbody tr td {
    border: 1px solid #DDDDDD;
    color: #BBBBBB;
    font-weight: bold;
}
#wp-calendar thead {
	color: #555555;
}
#wp-calendar thead th {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    text-align: center;
}
#wp-calendar tfoot {
	border: 1px solid #ddd;
}
#wp-calendar tfoot #next {
	text-align: right;
	border:none;
}
#wp-calendar tfoot #prev {
	text-align: left;
	border:none;
}
td.pad{border:none;}
#wp-calendar tfoot a {
	padding: 10px;
}
/*-------------COMMENTS SECTION-------------*/
.commentlist{margin:0;padding:0;list-style:none;}
.fn.comment-author {
 	color: #555555;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
	line-height: 1;
}
.comment-inner.clearfix {
    float: left;
    padding-left: 20px;
    width: 87%;
}
.comment-author.vcard {
    float: left;
    width: 13%;
}
.commentlist ul{list-style:none;}
.comment-meta a {
    font-weight: normal;
	font-style:italic;
	font-size:12px;
}
.comment-meta .comment-edit-link {
    border: 1px solid #DDDDDD;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding: 0 7px;
}
.comment-meta.commentmetadata {
    display: block;
    overflow: hidden;
}
.commentlist .avatar {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 3px;
}
.commentlist li.comment {
    display: block;
    overflow: hidden;
}
.comment-body {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.comment-reply-link {
    float: right;
	font-size:13px;
}

.bypostauthor .fn.comment-author:after {
    content: "\f007";
    background: #dadada none repeat scroll 0 0;
    border-radius: 100px;
    color: #888888;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    margin-left: 3px;
    text-align: center;
    width: 23px;
}

.pagination-comment {
    font-weight: bold;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: right;
    text-transform: uppercase;
}

.comment-form label {
    display: block;
    font-family: open sans;
    text-transform: uppercase;
}

.comment-top > span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.title-strong{
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.pagination > li > a, .pagination > li > span{color:inherit;}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.pagination > li > a, .pagination > li > span{color:inherit;}
/*-------------WORDPRESS GENERAL STYLE--------*/
.wp-caption {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px;
}
.wp-caption.aligncenter {
    margin: auto;
}
.wp-caption.alignleft {
    float: left;
}
.wp-caption.alignright {
    float: right;
}
.alignleft{text-align:left;margin-right: 5px;}
.alignright{text-align:right;}
.aligncenter{text-align:center;}
img.alignright {
    clear: both;
    display: block;
    float: right;
    margin-bottom: 3px;
    margin-right: 10px;
}
img.alignleft {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 3px;
    margin-right: 10px;
}
img.aligncenter {
    display: block;
    margin: auto;
    text-align: center;
}
.wp-caption-text,.gallery-caption {
    font-size: 13px;
    margin: 0;
    padding: 5px;
    text-align: center;
}
.wp-caption {
    max-width: 100% !important;
}
.rssSummary {
    color: #787878;
    font-size: 13px;
}

.rss-date {
    clear: both;
    color: #2b292a ;
    display: block;
    font-family: open sans;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.widget_rss cite {
    display: block;
    font-size: 15px;
}

.sticky.blog-post .blog-title::before {
    background: #b9b9b9 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    content: "\f08d";
	letter-spacing:0;
    display: inline-block;
    float: right;
    font-family: fontawesome;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    margin-top: 10px;
    text-align: center;
    width: 30px;
}
.post.sticky {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 30px;
}
.post.sticky .border-post.clearfix {
    background: transparent;
    margin: 0;
}
.post.sticky .go-btn {
	background:transparent;
    color: #000 ;
}
.post.sticky .go-btn:hover{
	background:#000 ;
	color:#fff;
}
.post-pager p {
    border-top: 1px solid #eeeeee;
    color: #555555;
    font-family: open sans;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding-top: 30px;
}
.post-pager a {
    border: 1px solid;
    margin: 0 5px ;
    padding: 4px 10px;
}
.widget ol li ul li ol li {
    list-style-type: lower-alpha;
}
.widget ul li ol li {
    list-style-type: decimal;
}
.widget ul li ol li ul li {
    list-style-type: square;
}
.widget_rss .rsswidget {
    font-weight: 500;
}
.form-submit #submit {
    background: #000 none repeat scroll 0 0;
	margin-bottom: 40px;
    border: 2px solid #000;
    color: #fff;
    display: inline-block;
    font-family: oswald;
    letter-spacing: 5px;
    line-height: 1;
    padding: 16px 25px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
	-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;
}
.form-submit #submit:hover{
	background:transparent ;color:#000;border-color:#000 ;
}
.post-password-form input[type="submit"]:hover{color:#fff;background:#ccc;}
.comment-reply-title {
    font-size: 25px;
}
.post-password-form input {
    border: 1px solid #ccc;
    border-radius: 100px;
    color: #aaa;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: auto;
}
.post-password-form input[type="submit"] {
    background: #000 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
    width: auto;
	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;
	border:none;
}
.search-title {
    border-bottom: 1px solid #eee;
    font-size: 30px;
    margin: 0 0 40px;
    padding-bottom: 20px;
}
button, input, select, textarea {
    max-width: 100%;
}
.widget_nav_menu ul li a {
    color: #aaa;
    font-family: open sans;
    font-size: 14px;
	opacity:1;
    letter-spacing: 0;
    padding: 0;
    text-transform: none;
}
/*----404 style--*/
.error-title {
    border: 10px solid;
    display: inline-block;
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 30px 70px;
    text-transform: uppercase;
}

.single-portfolio .close{display:none;}
/*-----------------------------MEDIA QUERIES-----------------------------------*/

@media (max-width:992px) {
.top-title {
    margin-bottom: 20px;
    text-align: center;
}
.icon-right {
    text-align: center;
}
.boxs-absolute {
    margin: 0 15px;
    padding: 100px 0;
    position: relative;
}
.boxs-btn {
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
}
.content-title {
    margin-bottom: 20px;
}
.footer{text-align:center;}
.footer-icon {
    margin-top: 10px;
    text-align: center;
}
.footer-icon > li {
    margin-bottom: 2px;
}
.logo,.is-sticky .logo,.blog-header .logo{
    display: block;
    float: left;
    max-width: 50%;
}
}
@media (max-width: 796px) {
.admin-bar  .for-sticky {
    margin-top: 0;
}
.admin-bar .is-sticky .for-sticky {
    margin-top: 46px;
}
}
@media (max-width: 767px) {
	.logo,.is-sticky .logo,.blog-header .logo{
    display: block;
    float: left;
    max-width: 50%;
}
.admin-bar .blog-header, .admin-bar .header {
    margin-top: 0;
}
.admin-bar  .for-sticky {
    margin-top: 46px;
}

.caption-box h3 {
    font-size: 50px;
    letter-spacing: 10px;
}
.slide-border,.slide-btn,.home-slider .slide-nav{display:none;}
.content-title {
    font-size: 35px;
}
}
@media (max-width: 600px) {
	.admin-bar .is-sticky .for-sticky {
    margin-top: 0;
}
.team-content {
    padding: 10px;
}
.bottom-slide {
    font-size: 13px;
}
.team-content > h3{font-size:20px;}
.port-content > h3 {
    font-size: 15px;
}
.port-cat {
    font-size: 11px;
    letter-spacing: 0;
}
.port-content {
    padding-bottom: 20px;
}
}
