/*
Theme Name: spa
Theme URI: http://www.meltingpx.com
Description: <p>Template for wp themes.</p>
Version: 1.2
Updated Date: 30/01/2013
Date: 12/08/2012
Author: ram
Author URI: http://www.meltingpx.com/
License: Themeforest
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
All files, unless otherwise stated, are released under the GNU General Public License
Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/* ________________________________________________________________________________________________________________

	other css files inport
   ________________________________________________________________________________________________________________ */  
	
	@import url('css/layout.css');
	@import url('css/custom-skin.php');
	@import url('css/typography.css');
	@import url('css/blog_style.css');
	@import url('css/shortcodes.css');
	@import url('css/shortcodes-buttons.css');	
	@import url('css/widgets.css');
	@import url('css/jqueryslidemenu.css');
	
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	color:#808080;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color:#101010;
}
p, ul, ol, dl, table, fieldset, blockquote, pre, code {
}
/* headings
------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	color: #FFFFFF;
    font: 60px 'Oswald', 'Arial-black',sans-serif;
    padding-bottom:10px;
    position: relative;		
}

h1, h2, h3 {
	line-height:60px;	
}
h4, h5, h6 {
	line-height:30px;	
}
h1 {
	font-size: 40px;
	font-weight:700;
}
h2 {
	font-size:35px;
	font-weight:600;
}
h3 {
	font-size: 22px;
	font-weight:400;
}
h4 {
	font-size: 18px;
	font-weight:300;
}
h5 {
	font-size: 16px;
	font-weight:300;
}
h6 {
	font-size: 11px;
	font-weight:300;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
hr {
	border: 1px solid #eee;
	width: 100%;
	color: #eee;
	height: 1px;
}
p {
	color:#808080;
	
	padding-bottom:10px;
	clear:both;
}
/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
	float: right;
	margin: 3px 0 0px 10px;
	width:auto;
}
.alignleft {
	float: left;
	margin:0px 20px 0px 0px;
	width:auto;
}
.align {
	float: left;
	margin: 0 10px 0px 0;
	width:auto;
}
a img {
	border:none;
}
#container img {
	max-width:100%;
	height:auto;
}
 *|*:focus {
 outline: none;
}

a:link, a:visited, a:link {
	color: #f25c01;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#eee;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	width: 100%;
	overflow:hidden;
}

#page_right_section{
	position:absolute;
	top:10px;
	right:10px;
	min-width:200px;
	text-align:right;
}



.contact_info{
	padding:10px 10px 0px 30px;
	border-radius:10px;
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	clear:both;
}

.contact_info h3{
	font-size:1.5em;
	line-height:1.5em;
	text-shadow: 1px 1px 1px #000;
}

.social_icons_box{
	margin:0 auto;
	overflow:hidden;
}
/* Home page intro text
----------------------------------------------------------------------------------------------------*/
.intro{
margin-top:30px;
text-shadow: 1px 1px 2px #000;
}
.intro span{
	color:#f25c03;
}


.logo {
padding-top:10px;
	margin-bottom:5px;
	display:block;
	
}
.logo h1 a, .logo h1 a:visited{
	font-size:3em;
	color:#fff;
	text-shadow: 2px 2px 4px #000;
	line-height:.4em;
}
/* Main content section
----------------------------------------------------------------------------------------------------*/
#page_wrap{

		
}
.jqueryslidemenu, 
#container, 
#content > ul > li {
	width:1000px;


}
#container {
	position:relative;
	top:50px;
	margin:0 auto;
	z-index:33;	
}
#content_wrapper {
	display:none;
}
.content {
	background:url(images/content_img.png) repeat scroll 0 0 transparent;
	padding:20px 20px 20px 20px;
	left:10%;
	display:block;
	min-height:355px;
	overflow:hidden;
}


#content > ul > li {
	display: block;
	position:absolute;
	float:left !important;
	margin:0px;
	padding:0px;
	list-style:none;
	background:url(images/content_img.png) repeat scroll 0 0 transparent;
}

.close_panel {
    background-color:#f25c02;
	background-image:url(images/close_icon.png);
	background-repeat:no-repeat;
	background-position:center center;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
	position:absolute;
	right:0px;
	top:0px;
	padding:15px;
}

.close_panel:hover{
background-color:#333333 !important;
}

/* Pricing table*/
table.price_table{
color:#eee;
width:100%;
}
table.price_table td.first_column, table.price_table th.first_column{
width:70%;
}
table.price_table td.second_column, table.price_table th.second_column{
width:30%;
}
table.price_table th{
background-color:#101010;
font-weight:bold;
}
table.price_table td{
background-color:#202020;
border:1px solid #000;
}
table.price_table th, table.price_table td{
padding:10px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Hours table - EMIL MOD*/ 
table.hours_table{
color:#eee;
width:100%;
}
table.hours_table td.first_column, table.hours_table th.first_column{
width:30%;
}
table.hours_table td.second_column, table.hours_table th.second_column{
width:70%;
}
table.hours_table th{
background-color:#101010;
font-weight:bold;
}
table.hours_table td{
background-color:#202020;
border:1px solid #000;
}
table.hours_table th, table.hours_table td{
padding:10px;
}


/* Contaqct section */
#response{
color:#ff6c01;
margin-bottom:20px;

}
#contact-form p {
margin:0px;
padding:0px;
}

#contact-form input, #contact-form textarea {
	padding: 5px;
	font-family: Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	border:1px solid #333;
	background-color:#222;
	color:#666666;
}

#contact-form textarea {
	background-color:#222;
}

#contact-form textarea:focus, #contact-form input:focus {
	border:1px solid #ff6c00;
}

#contact-form p input#submit {
	background-color:#4d4c47;
	border:1px solid #2b2b2b;
	padding:5px;
	border-radius:5px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	width:100px;
	font-size:12px;
}

#contact-form p input#submit:hover{
		background-color:#ff6c00;
		border:1px solid #679202;
		cursor:pointer;
}

#contact-form  label {
	float: left;
	width:70px;
	padding-top: 5px;
	font-family: 'Oswald', sans-serif;	
}
.vaidate_error{
	border:1px solid #FF0000!important;
}
.footer_copyrights{
bottom:0px;
text-align:center;

}
.launch_website, .launch_website:visited {
     background-color: #4D4C47!important ;
    border: 1px solid #2B2B2B;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
   
    float: left;
    margin-top: 10px;
    overflow: hidden;
    padding: 7px 10px;
}
.launch_website a:hover{
background-color:#FF6C00 !important;
}
.prev_portfolio_item{
float:left;
}
.next_portfolio_item
{
float:right;

}

#bgPattern {
    background-image:url(images/bg_pattern.png);
    background-repeat: repeat;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: -1;
}

/* Gallery */


ul.kaya_gallery, ul.kaya_gallery_without_title {
	list-style:none;
	margin:0px;
	padding:0px;
	    margin-top: 16px;
	overflow:hidden;
}

ul.kaya_gallery li, ul.kaya_gallery_without_title li {
	display: inline-block;
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	margin-right:1px;
	margin-bottom:1px;	
}
ul.kaya_gallery li .item_thumb_gallery a > img.kaya_gallery, ul.kaya_gallery_without_title li .item_thumb_gallery a > img.kaya_gallery {
float:left;
display:block;
clear:both;
height:100%;

	

}
ul.kaya_gallery li {
margin-bottom:10px;
}


ul.kaya_gallery li p, ul.kaya_gallery_without_title li p{
	text-align:center;
	margin-top:10px;
}
.item_thumb_gallery{
position:relative;
display:block;
}
.gallery_extra{
width:100%;
}

/* Footer section
----------------------------------------------------------------------------------------------------*/
#page_right_section p{
padding-top:15px;
}
.footer{
	position:absolute;
	top:100px;
	right:0px;
	padding:10px;
	color:#eee;
	z-index:333;
}
.footer p{
margin:0px;
padding:0px;
}

.spinner{
    width:100px;
	height:100px;
	background-repeat: no-repeat;	
/* EMIL MOD:	background-image: url(images/progress.gif); */
	background-image: url('images/progress-spinner-128.gif');
	background-size:32px;
}
