/*________________________________________________


			Font Family Settings

________________________________________________*/
@import url("https://fonts.googleapis.com/css?family=Open Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic");

@font-face {
    font-family: 'futura_lt_btlight';

    src: url('../fonts/futult__-webfont.eot');

    src: url('../fonts/futult__-webfont.eot?#iefix') format('embedded-opentype'),

         url('../fonts/futult__-webfont.woff') format('woff'),

         url('../fonts/futult__-webfont.ttf') format('truetype'),

         url('../fonts/futult__-webfont.svg#futura_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'webfontregular';

    src: url('../fonts/futuran-webfont.eot');

    src: url('../fonts/futuran-webfont.eot?#iefix') format('embedded-opentype'),

         url('../fonts/futuran-webfont.woff') format('woff'),

         url('../fonts/futuran-webfont.ttf') format('truetype'),

         url('../fonts/futuran-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_bk_btbook';

    src: url('../fonts/15926_futubk__-webfont.eot');

    src: url('../fonts/15926_futubk__-webfont.eot?#iefix') format('embedded-opentype'),

         url('../fonts/15926_futubk__-webfont.woff') format('woff'),

         url('../fonts/15926_futubk__-webfont.ttf') format('truetype'),

         url('../fonts/15926_futubk__-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*________________________________________________


			Basic Css Settings

________________________________________________*/

body {
    background-color: #000000;
    color:#fff;
    font-family: 'futura_bk_btbook',"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.breadcrumb > .active {
    color: #FFF;
}
h1, .h1 {
    font-size: 20px;
}
h2, .h2, h3, .h3 {
    font-size: 20px;
}
h4, .h4{
	color: #CE2227;
	font-size: 16px;
}
a{
	text-decoration: none;
	color:#C10C03;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
a:hover{
	color:#ffffff;
	text-decoration: none;
}
.more-link a{
    color:white;
}
.more-link a:hover{
    text-decoration: underline;
}
input[type=text], input[type=password],
input[type=email], textarea.form-control{
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #C10C03;
    color:white;
}
.resizable-textarea .grippie {
    background: #C10C03 no-repeat center 2px;
    border: 0px;
}
.form-required{
    color:#C10C03;
}
.btn.form-submit{
    border: 0;
    border-radius: 0;
    float: right;
    background-color: #C10C03;
    color: #ffffff;
    padding: 10px 20px;
    transition: all 0.25s ease;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.btn.form-submit:hover{
    background-color: #ffffff;
    color: #C10C03;
}
/*________________________________________________


			Template Sections

________________________________________________*/

#navbar{    
	border: 0;
    background-color: #000000;
    padding:0;
    margin-bottom:0px!important;
}
#navbar .container{
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
}
.navbar-header{
	margin-bottom: 0px;
    width:20%;
    padding: 3px 1%;
}

.logo img{
    width: 93%;
}
#navbar .navbar-collapse{
    width: 83%;
    padding-right: 0;
    padding-left: 0%;
    height: 31px!important;
    margin-top: 15px;
    margin-left:-1.3%;
}
#navbar nav{
    border-bottom: 1px solid #FFFFFF;
    margin-left: 2.5%;
    margin-right: 0%;
}
ul.menu.nav.navbar-nav{
    margin-top:20px;
}
.navbar-right{
    width: 20%;
    padding-left: 1.9%;
    text-align: center;
}
.navbar-default .navbar-nav > li > a {
	color:#ffffff;
	background-color: #000;
	text-transform: uppercase;
	padding:5px 10px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color:#C10C03;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #000;
	color:#C10C03;
}

#superfish-1{
    width: 100%;
    padding-left: 0%;
    height: 31px!important;
    margin-top: 15px;
    display: table;
}
#superfish-1 li.sf-depth-1{
    display:table-cell;
    float:none;
}
#superfish-1 li.sf-depth-1 a.sf-depth-1 {
    color:#ffffff;
    background-color: #000;
    text-transform: uppercase;
    text-align: center;
    padding:5px 10px;
    font-size: 14px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
#superfish-1 li.sf-depth-1 a.sf-depth-1:hover,
#superfish-1 li.sf-depth-1 a.sf-depth-1:focus {
    color:#C10C03;
}
#superfish-1 li.sf-depth-1 a.sf-depth-1.active,
#superfish-1 li.sf-depth-1 a.sf-depth-1.active,
#superfish-1 li.sf-depth-1 a.sf-depth-1.active {
    background-color: #000;
    color:#C10C03;
}
#superfish-1 li.sf-depth-2 a.sf-depth-2 {
    color:#ffffff;
    background-color: #000;
    text-transform: uppercase;
    padding:5px 10px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
#superfish-1 li.sf-depth-2 a.sf-depth-2:hover,
#superfish-1 li.sf-depth-2 a.sf-depth-2:focus {
    color:#C10C03;
}
#superfish-1 li.sf-depth-2 a.sf-depth-2.active,
#superfish-1 li.sf-depth-2 a.sf-depth-2.active,
#superfish-1 li.sf-depth-2 a.sf-depth-2.active {
    background-color: #000;
    color:#C10C03;
}
#superfish-1 li ul{
    left: 40px;
}

.front .page-header{
    display: none;
}

/*________________________________________________


            Multilingual menu

________________________________________________*/

.language-switcher-locale-url{
    float: right;
    list-style: none;
    display: flex;
    width: auto;
    height:30px;
}

.language-switcher-locale-url li{
    display: block;
    margin-left: 20px;
}

/*________________________________________________


			Sidebar

________________________________________________*/

aside.col-sm-3{
	width: 20%;
}
aside .region-sidebar-first{
	background-color: #000000;
	border-radius: 0;
	min-height: 600px;
	border: none;
    border: 1px solid #FFFFFF;
    padding-top: 0;
}
aside .region-sidebar-second{
	background-color: #ffffff;
    border: 1px solid #DD291B;
    padding: 0 19px;
	border-radius: 0;
	min-height: 600px;
	color:#000000;
}
aside .region-sidebar-second a:hover{
    color:#000;
}
aside .block-title{
	color:#ffffff;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom:1px solid #303030;
	padding-bottom:10px;
}
aside .region-sidebar-first .block-views .block-title{
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    text-align: left;
}
aside .region-sidebar-second .block-views .block-title{
    color: #000000;
    text-transform: uppercase;
    border-bottom: 1px solid #303030;
    text-align: left;
}
.view-recent-exhibitions .views-row{
	margin-bottom:20px;
}
.view-recent-exhibitions .views-row a{
	font-size:14px;
    line-height: 14px;
}
.view-recent-exhibitions .views-row .views-field-field-exhibition-date-display{
	color:#ffffff;
	font-size:12px;
}
.view-recent-exhibitions.view-display-id-block_1 .views-row .views-field-field-exhibition-date-display,
.view-recent-exhibitions.view-display-id-block_2 .views-row .views-field-field-exhibition-date-display{
    color:#000000;
    font-size:12px;
}
#block-block-1{
	position: absolute;
    bottom: 35px;
    color:#ffffff;
    font-size:12px;
}
#block-block-2{
	padding: 15px;
}
.eshop_coming_soon{

}
.eshop_coming_soon a:hover{
    color:#000000;
}
#block-block-3{
	position:absolute;
	bottom:20px;
	width: 90%;
}
#block-block-3 p{
	text-align: center;
}
#block-block-7{
    background-color: #ffffff;
    text-align: center;
}
#block-block-7 img{
    margin-top: 10px;
}
#block-views-products-block-2 .view-products{
    width: 80%;
    margin: auto;
    margin-top: 20px;
}
#block-views-products-block-2 .views-field-title{
    text-align: center;
    padding-top:5px;
}

aside#secondary .views-row{
    margin-bottom:20px;
}

/*________________________________________________


			Content

________________________________________________*/

section.col-sm-9 {
    width: 60%;
    /*width: 80%;*/
    margin-bottom: 50px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0px;
    background-color: transparent;
    border-radius: 0px;
    margin-top: -20px;
}

.page-header{
	border:none;
    padding-bottom: 8px;
    margin: 20px 0 20px;
    text-transform: capitalize;
}

.more-link{
    text-align: right;
    padding-right: 5%;
}

/*________________________________________________


            Footer

________________________________________________*/

.footer{
    border-top: 1px solid #ffffff;
    padding-top: 20px;
}

/*________________________________________________


			Blocks

________________________________________________*/

.block h2{
	margin-bottom:20px;
    padding-bottom: 20px;
}

/*________________________________________________


            Home Page

________________________________________________*/

#views_slideshow_controls_text_previous_front_slideshow-block_1 a{
    color: transparent;
    position: absolute;
    top: calc(50% - 32px);
    left: 30px;
    z-index: 100;
    /*background-color: rgba(221, 41, 27, 0.7);*/
    width: 40px;
    height: 40px;
    opacity:0.7;
}

#views_slideshow_controls_text_previous_front_slideshow-block_1 a:before{
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(/sites/all/themes/begramoff/images/left-arrow.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

#views_slideshow_controls_text_previous_front_slideshow-block_1 a:hover{
    opacity:1;
}

#views_slideshow_controls_text_next_front_slideshow-block_1 a{
    color: transparent;
    position: absolute;
    top: calc(50% - 32px);
    right: 30px;
    z-index: 100;
    /*background-color: rgba(221, 41, 27, 0.7);*/
    width: 40px;
    height: 40px;
    opacity:0.7;
}

#views_slideshow_controls_text_next_front_slideshow-block_1 a:before{
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(/sites/all/themes/begramoff/images/right-arrow.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

#views_slideshow_controls_text_next_front_slideshow-block_1 a:hover{
    opacity:1;
}

#views_slideshow_controls_text_pause_front_slideshow-block_1 a{
    display: none;
}

/*________________________________________________


			Exhibitions Page

________________________________________________*/

.page-node-3 .page-header{
	display:none;
}
section.col-sm-9 section.block-views{
    margin-bottom:50px;
}
#block-views-current-exhibitions-block-1{
    margin-bottom:30px;
}
.page-node-3 section .block-views .block-title{
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #303030;
    text-align: center;
}
.page-node-3 section .block-views .block-title:first-child{
    margin-top: 7px;
}
.view-current-exhibitions .views-row{
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    margin-bottom: 20px;
}
.view-current-exhibitions .views-field-field-image{
    width: 50%;
}
.view-current-exhibitions .views-field-nothing{
	margin-left:20px;
}
.view-current-exhibitions .flexslider .slides img {
    max-height:300px;
}
.cur_exhibition_date_display{
	margin-top:-4px;
}
.cur_exhibition_title a{
	font-size:24px;
	color:#ffffff!important;
}

.views-view-grid{
	width:100%;
}
.view-past-exhibitions .views-row{
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	width: 48%;
    margin-right: 2%;
}
.view-past-exhibitions .views-field-field-image{
    float: left;
    margin-right: 10px;
    width: 34%;
    margin-bottom: 5%;
}
.view-past-exhibitions .views-field-nothing{
    margin-left: 20px;
    margin-right: 10px;
}
.past_exhibition_date_display{
	margin-top:-4px;
}
.past_exhibition_title a{

}
.view-past-exhibitions table td[class*="col-"], table th[class*="col-"] {
    width: 50%;
}

/*________________________________________________


            Exhibition Single Page

________________________________________________*/

.exhibition-single{
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: justify;
}

.exh-left{
    width:50%;
    padding-right: 2%;
}

.exh-right{
    width:50%;
    padding-left: 2%;
}

.exhibition-single .field{
    margin-bottom:10px;
}

/*________________________________________________


			Artists Page

________________________________________________*/

.view-artists a{
	color: #DFDDDD;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.view-artists a:hover{
	color: #C10C03;
}
.view-footer{
    margin-top: 40px;
}
.view-artists .views-field-field-image-cache .field-content{
    position:relative;
}
.view-artists .artist-image{
    position:relative;
}
.view-artists .artist-image img{
    display:none;
    position:absolute;
    top:-15px;
    left:50%;
    z-index:100;
}

/*________________________________________________


            Artists by Category Page

________________________________________________*/

#block-views-exp-artists-page-2 #edit-field-artist-specialty-tid-wrapper{
    width:100%;
}
#block-views-exp-artists-page-2 {
    margin-bottom: 27px;
}
#block-views-exp-artists-page-2 .bef-select-as-links .form-item:first-child{
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#block-views-exp-artists-page-2 .bef-select-as-links .form-item .form-item:first-child{
    display: none;
}
#block-views-exp-artists-page-2 .bef-select-as-links .form-item .form-item:last-child{
    border-right: 0px;
}
#block-views-exp-artists-page-2 .bef-select-as-links .form-item .form-item{
    border-right: 0px solid #303030;
}
#block-views-exp-artists-page-2 .bef-select-as-links .form-item .form-item a{
    color: #ffffff;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
#block-views-exp-artists-page-2 .bef-select-as-links .form-item .form-item a:hover{
    color:#C10C03;
    text-decoration: none;
}
#block-views-exp-artists-page-2 .bef-select-as-links .form-group{
    padding: 10px 0px;
    width: 15%;
    text-align: center;
}

/*________________________________________________


            Artist Single Page

________________________________________________*/

.artist-single{
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.art-left{
    width:50%;
    padding-right: 2%;
}

.art-right{
    width:50%;
    padding-left: 2%;
}

.artist-single .field{
    margin-bottom:10px;
}

.field-name-field-artist-specialty{
    font-size: 15px;
    text-transform: uppercase;
}

/*________________________________________________


            Gallery Page

________________________________________________*/

.page-node-8 article, .page-node-279 article{
    text-align: justify;
}

.page-node-8 .region-content, .page-node-279 .region-content{
    display: flex;
}

.page-node-8 #block-views-page-slider-block, .page-node-279 #block-views-page-slider-block{
    width:100%;
    margin-right: 3%;
    min-width: 300px;
}

/*________________________________________________


            Contact Page

________________________________________________*/

.page-contact .region-content{
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.page-contact #block-system-main{
    width: 69%;
    margin-right: 6%;
}

.page-contact #block-block-5{
    width: 30%;
    text-align: right;
    background: transparent;
    border: 1px solid white;
    padding: 3% 2% 2% 1%;
    height: 600px;
    margin-top: -70px;
}

.page-contact #block-block-6{
    position: absolute;
    top: 560px;
    left: 0;
    width: 100%;
    padding: 0 2%;
}

.page-contact iframe{
    width: 100%;
    height:400px;
}

#see-map{

}

#see-map a{
    color:#ffffff;
}

/*________________________________________________


            FlexSlider

________________________________________________*/

.flexslider{
    background: transparent;
    border: none;
}

.flex-direction-nav a:before {
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a {
    width:50px;
    height:50px;
}

.flex-control-paging li a {
    background: #303030;
    border-radius: 0;
}

.flex-control-paging li a.flex-active {
    background:white;
}

.flex-control-paging li a:hover {
    background:#ffffff;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    max-height: 600px;
    width: auto;
    margin: auto;
}

/*________________________________________________


            Slideshow

________________________________________________*/

.views-slideshow-cycle-main-frame-row{
    width:100%!important;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 600px;
    width: auto;
    text-align: center;
    margin: auto;
}

/*________________________________________________


            Colorbox

________________________________________________*/
    
#cboxWrapper {
    background: #000000;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#cboxContent {
    background: #C10C03;
    overflow: hidden;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 60px;
    color: #ffffff;
}

/*________________________________________________


            Bootstrap Pager recolor

________________________________________________*/

.pagination > li > a{
    color: white;
    background-color: inherit;
    border: 0px; 
}

.pagination > .active > span{
    background-color: transparent;
    border-color: transparent;
    color:white;
    text-decoration: underline;
}

.pagination > li > a:hover{
    color: white;
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
}

.pagination > .active > span:hover{
    color: white;
    background-color: inherit;
    border-color: transparent;
    text-decoration: underline;
}


/*________________________________________________


            Media Queries

________________________________________________*/



@media (min-width: 1200px){
    .main-container.container {
        min-width:1180px;
        width: 80%;
    }
    .navbar.container {
        min-width: 1150px;
        width: 80%;
    }
    #navbar .container {
        width: 100%;
    }
    .footer.container {
        min-width:1180px;
       	width: calc(80% - 30px);
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    .main-container.container {
        min-width:970px;
        width: 80%;
    }
    .navbar.container {
        min-width:970px;
        width: 80%;
    }
    .footer.container {
        min-width:970px;
        width: 80%;
    }
    #block-block-7 img {
        width: 90%;
    }

    /* Artist by Category menu */
    .form-item{
        display:block!important;
        width:100%!important;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    aside.col-sm-3 {
        width: 30%;
    }
    section.col-sm-9 {
        width: 70%;
    }
    #navbar .navbar-collapse {
        width: 89%;
        padding-right: 0;
        padding-left: 0%;
        height: 31px!important;
        margin-top: 15px;
        margin-left: 0;
    }
    .navbar-header {
        margin-bottom: 30px;
        width: 32%;
        padding: 3px 1%;
    }
    .navbar-right {
        width: 0;
        padding-left: 0;
        text-align: center;
    }
    aside#secondary{
        width:100%;
    }
    aside .region-sidebar-second {
        display: flex;
        margin-bottom:20px;
    }

    /* Artist by Category menu */
    .form-item{
        display:block!important;
        width:100%!important;
    }

}

@media (min-width: 320px) and (max-width: 768px){
    aside.col-sm-3 {
        width: 100%;
    }
    section.col-sm-9 {
        width: 100%;
    }
    .navbar-header {
        width: 50%;
        margin-bottom:10px;
    }
    ul.sf-menu.sf-accordion {
        display: block;
    }
    #navbar .navbar-collapse {
        height: inherit!important;
        display: block;
        position: absolute;
        right: 5%;
        font-size: 1.5em;
        width: 30%;
        border: 0;
    }
    #superfish-1-accordion{
        background: #000000;
    }
    ul.sf-menu.sf-accordion.sf-expanded, ul.sf-menu.sf-accordion li.sf-expanded > ul {
        left: auto !important;
        position: relative;
        top: auto !important;
        background: #000;
        padding: 5%;
        line-height: 40px;
        position: absolute;
        width: 135%;
        margin-left: -35%;

    }
    ul.sf-menu.sf-accordion li.sf-expanded > ul {
        z-index: 1000;
        position: absolute;
        background-color: #000000;
    }
    .navbar-toggle{
        display: none;
    }

    /* Artist by Category menu */
    .form-item{
        display:block!important;
        width:100%!important;
    }

}
