/*
Theme Name: Alamak2
Theme URI: http://themeforest.net/user/ridianur
Author: ridianur
Author URI:  http://themeforest.net/user/ridianur
Description: Alamak is responsive one page HTML5 Premium WordPress Theme with clean and elegant 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
Tags: light, white, gray, one-column, two-columns, right-sidebar
*/


/*
HelveticaW01-RoundedBd
font-family:'HelveticaNeueW01-56It';
font-family:'HelveticaNeueW01-65Medi';
font-family:'Arial W01 Rounded Bold';



font-family:'HelveticaW01-RoundedBd';
font-family:'HelveticaNeueW01-55Roma';
font-family:'HelveticaNeueW01-56It';
font-family:'HelveticaNeueW01-65Medi';
font-family:'Helvetica Neue For BBC W01 Bd';



*/



/*-----------------------------------------GENERAL SECTION--------------------------------------------------*/
body, html {
	height: 100%;
}
body {
	color: #010101;
	font-size: 14px;
	line-height: 1.6;
	background-color: #fff;
	font-family:'HelveticaNeueW01-55Roma','Helvetica Neue',Helvetica,Arial,sans-serif;
	
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	cursor: inherit;
}

.container { max-width: 960px;}

a {
	color: #aaa;
	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: #777;
}
a:focus {
	outline: none;
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Helvetica Neue For BBC W01 Bd', sans-serif;
	color: #444;
}


h1 {
   font-size: 114px;
   line-height: 114px;
   margin: 0px 0px 25px 0px;
}

h2 {
   font-size: 43px;
   line-height: 52px;
   margin: 5px 0px 10px 0px;
}

p {
   font-size: 14px;
   line-height: 26px;
   border-width: 0px;
   margin: 0px 0px 15px 0px;
}

p.intro {
   margin-bottom: 25px;
   font-size: 1.2em;
}


b, strong { font-family:'Helvetica Neue For BBC W01 Bd';}


a a:hover {
   text-decoration: underline;
}

a a:visited {
   text-decoration: underline;
}




/**/


iframe {
	border: none;
}
.content {
	background: #fff;
	padding: 60px 0;
	position: relative;
	z-index: 1;
}
.white-bg {
	background: #fff;
}
.dark-bg{background:#000;}
.padding {
	padding: 30px;
}
img {
	max-width: 100%;
	height:auto;
}
.title-content {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.title-content h3 {
	color: #888888;
	font-size: 35px;
	margin: 0;
	position: relative;
	z-index: 1;
}
.title-content p {
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
.title-inner {
	display: inline-block;
}
.box-40 {
	width: 40%;
	float: left;
}
.box-60 {
	width: 60%;
	float: left;
	text-align: center;
	background: #fff;
	z-index: 1;
} 
.spacing40 {
	height: 40px;
	width: 100%;
}
.spacing80 {
	height: 80px;
	width: 100%;
}
.align-center {
	text-align: center;
}
blockquote p {
	font-family: georgia;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.5;
}
blockquote small,blockquote p small {
	color: #555555;
	display: block;
	line-height: 1.5;
	font-style:normal;
	font-size:13px;
}
.fa{line-height:inherit;}
#big-video-wrap {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
#big-video-vid{position:absolute;}
.mobile-menu{display:none;}
/*---LOADER---*/
/* 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;
			margin:-100px 0 0 -100px; /* is width and height divided by two */
		}
		#status p{text-align:center;color:#999;}
		
		
.single .white-bg .close,.single .white-bg .team-close{display:none;}
/*----------------------------HEADER SETTING-----------------------------------*/
.header {
	width: 100%;
	z-index: 999;
	-webkit-backface-visibility: hidden;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.is-sticky .header {
	background: #DDDFE1;
}
.admin-bar .is-sticky .header {
	margin-top:32px;
}
.menu ul,.navigation {
	list-style: none;
	margin: none;
	float: right;
	margin: 0;
	display: block;
	height: auto;
	position:relative;
	padding: 95px 0 0 0;
	z-index: 999;
}
.menu ul li,.navigation li {
	float: left;
	position:relative;
}
.menu ul li a,.navigation li a {
	color: #010101;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0px 15px;
	text-transform: uppercase;
}
.menu ul li a:hover,.navigation li a:hover, .navigation .current a {
	color: inherit;
}
.menu-btn {
	background: none repeat scroll 0 0 #888888;
	border-radius: 50px;
	color: #010101;
	cursor: pointer;
	display: none;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 27px;
	width: 30px;
}
.menu .sub-menu {
    background: none repeat scroll 0 0 #DDDFE1;
    left: 0;
    margin-top: 1px;
    padding: 0;
    position: absolute;
    top: 100%;
}
.menu .sub-menu li {
    border-bottom: 1px solid #373737;
    border-top: 1px solid #555555;
    float: none;
	width: 180px;
}

.menu .sub-menu li a {
    color: #010101;
    font-size: 11px;
	padding:15px;
}
.menu .sub-menu li a:hover{color:inherit;}
.logo {
	padding: 20px 0 0;
	display: block;
}
.nav-collapse {
    background: none repeat scroll 0 0 #DDDFE1;
    height: 0;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 90px;
    width: 140px;
    z-index: 999;
}
.mobile-menu a {
    display: block;
    font-size: 11px;
    padding: 10px 0;
    text-transform: uppercase;
}
/*----------------------------SLIDER SETTING-----------------------------------*/
.box-caption {
	width: 100%;
	z-index: -1;
}
#slidecaption h2, #slidecaption p {
	text-transform: uppercase;
	color: #FFFFFF;
}
#slidecaption {
	padding: 5px 0 50px;
}
#slidecaption h2 {
	font-size: 58px;
	line-height: 58px;
}
.slider-content {
	position: relative;
	overflow: hidden;
	padding: 150px 0;
	text-align: center;
}
#progress-back {
	background: none repeat scroll 0 0 #aaa;
	height: 1px;
	left: 0;
	position: relative;
	width: 100%;
	z-index: 5;
	overflow: hidden;
}
#progress-bar {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 1px;
	position: relative;
	width: 100%;
}
.centering {
	margin: auto;
	height: 2px;
	width: 100%;
}
.title-caption h4 {
	letter-spacing: 2px;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 100%;
	position: relative;
}
.title-caption h4:before {
	background: none repeat scroll 0 0 #FFFFFF;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 20%;
}
.title-caption h4:after {
	background: none repeat scroll 0 0 #FFFFFF;
	content: "";
	height: 1px;
	right: 0;
	position: absolute;
	top: 10px;
	width: 20%;
}
/*----------------------------PORTFOLIO SETTING-----------------------------------*/
iframe{border:none !important;width:100%;max-width:100% !important;}
#tubular-player{max-width:none !important;}
.bwWrapper {
    position:relative;
    display:block;
}
.bwWrapper canvas{
	max-width: 100%;
	width:100%;
}

.port-item {
	margin-bottom: 30px;
}
.port-inner h3 {
	border-bottom: 1px solid #888888;
	font-size: 20px;
	margin: 0 0 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.port-inner {
	position: relative;
}

ul.thumb-grid { list-style: none; margin-top: 20px;}
ul.thumb-grid li {
	float: left;
	width: 18%;
	margin: 0 2% 2% 0;
	}
ul.thumb-grid li:nth-child(5n) {
	margin-right: 0;
	}
ul.thumb-grid li a img {
	width: 100%;
	}				


.more {
	color: #FFFFFF;
	left: 0;
}


/*.more {
	background: none repeat scroll 0 0 #444;
	color: #FFFFFF;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	text-align: center;
	width: 30px;
}*/
.more:hover {
	color: #fff;
	background: #999;
}
.hov-desc {
	color: #fff;
	background: #333;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	width: 0;
	opacity: 0;
	left: 30px;
	overflow: hidden;
}
.more:hover .hov-desc {
	width: 90px;
	right: 30px;
	opacity: 1;
}
.hov-desc {
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.box-40 img {
	left: 0 !important;
	top:0 !important;
	height:auto;
}
.cat-icon {
	background: none repeat scroll 0 0 #444444;
	border-radius: 50px;
	bottom: 30px;
	color: #FFFFFF;
	display: inline-block;
	height: 30px;
	right: 30%;
	line-height: 30px;
	margin-right: -15px;
	position: absolute;
	width: 30px;
	cursor: pointer;
}
.cat-icon:hover {
	background: #888;
}





.box-overlay {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}

.box-overlay-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.box-overlay:hover .box-overlay-area,
.box-overlay-toggle:hover .box-overlay-area {
  opacity: 1;
}
.box-overlay-area:not(:empty) {
  letter-spacing: -0.31em;
}
.box-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.box-overlay-area-content {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  letter-spacing: normal;
  text-align: center;
  padding: 0 15px;
  color: #ffffff;
}
.box-overlay-area-content h3 {color: #fff;}
.box-overlay-area-content > :last-child {
  margin-bottom: 0;
}
.box-overlay-area-content a:not([class]),
.box-overlay-area-content a:not([class]):hover {
  color: inherit;
}
.box-overlay-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.box-overlay:hover .box-overlay-caption,
.box-overlay-toggle:hover .box-overlay-caption {
  opacity: 1;
}


.box-60 p {
	margin-bottom: 40px;
}
.portajax-title {
	margin: 0;
	text-transform: uppercase;
}
.content-title {
	margin: 0;
}
.client-name, .gray-text, .team-post {
	display: inline-block;
	letter-spacing: 1px;
	margin: 0 0 0 10px;

}
.team-box {margin-top:40px;}
.port-date, .black-text, .team-text {
	color: #333333;
	display: inline-block;
	letter-spacing: 1px;
	margin: 0;

}


#workslist { background: #000; margin-bottom: 20px;}

.worksajax .white-bg {
	margin-bottom: 30px;
}

.worksajax .black-bg {
	margin: 40px 0; 
	background: #000;
	color: #fff;
	
}



.gallery-portfolio .gallery img,.gallery-inner .gallery img{width:100%;height:auto !important;}
.gallery-portfolio .gallery-item,.gallery-inner .gallery-item{position: absolute; visibility: hidden;top:0;left:0;}
.gallery-item{margin: 0;}
.gallery-portfolio .owl-item .gallery-item,.gallery-inner .owl-item .gallery-item{position:inherit;visibility:visible;opacity:1;}
.strong {
	color: #444444;
	font-weight: bold;
	letter-spacing: 1px;

}
.condensed {
	color: #888;
	font-weight: normal;
	letter-spacing: 1px;
}
.align-right {
	text-align: right;
}
.align-right p {
	margin: 0;
	line-height: 1;
}
.margin {
	border-top: 1px solid #ccc;
	margin: 30px 30px 0;
	padding: 29px 0 30px;
	position: relative;
	border-bottom:none;
}
.worksajax {
	position: relative;
	background: #000;
}
.slide-nav {
	background: none repeat scroll 0 0 #fff;
	color: #888;
	font-size: 18px;
	height: 30px;
	left: 0;
	line-height: 30px;
	margin-top: -15px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 30px;
}
.slide-nav:hover, .slide-nav:focus {
	color: #fff;
	background: #888;
}
.slide-nav.inright {
	left: auto;
	right: 0;
}
.close, .team-close {
	background: none repeat scroll 0 0 #333333;
	border-radius: 50px;
	bottom: 23px;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	line-height: 28px;
	opacity: 1;
	text-align: center;
	text-shadow: 0 0 rgba(0, 0, 0, 0);
	width: 30px;
	z-index: 1;
}
.close:hover, .team-close:hover {
	background: none repeat scroll 0 0 #ccc;
	color: #333;
	text-shadow: 0 0 rgba(0, 0, 0, 0);
	opacity: 1;
}
.view-more {
	background: none repeat scroll 0 0 #333333;
	color: #FFFFFF;
	display: inline-block;
	line-height: 1.6;
	padding: 6px 18px;
}
.view-more:hover {
	background: #888;
	color: #fff;
}
/*-----------------------------PARALLAX SECTION------------------------------*/
.bg-dark {
	position: relative;
	width: 100%;
	z-index: 0;
}
.bg1 {
	background: url(images/bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.bg2 {
	background: url(images/bg2.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.twitter-feed {
	background: url(images/bg3.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.dark-mask {
	background: url("images/overlays/02.png") repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	opacity: 0.7;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.bg-dark .container {
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
	z-index: 1;
}
.slogan {
	border-top: 1px solid;
	color: #FFFFFF;
	font-size: 45px;
	margin: auto;
	max-width: 90%;
	padding-top: 20px;
	text-transform: uppercase;
}
.author-slogan {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	margin: auto;
	max-width: 80%;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
}
.tweet-follow {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	margin: auto;
	max-width: 80%;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
}
.twitter-feed .align-center div{width:100% !important;position: relative !important;}

.rotatingtweet a {
	color: #888;
}
.rotatingtweet a:hover {
	color: #fff;
}
.line-top {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 1px;
    margin: auto;
    max-width: 90%;
}
.norotatingtweets .rotatingtweet{border:none;}
.rotatingtweet{border-top: 1px solid #fff;}
.rotatingtweet p {
	color: #FFFFFF;
	font-size: 45px;
	font-weight: bold;
	margin: auto;
	max-width: 90%;
	padding-top: 20px;
	text-transform: uppercase;
	line-height: 1.1;
}
.rotatingtweet .rtw_meta {
	display: block;
	font-size: 20px;
	margin-top: 0 !important;
}
.slogan-divider {
	margin: 20px auto;
	max-width: 90%;
	overflow: hidden;
	position: relative;
}
.slogan-divider .fa {
	border: 1px solid;
	border-radius: 50px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.line-left {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 1px;
	left: 0;
	margin-left: -25px;
	position: absolute;
	top: 25px;
	width: 50%;
}
.line-right {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 1px;
	right: 0;
	margin-right: -25px;
	position: absolute;
	top: 25px;
	width: 50%;
}
/*---------------ABOUT SECTION--------------------*/
#about .nav-tabs > li > a, #services .nav-tabs > li > a, #contact .nav-tabs > li > a {
	border: medium none;
	border-radius: 0;
	color: #888888;
	letter-spacing: 1px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#about .nav-tabs > li.active > a, #about .nav-tabs > li > a:hover, #about .nav-tabs > li.active > a:hover, #about .nav-tabs > li.active > a:focus, #services .nav-tabs > li.active > a, #services .nav-tabs > li > a:hover, #services .nav-tabs > li.active > a:hover, #services .nav-tabs > li.active > a:focus, #contact .nav-tabs > li.active > a, #contact .nav-tabs > li > a:hover, #contact .nav-tabs > li.active > a:hover, #contact .nav-tabs > li.active > a:focus {
	background: transparent;
	color: #444444;
}
#about .nav-tabs > li, #services .nav-tabs > li, #contact .nav-tabs > li {
	display: inline-block;
	float: none;
	margin-bottom: 0;
	margin-left: 10px;
}





.team-name {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 2px;
	text-transform: uppercase;
}
.team-position {
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.designation span { font-size: 14px;}
.team-icon {
	background: none repeat scroll 0 0 #333333;
	border-radius: 50px;
	color: #FFFFFF;
	display: inline-block;
	height: 30px;
	line-height: 32px;
	position: absolute;
	cursor: pointer;
	right: 30px;
	text-align: center;
	top: 30px;
	width: 30px;
}
.team-icon:hover {
	background: #888;
}
.team-inner {
	position: relative;
}
.team-social {
	padding: 0;
	margin: 0;
	list-style: none;
}
.team-social li {
	display: inline-block;
}
.team-social a {
	background: none repeat scroll 0 0 #333333;
	border-radius: 50px;
	display: block;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.team-social a:hover {
	background: #888;
	color: #fff;
}
.achievement-list {
	list-style: none;
	margin-top: 20px;
	padding: 0;
}
.achievement-list li:before {
	background: none repeat scroll 0 0 #333333;
	border-radius: 50px;
	color: #FFFFFF;
	content: "\f091";
	display: inline-block;
	font-family: 'FontAwesome';
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 25px;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 5px;
}
.achievement-list li {
	line-height: 25px;
	margin-bottom: 20px;
	padding-left: 40px;
	position: relative;
}
.achievement-list li span {
	color: #888;
}
.achievement-list li p {
	margin: 0;
}

/*-----------------------------GOOGLE MAP SECTION-----------------------------------*/

.map_canvas {
	height: 450px;
	width: 100%;
}
.map_canvas img {
	max-width: inherit;
}
/*-----------------------------CONTACT SECTION-----------------------------------*/

input, textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	color: #888;
	line-height: inherit;
	padding: 12px 20px;
	width: 100%;
	background: #fff;
}
input:focus, textarea:focus {
	border-color: #ccc;
}
::-webkit-input-placeholder {
 color: #999;
}

:-moz-placeholder { /* Firefox 18- */
 color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #999;
}

:-ms-input-placeholder {
 color: #999;
}
.error {
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
	left: auto;
	position: absolute;
	right: 20px;
	top: 12px;
	width: auto;
}
.contact-btn {
	background: none repeat scroll 0 0 #333333;
	color: #FFFFFF;
	display: inline-block;
	line-height: 1.6;
	padding: 6px 18px;
	width: auto;
}
.wpcf7 p{position:relative;}
span.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0;
}
div.wpcf7-validation-errors {
    background: none repeat scroll 0 0 #EEEEEE;
    border: medium none;
    margin-left: 0;
    margin-top: 10px;
}
div.wpcf7-mail-sent-ok {
    border: medium none;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.contact-btn:hover {
	background: #888;
	color: #fff;
}
#MyContactForm p {
	position: relative;
}
.address-list {
    line-height: 30px;
    list-style: none outside none;
    margin: 20px 0 0;
    padding: 0;
}
.address-list li {
	color: #777777;
	margin-bottom: 10px;
}
.address-list li i {
	background: none repeat scroll 0 0 #333333;
	border-radius: 50px;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	display: inline-block;
	margin-right: 5px;
}
/*-----------------------------FOOTER SECTION-----------------------------------*/
.footer {
	overflow: hidden;
	margin-bottom: -100px; /*for fixing ie bug */
}
.footer p {
	color: #333;
	letter-spacing: 1px;
	padding-bottom: 30px;
	padding-top: 30px;
	margin: 0;
	line-height: 30px;
	font-size: 12px;
}
.footer p a {
	color: #555;
}
.footer p a:hover {
	color: #999;
}
.soc-footer {
	list-style: none outside none;
	margin: 0;
	padding: 30px 0;
	text-align: right;
}
.soc-footer li {
	display: inline-block;
}
.soc-footer li a {
	background: none repeat scroll 0 0 #333333;
	display: block;
	color: #fff;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50px 50px 50px 50px;
	width: 30px;
}

/*-----------------------------BLOG POST SECTION-----------------------------------*/
.post-image {
    position: relative;
	overflow:hidden;
}
.title-link h2{
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
	color:#444;
	}
.title-link h2:hover{color:#777;}
.mask-post {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
    width: 100%;
    z-index: 1;
}
.post-image:hover .mask-post{opacity:1;}
.mask-inner {
    height: 60px;
    left: 0;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: -100%;
    transition: ease .5s;
	-webkit-transition: ease .5s;
	-moz-transition: ease .5s;
	-o-transition: ease .5s;
	-ms-transition: ease .5s;
    width: 100%;
    z-index: 1;
}
.post-image:hover .mask-inner {
	top:50%;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
	}
.post-with-quote {
    margin: 0;
    padding: 0;
    position: relative;
	background:#444;
}
.post-with-quote blockquote {
    border: medium none;
    margin: 0 0 20px;
    padding: 30px;
}
.post-with-quote blockquote p {
    color: #FFFFFF;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
}
.quote-icon {
    background: none repeat scroll 0 0 #333333;
    bottom: 0;
    color: #FFFFFF;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 80px;
}
.post-with-quote  blockquote small {
    color: #999999;
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
	margin-top: 20px;
}

.link-image a {
    display: block;
    overflow: hidden;
    position: relative;
}
.image-aside, .image-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.link-image a p {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    padding: 80px 40px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.link-image a p:hover{background:rgba(0,0,0,0.7);}
.link-image a p i:hover{background:#444;}
.link-image a p i {
    background: none repeat scroll 0 0 #777;
    border-radius: 100px;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.link-image a p i ,.link-image a p{
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
	}
.aside-body{position:relative;}
.rsswidget img{margin-bottom: 4px;}
li .rsswidget {
    font-weight: 600;
}
.tagcloud a {
    border: 1px solid #DDDDDD;
    display: inline-block;
    font-size: inherit !important;
    margin-bottom: 5px;
    padding: 3px 10px;
}
.tagcloud a:hover{border: 1px solid #ccc;}
.format-aside .aside {
    background: none repeat scroll 0 0 rgba(120, 136, 136,0.8);
    color: #FFFFFF;
    padding: 40px;
    position: relative;
    z-index: 1;
}
.aside-title h2{color:#fff;}
.image-background {
    background-position: center center !important;
    background-size: cover !important;
}
.mask-inner a {
    background: none repeat scroll 0 0 #444;
    color: #FFFFFF;
    display: inline-block;
    height: 45px;
    line-height: 41px;
    margin: 0 5px;
    width: 45px;
}
.mask-inner a:hover{background:#888;}
.widget {
    margin-bottom: 40px;
}
.widget ul, .widget ol {
    list-style: square outside none;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 0;
    padding-left: 20px;
}
.widgettitle {
    border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
    color: #777;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 10px;
    text-transform: uppercase;
}
#searchform {
    margin: 10px;
    position: relative;
}

#searchform #s {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #CCCCCC;
    display: block;
    height: 50px;
    margin: 0;
    padding: 0 10px 0 45px;
    width: 100%;
}
#searchform #searchsubmit {
    background: url("images/search.png") no-repeat scroll center center #999999;
    height: 30px;
    left: 10px;
    line-height: 1;
    margin-top: -15px;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    width: 30px;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
#searchform #searchsubmit:hover{background-color:#444;}
/*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 {
	background: none repeat scroll 0 0 #777777;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	padding: 10px 20px;
	text-transform: uppercase;
}
#wp-calendar td a{color:#777;display:block;}
#wp-calendar td a:hover{background:#777;color:#fff;}

#wp-calendar #prev a,#wp-calendar #next a {
    display: inline;
}
#wp-calendar tbody tr td {
	border: 1px solid #DDDDDD;
	color: #bbb;
}
#wp-calendar thead {
	color: #555555;
}
#wp-calendar thead th {
	border: 1px solid #ddd;
	text-align: center;
}
#wp-calendar tfoot {
	border: 1px solid #ddd;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tfoot #prev {
	text-align: left;
}
#wp-calendar tfoot a {
	padding: 10px;
}
/*-------------------------------------------COMMENT SECTION----------------------------------*/
.comment-reply-title {
    font-size: 20px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
#commentform label {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#commentform p{margin-bottom:20px;}
#commentform #submit {
    color: #888888;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    width: auto;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
#commentform #submit:hover{background:#444;color:#fff;}
.commentlist{margin:0;padding:0;list-style:none;}
.fn.comment-author {
    color: #777777;
    display: inline-block;
    font-size: 16px;
    margin: 0;
}
.comment-inner.clearfix {
    float: left;
    width: 88%;
}
.comment-author.vcard {
    float: left;
    width: 12%;
}
.commentlist ul{list-style:none;}
.comment-meta a {
    font-weight: bold;
}
.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 {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}
.commentlist .avatar {
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 3px;
}
.commentlist li {
    display: block;
    overflow: hidden;
}
.comment-body {
    border-bottom: 1px dashed #DDDDDD;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.comment-reply-link {
    background: none repeat scroll 0 0 #777777;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    line-height: 1;
    padding: 7px 10px;
}
.comment-reply-link:hover{background:#444;color:#fff;}
.bypostauthor .fn.comment-author:after {
    content:"\f006";
    color: #888888;
    font-family: FontAwesome;
    height: 30px;
    margin-left: 3px;
    width: 30px;
}
.pagination-comment {
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}
.page-numbers {
    background: none repeat scroll 0 0 #777777;
    color: #FFFFFF;
    padding: 5px 11px;
	display:inline-block;
	font-size: 10px;
}
.page-numbers.current,.page-numbers:hover{background:#444;color:#fff;}
.post-pager.clearfix {
    float: left;
}
.post-pager{
    float: left;
    font-size: 13px;
    letter-spacing: 1px;
}
.post-pager a{
    background: none repeat scroll 0 0 #777;
    border-radius: 30px;
    color: #FFFFFF;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}
.post-pager a:hover{background:#eee;color:#777;}

/*--------------------------------------------pagination----------------------------*/
.pagination {
    border-radius: 0;
    display: block;
    margin: 0;
    padding-left: 0;
}
.pagination a, .pagination span {
    background: none repeat scroll 0 0 #333333;
    border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
	line-height: 1.6;
    padding: 6px 18px;
}
.pagination a:hover,.pagination span{
	 background: none repeat scroll 0 0 #777;
}
/*----------------------------------404 SECTION--------------------------------------*/

.big-404 { display: inline-block; line-height: 1; max-width: 400px; padding: 40px;}
.title-404 { font-size: 40px;  line-height: 40px; margin: 40px 0; text-transform: uppercase;}
.title-404 i { color: #999999; font-size: 40px; line-height: 40px;}
.text-404 { font-size: 24px; font-weight: bold;}
.text-404 a{color: #444;}
.text-404 a:hover{color:#777;}

/*-----------------------------------WordPress General CSS --------------------*/

.alignright { float:right;  margin: 5px 0 20px 20px; }
.alignleft {  float: left;  margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
.wp-caption {  background: #fff; border: 1px solid #f0f0f0; max-width: 96%; padding: 5px 3px 10px; text-align: center; }
.wp-caption-text{}
.gallery-caption{ display:inline-block;}
.post.sticky { border: 1px solid #DDDDDD; }
.gallery-item { margin: 0; position: relative; }
.gallery-size-meidum .gallery-caption,.gallery-size-large .gallery-caption {bottom: 0; color: #FFFFFF; display: block; font-size: 18px; padding: 10px; position: absolute; text-align: center;  width: 100%;}
.show-title { border-bottom: 1px solid #eee; padding-bottom: 20px; text-transform: uppercase; }
.show-title span{ color:#999;}
.noborder{ border:0;}


/*-----------------------------media queries-----------------------------------*/
@media (min-width:980px) and (max-width:1199px) {
	.box-60 p {
		white-space: nowrap;
		width: 100%;                   /* IE6 needs any width */
		overflow: hidden;              /* "overflow" value must be different from  visible"*/
		-o-text-overflow: ellipsis;    /* Opera < 11*/
		text-overflow: ellipsis;    /* IE, Safari (WebKit), Opera >= 11, FF > 6 */
	}
	.title-caption h4:before { margin-left: -20px;}
	.title-caption h4:after { margin-right: -20px; }
	#slidecaption h2 { font-size: 48px; line-height: 48px; }
	.port-inner h3{font-size:17px;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.bg-dark { background-attachment: scroll !important; background-size: auto !important;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.bg-dark { background-attachment: scroll !important; background-size: auto !important; }
}

@media (min-width:768px) and (max-width:979px) {

	h1 { font-size: 90px; line-height: 80px;}
	.desktop-menu{ display:none; } 
	.mobile-menu,.mobile-menu .sub-menu{ display:block !important;}
	.title-caption h4:before { margin-left: -10px; }
	.title-caption h4:after { margin-right: -10px; }
	#slidecaption h2 { font-size: 40px; line-height: 40px; }
	.slider-content { margin: auto; max-width: 500px; overflow: hidden; padding: 100px 0; position: relative; text-align: center;}
	.menu-btn { display: block;}
	.nav-collapse {	border-radius: 0 0 10px 10px;  height: 0; overflow: hidden; padding: 0;	position: absolute; right: 0; text-align: center; top: 90px; width: 100%;z-index: 999;}
	.navigation li { display: inline-block; float: none; }
	.is-sticky .nav-collapse { background: #333; }
	.slogan, .rotatingtweet p { font-size: 35px; }
	.bg-dark { background-attachment: scroll !important; background-size: auto !important; }
}


@media (max-width: 767px) {
	h1 { font-size: 90px; line-height: 80px;}

	.desktop-menu{display:none;}
	.mobile-menu,.mobile-menu .sub-menu{display:block !important;}
	.slider-content { margin: auto; max-width: 500px; width: 100%; overflow: hidden; padding: 80px 0; position: relative; text-align: center;}
	#slidecaption h2 { font-size: 35px; line-height: 35px;}
	.title-caption h4:before { margin-left: -20px; }
	.title-caption h4:after { margin-right: -20px; }
	.menu-btn { display: block;}
	
	.navigation li { display: inline-block; float: none;}

	.is-sticky .nav-collapse { background: #333;}
	.slogan {font-size: 30px;}
	.content-title, .portajax-title { font-size: 38px;}
	.slogan, .rotatingtweet p { font-size: 30px;}
	.tweetfeed.clearfix { overflow: hidden;} 
	.bg-dark { background-attachment: scroll !important; background-size: auto !important;}
	.footer { text-align: center;}
	.soc-footer { display: inline-block; padding-top: 0;}
}

@media (max-width:570px) {
	.box-40, .box-60 {width: 100%;}
	.port-inner .more { display: none;}
	.cat-icon { right: 50%;}
	.admin-bar .is-sticky .header { margin-top: 0; }
}

@media (max-width:480px) {
	
	h1 { font-size: 50px; line-height: 40px;}

	.navigation li a { font-size: 10px; letter-spacing: 0;	padding: 10px;}
	.navigation li { display: block; float: none; }
	.header { height: 80px; }
	.slider-content { padding: 60px 0; overflow: hidden; }
	.nav-collapse { top: 80px; }
	
	.title-caption h4:before { margin-left: -40px;}
	.title-caption h4:after { margin-right: -40px;}
	.title-caption h4 {	font-size: 13px;}
	.title-content h3 {	font-size: 30px;}
	
	.slogan, .rotatingtweet p{ font-size: 25px;}	
	.nav-tabs li a, .teamajax .align-right p, .worksajax .align-right p { font-size: 12px; }

}
