/*
Theme Name: MSA
Author: lamontdesign
Author URI: http://lamontdesign.co.uk
*/

/*----------------------------------------------------------------------------------------------------*/
/*--AGENCY: LAMONTDESIGN------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

*
{
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    -o-box-sizing      : border-box;
    -ms-box-sizing     : border-box;
    box-sizing         : border-box;
}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    margin:0;
    padding:0;
    vertical-align: baseline;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--GENERAL ELEMENTS----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

body{
    font-family:Arial, Helvetica, sans-serif;
    font-size:62.5%;
    }

.wrapper{
    width:100%;
    }

.row{
    position:relative;
    margin:0 auto;
    max-width:980px;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--FONTS---------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, blockquote, img, table, iframe, embed, hr, ul, ol, #TA_selfserveprop138{
    margin-bottom:30px;
    }

h1, h2, h3, h4, h5, h6{
    font-weight:normal;
    line-height:110%;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
    }

h1{
    font-size:3.5em;
    }

h2{
    font-size:3em;
    }

h3{
    font-size:2.5em;
    }

h4{
    font-size:2em;
    }

h5{
    font-size:1.5em;
    }

h6{
    font-size:1.5em;
    }

p{
    font-size:1.3em;
    line-height:1.6em;
    }

blockquote{
    font-size:2em;
    color:#999;
    line-height:1.5em;
    }

a{
    text-decoration:none;
    color:#CC6600;
    outline:none;
    border:0;
    }

a:hover{
    color:#9E4E00;
    }

ul{
    margin-left:14px;
    list-style-type:disc;
    }

li{
    list-style-type:square;
    font-size:1.3em;
    line-height:1.6em;
    }

ol{
    margin-left:27px;
    list-style-type:decimal-leading-zero;
    display:block;
    }

ol li{
    list-style-type:decimal-leading-zero;
    font-size:1.3em;
    line-height:1.6em;
    }

dt{
    font-size:1.4em;
    line-height:1.6em;
    }

dd{
    font-size:1.2em;
    line-height:1.6em;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--SITE WRAPPER--------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

#site{
    width:100%;
	background:url(assets/images/bg-body-rep.png) top center repeat-y #FFF;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--HEADER--------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

#header{
    margin-top:0;
    width:100%;
    height:160px;
    background:#064287;
    }

#header .row{
    background: url(assets/images/bg-header.png) top center no-repeat;
    }

#logo{
    position        : absolute;
    top             : 40px;
    left            : 0;
    width           : 75%;
    min-height      : 80px;
    display         : block;
    /* background:url(assets/images/logo.png) 0px 0px no-repeat; */
    /* background:url(assets/images/logo-new.png) 0px 0px no-repeat; */
    z-index         : 10;
    background-size : contain;
}
#logo {
  position: absolute;
  top: 20px;
  left: 0;
  width: 75%;
  min-height: 120px;
  display: block;
  background: url(assets/images/logo-new3.png) 0px 0px no-repeat;
  z-index: 10;
  background-size: contain;
}

#logo span{
    display:none;
    }

#header-img{
    margin:150px 0 0 0;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--NAVIGATION----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.column-small#nav{
    padding:0;
    /*width:33.33%;*/
    background: url(assets/images/bg-shadow-rep.png) right repeat-y #CC6600;
    color:#FFF;
    /*background: #CC6600;*/
    }

.menu ul{
    list-style-type:none;
    margin:30px 0 30px 0;

    -ms-transition     : max-height .4s;
    -webkit-transition : max-height .4s;
    -moz-transition    : max-height .4s;
    -o-transition      : max-height .4s;
    transition         : max-height .4s;
    }


.menu ul li{
    list-style-type:none;
    }

.menu ul li a{
    color:#FFF;
    padding:.3em 2em;
    display:block;
    }

.menu ul li a:hover{
	color:#673300;
    }

.menu ul li.current_page_item a, .menu ul li.current-page-parent a{
    padding:6px 30px 5px 30px;
    background:url(assets/images/bg-nav-selected.png) top repeat-x;
	color:#673300;
    border-bottom:1px solid #AE5700;
    }



.menu ul li ul.children{
    display:none;
    list-style-type:none;
    margin: 0;
    }

.menu ul li ul.children li{
    list-style-type:none;
    font-size:100%
    }

.menu ul li ul.children li a{
    color:#FFF;
    padding:6px 30px 6px 50px;
    display:block;
    }

.menu ul li ul.children li a:hover{
    color:#000;
    }

.menu ul li.current_page_parent ul li.current_page_item a,
.menu ul ul.children li li.current_page_item a{
    padding:6px 30px 6px 50px;
    background:url(assets/images/bg-nav-selected.png) top repeat-x;
	color:#673300;
    border-bottom:1px solid #AE5700;
    }

.menu ul li.current_page_item ul li a{
    background:none;
    border-bottom:0 none;
    }

.menu ul li.current_page_item ul.children,
.menu ul li.current_page_ancestor ul.children{
    display:block;
    }

#courses-sidebar{
    background: url(assets/images/bg-shadow-rep.png) right repeat-y #9E4E00;
    color:#FFF;
    }

#courses-sidebar h4{
    color:#FFF;
    }

#courses-sidebar dl{
    list-style-type:none;
    margin:0 0 30px 0;
    }

#courses-sidebar dl dt{
    list-style-type:none;
    background:url(assets/images/icon-course.png) 0 5px no-repeat;
    padding-left:20px;
    }

#courses-sidebar dl dd{
    list-style-type:none;
    padding-left:20px;
    margin-bottom:15px;
    }

#courses-sidebar a{
	color:#E48D13;
	}

#courses-sidebar a:hover{
	color:#673300;
	}

#news-sidebar{
    background: url(assets/images/bg-shadow-rep.png) right repeat-y #673300;
    color:#FFF;
    padding: 30px 10px 30px;
    width: 100%;
    }
#news-sidebar iframe
{
    margin: 0;
    width: 100% !important;
}

#news-sidebar h4{
    color:#FFF;
    }

#news-sidebar dl{
    list-style-type:none;
    margin:0 0 30px 0;
    }

#news-sidebar dl dt{
    list-style-type:none;
    background:url(assets/images/icon-arrow-small.png) 0 5px no-repeat;
    padding-left:20px;
    }

#news-sidebar dl dd{
    list-style-type:none;
    padding-left:20px;
    margin-bottom:15px;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--CONTENT-------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

/*#content{
    background:url(assets/images/bg-content-rep.jpg) top center repeat-y;
    }

#content .row{
    background:none;
    }*/

.column-small-wrapper{
    padding:0;
    width:25%;
	background:none;
    float:left;
    }

#content .column-small-wrapper{
    padding:0;
    width:25%;
    float:left;
    }

.column-small{
    padding:30px 30px 0 30px;
    /*width:33.33%;*/
    background:none;
    float:left;
    width: 100%;
    }

.column-large-wrapper{
    padding:0 0 30px 0;
    width:75%;
    background:#FFF;
    float:left;
    }

.column-large{
    padding:40px 40px 0 40px;
    /*width:66.66%;*/
    background:#FFF;
    float:left;
    width: 100%;
    }

.column-large dl{
	margin-bottom:15px;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--LOGOS---------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

#logos{
    display:none;
    }

#logos .row{
    padding:30px 0 0 30px;
    max-width:950px;
    background:#FFF;
    text-align:center;
    }

#logos .row a{
    width:15%;
    min-height:128px;
    background-size:cover;
    background-repeat:no-repeat;
    display:inline;
    text-align:center;
    }

#logos .row a img{
    margin:0px 30px 30px 0;
}

/*----------------------------------------------------------------------------------------------------*/
/*--FOOTER-----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

#footer{
    margin-bottom:0;
    background:none;
    }

#footer .row{
    background:#371B00;
    }

#footer .column-small-wrapper{
    background:#371B00;
    height:50px;
    display: flex;
    justify-content: space-around;
    }

#footer .column-large-wrapper{
    background:#371B00;
    height:50px;
    padding:0;
    }

#footer .column-large-wrapper p{
    color:#FFF;
    margin-bottom:0;
    line-height:50px;
    text-align:center;
    }

#rss{
    margin:10px 0 0 10px;
    width:30px;
    height:30px;
    background:url(assets/images/icon-rss.png) 0 0 no-repeat;
    display:none;
    }

#rss span, .fb span, .tw span, .ig span{
    display:none;
    }
.fb{
    margin:10px 0 0 10px;
    width:30px;
    height:30px;
    background:url(assets/images/facebook.png) 0 0 no-repeat;
    background-size: contain;
    display:inline-block;
}
.tw {
    margin:10px 0 0 10px;
    width:30px;
    height:30px;
    background:url(./assets/images/twitter.png) 0 0 no-repeat;
    background-size: contain;
    display:inline-block;
}
.ig{
    margin:10px 0 0 10px;
    width:30px;
    height:30px;
    background:url(./assets/images/instagram.png) 0 0 no-repeat;
    background-size: contain;
    display:inline-block;
}
a#credit{
    color:#000;
    }

a:hover#credit{
    color:#CCCE01;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--COPYRIGHT-----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

#copyright{
    margin-bottom:0;
    background:#FFF;
    display: none;
    }

#copyright .row{
    background:none;
    }

#copyright .row .column-full{
    height:50px;
    }

#copyright .row .column-full{
    height:50px;
    }

#copyright .row .column-full p{
    color:#000;
    margin-bottom:0;
    line-height:50px;
    text-align:center;
    }

.column-full{
    padding:0;
    width: 100%;
    float:left;
    text-align:center;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--CLEARS & FIXES------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.clear{
    clear:both;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--IMAGES--------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

img{
    border:0;
    }

.column-large img{
    padding:0;
    border:0 none;
    background:#FFF;
    }

.alignleft{
    margin:4px 30px 30px 0;
    display:block;
    float:left;
    max-width:300px;
    }

.alignright{
    margin:4px 0 30px 30px;
    display:block;
    float:right;
    max-width:300px;
    }

.aligncenter{
    margin:0 auto 30px auto;
    display:block;
    clear:both;
    max-width:300px;
    }

.letterbox{
    max-width:620px;
    margin:0 0 30px 0;
    display:block;
    clear:both;
    }

.gallery img{
    margin:0px 10px 10px 0;
    max-width:200px;
    display:block;
    float:left;
    }

.gallery{
    margin-bottom:20px;
    width:100%
    }

/*----------------------------------------------------------------------------------------------------*/
/*--TABLES--------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

table{
    }

.column-large table{
    width:100%
    }

tr{
    }

th{
    padding:10px 20px 10px 20px;
    text-align:left;
    font-size:2em;
    line-height:1.6em;
    background:#E5E5E5;
    color:#000;
    vertical-align:top;
    }

td{
    padding:10px;
    text-align:left;
    font-size:1.3em;
    line-height:1.3em;
    background:#F3F3F3;
    border-bottom:#E5E5E5 solid 1px;
    vertical-align:top;
    }

td.txt-right{
    text-align:right;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--FORMS---------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

input, textarea{
    padding:10px;
    font-size:100%;
    line-height:1.3em;
    font-family:Arial, Helvetica, sans-serif;
    background:#FFF;
    border:#CCC 1px solid;
    }

form table{
    background:#EEE;
    padding-bottom:20px;
    }

form table td{
    border-bottom:none;
    padding:20px 20px 0 20px;
    background:none;
    }

form table input[type='submit']{
    float:right;
    display:block;
    font-size:1.7em;
    border:0;
    background:#FFC13C;
    color:#FFF;
    }

form table input[type='submit']:hover{
    float:right;
    background:#E5AD36;
    cursor:pointer;
    color:#FFF;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--WIDGETS-------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

ul#twitter_update_list{
    margin-left:0;
    width:256px;
    list-style-type:none;
}

ul#twitter_update_list li{
    margin-left:0;
    margin-bottom:20px;
    list-style-type:none;
    }

ul#twitter_update_list li a{
    display:block;
    color:#999;
    }

ul#twitter_update_list li a:hover{
    color:#FFC13C;
    }

ul#twitter_update_list li span a{
    margin-bottom:15px;
    display:inline;
    float:none;
    color:#4B92AF;
    }

ul#twitter_update_list li span a:hover{
    color:#000;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--PUSH FEATURES-------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

#push-features{
    width:256px;
    margin-bottom:20px;
    }

#push-features a{
    padding:20px;
    background:#F00;
    width:216px;
    display:block;
    margin-bottom:10px;
    background:#FFC13C;
    float:left;
    }

#push-features a h4{
    color:#FFFFFF;
    margin-bottom:0;
    font-size:2em;
    line-height:1.2em;
    }

#push-features a h5{
    color:#FFFFFF;
    margin-bottom:0;
    font-size:1.5em;
    line-height:1.5em;
    font-weight:normal;
    text-transform:none;
    }

#push-features a:hover{
    background:#E5AD36;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--EXCEPTIONS----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.no-margin{
    margin:0px !important;
    }

.no-margin-top{
    margin-top:0px !important;
    }

.no-margin-right{
    margin-right:0px !important;
    }

.no-margin-bottom{
    margin-bottom:0px !important;
    }

.no-margin-left{
    margin-left:0px !important;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--HR------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

hr{
    background:#E5E5E5;
    border:0 none;
    height:2px;
    }

/*----------------------------------------------------------------------------------------------------*/
/*--SEARCH--------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

input{
    font-size:1.3em;
    }

#search{
    position:absolute;
    top:40px;
    right:0;
    width:25%;
    height:36px;
    }

#search input[type="text"]{
    padding:0 12px 0 12px;
    line-height:36px;
    font-family:Arial, Helvetica, sans-serif;
    width:80%;
    height:36px;
    background:#FFF;
    border:0 none;
    display:block;
    float:left;
    }

#search input[type="submit"]{
    font-family:Arial, Helvetica, sans-serif;
    width:20%;
    height:36px;
    background: url(assets/images/icon-search.png) center center no-repeat #CC6600;
    border:0 none;
    display:block;
    float:left;
    cursor:pointer;
    }

#search input[type="submit"]:hover{
    background: url(assets/images/icon-search.png) center center no-repeat #9E4E00;
    }











.more-details-btn{
    background:#FF9900;
    height:36px;
    width:100px;
    text-align:center;
    display:block;
    line-height:36px;
    color:#FFF;
    float:right;
    }

.more-details-btn:hover{
    background:#9E4E00;
    color:#FFF;
    }




.course-buttons{
    margin-bottom:20px;
    width:224px;
    }

.course-btn{
    margin-bottom:10px;
    padding:0 12px 0 12px;
    height:36px;
    width:200px;
    display:block;
    line-height:36px;
    font-size:1.4em;
    color:#FFF;
    background-color:#FF9900;
    float:left;
    }

.course-btn:hover{
    background:#9E4E00;
    color:#FFF;
    }

.course-btn#application{
    background-image: url(assets/images/icon-arrow.png);
    background-position:right center;
    background-repeat:no-repeat;
    }

.course-btn#accommodation{
    background-image: url(assets/images/icon-house.png);
    background-position:right center;
    background-repeat:no-repeat;
    }

.course-btn#back{
    background-image: url(assets/images/icon-courses.png);
    background-position:right center;
    background-repeat:no-repeat;
    }

.course-btn:hover{
    background-color:#9E4E00;
    color:#FFF;
    }








.programme{
    padding:0;
    margin-bottom:15px;
    /*width:620px;*/
    }

.programme dl{
    /*width:620px;*/
    float:left;
    clear:both;
    margin-bottom:15px;
    }

.programme dl dt{
    width:50px;
    float:left;
    font-size:1.3em;
    line-height:1.5em;
    font-weight:bold;
    }

.programme dl dd{
    /*width:570px;*/
    float:right;
    }


#contactForm
{
    display:block;
    border-top: #E5E5E5 solid 2px;
    padding:30px 0 0 0;
    margin-bottom:15px;
    width:100%;
}
#contactForm label
{
    display:block;
    padding-bottom: 20px;
}
#contactForm label span
{
    width: 25%;
    float: left;
    font-size: 1.2em;
}
#contactForm label input, #contactForm label textarea, #contactForm label select
{
    width: 75%;
    padding: 5px;
    float: right;
}
#contactForm label.error
{
    color: red;
    font-size: 1.1em;
}

th a
{
    color: #064287;
}
th a:hover
{
    color: #0653AB;
}


@media all and (max-width:768px) {
    #header
    {
        padding: 20px 40px;
        height: auto;
    }
    #header .row
    {
        background: none;
    }
    #logo
    {
        text-align    : center;
        position      : relative;
        float         : left;
        top           : inherit;
        margin-bottom : 10px;
        width         : 100%;
    }
    #search, #news-sidebar, #courses-sidebar
    {
        display:none;
    }

    #content .column-small-wrapper, .column-large-wrapper, .column-small-wrapper
    {
        width: 100%;
        /*text-align:center;*/
    }

    .menu ul
    {
        margin     : 0;
        max-height : 0;
    }
    .menu ul.open
    {
        max-height: 999px;
    }

    #menu-btn
    {
        width      : 36px;
        height     : 36px;
        position   : absolute;
        right      : -40px;
        bottom     : -20px;
        display    : block !important;
        background : url(assets/images/btn-menu.png) no-repeat 0 0 #C60;
    }
    #menu-btn.open
    {
        background-position: -40px 0;
    }

    #rss
    {
        /* margin: 15px auto 0 auto; */
    }
    #footer .column-small-wrapper {

  justify-content: center;
}
}

@media (max-width:500px) {
    .more-details-btn
    {
        display:none;
    }
}

@media all and (max-width:450px) {
    #logo
    {
        width: 80px;
        background-size: auto;
        margin: 0 auto;
        background : url(assets/images/logo-mob.png) no-repeat 0 0;
        background-size: contain;
    }
    #logo {
  width: 170px;
  background-size: auto;
  margin: 0 auto;
  background: url(assets/images/logo-mob-3.png) no-repeat 0 0;
    background-size: auto;
  background-size: contain;
}©
}
