/*
==  THEME DETAILS  ============================================================

    Theme Name: R.One Creative Official Theme
    Theme URI: http://r1creative.net
    Description: A Responsive WordPress Blog and Portfolio Theme
    Version: 3.0

    Designer: R.One Creative
    Designer URI: http://r1creative.net
    
    Developer: R.One Creative
    Developer URI: http://r1creative.net

    Author: R.One Creative
    Author URI: http://r1creative.net

    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html

===============================================================================

==  WARNING! DO NOT EDIT THIS FILE! (PLEASE)  =================================

    If you wish to make CSS changes to this theme, DO NOT EDIT THIS FILE.
    Instead, use the custom-style.css file to define custom styles. Adding your
    custom CSS there will make it much easier to upgrade to a newer version
    of this theme without losing any of your customizations.

===============================================================================
*/

/*************************************************************************************
IMPORTING EXTERNAL STYLES
*************************************************************************************/

@import url("css/fonts.css");
@import url("css/helper.css");

/* === Constant Classes ====*/

.clear, .clr { 
    display: block; 
    clear: both !important; 
}

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

html[xmlns] .clearfix { 
    display: block; 
}

* html .clearfix { 
    height: 1%; 
}

img.alignright {
    float:right; 
    margin:0 0 1em 1em;
}

img.alignleft {
    float:left; 
    margin:0 1em 1em 0;
}

img.aligncenter {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}

img { 
    max-width: 100%; 
    width: auto\9; 
    height: auto; 
    vertical-align: middle;
    border: 0; 
    -ms-interpolation-mode: bicubic; 
}

.context{
    overflow: hidden;
    _overflow: visible;
}

.navbar-brand{
    display: none;
}

hr{
    border-top: 1px solid #D8D5D5;
}

/* === Typography ==== */

body { 
    color: #000; 
    font-family: GOTHIC , open_sansregular, Arial, sans-serif; 
    font-size: 14px;
    padding: 0; 
    background: #ffffff; 
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

a:link, a:visited { 
    color: #4b5537; 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ 
    font-family: 'open_sansbold', sans-serif;
    line-height: 100%; 
    margin-top: 5px;
}

h1, .h1{
    font-size: 34px;
}

h2, .h2{
    font-size: 27px;
}

h3, .h3{
    font-size: 23px;
}

h4, .h4{
    font-size: 20px;
}

h5, .h5{
    font-size: 18px;
}

h6, .h6{
    font-size: 16px;
}

p{
    color: #7d7d7d;
    line-height: 18px;
    font-size: 12px;
    font-family: 'open_sansregular';
}



/* === Site Specific Classes ==== */

.wrapper { 
    max-width: 1020px; 
    margin: 0 auto; 
    position: relative;
    padding: 0 20px;
}

.map{
    margin-top: 30px;
}

.product-description{
    color: #ffffff;
}

/* === Styling Header Panel ==== */

.header-panel .wrapper{
    /*min-height: 110px;*/
}

.header-panel .wrapper .site-logo{
    position: absolute;
    left: 35%;
    display: block;
    top: 0;
    z-index: 1000;
}


.header-panel .wrapper .navbar-default{
    background-color:transparent; 
    border: none;
    min-height: 0;
    margin-bottom: 0;
}

.header-panel .wrapper .navbar-default .navbar-nav{
    float: none;
}

.header-panel .wrapper .navbar-default .navbar-nav > li.float-right {
    float: right;
}

.header-panel .wrapper .navbar-default .navbar-nav > li {
    margin: 0 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.header-panel .wrapper .navbar-default .navbar-nav > li >a{
    height: 77px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2px;
    font: normal normal 16px/22px gothikbold,open_sansbold,Arial;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.header-panel .wrapper .navbar-default .navbar-nav > li.current-menu-item >a,
.header-panel .wrapper .navbar-default .navbar-nav > li >a:hover{
   
}

/* === Styling Body Panel ==== */

 .body-panel{
    min-height: 600px;
    position: relative;
 }
 
.body-panel.image-bg {
    background: url("images/1.jpg") top center no-repeat;
}
  
.cb-slideshow, .cb-slideshow:after {
    position: static;
    width: 100%;
    height: 76%;
    top: 77px;
}
 .body-panel .wrapper{
    padding-top: 22%;
 }

 .table{
    text-align: center;
 }

 .table th{
    text-align: center;
 }

 .home-page-about{
    background: #000;
    color: #ffffff;
    padding: 30px 58px;
    opacity: .9;
 }

 .title{
    font-size: 52px;
    line-height: 55px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'gothikbold', open_sansbold;
 }

 .home-page-about p{
    margin-bottom: 18px;
    font-family: 'GOTHIC', open_sansregular;
 }

 .home-page-contact-information{
    padding: 50px 0;
 }

 .benner-panel{
    background: url(images/benner-image.png) bottom no-repeat;
    padding-bottom: 31%;
    background-size: 100% auto;
 }

 .buckets-title{
    font: normal normal 18px/22px open_sansbold;
    color: #1c1a1d;
    text-align: center;
    min-height: 44px;
 }

 .buckets-title span{
    padding-bottom: 17px;
    margin-bottom: 15px;
    border-bottom: 1px solid #1c1a1d;
 }

 a.directions-button{
    border-top: 1px solid #1c1a1d;
    padding-top: 8px;
    margin: 0 auto;
    display: block;
    max-width: 100px;
    font: normal normal 12px/18px open_sansbold;
 }

 .buckets-content{
    text-align: center;
    min-height: 75px;
 }

 .buckets-content span{
    font: normal normal 12px/18px open_sansregular;
    margin-bottom: 20px;
    display: block;
 }

/* === Styling Homepage Footer Panel ==== */

.footer-panel{
    background: url(images/footer-bg.jpg) bottom repeat-x;
    border-bottom: 1px solid #676767;
    padding-top: 20px;
}

.widget-menu{
    border-left:1px solid #676767; 
    border-right:1px solid #676767;
}

.footer-panel .footer-widget-menu{
    padding-left: 0;
}

.footer-panel .footer-widget-menu li{
    display: block;
    margin-bottom: 14px;
}

.footer-panel .footer-widget-menu li a{
    font: normal normal 14px/22px open_sansbold;
    color: #1c1a1d;
    text-decoration: underline;
}

.footer-widget-box span{
    font: normal normal 14px/22px open_sansbold;
    display: block;
    text-decoration: underline;
    margin-bottom: 14px;
    color: #1c1a1d;
}

.footer-widget-box{
    padding-bottom: 20px;
    min-height: 188px;
    padding-top: 20px;
}

.footer-panel .social-icon{
    padding-top: 15px;
}

.footer-panel .social-icon a{
    width: 33px;
    height: 33px;
    display: block;
    margin: 0 auto;
    margin-bottom: 2px;
    background: url(images/social-icon.png) no-repeat;
}

.footer-panel .social-icon a.be{
    background-position: 0px -33px;
}

.footer-panel .social-icon a.youtube{
    background-position: 0px -66px;
}

.footer-panel .social-icon a.vimo{
    background-position: 0px -100px;
}

.copyright-text{
    background: #1c1a1d;
    padding: 20px 0;
}

.copyright-text p{
    text-align: center;
    color: #ffffff;
    font-family: 'open_sansregular';
}

/* ========== Photo Page ========== */

.photo-post .album-photo-item{
    display: block;
    background: #000;
    position: relative;
}

.album-photo-item h4 {
    bottom: 0;
    position: absolute;
    text-align: left;
    opacity: 0;
    background: #030404;
    border-top: 6px solid #2c9cb0;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    padding: 20px 10px;
    width: 100%;
    
}

.album-photo-item img{
    transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    opacity: 1;
}

.album-photo-item:hover h4 {
    margin-bottom: 0px;
    opacity: 1;
}

.album-photo-item:hover img {
    opacity: .5;
}

.photo-post .col-sm-8{
    margin-bottom: 20px;
}

.breadcrumb-media{
    font-size: 30px;
    margin-bottom: 28px;
}

.photo-post .col-md-6{
    margin-bottom: 15px;
}

.contact-form-area h3{
    margin-bottom: 20px;
    font-size: 39px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'open_sansregular';
}   

.newsletter input[type="text"],
.newsletter input[type="email"]{
    width: 100%;
    outline: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 10px 0 10px 20px;
    background: #ffffff;
    color: #000000;
    border-left: 7px solid rgba(0, 0, 0, 0.49);
    margin-bottom: 10px;
}

.contact-form-area textarea{
    width: 100%;
    padding: 20px;
    background: #000;
    outline: 0;
    color: #ffffff;
}

.contact-form-area .newsletter{
    margin-top: 10px;
}

.newsletter input[type=submit]{
    background: #cccccc;
    height: 57px;
    line-height: 62px;
    font-family: open_sansbold;
    font-size: 36px;
    text-align: center;
    padding: 0;
    outline: 0;
    width: 100%;
    text-transform: uppercase;
    outline: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border: none;
}

.ajaxStatus,
.address h4{
    color: #ffffff;
}

