/*
* casia Creative One Page Template V1.0
* Version 1.2
* Copyright 2014, Limitless SARL
* www.limitless.ma
*/


/* Table of Content
==================================================
	#Header
	#Home
	#Slider
	#About
	#Team
	#Services
	#Quotes
	#Works
	#Contact
	#Footer
	#Misc 
==================================================*/




/*Header*/
header {
	background-color:transparent;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:1000;
}

.header {
	position:relative;
	width:100%;
}

.logo {
	/*background-image: url(../images/logo.png);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	height: 17px;
	margin: 24px 0 12px 0;
	width: 90px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.logo:hover {
	opacity: 0.5;
}

nav#navigation {
	float: right;
	margin-top: 0px;
}


nav#navigation ul {
	margin-left: 0px;
	padding-left: 0px !important;
}

nav#navigation li {
	display: inline-block;
	position: relative;
}

nav#navigation li a {
    color: #ffffff;
    font-size: 14px;
    display: block;
    padding: 12px 13px;
    position: relative;
    text-transform: uppercase;
}

nav#navigation li a:hover {
    color: #878787;
}

nav#navigation a:after {
	border-bottom: 2px solid transparent;
    content: "";
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: 6px;
    width: 14px;
    z-index: 0;
}

nav#navigation a.active {
    color: #878787;
}

nav#navigation a.active:after {
	border-bottom: 2px solid #878787;
    content: "";
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: 6px;
    width: 14px;
    z-index: 0;
}

.mobile-navigation {
	background-color: transparent;
	background-image: url(../images/mobile-navigation.png);
	background-repeat: no-repeat;
	background-size: cover;
	display:none;
	height: 21px;
	opacity: 0.75;
	position: absolute;
	right: 5px;
	text-align:center;
	top: 23px;
	width: 21px;
	z-index:1000;
}

.mobile-navigation:hover {
	opacity: 1;
}

.mobile-navigation i {
	font-size:16px;
	color:#111111;
}
/*Header*/



/*Home*/
.home-section {
	background-color:#fafafa;
	overflow: hidden;
	position: relative;
}

.home-section .overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 100%;
    z-index: 10;
}

.home-section .video {
	background-image: url(../video/home.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
}

.home-section video {
	position: relative;
}

.home-section .image {
	background-image: url(../images/backgrounds/home.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0px;
	padding: 0px;
	top: 0px;
}

.home-section .error {
	background-image: url(../images/backgrounds/error.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0px;
	padding: 0px;
	top: 0px;
}

.home-section .error p {
	color:#ffffff;
	margin-bottom: 20px;
}

.home-section .image .overlay, .home-section .error .overlay {
    position: relative !important;
}

.home-section .home-text {
	display: table;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.home-section .home-text .inner {
	text-align: center;
	width: 640px;
	display: table-cell;
	vertical-align: middle;
}

.home-section h1 {
	color: #ffffff;
	font-size: 60px;
	font-weight: normal;
	margin-bottom: 30px;
	text-transform: uppercase;

}

.home-section p {
	color: #acacac;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.home-section span,
.home-section span a {
	color: #acacac;
	cursor: pointer;
	font-size: 24px!important;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
}

.home-section span:hover {
	color: #ffffff;
}

.home-section .arrow {
	bottom: 30px;
	height: 15px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.home-section .arrow a {
	background-image: url(../images/arrow-bottom.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: block;
	height: 15px;
	margin: 0px auto;
	opacity: 0.5;
	text-indent: -9999px;
	width: 28px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.home-section .arrow a:hover {
	opacity: 1;
}
/*Home*/


/*Main slider*/
.main-slider {
	margin-top: 0px !important;
	overflow:hidden;
	position:relative;
}

.main-slider .slides li {
}

.main-slider .slides li:before {
	height: 100%;
	width:100%;
	content:"";
	position:absolute;
}
.flex-direction-nav a {
}

.main-slider .flex-control-nav {
	/*display:none;*/
}
/*Main slider*/




/*About*/
div.about p {
	color:#999;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	margin: 0 auto;
	width: 640px;
}

div.about button {
	margin-top: 50px;
}
/*About*/




/*Team*/
section.team {
	background-color: #f6f6f6;
}

div.team {
	cursor: pointer;
	text-align: center;
}

div.team img {
	border: none;
	border-radius: 2px;
	height:260px;
	margin-bottom:25px;
	opacity:1;
	width:260px;
}

div.team h2 {
	text-align: center;
	font-size: 22px;
	color: #000000;
	font-weight: 400;
	margin-top: 0px;
	padding-bottom: 30px;
}

div.team h2 span {
	color: #be953d;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding-top: 10px;
}

div.team p {
	border-top: 1px solid #cccccc;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 30px;
	margin: 0 auto;
	padding-top: 20px;
	width: 260px;
}

.team-member {
	background: #222222;
	margin-bottom: 90px;
	padding-bottom: 60px;
}

.team-member .basic {
	text-align: center;
}

.team-member .basic img {
/*	height: 300px;
	max-width: 300px;*/
}

.team-member .basic h1 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	display: block;
	letter-spacing: 1px;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 30px;
	text-transform: none;
}

.team-member .basic h1:after {
	border: none;
	margin-bottom: 10px;
	top: 0px;
}

.team-member .basic span {
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: none;
}

.team-member .bio, .team-member .skills {
	padding-left: 30px;
	text-align: left;
}

.team-member .bio h1, .team-member .skills h1 {
	color: #ffffff;
}

.team-member .bio h1:after, .team-member .skills h1:after  {
	border-color: #ffffff;
	margin-bottom: 20px !important;
	margin-left: 0px !important;
}

.team-member .bio h1 span {
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: none;
}

.team-member .bio p {
	color: #727272;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 30px;
}

.team-member .skills {
	margin-top: 50px;
}

.team-member .skills ul {
	padding: 0px;
}

.team-member .skills li {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}

.team-member .skills li:last-child {
	margin-bottom: 0px;
}

.team-member .skills li .skill-name {
	color: #888888;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: left;
}

.team-member .skills li .filled {
	background-color: #ffffff;
	height: 3px;
	float: left;
	margin-top: 3px;
}


.team-member .skills li .indicator {
	background-color: #ffffff;
	border-left: 3px solid #222222;
	border-right: 3px solid #222222;
	float: left;
	height: 9px;
	width: 9px;
}


.team-member .skills li .empty {
	background-color: #919191;
	height: 1px;
	float: left;
	margin-top: 4px;
}

.team-member .social-icons {
	border-top: 1px solid #4e4e4e;
	margin-top: 30px;
	width: 100%;
}

.team-member .social-icons ul {
	padding: 0px;
}

.team-member .social-icons li {	
	background-size: 16px 16px;
	border: none;
	cursor: pointer;
	display: inline-block;
	height: 32px;
	margin: 0px 8px;
	opacity: 1;
	width: 32px;
	-webkit-transition: all .5s ease 0;
	-moz-transition: all .5s ease 0;
	-ms-transition: all .5s ease 0;
	-o-transition: all .5s ease 0;
	transition: all .5s ease 0;
}

/*.team-member .social-icons li:hover, .team-member .social-icons li:active {	
	opacity: 0.6;
}*/

.team-member-close {
	background-image: url(../images/close.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 18px;
	margin: 0px auto 60px;
	opacity: 0.5;
	width: 18px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.team-member-close:hover {
	opacity: 1;	
}
/*Team*/




/*Services*/
div.service {
	display: table;
	margin-top: 30px;
}

div.service .inner {
	border: 1px solid #cccccc;
	border-radius: 2px;
	padding: 0px 20px 35px;
}

div.service .icon {
	background-color: #fff;
	color: #bf963d;
	font-size: 48px; /*FWP*/
	height: 80px;
	margin: 0px auto;
	padding: 10px;
	position: relative;
	top: -40px; /*FWP*/
	width: 80px;
}

div.service .icon img {
	height: 48px;
	width: 48px;
}

div.service h3 {
	color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0px;
	position: relative;
	top: -40px;
}

div.service p {
	border-top: 1px solid #cccccc;
	display: table-cell;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 30px;
	margin: 0 auto;
	padding-top: 25px;
	position: relative;
	top: -10px;
}
/*Services*/



/*Quotes*/
.quotes {
/*	background: url(../images/backgrounds/quotes.jpg);
*/	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-color:#ffffff;*/
}

.quotes .overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

.quotes .quotes-icon {
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 22px;
	width: 27px;
}

.quotes .quotes-slider {
	width: 100%
	max-width:100%;
	margin-top:55px;
}

.quotes .quotes-slider .quotes-icon {
    bottom:40px;
	color:#ffffff;
    display:block;
    font-size: 36px;
    margin-right:auto;
    margin-left:auto;
    position:relative;
    width:50px;
}

.quotes .quotes-slider li {
	padding-bottom:30px;
	text-align: center;
}

.quotes .quotes-slider li blockquote {
	color:#ffffff;
	font-size:30px;
	line-height:48px;
}

.quotes .quotes-slider li blockquote:after {
	border-bottom:2px solid #ffffff;
    content:"";
    display:block;
    position:relative;
    top:10px;
    width:20px;
    z-index:0;
    margin-right:auto;
    margin-left:auto;
}

.quotes .quotes-slider li h3 {
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	opacity:0.5;
	padding-top:40px;
	padding-bottom:50px;
	text-transform:uppercase;
}
/*Quotes*/



/*Works*/
section.works {
	/*background-color: #141414;*/
}

section.works .title {
	color: #ffffff;
}

section.works .title:after {
	border-bottom: 2px solid #ffffff;
}

section.works .contact-button {
	margin-top: 80px;
}

section.works .filters {
	border-bottom: 1px solid #4c4c4c;
	border-top: 1px solid #4c4c4c;
	margin-bottom: 60px;
	padding: 10px 10px;
}

section.works .filters ul {
	text-align: center;
}

section.works .filters li a,
section.works .filters li {
	color: #888888;
	cursor: pointer;
	display: inline;
}

section.works .filters li a.active,
section.works .filters li.active {
	color: #ffffff;
}


section.works .filters li:after {
	content: "·";
	margin: 0px 25px;
}

section.works .filters li:last-child:after {
	content: '';
	margin: 0px;
}

.isotope,
.isotope .work {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .work {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

.work {
	height: 319px !important;
	display: inline;
	margin-left: 0px !important;
	margin-right: 1px !important;
	margin-bottom: 1px !important;
	position: relative;
	width: 319px !important;
}

.work img {
	height: 100%;
	width: 100%;
}

.work .info {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
	left: 0;
    position: absolute;
    text-align: center;
	top: 0;
	bottom: 0;
    width: 100%;
    z-index: 2;
}

.work .info h3 {
	color: #000000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.work .info p {
	color: #999999;
	font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.work .info p:after {
	border-bottom: 2px solid #000000;
    content: "";
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: 12px;
    width: 14px;
    z-index: 0;
}

.work-preview {
	background: #222222;
	margin-bottom: 90px;
	padding-bottom: 60px;
}
.article .work-preview {
	background: none;
	margin-bottom: 00px;
	padding-bottom: 0px;
}

.work-preview-slider {
	margin-top: 0px !important;
	overflow:hidden;
	position:relative;
	margin-bottom: 20px;
}

.work-preview-slider .flex-control-nav {
	bottom: 40px !important;
}

.work-preview .info {
	text-align: left;
}

.work-preview h1 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 30px;
	text-transform: none;
}

.work-preview h1:after {
	margin-left: 0 !important;
	margin-bottom: 16px;
	top: 22px;
}

.work-preview h1 span {
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: none;
}

.work-preview p {
	color: #727272;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 30px;
	text-align: left;
}

.work-preview .social-icons {
	border-top: 1px solid #4e4e4e;
	position: absolute;
	bottom: 0px;
}

.article .work-preview .social-icons {
	border-top: 0px solid #4e4e4e;
	position: relative;
	bottom: 0px;
}

.work-preview .social-icons ul {
	padding: 0px;
}

.work-preview .social-icons li {
	display: inline;
	list-style-type: none;
}
.work-preview .social-icons li a {	
	color: #4e4e4e;
	cursor: pointer;
	font-size: 14px;
	margin: 0px;
	padding: 20px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.work-preview .social-icons li a:hover, .work-preview .social-icons li a:active {	
	color: #ffffff;
}

.article .work-preview .social-icons li a {
	color: #4e4e4e;
}
.article .work-preview .social-icons li a:active,
.article .work-preview .social-icons li a:hover {
	color: #333333;
}

.work-preview .social-icons li span {	
	font-weight: 700;
	padding: 0px;
	position: relative;
	top: -5px;
}
.work-preview .social-icons li span span{
	top: auto;
}
.work-preview .social-icons i {
	font-size: 26px;
	margin-right: 8px;
}

.work-preview-slider .soundcloud, .work-preview .soundcloud {
	height: 166px;
	width: 100%;
	max-width: 100%;

}



.work-preview .youtube,
.work-preview .vimeo, 
.work-preview .video, 
.work-preview-slider .youtube,
.work-preview-slider .vimeo, 
.work-preview-slider .video

{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}


.work-preview .slider, 
.work-preview .image, 
.work-preview img {
	/*background-color: #000000;*/
	height: auto;
	/*width: 500px;*/
	max-width: 100%;
	margin-bottom: 25px;
}

}

.work-preview iframe, .work-preview-slider .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.work-preview p {
	width: 100%;
	height: 100%;
	display: block;
}
.work-preview .audio {
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
	height: 281px;
	width: 500px;
}

.work-preview audio {
	background-color: transparent;
	height: 281px;
	width: 500px;
	max-width: 100%	
}

.work-preview-close {
	background-image: url(../images/close.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 18px;
	margin: 0px auto 60px;
	opacity: 0.5;
	width: 18px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.work-preview-close:hover {
	opacity: 1;	
}
/*Works*/

/*Blog*/
section.blog {
	background-image: url(../images/backgrounds/blog.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 310px;
	background-position: center top;
	padding-top: 0px;
}

section.blog .cover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	height: 310px;
	margin-bottom: 90px;
	padding-top: 150px;
    width: 100%;
    z-index: 10;
}

section.blog .cover h1.title {
	color: #ffffff;
	display: block;
	font-size: 18px;
}

section.blog .cover h1.title:after {
	border-color: #ffffff;
}

section.blog .list {
	padding-right: 30px;
}

/*section.blog .list .post {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 60px;
	padding-bottom: 60px;
}*/

section.blog .list .entry-title {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 30px;
}

section.blog .list .entry-title a{
	font-size: 30px;
	font-weight: 400;
	color: #000000;
}

section.blog .list .entry-content {
	margin-bottom: 30px;
}

section.blog .list .entry-meta
a section.blog .list .entry-meta {,
	color: #888888;
	font-size: 13px;
	font-weight: 700;
}

section.blog .list .entry-meta a span:after,
section.blog .list .entry-meta span:after {
	content: "·";
	margin: 0px 30px;
}

section.blog .list .entry-meta a span:last-child:after,
section.blog .list .entry-meta span:last-child:after {
	content: "";
	margin: 0px;
}

section.blog .sidebar {
	background-color: #222222;
	padding: 30px;
	text-align: left;
}

section.blog .sidebar .widget {
	margin-bottom: 50px;
}

section.blog .sidebar .widget ul{
	padding-left: 0px;
	list-style-type: none;
}

section.blog .sidebar .widget h1.title {
	color: #c8a457;
	display: block;
	font-size: 14px;
}

section.blog .sidebar .widget h1.title:after {
	border-color: #c8a457;
	margin-bottom: 35px;
	margin-left: 0px;
}

section.blog .sidebar .widget p.home-text {
	color: #bcbcbc;
	width: 100%;
}

section.blog .sidebar .widget li.cat-item,
.widget_recent_entries ul li,
.widget_pages ul li.page_item,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li{
	border-bottom: 1px solid #444444;
	cursor: pointer;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

section.blog .sidebar .widget li.cat-item:last-child,
.widget_recent_entries ul li:last-child,
.widget_pages ul li.page_item:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_nav_menu ul li:last-child{
	border-bottom: none;
}

section.blog .sidebar .widget li.cat-item a,
.widget_recent_entries ul li a,
.widget_pages ul li.page_item a,
.widget_meta ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu ul li a{
	color: #dfdfdf;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.widget_recent_entries ul li a {
	display: block;
}

section.blog .sidebar .widget li.cat-item span,
.widget_recent_entries ul li span,
.widget_pages ul li.page_item span,
.widget_meta ul li span,
.widget_recent_comments ul li span,
.widget_nav_menu ul li span{
	color: #959595;
	font-size: 13px;
	font-weight: 400;
	margin-top: 10px;
}

.widget ul.children{
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.widget_recent_entries ul li ul.children li.cat-item{
	margin-bottom: 0px !important;
}

/*Tags*/
section.blog .sidebar .widget.widget_tag_cloud .tagcloud a {
	background-color: #393939;
	border-radius: 3px;
	color: #c0c0c0;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 10px;
    -moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

section.blog .sidebar .widget.widget_tag_cloud .tagcloud a:hover {
	background-color: #d3d3d3;
	color: #6c6c6c;
}

/*Calendar widget*/
#calendar_wrap, #wp-calendar{
	width: 100%;
}

#wp-calendar caption{
	margin-bottom: 20px;
}
/*textwidget*/
.widget_text select,
.widget_categories select,
.widget_archive select,
.widget_text select{
	width: 100%;
}
.sidebar a{
	color: #ffffff;
}

/*Search box*/
.widget_search #s{
	width: 85%;
}
/*Blog*/

/*Article*/
section.article {
	padding-top: 0px;
}

section.article .cover {
	background-color: #111111;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 550px;
	margin-bottom: 90px;
	padding-top: 150px;
    width: 100%;
}
section.article .entry-content .cover{
	height: auto;
	margin-bottom: 90px;
	padding-top: 0px;
}
section.article .cover h1.title {
	color: #ffffff;
	display: block;
	font-size: 18px;
}

section.article .cover h1.title:after {
	border-color: #ffffff;
}

section.article .post {
	margin: 0px auto;
	width: auto;
	max-width: 100%;		

}

section.article .entry-title {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 30px;
}

section.article .entry-content {
	border: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	line-height: 30px;
	margin: 20px 0px;
	padding: 20px 0px;
	text-align: left;
}

section.blog .entry-content p, section.blog .entry-content ul{text-align: left; margin: 0;}
section.blog .entry-content {
	border-bottom: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	line-height: 30px;
	margin: 60px 0;
	padding: 60px 0;
	text-align: center;
}

section.blog .entry-content p {margin-bottom: 10px;}

section.article .entry-meta {
	color: #888888;
	font-size: 13px;
	font-weight: 700;
}

section.article .entry-meta span:after {
	content: "";
	margin: 0px 30px;
}

section.article .entry-meta span:last-child:after {
	content: "";
	margin: 0px;
}

section.article .post-navigation {
	margin: 0px auto;
	width: auto;
	max-width: 100%;		

}


section.article .post-navigation div {
	color: #000000;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
}

section.article .post-navigation .prev {
	float: left;
}

section.article .post-navigation .next {
	float: right;
}

section.article .comments-area, .page .comments-area {
	margin: 0px auto;
	width: auto;
	max-width: 100%;
}

section.article .comment-list {
	margin: 100px 0px;
	padding: 0px;
}

section.article .comment-list ul {
	margin-top: -5px;
	padding: 0px;
}

section.article .comment, section.article .comment_wrap{
	display: block;
	margin: 0px auto 60px;
	text-align: left;
}

section.article .comment:last-child {
	margin-bottom: 0px;
}

section.article .comment-author .photo {
	background-color: #aaaaaa;
	border-radius: 70px;
	float: left;
	margin-bottom: 25px;
	margin-right: 25px;
}

section.article .comment-author .photo img {
	border-radius: 70px;
	height: 70px;
	width: 70px;
	margin-bottom: 0px;
	margin-right: 0px;
}

section.article .comment-author .name {
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-top: 20px;
	text-transform: uppercase;
}

section.article .comment-content, .comment-list .comment_wrap .comment-content{
	color: #888888;
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
}

section.article .comment-form .form {
    margin: 5px auto 10px;
    width: auto;
    max-width: 100%	;
}
.comment-respond h1, .comment-list h1.title{text-align: center; width: 100%;}
.comment-respond h1:after{
	border-bottom: 2px solid #000000;
    content: "";
    display: block;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 15px;
    width: 20px;
    z-index: 0;
}
.comment-respond #commentform{text-align: center;}
.comment-respond #commentform textarea{
	min-height: 170px;
    overflow: auto;
    padding-top: 16px;
    resize: none;
}
.comment-respond #commentform textarea:focus, .comment-respond #commentform input:focus{
	border: 2px solid #000; 
	color: #000000;
}

section.article .comment-form .form input[type="text"], .form input[type="email"], .form input[type="number"], .form textarea {
	background: transparent;
	border: 2px solid #aaaaaa;
	border-radius: 2px;
	color: #999999;
	font-size: 14px;
    height: 50px;
    margin-bottom: 16px;
    outline-width: 0;
    padding: 0px 20px;
    width: 550px;
    max-width: 100%;
    -moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

section.article .comment-form .form input[type="text"]:focus, section.article .comment-form .form input[type="email"]:focus, section.article .comment-form .form input[type="number"]:focus, section.article .comment-form .form textarea:focus {
	border: 2px solid #000000;
	color: #000000;
}

section.article .comment-form .form input[type="text"] {
    height: 50px;
}

section.article .comment-form .form input[type="text"]::-webkit-input-placeholder { color: #aaaaaa; }
section.article .comment-form .form input[type="text"]::-moz-placeholder { color: #aaaaaa; }
section.article .comment-form .form input[type="text"]:-ms-input-placeholder { color: #aaaaaa; }
section.article .comment-form .form input[type="text"]:-moz-placeholder { color: #aaaaaa; }

section.article .comment-form .form textarea {
    height: 170px;
    overflow: auto;
    padding-top: 16px;
    resize: none;
}

section.article .comment-form .form button, .form-submit {
    margin-top: 40px;
}
/*Article*/

/*Contact*/
section.contact {
	background-attachment: fixed;
	/*background-color:#fafafa;
	background-image: url(../images/backgrounds/contact.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
}

section.contact .overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

section.contact .title {
	color: #ffffff;
}

section.contact .title:after {
	border-bottom: 2px solid #ffffff;
}

div.contact .form {
    margin: 20px auto 10px;
    /*width: 580px;*/
    max-width: 580px;
}

div.contact-info {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75) !important;
	padding: 45px 0px !important;
	text-align: left;
}

div.contact-info .info p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 26px;
}

div.contact-info .twitter-feed {
    border-left: 1px solid #5E5E5B;
    margin-left: -5px;
    padding-left: 100px;
}
div.contact-info .twitter-feed h4 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

div.contact-info .twitter-feed p {
	color: #aaaaaa;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
}

.form input[type="text"], .form input[type="email"], .form input[type="number"], .form textarea {
	background: transparent;
	border: 2px solid #999999;
	border-radius: 2px;
	color: #999999;
	font-size: 14px;
    height: 50px;
    margin-bottom: 16px;
    outline-width: 0;
    padding: 0px 20px;
    width: 550px;
    -moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}


div.contact .form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="number"]:focus, .form textarea:focus {
	border: 2px solid #ffffff;
	color: #ffffff;
}

div.contact .form input[type="text"] {
    height: 50px;
}

div.contact .form input[type="text"]::-webkit-input-placeholder { color: #999; }
div.contact .form input[type="text"]::-moz-placeholder { color: #999; }
div.contact .form input[type="text"]:-ms-input-placeholder { color: #999; }
div.contact .form input[type="text"]:-moz-placeholder { color: #999; }

div.contact .form textarea {
    height: 170px;
    overflow: auto;
    padding-top: 16px;
    resize: none;
}

div.contact .form button {
    margin-top: 40px;
}

#success, #error {
    display: none;
    position: relative;
    margin-top: 30px;
}

#success h2 {
    color: #3da430;
}

#error h2 {
    color: #CE3D3D;
}

.form-error {
    border: 2px solid #da4856 !important;
}
/*Contact*/



/*Footer*/
.footer.offset {
	padding-bottom:0;
}

div.footer {
	background-color: #111111;
	padding: 40px 0 90px;
}

div.footer .arrow {
	padding-bottom: 30px;
}

div.footer .arrow a {
	background-image: url(../images/arrow-top.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: block;
	height: 15px;
	margin: 0px auto 20px;
	opacity: 0.5;
	text-indent: -9999px;
	width: 28px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

div.footer .arrow a:hover {
	opacity: 1;
}

div.footer .footer-logo {
	/*background-image: url(../images/logo.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
	position:relative;
	width: 90px;
}

div.footer .footer-slogan {
	color:#6c6c6c;
	font-size: 12px;
	font-weight: 400;
	position:relative;
}

div.footer .right {
	text-align: right;
}
div.footer .right ul {margin: 0; float: right;}
div.footer .right ul li {
	background-color: transparent;
	border: 2px solid #444444;
	border-radius: 9999px;
	color: #444444;
	cursor: pointer;
	float: right;
	font-size: 30px;
	margin-left: 20px;
	padding: 12px 18px 10px;
	list-style: none;
}

div.footer .right li:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #000000;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

div.footer .right li i {
}
/*Footer*/


/*Preloader*/
#loader {
    background-color: #111111;
    /*background-image: url(../images/loader.gif);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#loader .isloading-overlay{
	position: absolute;
	top: 49%;
	text-align: center;
}

#wrapper{
	position:relative;
	width:100%;
}
/*Preloader*/




/*Landscape 1024 X 600 */
@media only screen and (min-width: 1000px) and (max-width: 1030px) {

	html {
		overflow-x: hidden;
	}

	.home-section video {
		opacity: 0;
	}

}


/*iPad lanscape*/
@media screen and (max-device-width: 960px) {

	/*Basics*/
	html {
		overflow-x: hidden;
	}

	input, textarea {
		-webkit-appearance: none;
	}

	/*Home*/
	.home-section video {
		display: none;
	}
	/*Home*/

	/*Contact*/
	section.contact {
		background-attachment: scroll;
		background-position: center center !important;
		background-repeat: repeat;
		background-size: cover;
	}
	/*Contact*/

	/*Quotes*/
	.quotes {
		background-attachment: scroll;
		background-position: center center !important;
		background-repeat: repeat;
		background-size: cover;
	}
	/*Quotes*/

	/*Header*/
	nav#navigation {
		margin-right: 0px;
	}
	/*Header*/

	/*Works*/
	.work-preview .social-icons {
		margin-top: 10px;
		position: relative;
	}

	.work-preview .social-icons li {
		padding: 10px;
	}
	/*Works*/
}


/* Tablet Portrait size -> standard 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {




	
	.home-section video {		
		display: none;
	}

	#wrapper {
		overflow: hidden;
	}

	section.contact {
		background-attachment: scroll;
		background-position: center center !important;
		background-repeat: repeat;
		background-size: cover;
	}

	.quotes .contact {
		background-attachment: scroll;
		background-position:top center !important;
		background-size:cover;
	}

	header .logo {
		margin: 28px 15px 12px;
	}

	nav#navigation {
		margin-right: 20px;
		margin-top: 0px;
	}

	
	input, textarea {
		-webkit-appearance: none;
	}


	/*Works*/
	#works .innerContent {
		padding-bottom:0px;
	}

	.work {
		height: 255px !important;
		width: 255px !important;
	}

	.work-preview .social-icons {
		margin-top: 10px;
		position: relative;
	}

	.work-preview p {
		line-height: 24px;
	}

	.work-preview .social-icons li {
		padding: 5px;
	}
	/*Works*/

	div.footer .footer-logo {
		max-width: 100%;
	}

	.flex-direction-nav {
		display: none;
	}


}


/* Mobile Landscape Size -> Tablet Portrait size*/
@media only screen and (min-width: 480px) and (max-width: 767px) {


nav#navigation ul {
	padding-top: 0px!important
}



.dslc-col  { 
		margin-bottom: 0px!important;
	}

	.dslc-modules-section {
		/*background-attachment: fixed!important;
		background-position: 0 0 !important;*/
	}


div.contact-info .twitter-feed p {
	text-align: center;
	}

div.contact-info .twitter-feed i {
	position: relative;
	float: none;
	margin-left: 40%;
	margin-right: 40%;
	}

	div.contact-info .twitter-feed {
    margin-left: 0px;
    padding-left: 0px;
	}
	.twitter_feed .flex-control-nav {
	width: 100%!important;
	display: block;
	}
	.twitter_feed .flex-control-nav li {
	display: inline-block;
	}


	div.contact-info .twitter-feed {border: none;}
	div.contact-info .info p {text-align: center;}

	.team-member .skills li .indicator  {
	border-left: 2px solid #222222;
    border-right: 2px solid #222222;
  	width: 5px;}

	.works .container:nth-of-type(4) {width:320px}
	
	#wrapper {
		overflow: hidden;
	}

	input, textarea {
		-webkit-appearance: none;
		-webkit-border-radius:0;
	}

	html {
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust:none;
		-ms-text-size-adjust:none;
		overflow-x: hidden;
	}

	.home-section h1 {
		font-size: 40px;
	}

	.home-section p {
		font-size: 16px;
	}

	.home-section video {
		display: none;
	}
	
	div.about p {
		width: 400px;
	}

	.quotes {
		background-attachment: scroll;
		background-position:top center !important;
		background-size:cover;
	}

	.logo {
		margin: 27px 10px;
	}

	
	#loaderInner {
		margin: -50px 0 0 -30px;
	}

	.logo, nav#navigation {
		float:none
	}

	nav#navigation {
		margin-right:0;
	}

	nav#navigation ul {
		display:none;
		margin-bottom:10px;
	}

	nav#navigation li {
		float:none; 
		display:block;
	}

	nav#navigation a.active:after {
		right:1px;
		top:22px;
	}

	nav#navigation li a {
		display:inline-block;
	}

	.mobile-navigation {
		display: inline-block;
	}
	
	.main-slider.flexslider {
		margin:73px auto 0;
	}

	.caption h1 {
		font-size:20px;
	}

	.caption h1 span.new:after {
		width:17px;
		top:26px;
		right:2px;
	}

	.main-slider .flex-direction-nav a {
		top:55% !important;
	}
	
	.container .team {
		margin-bottom:60px;
	}
	
	
	.factSlider {
		width:400px;
	}

	.factSlider .flex-direction-nav .flex-next {
		right:-30px;
	}

	.factSlider .flex-direction-nav .flex-prev {
		left:-30px;
	}

	.flex-direction-nav {
		display: none;
	}



	.container .service.bottom3 {
		margin-bottom:40px;
	}

	.container .service.bottom3:last-child {
		margin-bottom:0;
	}
	
	.container .info {
		margin-bottom:40px;
	}

	.container .widget {
		margin-bottom:20px;
	}

	.container .widget:last-child {
		margin-bottom:0;
	}

	div.form textarea,
	div.form form,
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="number"],
	.wpcf7-form textarea {
		width:420px;
	}

	div.form input[type="text"]{
		width:420px;
	}

	/*--Services--*/
	.service .inner {
		margin-bottom:60px;
	}

	.service:last-child .inner {
		margin-bottom:0;
	}

	#works .innerContent {
		padding-bottom:60px;
	}

	.container .item {
		margin-bottom: 20px;
	}
	/*--Services--*/

	/*--Footer--*/
	div.footer {
		text-align:center;
	}

	div.footer .right {
		float: none;
		margin-top: 40px;
	}
	div.footer .right ul{
		margin: 0;
		padding-left: 0px;
		display: block;
		float: none;
		text-align: center;
	}
	div.footer .right ul li {
		display: inline-block;
		float: none;
		margin: 0 10px;
	}
	div.footer .footer-logo {
		margin: 0 auto;
		margin-bottom: 15px;
		max-width: 100%;
	}
	/*--Footer--*/
}

/* Mobile Portrait Size -> Mobile Landscape Size */
@media only screen and (max-width:479px) {

	.dslc-col  { 
		margin-bottom: 0px!important;
	}

	.dslc-modules-section {
		/*background-attachment: fixed!important;
		background-position: 0 0 !important;*/
	}


	div.contact-info .twitter-feed p {
	text-align: center;
	}

	div.contact-info .twitter-feed i {
	position: relative;
	float: none;
	margin-left: 40%;
	margin-right: 40%;
	}

	div.contact-info .twitter-feed {
    margin-left: 0px;
    padding-left: 0px;
	}
	.twitter_feed .flex-control-nav {
	width: 100%!important;
	display: block;
	}
	.twitter_feed .flex-control-nav li {
	display: inline-block;
	}




	section.works .filters li:after {
	margin: 0px 15px;
	}
	div.contact-info .twitter-feed {border: none;} 
	div.contact-info .info p {text-align: center;}


	.team-member .skills li .indicator  {
	border-left: 2px solid #222222;
    border-right: 2px solid #222222;
  	width: 5px;}

	.work-preview .social-icons li a {padding:10px;}
	
	input, textarea {
		-webkit-appearance: none;
	}

	html {
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust:none;
		-ms-text-size-adjust:none;
		overflow-x: hidden;
	}

	#wrapper {
		overflow: hidden;
	}
	
	/*--Home--*/
	.home-section h1 {
		font-size: 36px;
	}

	.home-section p {
		font-size: 14px;
	}

	.home-section video {
		display: none;
	}
	/*--Home--*/


	/*--About--*/
	div.about p {
		width: 300px;
	}
	/*--About--*/


	/*--Quotes--*/

	.quotes {
		background-attachment: scroll;
		background-position: center center !important;
		background-repeat: repeat;
		background-size: cover;
	}

	.quotes .quotes-slider {
	
		margin-top:50px;
	}

	.quotes .quotes-slider li blockquote {
		font-size:20px;
		line-height:36px;
	}

	.quotes .quotes-slider li h3 {
		font-size:14px;
		padding-bottom: 30px;
	}
	/*--Quotes--*/

	#loaderInner {
		margin: -50px 0 0 -30px;
	}

	/*--Nav--*/
	.logo {
		margin: 27px 10px;
	}

	nav#navigation {
		float:none;
		margin-right:0;
	}

	nav#navigation ul {
		display:none;
		margin-bottom:20px;
	}

	nav#navigation li {
		float:none; 
		display:block;
	}

	nav#navigation a.active:after {
		right:1px;
		top:22px;
	}

	nav#navigation li a {
		display:inline-block;
	}

	nav#navigation a:after {
		opacity: 0;
	}

	.mobile-navigation {
		display: inline-block;
	}
	/*--Nav--*/


	/*--Slider--*/
	.main-slider.flexslider {
	 	margin:73px auto 0;
	}

	.main-slider .flex-direction-nav a {
		top:80% !important;
	}
	
	.container .team {
		margin-bottom:60px;
	}

	.flex-direction-nav {
		display: none;
	}
	/*--Slider--*/


	/*Services*/
	.service .inner {
		margin-bottom:60px;
	}

	.service:last-child .inner {
		margin-bottom:0;
	}
	/*Services*/


	/*Contact*/
	section.contact {
		background-attachment: scroll;
		background-position: center center !important;
		background-repeat: repeat;
		background-size: cover;
	}

	div.contact .form {
		/*width:250px;*/
	}

	/*div.form textarea, div.form form, div.form input[type="text"],
	div.contact .form input[type="text"], .form input[type="email"], .form input[type="number"], .form textarea,
	.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="submit"], .wpcf7-form input[type="number"], .wpcf7-form textarea {
		padding: 10px 0px;
		width:250px !important;
	}*/
	/*Contact*/
	

	/*Works*/
	#works .innerContent {
		padding-bottom:0px;
	}

	.work {
		height: 299px !important;
		width: 299px !important;
	}

	.work-preview .info {
		margin-top: 20px;
	}

	.work-preview .social-icons {
		margin-top: 10px;
		position: relative;
	}

	.work-preview .social-icons li {
		padding: 10px;
	}
	/*Works*/

	
	/*Footer*/
	div.footer {
		text-align:center;
	}

	div.footer .right {
		float: none;
		margin-top: 50px;
		text-align: center;
	}

	div.footer .footer-logo {
		margin: 0 auto;
		margin-top:0px;
		margin-bottom: 15px;
		max-width: 100%;
	}

div.footer .right ul{
		margin: 0;
		padding-left: 0px;
		display: block;
		float: none;
		text-align: center;
	}
	div.footer .right ul li {
		display: inline-block;
		float: none;
		margin: 0 10px;
	}


	/*Footer*/
	.wpcf7-form{width: auto !important;}
	.wpcf7-form span input{width: 100% !important;}
}

/*IFrame fixes*/
.work-preview-slider object, .work-preview-slider video{
	max-width: 100% !important;
	width: 100%;
	/*height: auto;*/
}

.work-preview-slider iframe, .work-preview-slider embed {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


}
.entry-content .flexslider{
	margin-top: 0px;
}

/*Contact form 7 fixes*/


.wpcf7-form {
    margin: 20px auto 10px;
    width: 580px;
}

info {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.60) !important;
	padding: 45px 0px !important;
}

info p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 26px;
}

.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="number"], 
.wpcf7-form textarea {
	background: transparent;
	border: 2px solid #999999;
	border-radius: 2px;
	color: #999999;
	font-size: 14px;
    height: 50px;
    margin-bottom: 16px;
    font-family: inherit;
    outline-width: 0;
    padding: 0px 20px;
    /*width: 550px;*/
    -moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}


.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form input[type="number"]:focus, .wpcf7-form textarea:focus {
	border: 2px solid #ffffff;
	color: #ffffff;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    height: 50px;
}

.wpcf7-form input[type="text"]::-webkit-input-placeholder { color: #aaaaaa; }
.wpcf7-form input[type="text"]::-moz-placeholder { color: #aaaaaa; }
.wpcf7-form input[type="text"]:-ms-input-placeholder { color: #aaaaaa; }
.wpcf7-form input[type="text"]:-moz-placeholder { color: #aaaaaa; }

.wpcf7-form textarea {
    height: 170px;
    overflow: auto;
    padding-top: 16px;
    resize: none;
}
.wpcf7-submit {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #BF963D;
    border-radius: 2px;
    color: #BF963D;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    min-width: 200px;
    outline: medium none;
    padding: 18px 20px;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.wpcf7-submit:hover, .blog_nav a{
	background: #BF963D;
	color: #ffffff;
}
.wpcf7-form .wpcf7-submit {
    margin-top: 40px;
}
.wpcf7-form p{
	text-align: center;
}

#success, #error {
    display: none;
    position: relative;
    margin-top: 30px;
}

#success h2 {
    color: #3da430;
}

#error h2 {
    color: #CE3D3D;
}

.wpcf7-form-error {
    border: 2px solid #da4856 !important;
}

span.wpcf7-not-valid-tip{
	margin-bottom: 15px;
	text-align: left;
}
/*Contact*/

/*Twitter feed fix*/
.twitter_feed a{
	color: #fff;
}
.twitter_feed .flex-control-nav{
	width: auto;
	margin-bottom: 0px;
}

.twitter_feed .flex-viewport {padding-bottom: 20px;}

/*Page content*/
.page{
	text-align: left;
}
iframe, embed, object{
	max-width: 100%;
}

/*Pagination*/
.pagination ul{}
.pagination ul li{
	display: inline-block;
	list-style-type: none;
	margin-right: 10px;
}
.pagination ul li a{
	color: #aaaaaa;
}
.pagination ul li.active a {
	color: #dd9933;
}
/*Pagination blog fix*/
.form-submit #submit, .blog_nav a{

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #BF963D;
    border-radius: 2px;
    color: #BF963D;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    min-width: 200px;
    outline: medium none;
    padding: 18px 20px;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/*
Corrections */

.filters ul{
margin-left: 0px;
padding-left: 0px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.work-preview .title{ margin-top:30px;}
	.works .container:nth-of-type(4) {width:320px}
	section.works .filters li {padding:5px;}
	section.works .filters ul {margin: 0px}
}

section.works .filters li {display: inline-block;}
.work-preview .social-icons {position: relative;margin-top: 25px;}


/*
Corrections Blog */

blockquote {
	color:#222222;
	position:relative;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
	line-height:150%;
	padding-left:10px;
	border-left:2px solid;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
blockquote cite {
	font-size:11px;
	font-style:normal;
	display:block;
}
.format-quote blockquote {
	margin-left: 0;
	margin-right: 0;
	font-size:26px;
	line-height:150%;
}
pre {
	white-space: pre;
	overflow: auto;
	padding: 20px;
	clear: both;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
var, kbd, code {
	padding: 3px;
}

.children, .entry-content ol ol, .entry-content ol ul, .entry-content ul ul, .entry-content ul ol, .comment-content ol ol, .comment-content ol ul, .comment-content ul ul, .comment-content ul ol {
	margin-bottom: 0;
}
.comment-content ul, .entry-content ul {
	list-style-type: disc;
}
.comment-content ol, .entry-content ol {
	list-style-type: decimal;
}
ul, ol, dl {
	margin-left: 30px;
}
table {
	border: 1px solid #EFEFEF;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0 20px 0;
	text-align: left;
	padding: 0 5px;
	width:100%;
}
table .even {
	background: #DDDDDD;
}
tr {
	border-bottom: 1px solid #EFEFEF;
}
th {
	font-weight:bold;
}
th, td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}
caption {
	text-align: left;
}
var, kbd, samp, code, pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #F1F1F1;
}
b, strong, dfn, kbd {
	font-weight: bold;
	color:#222222;
}
dfn, cite, em, i, address, q, samp, var {
	font-style: italic;
}
address {
	color:#222222;
}
q {
	color:#222222;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

figure {
	margin: 0;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
	margin-bottom: 10px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 0;
}
img.alignleft {
	margin: 5px 20px 5px 0;
}
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignnone {
	margin: 5px 0 20px 0;
	max-width:100%;
}

.wp-caption.aligcenter {
	max-width:100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

section.article .entry-content .cover{
	margin-bottom: 30px;
}

#commentform {margin-top: 20px;}
.logged-in-as {margin-bottom: 20px;}

.form-submit #submit:hover {
	background: #bf963d;
	color: #ffffff;
}

#loader span {
	left: 48%;
    position: absolute;
    top: 50%;
}

#quotes_block .flex-viewport .slides blockquote {
	border-left: 0px;
}
.twitter-feed{position: relative;}
.twitter-feed i{
	position:absolute;
	left: 0px;
background: none repeat scroll 0 0 #050708;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 40px;
    font-style: normal !important;
    margin: 8px 18px;
    padding: 11px 13px;
}
.section .service {
	width: 100%;
}


.twitter-feed .fa {color:#4e4e4e;}
.work-preview .social-icons ul, .team-member .social-icons ul, .team-member .skills ul {margin-left: 0px}
.team-member .social-icons .fa {font-style: normal!important;color:#4e4e4e;font-size: 26px;}
.team-member .social-icons .fa:hover,  .twitter-feed .fa:hover {
	color:white;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;}
.twitter-feed .fa {-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;}
.flexslider1{
	position: relative;
	margin-bottom: 15px;
}


nav#navigation ul {margin-bottom: 14px;}

.work-preview a {color:grey;}
.work-preview a:hover {color:white;}

.works.type-2 .work-preview .audio {width:100%;height:auto;max-width: 100%;background-color: transparent;}
.works.type-2 .work-preview :after {margin-left:auto!important;}
@media only screen and (max-width: 767px) {.article .entry-meta span:after {margin:0px 10px;}}

section.works .filters li a:hover
 {
	color: #ffffff;
}
.team-member .social-icons .fa {font-size:18px;}
section.works .filters li a {text-transform:uppercase;}


/* Button video style */
.console{
	margin-top: 60px;
    position: absolute;
    z-index: 9990;
    text-align: center;
    bottom: 20%;
    width: 100%;
}
.console span{
    text-decoration: none;
    font-size: 20px;
    padding: 0 4px;
}
.video .overlay{height: 100% !important;}

#quotes_block p {text-transform:none}
.header {height:71px}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.info {padding-right:20px}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {

	.work-preview .innerContent .container {
		padding-left:20px;
		padding-right:20px;
	}
}

#home .console .moon-play {font-size:26px!important;font-weight:normal}
#home .console .moon-pause {font-size:26px!important;font-weight:normal}
