/*
Theme Name: VisionStone Version 2 
Theme URI: none
Author: Omnific Team
Author URI: http://omnificdesign.com.au/
Version: 1.1

*/

body {
	font-family: 'Unica One', arial;
	color:#fff;
}

h2 {
    font-size: 31px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 40px;
    margin: 0 0 20px;
}
h1 {
    font-size: 34px;
    font-weight: 300;
    line-height: 38px;
    margin: 0 0 10px;
}
h3 {
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 19px;
}
h4 {
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 19px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
h6 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
}

a { text-decoration:none; color:#fff; }

.clear { clear:both; }

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }

.top_container {
	height:119px;
	background-color:#000000;
	padding:0px 37px;
}

#logo {
	float: left;
    left: 0;
    margin-top: 37px;
    width: 28%;
}
#logo a {
	color: #FFFFFF;
    font-size: 65px;
    text-decoration: none;
    text-transform: uppercase;
}
.right_section { float:right; padding-top:17px; }

/* Menu */

.right_menu ul li {
	float:left;
	list-style:none;
}
.right_menu ul li a {
	color:#fff;
	text-decoration:none;
	padding:10px;
	font-size:20px;
	text-transform:uppercase;
}
.right_menu ul li a:hover{ color:#838282; }
.right_menu ul li.last a { padding-right:0px; }
.right_menu ul { margin:0px; padding:0px; }
.right_menu { padding-top:16px; }

/* Phone */

.phone {
	display: block;
    float: right;
    height: 33px;
    padding-left: 30px;
    padding-top: 3px;
	background:url('images/phone-icon.png') left 10px no-repeat;
	font-size:30px;
}
.phone span a {
	color:#ffffff !important;
}
/* Button Prev and Next */

.button_prev, .button_next { width:65px; height:103px; display:block; position:absolute; top:50%; cursor:pointer; }
.button_prev {
	background:url('images/button-prev.png') no-repeat;
	left:7px;
}
.button_next {
	background:url('images/button-next.png') no-repeat;
	right:7px;
}

/* Content */
.content h1 {
	font-size:48px;
	text-transform:uppercase
}
.content h2, .content h3,.content h4,.content h5,.content h6 { text-transform:uppercase; }
.content {
	width:50%;
	margin:21px 0px 0px 21px;
	background:url('images/content-bg.png') repeat;
	padding:14px;
}
.content p {
	margin-bottom:10px;
	font-family:"Arial";
	font-size:15px;
	color:#f8f9fb;
	line-height:22px;
}
.content ul {
	padding-left:20px;
}
.content ul li {
	padding-bottom:5px;
	font-family:"Arial";
}

/* Contact Form 7 */
.wpcf7 p { color:#f8f9fb; }
.wpcf7 {
	margin-top:20px !important;
}
.wpcf7-text, .wpcf7-textarea {
	padding:6px;
	border:1px solid #2e2d2d;
	background-color:#3a3a3a;
	width:400px;
	color:#fff;
}
.wpcf7-submit {
	border: medium none;
    font-weight: bold;
    padding: 6px 13px;
}
span.wpcf7-not-valid-tip {
    background-color: #3A3A3A !important;
    border: 1px solid #6F5A5A !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1296px) {
	#logo { width:27%; }
	#logo a{
		font-size:48px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.right_menu ul li a{
		font-size:15px !important;
		padding:10px 4px;
	}
	
	#logo {
		margin-top:42px;
	}
	
	#logo a { font-size:36px; }
	
	.phone span {
		font-size:25px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
	.content { width:82.2%; }
	#logo { width:auto; }
	#logo a {
		font-size:54px;
	}
	.top_container {
		height:auto;
	}
	.right_section {
		float:none;
	}
	.phone { float:left; width:100%; }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.content { width:79.2%; }
	#logo { width:auto; }
	#logo a {
		font-size:45px;
	}
	.top_container {
		height:auto;
	}
	.right_section {
		float:none;
	}
	.phone { float:left; width:100%; }
} 

/* Gallery */
.portfolio-grid {
	margin-left:0px !important;
	margin-right:-20px;
}
.portfolio-grid li {
	float:left;
	padding:10px 6px !important;
	list-style:none;
}
.portfolio-grid li img {
	width:207px;
	height:140px;
}
.filter_menu li {
	float:left;
	list-style:none;
	padding:5px 0px 5px 20px;
	
}
.filter_menu_container { width:622px; }
.filter_menu { float:right; }
.filter_menu li a { color:#fff; text-decoration:none; text-transform:uppercase; }
.filter_menu ul { float:right; }

.gallery-title { font-size:18px; padding-top:3px; display:block; text-transform:uppercase;}

.pagination { 
	display: block;
    height: 75px;
    margin: 0 auto;
    padding-top: 20px;
    width: 148px;
}
.prev.page-numbers {
	background:url('images/page-left.png') no-repeat;
	display: block;
    float: left;
    height: 74px;
    width: 48px;
	text-indent:-82px;
	overflow:hidden;
}
.page-numbers { display:none; }
.next.page-numbers {
	background:url('images/page-right.png') no-repeat;
	display: block;
    float: right;
    height: 74px;
    width: 48px;
	text-indent:-55px;
	overflow:hidden;
}
ul.sub-menu {
	background-color:#000;
}
.sub-menu li a {
	border-bottom:1px solid #222222;
}
hr {
	margin:9px 0;
	color:#fff;
}
div.ppt, .pp_description {
	display: none !important;
}
.skype_pnh_text_span {
	color:#fff;
}