/*
Theme Name: Buran
Theme URI: http://themeforest.net/user/OrangeIdea/portfolio
Description: Buran - Responsive Theme For WordPress
Author: OrangeIdea
Author URI: http://themeforest.net/user/OrangeIdea
Version: 1.0.5
Tags: one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, fixed-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
License: 
License URI:
*/
@import url('/buran/bootstrap/bootstrap.css');
@import url('/buran/css/main_style.css');
@import url('/buran/css/options.css');


#renewal {background-color:#cc0000;color:white;}
#priceurl {color:white;font-weight: bold;}
#signUpPlaces {color:black;}


.inputError {color:red !important;font-weight: bold;}

.inputError { color:red !important; font-weight:bold !important;}


.fieldWithErrors {
  padding: 2px !important;
  background-color: red !important;
  display: table !important;
}


.scraperad {
	border:4px solid grey;
	height:430px;
}
.bannerad {
	border:4px solid grey;
	width:476px;
}
.smallad {
	border:4px solid grey;
}
.tctext {
	padding:10px;
}

@media (max-width: 980px) and (min-width: 767px) {
	.scraperad {
		height:330px;
	}	
	.bannerad {
		width:300px;
	}
	.smallad {
		height:120px;
	}
	.tctext {
		padding:5px;
		font-size:10px;
	}
	.oi_vc_potrfolio {
		background-size: 50% !important;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.bannerad {
		width:300px;
	}
	.tctext {
		padding:5px;
		font-size:10px;
	}
	.oi_vc_potrfolio {
		padding:5px;
		font-size:10px;
	}
}







/* The Modal (background) */
.modalsj {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9991; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-contentsj {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.closesj {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closesj:hover,
.closesj:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}