/*
Theme Name: Paradise Road
Theme URI: http://benworldwide.com/
Author: Benworldwide
Author URI: http://benworldwide.com/
Description: Paradise Road
*/
@font-face {
    font-family: 'numansregular';
    src: url('fonts/numans-regular-webfont.eot');
    src: url('fonts/numans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/numans-regular-webfont.woff2') format('woff2'),
         url('fonts/numans-regular-webfont.woff') format('woff'),
         url('fonts/numans-regular-webfont.ttf') format('truetype'),
         url('fonts/numans-regular-webfont.svg#numansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

*{
font-family: 'open_sansregular', Arial, Calibri ,Verdana;
color: #656565;
font-size: 13px;
}

.css{background:url('images/css.png') no-repeat scroll 0 0 transparent;}

body{
	background:#000000;
	color:#656565;
	font-family: 'open_sansregular', Arial, Calibri ,Verdana;
}

h1,h2,h3,h4,h5,h6{
color:#ffffff;
text-transform:uppercase;
font-family: 'numansregular', Arial, Calibri ,Verdana;
}

p{
margin-bottom:20px;
color:#656565;
font-size: 13px;
line-height: 23px;
text-align:justify;
}

a{
text-decoration:none;
transition: all 0.5s ease 0s;
color:#a3a3a3;
}

a:hover{
text-decoration:none;
opacity:0.6;
transition: all 0.5s ease 0s;
}

.logo_box a:hover{
opacity:1;
}

img{border:none;}

#wrapper{
width: 100%;
margin:0 auto;
}

#site_header{
width:100%;
margin:0 auto;
}

#site_header .logo_box{
margin:0 auto;
text-align:center;
padding:40px 0;
}

#site_content{
    margin: 0 auto;
    max-width: 1160px;
    overflow: hidden;
}

.content_area{
margin:0 auto;
max-width:1160px;
}

.row{
padding:0 10px;
margin:0 auto;
}
.img_block {
    width: 100%;
	float:left;
}

.large_img_block {
    height: auto;
    position: relative;
    text-align: center;
    width: 100%;
	float:left;
}
.large_img_block img {
    height: auto;
    max-width: 100%;
}
.large_img_text {
    bottom: 0;
    box-shadow: 0 -10px 10px -10px #000000 inset;
    color: #ffffff;
    font-size: 30px;
    left: 0;
    padding: 40% 10px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.large_img_link {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    color: #ffffff;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s linear 0s;
    z-index: 1;
}
.large_img_link a {
    display: block;
    height: 100%;
    position: absolute;
    text-decoration: none;
    text-indent: -999999px;
    top: 0;
    width: 100%;
}
.large_img_block:hover .large_img_link {
    opacity: 1;
    transition: all 0.5s linear 0s;
}

.img_text_block {
    height: auto;
    position: relative;
    text-align: center;
    width: 100%;
}
.img_text_block img {
    height: auto;
    max-width: 100%;
}
.img_text {
    bottom: 0;
    box-shadow: 0 -10px 10px -10px #000000 inset;
    color: #ffffff;
    font-size: 30px;
    left: 0;
    padding: 40% 10px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.img_text_link {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    color: #ffffff;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s linear 0s;
    z-index: 1;
}
.img_text_link a {
    display: block;
    height: 100%;
    position: absolute;
    text-decoration: none;
    text-indent: -999999px;
    top: 0;
    width: 100%;
}
.img_text_block:hover .img_text_link {
    opacity: 1;
    transition: all 0.5s linear 0s;
}

.text{
color: #a3a3a3;
float: left;
font-family: "open_sansregular",Arial,Calibri,Verdana;
font-size: 20px;
text-align: center;
text-transform: uppercase;
width: 100%;
padding: 30px 0;
}

#site_footer{
width:100%;
margin:0 auto;
color:#a3a3a3;
}

.center_text{
text-align:center;
}

.copyright {
    color: #a3a3a3;
    font-size: 13px;
    padding: 18px 0 40px;
    text-align: center;
}

@media (max-width: 767px) {
.img_block {
    width: 100%;
	float:left;
}
.text{
padding: 30px 0 50px;
}
}
