html, body {
    height: 100%;
    margin: 0pt;
}

body {
    background: none;
    background-size: auto;
    position: static !important;
}

div {
    box-sizing: border-box;
}

.has-side-menu .column-1col,
.column-1col{
    width: 100%;
}
.has-side-menu .column-2col-1,
.column-2col-1{
    width: 50%;
}
.has-side-menu .column-2col-2,
.column-2col-2{
    width: 50%;
}

.has-side-menu .column-left2col-1,
.column-left2col-1{
    width: 66.6%;
}

.has-side-menu .column-left2col-2,
.column-left2col-2{
    width: 33.4%;
}

.has-side-menu .column-right2col-1,
.column-right2col-1{
    width: 33.4%;
}

.has-side-menu .column-right2col-2,
.column-right2col-2{
    width: 66.6%;
}

.has-side-menu  .column-3col-1,
.column-3col-1{
    width: 33.4%;
}

.has-side-menu .column-3col-2,
.column-3col-2{
    width: 33.3%;
}

.has-side-menu  .column-3col-3,
.column-3col-3{
    width: 33.3%;
}

.has-side-menu .column,
.column {
    float: left;
    margin:0;
    padding: 15px;
}

.cleaner {
    clear: both;
}

/*FIXES*/
/*Search fix*/
.page-Generated-search .content h2, .page-Generated-search .content p{
    padding: 0px 15px;
}
.page-Generated-search .content > form{
    padding: 15px;
}

/*Fix for news page*/
.page-Generated-news .content td {
  vertical-align: top !important;
  padding-right: 10px;
}

.page-Generated-news .content .search td{
    padding-right: 0;
}

.page-Generated-news .content, .page-Generated-calendar .content, 
.page-Generated-search .content {
    padding: 50px;
    background: #fff;
}



/*Fix for slideshow z-index*/
.sj_element_slideshow div.cycle > div {
    z-index: 0 !important;
    filter: none!important;
    background: transparent !important;
}

/*Fix for 'today' button not to be cut off in 1/2 column calendar*/
.column-2col-1 .element-calendar .fc-header-space, .column-2col-2 .element-calendar .fc-header-space{
    display: none;
}
.element-calendar .sj-fc-button{
    padding: 1px 5px;
}
.column-2col-1 .element-calendar h2, .column-2col-2 .element-calendar h2{
    font-size: 14px;
}

.page img{
    max-width:100%;
    height: auto;
}


.copyright br{
    display: none;
}

/* IE8 FIXES */

.ie8 .sj_element_slideshow div.cycle div{
    width:  100% !important;   
}

.ie8 .goog-te-gadget img{
    width: 38px;
    height: 12px;
}

.ie8 .wrapper img {
    width: auto;
}

.ie8 .goog-te-banner-frame {
    width: 100%;
    height: 38px;
}

.ie8 #goog-gt-tt {
    display: none;
}

.ie8 body {
    top: 0 !important;
}

.ie8 body.sj_preview > .skiptranslate {
    height: 38px;
}



.ie8 .search .site-search {
    line-height: 18px;
}

.ie8 .page-Generated-search .content.inner input{
    float: left; 
}

.ie8 .page-Generated-search .content.inner form{
    overflow: auto;
    padding-left: 5px;
}

.ie8 .search .site-search, .ie8 .btn, .ie8 .page-Generated-search .content.inner input {
    height: 27px;
}

.ie8 .btn{
    line-height: 20px;
}


.ie8 .frame img {
    width: auto
}

/* IE8 FIXES END */ 


/* Calendar fix */

.element-calendar .sj-fc-button{
     font-size: 10px;
}


/* End Calendar fix */

.menu_hidden {
    display: none;
}

.wrapper {
    width: 100%;
}

.inner {
    /*max-width: 960px;*/
    max-width: 100%;
    margin: 0 auto;
}

.sj-content-row{
    /*max-width: 1530px;*/
    max-width: 90%;
    margin: 0 auto;
}

.sj-outer-row{
    background: #fff;
    padding: 25px;
}

.page {
    max-width: none;
    background: url(/img/bespoke/secsales_uber/bg1.jpg) center top no-repeat;
    font-family: 'Open Sans', sans-serif;
    background-position: 50% -266px;
}

.header-bar-wrapper {
    /*background: #e3e3e3;*/
    clear: both;
    /*float: right;*/
    max-width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.header-bar-wrapper .theme-social {
    float: right;
    max-width: 40%;
}
.header-bar-wrapper .school-address {
    /*float: left;*/
    overflow: hidden;
    text-align: right;
/*    max-width: 40%;
    display: inline-block;
    vertical-align: middle;*/
    /* width: 100%; */
}

.icons-container{
    display: inline-block;
    vertical-align: middle;
    max-width: 41%;
    width: 100%;
    text-align: center;
}

.footer .icons-container {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    padding-bottom: 60px;
}

.icons{
    width: 33px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/img/bespoke/secsales_uber/icons.png);
    margin: 0 3px;
}

.icons:hover{
    cursor: pointer;
}

.icon1{
    background-position: 226px 0;
}
.icon2{
    background-position: 188px 0;
}
.icon3{
    background-position: 149px 0;
}
.icon4{
    background-position: 110px 0;
}
.icon5{
    background-position: 71px 0;
}
.icon6{
    background-position: 32px 0;
}

.box-container {
    display: inline-block;
    /*max-width: 34%;*/
    width: 193px;
    vertical-align: middle;
    text-align: center;
}

.header-wrapper{
    /*min-height: 785px;*/
    min-height: 505px;
    position: relative;
    text-align: center;
}

.page-home .header-wrapper{
    /*min-height: 1220px;*/
    min-height: 533px;
}

.header-inner-wrapper {
    padding: 60px;
}

.full-width {
    width: 100% !important;
    max-width: none !important;
    padding: 0;
}

.header-bar {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 27%;
    width: 100%;
    text-align: center;
}

.school-address p {
    display: inline-block;
    vertical-align: top;
    margin: 0 45px 0 0;
    text-transform: uppercase;
    color: #fff;
}

.header .school-address p{
    margin: 0;
}

.school-address .theme-address {
    display: block;
    padding-bottom: 100px;
    margin: 0;
    line-height: 29px;
}

.header {

}

.school-details {
    padding: 15px 0; 
    display: block;
    clear: both;
}

.theme-site-name, .theme-strap-line {
    margin: 0;
    padding: 0;
}

.theme-school-logo,
.school-name {
    /*float: left;*/
}

.theme-school-logo {
    max-width: 30%;
    display: block;
    margin: 0 auto;
}

.school-name{
    display: none;
}

.page-home .school-name {
    display: block;
    padding: 70px;
    background: url(/img/bespoke/secsales_uber/dark_bg.png);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.theme-strap-line{
    color: #fff;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    max-width: 63%;
    font-weight: 600;
    font-style: italic;
    padding: 0 80px;
}

.school-name:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    width: 101px;
    background: url(/img/bespoke/secsales_uber/text_before.png) center no-repeat;
}

.school-name:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    width: 101px;
    background: url(/img/bespoke/secsales_uber/text_after.png) center no-repeat;
}

.right-box {
    float: right;
    max-width: 50%;
}

.right-box p {
}

#theme-slideshow {
    clear: both;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#theme-slideshow img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

#theme-slideshow-captions{
    position: absolute;
    bottom: 1%;
    left: 1%;
    padding:  10px;
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    width: 98%;
    line-height: normal;
    text-align: left;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.58);
    font-family: 'Oswald', sans-serif;
}

.theme-slideshow-caption{
    position: absolute;   
}


.boxes .theme-google-translate {
    float: left;
}

.boxes .search {
    float: right;
}


select.goog-te-combo::-ms-expand {
    display: none;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    padding: 5px 5px;
    width: 185px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ffffff url('/img/bespoke/secsales_uber/arrow_img.png') 160px center no-repeat;
}

/*MENU*/

.nav-wrapper{
    max-width: 45%;
}

.nav {
    position: relative;
    z-index: 555;
    opacity: 0;
    float: left;
}

.horizontalFixed {
    position: fixed;
    top:0;
    z-index: 555;
}

.nav,
.nav > ul {
    /*width: 960px;*/
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /*background: #d1d1d1;*/
    text-align: left;
}

.nav li {
    display: inline-block;
    vertical-align: top;
    /*margin-right: -4px;*/
    /*background: #a3a3a3;*/
    margin: 0px 1px;
    position: relative;
    vertical-align: middle;
    background: transparent;
    -webkit-transition: background 200ms ease-in;
    -moz-transition: background 200ms ease-in;
    -ms-transition: background 200ms ease-in;
    -o-transition: background 200ms ease-in;
    transition: background 200ms ease-in;
} 

.nav li:hover {
    background: rgba(255,255,255,0.7);
    /*background: #b4b4b4;*/
}

.ie8 .nav li:hover {
    background: url(/img/bespoke/secsales_uber/hover_bg.png);
}

.nav > ul > li:before{
    content: '';
    position: absolute;
    left: -3px;
    top:10px;
    height: 15px;
    width: 1px;
    background: #fff;
}

.nav > ul > li.first-item:before{
    display: none;
}

.nav a,
.nav a:visited {
    left: 0 !important;
    position: relative;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 8px 10px;
    font-size: 14px;
    -webkit-transition: color  200ms ease-in;
    -moz-transition: color 200ms ease-in;
    -ms-transition: color 200ms ease-in;
    -o-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
}

.nav > ul > li > a{
    text-transform: uppercase;
}

.nav a:hover, .nav ul ul a, .nav ul ul a:visited{
    color: #513532;
}

.nav ul ul {
    display: none;
    position: absolute;
    width: 170px;
    top: 100%;
    padding: 0;
    left: 0;
    background:url(/img/bespoke/secsales_uber/hover_bg.png);
    z-index: 1;
}

.nav ul ul li a{
    display: block;
    width: 100%;
}

.nav .extra.more > ul {
    right: 0;
    left: auto;
}

.nav ul ul li {
    /*border-top: 1px solid white;*/
    display: block;
    margin: 0;
}

.nav ul ul li.item1 {
    border-top: none;
}

.nav ul ul ul {
    top: 0;
    left: 100%;
}

.nav .left,
.nav .left ul {
    left: -100%;
}

.nav ul.dropdown ul ul.offlft, .nav ul.dropdown ul ul.offlft ul {
    left:100% !important;
}


/*Sidenav*/

.has-side-menu .content {
    float: left;
    width: 70%;
    padding-top: 0;
}

.sidenav {
    float: left;
    width: 30%;
    position: relative;
    z-index: 555;
    background: #a3a3a3;
}

.sidenav ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

.sidenav ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    width: 180px;
}

.sidenav.verticalClick ul ul {
    position: relative;
    left: 0;
}

.sidenav ul ul.left, .sidenav ul ul.left ul {
    left: -100%;
}

.sidenav.verticalClick ul ul li {
    padding-left: 5px;
}

.sidenav.verticalClick li.current > ul {
    display: block;
}

.sidenav li {
    list-style-type: none;
    width: 100%;
    position: relative;
    background: #a3a3a3;
}



.sidenav a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 8px 15px;
}

.sidenav a,
.sidenav a:hover,
.sidenav a:visited {
    color: white;
    text-decoration: none;
}

.sidenav li:hover {
    background: #b4b4b4;
}

/*content*/

.boxes {
    margin: 10px;
}

.content-wrapper {
    min-height: 100%;
}

.content-inner-wrapper {
    
}

.content {
    /*padding: 15px;*/
    /*min-height: 220px;*/
    min-height: 100%;
    color: #2e3435;
    font-size: 16px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
    color: #a37415;
    /*text-transform: uppercase;*/
    font-weight: bold;
}

.element {
    margin-bottom: 15px;
}

.page-home .element{
    margin-bottom: 0;
}

.content .content-btn{
    padding: 15px 50px;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.content .content-btn:hover{
    color: #42453E;
    background: rgba(255,255,255,0.7);
}

.ie8 .content .content-btn:hover{
    background: url(/img/bespoke/secsales_uber/hover_bg.png);
}

.element-image img{
    border: 8px solid #fff;
}

.sj-content-row .sj_element_map > div {
    width: 100% !important;
    max-width: 100% !important;
}

.element.element-map{
    margin: 0;
    position: relative;
}

.scrolloff {
    pointer-events: none;
}

.map-blocker{
    height: 100%;
    width: 100%;
    z-index: 55;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.headteacher-wrapper{
    background: url(/img/bespoke/secsales_uber/bg2.jpg) top center;
    color: #fff;
}

.headteacher-wrapper h1, .headteacher-wrapper h2, .headteacher-wrapper h3, .headteacher-wrapper h4, .headteacher-wrapper h5, .headteacher-wrapper h6{
    color: #fff;
}

.vle-wrapper{
    padding: 260px;
    width: 100%;
    background: url(/img/bespoke/secsales_uber/bg3.jpg) center no-repeat;
    color: #fff;
}


.vle-wrapper .element-text {
    max-width: 530px;
    margin: 0 auto;
}

.vle-wrapper h1, .vle-wrapper h2, .vle-wrapper h3, .vle-wrapper h4, .vle-wrapper h5, .vle-wrapper h6 , 
.page-home .elemet-news h3, 
.page-home .elemet-events h3{
    color: #fff;
    /*text-transform: uppercase;*/
}

.events-wrapper{
    color: #fff;
    background: #3f3d36;
}

.events-wrapper .element{
    border: 1px solid #504e48;
    padding: 25px;
    position: relative;
    /*padding-bottom: 80px;*/
}

.events-wrapper .sj_element_news ul,
.events-wrapper .sj_events{
    margin-bottom: 0;
}


.content .headteacher, .custom_title, 
.element-news h3, .element-events h3, .element-newsletters h3{
    text-transform: uppercase;
}

.page-home .element-blog h3,
.page-home .element-news h3,.page-home .element-events h3,.page-home .element-newsletters h3{
    color: #fff;
}

.page-home .sj_element_events dl.sj_events{
    padding-left: 0;
}

.page-home .sj_element_events dl.sj_events dt small{
    display: none;
}

.page-home .sj_element_news ul li a, .page-home .sj_element_news ul li a:visited{
    color: #fff;
    font-weight: bold;
}

.page-home .element-news .content-btn, 
.page-home .element-events .content-btn{
    float: right;
/*    position: absolute;
    bottom:20px;
    right:20px;*/
    margin-left: 5px;
}


.element-twitter{
    text-align: center;
}

.sj_element_twitter .sj_app_tweet small {
    display: none;
}

.sj_element_twitter i{
    display: block;
    text-align: center;
    font-size: 65px;
    margin-bottom: 15px;
}

.sj_element_twitter .custom_title{
    text-align: center;
}

.sj_app_twitter_header, .sj_element_twitter iframe {
    display: none;
}

.sj_element_news ul{
    padding-left: 0;
}

.sj_element_twitter p {
    display: block;
    width: 80%;
    max-width: 100%;
    padding: 25px 45px;
    margin: 30px auto;
    /* background: #fff; */
    border: 2px solid #a37415;
    min-height: 150px;
    vertical-align: top;
    color: #a37415;
}

.column-right2col-2 .sj_element_twitter p,
.column-left2col-1 .sj_element_twitter p,
.column-1col .sj_element_twitter p{
    display: inline-block;
    max-width: 25%;
    margin: 30px;
}

.ie8 .sj_element_twitter p {
    max-width: 20%;
}

.sj_element_twitter p a{
    color: #a37415;
    font-weight: bold;
}

.sj_element_events dl.sj_events dt small .month {
    background: #A37415;
    font-size: 12px;
}
/*footer*/

.footer-wrapper {
    background: #2c2b26;
}

.awards {
    padding: 20px;
    text-align: center;
    background: #fff;
}

.awards img {
    height: 100px;
    width: auto;
    display: inline-block;
    margin: 0 40px;
}

.footer {
    
}

.footer-bar{
    text-align: center;
    color: #fff;
    padding-top: 70px;
}

.footer > .theme-social {
    text-align: center;
    padding: 15px;
}

.footer .school-address {
    text-align: center;
    padding: 40px 15px;
}

.footer .school-address:after {
    content: "";
    display: block;
    clear: both;
}

.school-address h1 {
    margin: 0;
    padding: 0;
}

.footer .footer-bar .school-address {
    display: inline-block;
    max-width: 60%;
    vertical-align: middle;
}

.footer .footer-bar .theme-social {
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
}

.copyright {
    background: #000000;
    color: white;
    text-align: center;
    padding: 30px;
    padding-bottom: 45px;
}

.copyright a {
    color: inherit;
}

.copyright br {
    display: none;
}

.nav_mobile {
    display: none;
}




/* search box styles*/

.search .site-search,
.page-Generated-search input {
    background: none;
    /*background: url(/img/bespoke/secsales_uber/hover_bg.png);*/
    /*border: 1px solid #cccccc;*/
    outline: none;
    border: none;
    padding: 5px 10px;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
/*    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;*/
    height: 27px;
    line-height: inherit;
    color: #fff;
    width: 150px;
}

.ie .search .site-search,
.ie .page-Generated-search input {
    height: auto;
    padding: 10px;
}


.search .btn,
.page-Generated-search .content .btn {
    background: none;
    /*background: url(/img/bespoke/secsales_uber/hover_bg.png);*/
    padding: 20px 10px;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    /*ipad border 0 fix*/
    
    -moz-border-radius: 0px;
    border-radius: 0px;
/*    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;*/
    height: 27px;
    line-height: normal;
    color: #fff;
    /*margin-left: -1px;*/
}

.search table tr td{
    background: url(/img/bespoke/secsales_uber/hover_bg50.png);
}

.search .btn .fa,
.page-Generated-search .content .btn .fa{
    line-height: 2px;
    display: block;
    font-size: 18px;
 }

.search ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.search ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.search :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

.page-Generated-search .content input {
    margin-left: -4px;
    float: left;
}

.page-Generated-search .content form {
    margin-bottom: 20px;
}

/*table and images fix */

.column.column-left2col-2 .sj_element_calendar .fc-button-today,
.column.column-right2col-1 .sj_element_calendar .fc-button-today,
.column.column-3col-1 .sj_element_calendar .fc-button-today,
.column.column-3col-2 .sj_element_calendar .fc-button-today,
.column.column-3col-3 .sj_element_calendar .fc-button-today{
    display: none;
}

.element-text table{
    width: 100%; 
     table-layout:fixed;
}

.sj_element_events dl.sj_events dt small{
    border: 0;   
}

.school-address p.theme-telephone a, .school-address p.theme-fax a{
    color: inherit;
}

/*MAP fix*/
.page .element-map img{
    width: auto;
    max-width: inherit;
}
