/* =====================================================================
		COLOUR SCHEME
===================================================================== */

/***********************
 **** LIGHT BLUE *****

   ** Hex #00aeef
   ** RGB 0,174,239

     ************************/

/* =====================================================================
			GENERAL
 ===================================================================== */
* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

body
{
    background-color: #FFF;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 18px;
    position: relative;
}

body.main
{
    background-image: url( '/images/igap-bg-2.jpg' );
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/igap-bg.jpg',sizingMethod='scale');
}

body.festivals
{
    background-image: url( '/images/festival-bg.jpg' );
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/festival-bg.jpg',sizingMethod='scale');
}

body.istudy
{
    background-image: url( '/images/istudy-bg.jpg' );
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/istudy-bg.jpg',sizingMethod='scale');
}

body.new_v1{
     background-image:none;
}
@media screen and (max-width: 1024px) {
    img.bg-image {
        left:50%;
        margin-left:-800px;
    }
}

#mobile-wrapper {
    margin:0 auto;
    position:relative;
    width:1000px;
}

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

#inner_wrapper{
    width:100%;
    margin:0 auto;
    padding:0;
}

#content {
    /*background:#fff;*/
    color:#252525;
    font-size:12px;
    overflow:hidden;
    padding:0;
    width:100%;
}

.content-inner
{
    background: url('../images/black-to-white.png') repeat-y #000;
    margin: 0 auto;
    padding: 5px 0 0;
    position: relative;
    width: 1000px;
}

.content-innermost {
    background: url('../images/faded-background.png') no-repeat;
    margin:0 auto;
    width:1000px;
}

.content-inner.festivals {
    margin: 0 auto;
}

#content2 {
    background:#fff;
    color:#252525;
    font-size:12px;
    min-height:600px;
    overflow:hidden;
    padding:20px 0 20px 0;
    width:1000px;
}

#content2 img.article-image {
    display: block;
    margin: 10px auto;
}

h1.videos {text-align:center;}

.top-bar {
    background-image:url("../images/top-story-top-bar.png");
    background-repeat:no-repeat;
    display:block;
    height:8px;
    position:absolute;
    top:0;
    width:1000px;
    z-index:1000;
}

.bottom-bar {
    background-image:url("../images/top-story-bottom-bar.png");
    background-repeat:no-repeat;
    display:block;
    height:8px;
    position:absolute;
    top:-8px;
    width:1000px;
    z-index:1000;
}

h2.lowercase,
h2.lowercase a {text-transform:none !important;}

/* =====================================================================
		HEADER
 ===================================================================== */

#top-nav-centre
{
    height: 36px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

#header-centre {
    margin:0 auto;
    width:1000px;
}

#header-container {
    background: url('../images/header-bg.jpg');
    background-repeat:repeat-x;
    height:240px;
    margin:0 auto;
    position:relative;
    width:1000px;
}

#header-top-nav {
    background:url("../images/header-top.jpg");
    background-repeat:repeat-x;
    height:44px;
    width:100%;
}

#header {
    margin:0 auto;
    position:relative;
    width:1000px;
}

#main-nav {
    bottom:0;
    height:40px;
    background-repeat:repeat-x;
    position:absolute;
    width:100%;
    /*margin:-14px 0 0 0;*/
}

.nav {margin:0 auto;}

.nav ul {
    margin:0 auto;
    padding:0;
    width:auto;
}

.nav ul li {
    color:#fff;
    cursor:pointer;
    display:inline-block;
    /*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
    font-family: o-b, sans-serif;
    font-size:20px !important;
    font-weight:normal;
    list-style-type:none;
    margin:0;
    text-transform:uppercase;
    -webkit-text-stroke: 0.25px;
    padding:  0;
}

.divided-nav { padding: 15px 0 !important; text-align: center; }

.divided-nav .first { padding: 0 15px !important; }
.divided-nav .first::before { background: none !important; }

.divided-nav .link::before {
    display: block;
    position: absolute;
    content: '';
    height: 20px;
    width: 2px;
    background-color: #fff;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.divided-nav li a { padding: 0 10px !important; }

.nav ul li a {
    color:#fff;
    display:block;
    margin:0;
}

.nav ul li a:hover {
    color:#144c61;
    text-decoration:none;
}

.nav.nav-festival ul li a:hover {
    color:#21a184;
    text-decoration:none;
}

.nav.nav-istudy ul li a:hover {
    color:#DE009A;
    text-decoration:none;
}

.nav.nav-istudy ul li a:hover {
    color:#DE009A;
    text-decoration:none;
}

.nav li ul {
    display:block;
    float:left;
    height:auto;
    list-style-type:none;
    margin:0;
    position:absolute;
    text-align:center;
    visibility:hidden;
    /*width:250px;*/
    width: auto;
    z-index:1001;
}

.nav li:hover ul {
    padding: 0;
    visibility: visible;
}

.igap-nav { background:url("../images/igap-main-nav-background.png"); }
.nav-festival { background:url("../images/festival-main-nav-background.png"); }
.nav-istudy { background:url("../images/festival-main-nav-background.png"); }

.igap-nav-wrapper li:hover ul { background-color: #00adef; padding: 10px 0; }

.istudy-nav-wrapper li:hover ul { background-color: #d61767; padding: 10px 0; }

.igap-nav-wrapper .active-blue { color: #144c61 !important; }

.nav li ul li {
    clear: both;
    float:left;
    list-style-type:none;
    margin:15px 0 0;
    /*width:250px !important;*/
    width: auto;
}

.nav li ul li a:hover {
    background:none;
}

.work-study-dropdown { margin-left: 0; }

.active {color:#144c61 !important;}
.active-festival {color:#fff !important;}
.active-blue{color:#00aeef !important;}
.active-dark { color: #333 !important; }



/*new structure header*/


/* ===================================
		LOGO
 =================================== */
#header #logo {
    float:left;
    margin:25px 0 0 55px;
}

#header #festival-logo {
    float:left;
    margin:30px 0 0 55px;
}

#banner-image {
    float:right;
    margin:30px 0 0 0;
}

/* ===================================
		TOP NAVIGATION
 =================================== */
#header-top-nav {
    /*background:url("../images/top-nav-bg.jpg");
    background-repeat:repeat-x;*/
    background:#40c2f3;
    height:36px;
    overflow:hidden;
    width:100%;
}

#header-top-nav-festival {
    background:#77c5b4;
    height:36px;
    width:100%;
}

#header-top-nav-istudy {
    background:#D61767;
    height:36px;
    width:100%;
}

#header-top-nav-istudy {
    background:#D61767;
    height:36px;
    width:100%;
}

#top-nav-links {
    list-style:none;
    float:left;
    margin:0 0 0 -10px;
    width:521px;
}

#top-nav-links li {
    display:block;
    float:left;
    /*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
    font-family: o-b, sans-serif;
    font-size:20px !important;
    font-weight:normal;
    margin:0;
    padding:0 0 0 25px;
    text-transform:uppercase;
}

#top-nav-links li a {
    color:#fff;
    display:block;
    margin-top:10px;
    padding:0 5px;
}

#top-nav-links li a:hover {
    color: #144c61;
    text-decoration: none;
}

#top-nav-links li:hover {
    text-decoration: none;
}

.igap-nav-wrapper {
    margin:0 auto;
    width:auto;
    display: inline-block;
    text-align: center;
}

.festival-nav-wrapper {
    margin:0 auto;
    width:auto;
}

.istudy-nav-wrapper {
    margin:0 auto;
    width:auto;
}
/*.festival-nav-wrapper ul li {margin:0 20px 0 0;}*/

#top-nav-links-festival {
    list-style:none;
    float:left;
    margin:0 0 0 -10px;
    width:555px;
}

#top-nav-links-festival li {
    display:block;
    float:left;
    /*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
    font-family: o-b, sans-serif;
    font-size:22px !important;
    font-weight:normal;
    margin:0;
    padding:0 0 0 15px;
    text-transform:uppercase;
}

#top-nav-links-festival li a {
    color:#144c61;
    display:block;
    margin-top:10px;
    padding:0 5px;
}

#top-nav-links-festival li a:hover {
    color:#fff;
    text-decoration: none;
}

#top-nav-links-festival li:hover {
    text-decoration: none;
}

/* ===================================
		BUTTONS
 =================================== */
.top-buttons {
    float:left;
    margin:0 0 0 -60px;
    width:382px;
}

#subscribe-button {float:left;}
.social {float:left;}

/* ===================================
		SEARCH
 =================================== */
.header_search_block {
    width: 260px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 34px;
}

.header_search_block2 {
    float:left;
    height:29px;
    margin-top:2px;
    width:148px;
}

.header_search_block2 .igapinput_search {
    background:#ffffff;
    border:none;
    color:#d5d5d5;
    font-size:12px;
    height:25px;
    margin:3px 0 0 0;
    text-align:center;
    width:120px;
}

.header_search_block2 #searchbutton
{
    background: url('/images/search-bar-button-blue.png') no-repeat center center transparent;
    border: medium none;
    color: transparent;
    cursor: pointer;
    font-size: 12px;
    margin: 0 0 0 1px;
    padding: 5px;
    width: 27px;
}

.header_search_block2 #searchbutton-festival
{
    background: url('/images/search-bar-button-green.png') no-repeat center center transparent;
    border: none;
    font-size: 12px;
    margin: 0 0 0 1px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    width: 27px;
}

.header_search_block2 #searchbutton-istudy
{
    background: url('/images/search-bar-button-pink.png') no-repeat center center transparent;
    border: none;
    font-size: 12px;
    margin: 0 0 0 1px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    width: 27px;
}

.search_button{
    border: 0;
    background: transparent;
    width: 25px;
    height: 25px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -999px;
    position: absolute;
    right: 3px;
    bottom: 4px;
}

.header_search{
    border: 0;
    background: transparent;
    width: 210px;
    height: 20px;
    position: absolute;
    left: 10px;
    bottom: 5px;
    padding: 5px;

}

/* ===================================
		ACCOUNT LINKS
 =================================== */
#accountlinks
{
    color: #A1A1A1;
    float:left;
    /*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
    font-family: o-b, sans-serif;
    font-size: 18px !important;
    font-weight: normal;
    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-align: left;
}

#accountlinks ul {margin-left:0px; float:right;}
#accountlinks ul li {display: inline;}
#accountlinks ul li a {color:#fff; margin-right:0px; text-transform:uppercase;}
#accountlinks ul li a:hover {color:#144c61;}
.account-link-slash {color:#fff;}

/* =====================================================================
		HOME PAGE
 ===================================================================== */
/* ===================================
		PHOTOS SLIDER
 =================================== */
.story_title {
    background:url('../images/story-title-bg.png');
    background-repeat:repeat-x;
    height:60px;
    margin:-80px 0 0 20px;
    overflow:hidden;
    position:absolute;
    width:960px;
}

#photos-listing .story_title h2 {
    color:#ffffff !important;
    display:inline-block;
    /*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
    font-family: o-b, sans-serif;
    font-size:34px;
    margin:0px!important;
    padding:20px 0 0 10px;
    text-transform:uppercase;
    width:1000px;
}

#photos-home .story_title p { padding: 3px 10px 3px 10px; margin: 0px!important; color: #fff!important; display: inline-block; width:1000px; font-family: 'hand_of_seanregular'; font-size:14px;}

#photos-home { position: relative;  margin-top:0; height:440px; overflow:hidden; }
#photos-home .viewport { border:0px solid #fff; float: left; width: 1001px; height:440px; overflow: hidden; position: relative; z-index:1; background: #FFF;}

#controls .prev,
#controls .next
{
    background-repeat: no-repeat;
    height: 40px;
    position: absolute;
    /*top: 196px;*/
    top: 50%;
        transform: translateY(-50%);
    width: 36px;
    z-index: 1;
}

#controls .prev
{
    background-image: url('../images/left-arrow.png');
    left: 20px;
}

#controls .next
{
    background: url('../images/right-arrow.png');
    right: 20px;
}

#controls .prev:hover,
#controls .next:hover
{
    /*top: 198px;*/
}

#photos-home #not-full { margin: -50px 0 0 0; }
#photos-home .disable { visibility: hidden; }
#photos-home .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0;}
#photos-home .overview li{ float: left; margin: 0 0 0 0; padding: 1px; height: 310px; width: 1000px;}
#photos-home .overview li img {}

#controls .pager
{
    list-style: none;
    overflow: hidden;
    padding: 0 0 0 5px;
    position: absolute;
    right: 26px;
    top: 400px;
    z-index: 1;
}
#photos-home .pager li { float: left; margin-right:2px;}
#photos-home .pagenum { width:7px; height: 8px; text-decoration: none; text-align: center; padding: 7px 0; color: #555555; font-size: 14px; font-weight: bold; display: block; background:url('../images/pager.png'); background-repeat:no-repeat;}
#photos-home .active { color: #fff; background:url('../images/pager-active.png');  background-repeat:no-repeat;}

span.slider-category {
    bottom:22px;
    color:#fff !important;
    cursor:pointer;
    display:block;
    font-size:15px !important;
    font-weight:bold;
    position:absolute;
    right:7px;
    z-index:1;
}

/* ===================================
		TRAVEL GUIDE
 =================================== */
.guides-wrapper {
    /*float:left;*/
    /*margin:5px 15px 0 20px;*/
    padding: 10px 20px;
}

.guides-wrapper-festival img {
    max-width: 100%;
}

/*
 *  Called new-guide because if you call it guide it jiggles.
 */

.new-guide {
    float: left;
    width: 210px;
    margin-right: 10px;
}

.guide-header {
    padding: 10px;
    margin-bottom: 6px;
    text-align: center;
    color: #fff;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: o-b, sans-serif;
    font-size: 24px;
}
.guide-body { padding: 2px; height: 301px; }
.guide-body img { width: 100%; }

.igap-guide > .guide-header, .igap-guide > .guide-body { background-color: #00adef; }
.ifestival-guide > .guide-header, .ifestival-guide > .guide-body { background-color: #229d7e; }
.istudy-guide > .guide-header, .istudy-guide > .guide-body { background-color: #d41765; }

.new-home-competition {
    float: left;
    width: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 261px;
}

.new-home-competition-body {
    padding: 2px;
    background-color: #80d6f7;
    height: 100%;
}

.new-home-competition-body a {
    display: inline-block;
    height: 257px;
}

.new-home-competition-body img {
    width: 295px;
    height: 256px;
}

.new-home-competition-body h2 {
    position: relative;
    bottom: 36px;
    /*top: 221px;*/
    /*background-color: #000;*/
    background-color: #80d6f7;
    display: inline-block;
    padding: 10px;
    margin: 0 !important;
}

.istudy .new-home-competition-body h2 {
    padding: 10px 12px;
}

.new-home-competition-body h2 a {
    color: #fff;
    font-size: 16px;
    font-family: o-b;
    height: auto !important;
}

.new-home-competition-footer {
    background-color: #80d6f7;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    color: #fff;
    font-family: o-b;
    font-size: 44px;
    display: inline-block;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 6px;
}

.igap-travel-guide {
    float:left;
    height:275px;
    margin-right:20px;
    margin-top:15px;

    -webkit-box-shadow:4px 4px 12px #000;
    -moz-box-shadow:4px 4px 12px #000;
    box-shadow:4px 4px 12px #000;
}

.igap-travel-guide-last {
    float:left;
    height:244px;
    margin-right:0;
}

.guides-wrapper-festival
{
    padding: 15px 20px 10px 20px;
}

.igap-travel-guide-festival h2 {
    color:#4e4e4e !important;
    /*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
    font-family: o-b, sans-serif;
    font-size:26px;
    font-weight:bold;
    margin:5px 0 0 0;
    text-align:center;
}

.igap-travel-guide-festival {
    float:left;
    height:244px;
    margin-right:0;
    width:200px;
}

.festival-guide-details {
    float:left;
    height:346px;
    position: relative;
    left: -10px;
    width:220px;
    background: url(/images/backdrop_festival_description.png) 0px 0px;
}

.festival-guide-details .inner{
    padding-top: 130px;
    color: #FFF;
    line-height: 22px;
}

.home-page-competitions
{
    float: left;
    height: 297px;
    margin-top: 30px;
    position: relative;
    width: 380px;
}

.festival-page-competitions {
    float:right;
    height:297px;
    margin:30px 100px 0 0;
    width:380px;
}

.home-page-competition-title
{
    background: #0b3453;
    bottom: 0;
    display: inline-block;
    height: 45px;
    position: absolute;
    width:390px;
}

.home-page-competition-title-comp
{
    background:#0b3453;
    display:inline-block;
    height:45px;
    width:480px;
    margin:-20px 0 0 0;
}

.home-page-competition-title-festival
{
    background: #0b3453;
    display: inline-block;
    height: 45px;
    width: 446px;
    margin: -10px 0 0 0;
}

.home-page-competition-title h2,
.home-page-competition-title-comp h2,
.home-page-competition-title-festival h2
{
    color: #FFF !important;
    /*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
    font-family: o-b,sans-serif;
    font-size: 23px !important;
    font-weight: normal;
    line-height: 45px;
    margin: 0 0.5em !important;
    padding: 0 !important;
    text-align: left;
}

.home-page-competition-title h2 a,
.home-page-competition-title-comp h2 a,
.home-page-competition-title-festival h2 a { color: #fff; }

/* ===================================
		COMPETITIONS
 =================================== */
#block_competitions {float:left; margin:0; width:384px !important; }

.competition { position:relative; }
.competition_image {
    height:255px;
    margin:0 0 0 0;
    overflow:hidden;
    width:384px;
}
.competition_image img { height: 228px; }
.competition_title {
    background:#0b3453;
    bottom: 0px;
    display: inline-block;
    left: 0px;
    height:25px;
    padding: 10px;
    position: absolute;
    width: 100%;
    margin: 4px 0 0 0;
}
.competition_title h2 {
    color:#fff!important;
    /*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
    font-family: o-b, sans-serif;
    font-size:24px !important;
    margin:-5px 0 0 0 !important;
    padding:0px!important;
    text-align:center;
}

.competition_title h2 a { color: #fff; }

/* ===================================
		FESTIVALS
 =================================== */
.our-pick-of-the-month
{
    background: url('../images/white-to-black.png') repeat-y #FFF;
    padding-top: 5px;
    width: 1000px;
}

.black-to-white
{
    background: url('../images/black-to-white.png') repeat-y #000;
    height: 5px;
}

.our-pick-of-the-month-title {
    background:#21a184;
    color:#fff;
    /*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
    font-family: o-b, sans-serif;
    font-size:24px !important;
    height:40px;
    margin:0 !important;
    padding:10px 20px 0 10px !important;
    width:1000px;
}

.our-pick-of-the-month-title a {
    color:#fff;
    float:right;
    margin-right:10px;
}

.our-pick-of-the-month-title a:hover {
    color:#00aeef;
    text-decoration:none;
}

.festival-of-the-month
{
    background: url('../images/white-to-black.png') repeat-y #FFF;
    padding-top: 5px;
    width: 1000px;
}

.festival-of-the-month-title {
    background:#21a184;
    color:#fff;
    /*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
    font-family: o-b, sans-serif;
    font-size:24px !important;
    height:40px;
    margin:0 !important;
    padding:10px 20px 0 10px !important;
    width:1000px;
}

.festival-of-the-month-title a {
    color:#fff;
    float:right;
    margin-right:10px;
}

.festival-of-the-month-title a:hover {
    color:#00aeef;
    text-decoration:none;
}

#festivals {
    width:800px !important;
    height:210px;
}

#festivals-title {
    background:#21a184;
    margin:0;
    padding:0;
}

#right-slider2 {
    height:210px;
    overflow:hidden;
    position:relative;
    width:800px;
}

#right-slider2 .viewport {
    float:left;
    width:800px;
    height:210px;
    overflow:hidden;
    position:relative;
    margin-left:14px;
    background: #FFF;
    border: 1px solid #FFF;
    z-index:1;
}

#right-slider2 .buttons { display: block; margin: 0px 10px 0 0; float: left; }

#right-slider2 .prev {
    position: absolute;
    margin: -177px 0 0 -20px;
    width:14px;
    height:27px;
}

#right-slider2 .prev{background:url('../images/viewport-left-red.png') no-repeat;}
#right-slider2 .prev:hover {background:url('../images/viewport-left.png') no-repeat;}
#right-slider2 #not-full { margin: -50px 0 0 0; }
#right-slider2 .next {
    position:absolute;
    margin: -177px 0 0 250px;
    width:14px;
    height:27px;
}
#right-slider2 .next {background:url('../images/viewport-right-red.png') no-repeat;}
#right-slider2 .next:hover {background:url('../images/viewport-right.png') no-repeat;}
#right-slider2 .disable {visibility: hidden; }
#right-slider2 .overview {list-style:none; position: absolute; padding: 0; margin: 0 0 0 -1px; left: 0; top: 33px;}
#right-slider2 .overview li {float:left; margin: 0 0 0 0; padding: 1px; height:210px; width:800px;}

#right-slider2 .pager {
    overflow:hidden;
    margin:-315px 0 0 255px;
    width:8px;
    height:83px;
    position:absolute;
}

#right-slider2 .pager li { }

#right-slider2 .pagenum { width:8px; height: 7px; text-decoration: none; text-align: center; padding: 5px 0; color: #555555; font-size: 14px; font-weight: bold; display: block; background:url('../images/right-pager-red.png'); background-repeat:no-repeat;}
#right-slider2 .active { color: #fff; background:url('../images/right-pager-active-blue.png');  background-repeat:no-repeat;}
#right-slider2 #controls { position: absolute; bottom: -10px; left: 20px; z-index: 0; width:684px; height:50px;}

.festivals-home-page-slider {margin-top:-20px;}

/* ===================================
		ACTIVITIES SLIDER
 =================================== */
.activity-slider-wrapper
{
    /*background: url('../images/sand-image.jpg');*/
    height: 330px;
    padding-top: 8px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}



h1.activities-title
{
    background-color: #d61767;
    color: #fff;
    padding: 13px 0;
    text-align:center;
    font-size: 30px;
    margin-top: 0;

}

h1.activities-title span
{
}

#activities-slider
{
    height: 240px;
    margin: 0 auto;
    position: relative;
    width: 960px !important;
}

#activities-slider_prev,
#activities-slider_next
{
    background-repeat: no-repeat;
    height: 52px;
    position: absolute;
    top: 169px;
    width: 22px;
    z-index: 1;
}

#activities-slider_prev
{
    background-image: url('../images/left-arrow-dark.png');
    background-position: right;
    left: 0px;
    width: 18px;
}

#activities-slider_next
{
    background: url('../images/right-arrow-dark.png');
    right: 0px;
    width: 18px;
}

#activities-slider_prev:hover,
#activities-slider_next:hover
{
    top: 170px;
}

#activities-slider li.centreMost,
#activities-slider li.centreMost .testing
{
    width: 262px !important;
}

#activities-slider > div {
    position:relative;
    width:200px;
}

#activities-slider img {
    height:100px !important;
    margin-top:0;
    position:relative;
    width:100% !important;/* important to overide javascript width */
}

#activities-slider .centreMost img {
    height:147px !important;
}

#activities-slider h2,
#activities-slider h3 {
    background-color: #d61767;
    font-size:15px;
    font-weight:normal;
    margin:8px 0;
    padding: 5px;
    text-align: center;
}

#activities-slider p {
    font-family: Helvetica, sans-serif !important;
    font-size:11px;
    margin:0;
    padding:0 7px;
    line-height: 15px;
}

/* THESE OVERIDE STYLES IN movingboxes.css */

/* Panel Wrapper */
.mb-slider, .mb-scroll {height:265px !important;}

/*** Slider panel ***/
.mb-slider .mb-panel {padding:4px;}

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
    border:0;
    display:block;
    cursor:pointer;
    height:70px;
    margin-top:-29px; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
    outline:0;
    position:absolute;
    text-decoration:none;
    top:50%;
    width:45px;
}

a.mb-scrollButtons.mb-left {
    background:transparent url(../images/left-arrow.png) no-repeat;
    left:-46px;
    z-index:1;
}

a.mb-scrollButtons.mb-right {
    background:transparent url(../images/right-arrow.png) no-repeat;
    right:-48px;
}

#activities-slider ul
{
    list-style-type: none;
    width: 3224px !important;
}

#activities-slider li
{
    float: left;
    margin: 0 4px;
}

.testing
{
    border: 1px solid #b2b2b2;
    background: #FFF;
    height: 240px;
    width: 165px
}

.testing img {

}

/* =====================================================================
		COMPETITIONS PAGE
 ===================================================================== */
.main-competitions {
    margin:0 auto;
    position:relative;
    width:100%;
}

.featured-competition {
    float:left;
    height:370px;
    padding-left:10px;
    width:49%;
}

.featured-competition.last {
    float:right;
    padding-left:0;
    padding-right:10px;
}

.featured-competition img {
    height:330px;
    width:480px;
}

.featured-competition-title {
    background:#0b3453;
    color:#ffffff;
    /*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
    font-family: o-b, sans-serif;
    font-size:24px;
    height:40px;
    padding-top:4px;
    text-align:center;
}

/* =====================================================================
		DESTINATIONS LISTING PAGES
 ===================================================================== */
#photos-listing .story_title {
    background:url('../images/story-title-bg.png');
    background-repeat:repeat-x;
    height:60px;
    margin:-80px 0 0 20px;
    overflow:hidden;
    position:absolute;
    width:960px;
}

.story_title h2 {
    color:#ffffff !important;
    display:inline-block;
    /*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
    font-family: o-b, sans-serif;
    font-size:34px;
    margin:0px!important;
    padding:20px 0 0 10px;
    text-transform:uppercase;
    width:1000px;
}

.story_title a { color: #fff; }

#photos-listing .story_title p {
    padding: 3px 10px 3px 10px; margin: 0px!important; color: #fff!important; display: inline-block; width:1000px; font-family: 'hand_of_seanregular'; font-size:14px;
}

#photos-listing .story_title a {font-size: 18px;}

#photos-listing { position: relative;  margin-top:0; height:440px; overflow:hidden; }
#photos-listing .viewport { border:0px solid #fff; float: left; width: 1000px; height:440px; overflow: hidden; position: relative; z-index:1; background: #FFF;}

/*
#photos-listing .prev {
	background:url('../images/left-arrow.png') no-repeat;
	height:45px;
	margin:-250px 0 0 -5px;
	position:absolute;
	width:40px;
}
#photos-listing .prev:hover{
}
#photos-listing .next { 
	background:url('../images/right-arrow.png') no-repeat;
	height:45px;
	margin:-272px 0 0 905px;
	position:absolute;
	width:40px;
	z-index:1;
}
#photos-listing .next:hover { 
}
*/

#photos-listing #not-full { margin: -50px 0 0 0; }
#photos-listing .disable { visibility: hidden; }
#photos-listing .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0;}
#photos-listing .overview li{ float: left; margin: 0 0 0 0; height: 310px; width: 1001px;}
#photos-listing .overview li img {}

#photos-listing .pager li { float: left; margin-right:2px; width:auto; }
#photos-listing .pagenum { width:7px; height: 8px; text-decoration: none; text-align: center; padding: 7px 0; color: #555555; font-size: 14px; font-weight: bold; display: block; background:url('../images/pager.png'); background-repeat:no-repeat;}
#photos-listing .active { color: #fff; background:url('../images/pager-active.png');  background-repeat:no-repeat;}

/* ===================================
		DESTINATIONS ARTICLES
 =================================== */
.destination-title {
    border-bottom:3px solid #acabab;
    margin-bottom:10px;
}

.destinations-slider {
    margin-top:5px;
}

.listing-prev,
.listing-next
{
    display:block;
    height: 38px;
    position: absolute;
    width: 36px;
    top: 260px;
    z-index:1;
}

.listing-prev
{
    background:url('../images/left-arrow.png') no-repeat;
    left: 10px;
}

.listing-next
{
    background:url('../images/right-arrow.png') no-repeat;
    right: 10px;
}

#photos {position: relative; height: 270px;}

#photos-static {
    border-top:3px solid #acabab;
    position:relative;
    margin: 5px 0;
    padding-top:20px;
    width:1000px;
}

.story {
    background:#fff;
    display:block;
    overflow:hidden;
    padding:0;
}
.photostack_image { width:1000px; height: 365px; overflow: hidden;}
.photostack_image img { width:1000px; vertical-align: middle;}

.social-share-container {margin:20px 0 0 20px;}
.social-share-button {margin-right:10px;}

/* =====================================================================
		STUDENT DEALS
 ===================================================================== */
.deals-link {text-align:center;}

/* =====================================================================
		VIDEOS PAGE
 ===================================================================== */
iframe {
    display:block;
    margin:40px auto 0;
}

/* =====================================================================
		FLOATING BUTTONS
 ===================================================================== */
/* absolute positioned wrapper for the element I want to fix position */
.floating-buttons-wrapper {
    left:-30px;
    position:absolute;
    top:-35px;
    /*top:0;*/
    width:30px;
}

/* The element I want to fix the position of */

/* DaveR - Have redone small tabs as images as  previous was not working in older browsers. */
.floating-buttons-wrapper {
    
       left: 99%;
    margin-left: -10px;
    position: fixed;
    top: 306px;
    width: 30px;
    z-index:1;
}

.floating-buttons-wrapper a { display: block; width: 30px; margin-bottom: 10px; }
.floating-buttons-wrapper span { display: none; }

.floating-buttons-wrapper .tab_1{
    height: 82px;
    background: url("/images/tab_subscribe.png");
}
.floating-buttons-wrapper .tab_2{
    height: 65px;
    background: url("/images/tab_istudy.png");
}
.floating-buttons-wrapper .tab_3{
    height: 66px;
    background: url("/images/tab_ifestival.png");
}
.floating-buttons-wrapper .tab_4{
    height: 65px;
    background: url("/images/tab_igap.png");
}


/* =====================================================================
		FOOTER
 ===================================================================== */
.footer_bottom {
    background: url('../images/footer-background.png') repeat-x top;
    clear:both;
    /* height:300px; */
    margin:0 auto;
    overflow:hidden;
    position: relative;
    text-align:center;
    width:1000px;
    padding-top: 5px;
    margin-top: -5px;

}

.footer_bottom h2 {
    color:#fff;
    /*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
    font-family: o-b, sans-serif;
    font-size:26px;
    font-weight:normal;
}

.footer_bottom p {
    color:#fff;
    font-family:Verdana, sans-serif;
    font-size:16px;
}

.footer-contact-details,
.footer-newsletter {
    border-bottom:1px solid #9a9b9b;
    margin:0 auto;
    padding-bottom:15px;
    width:91%;
}

.footer-bottom-centre {
    padding: 20px 0;
    background-color: #353637;
    width:1000px;
    margin:0 auto;
}

.footer-links {
    margin:0 auto;
    width:530px;
    overflow:hidden;
    position:relative;




    text-align:center;

}

.footer-links ul {
    list-style:none;
    margin:20px 0 0;
    padding:0;
    overflow: hidden;
}

.footer-links ul.first {margin-left:30px;}

.footer-links ul li {
    display:block;
    float:left;
    list-style:none;
    margin: 1px 0 0 0;
    padding:0;
}

.footer-links a {
    color:#fff;
    display:block;
    font-size:16px;
    /*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
    font-family: o-b, sans-serif;
    margin-right:0;
    padding: 0 1em;
    text-transform:uppercase;
}

.footer-links a:hover {
    text-decoration:underline;
}

a.footer-newsletter-link {
    color:#fff;
    text-decoration:underline;
}

a.footer-newsletter-link:hover {
    color:#00aeef;
    text-decoration:none;
}

/* someone added a load of inline styles to the content in the database, it breaks the page layout so this span wraps it and removes everything thats not needed */
.remove-styles-from-db p,
.remove-styles-from-db article {
    border:none !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size:12px !important;
    line-height:18px !important;
    padding:0 20px !important;
    color:#252525 !important;
}

.contact-wrap {
    float:left;
    margin:0 auto;
    width:40%;
}

#emailf {
    float:right;
    margin:0 auto;
    width:60%;
}

/* =====================================================================
			BX ACTIVITIES SLIDER
===================================================================== */
h1.alt-activities-title {
    color:#5c5c5c;
    margin:30px auto 20px;
    text-align:center;
}

.testing h3 a
{
    color:#fff;
    font-weight:normal;
}

.testing h3 {
    font-size:16px;
    margin:5px 0;
    padding: 5px;
}

.testing p {
    font-family: Helvetica, sans-serif !important;
    font-size:12px;
    margin:0 !important;
    padding:0 5px !important;
}

.bx-wrapper .bx-prev {
    background:url("../images/left-arrow.png") no-repeat;
    left:-45px;
    z-index:1;
}

.bx-wrapper .bx-next {
    background:url("../images/right-arrow.png") no-repeat;
    right:-35px;
}

.bx-wrapper .bx-viewport {height:240px !important;}

.student-deal-image
{
    float: left;
    text-align: center;
    width: 330px;
}

.student-deal-image img
{
    float: none;
    height: auto;
    max-width: 300px;
}

.student-deals .storysummary
{
    float: left;
    margin-left: 2em;
}

#ads_newTop img
{
    height: 101px;
    width: 454px;
}

#i-sections {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 30px 0px;
}

#i-sections a {
    float: left;
    margin-right: 10px;
}

.our_pick_title {
    width: 100%;
    background-color: #229d7e;
    color: #FFF;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
}


.istudy-guide > .guide-header, .istudy-guide > .guide-body {background-color: #d41b66; }

.istudy-guide-details {
    background: url("/images/istudy-guide.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 329px;
    left: -12px;
    position: relative;
    width: 222px;
    border-radius:0px 0px 10px 0px;
}

.istudy-guide-details .inner {
    color: #fff;
    line-height: 22px;
    padding-top: 110px;
}

#top-nav-links li a.home { margin:4px -11px 0 4px !important }

#content2 .istudy-guide-details .inner  p {  padding:0px 16px; line-height:16px; font-size:13px;}
.istudy-guide .guide-body { height:285px; }
.istudy-guide .guide-body-home { height:301px; }
.new-guide.istudy-guide { width:210px; }
.istudy-guide.istudy-middle .guide-body { padding:inherit; }
.istudy-guide.istudy-middle  { width:207px; }
.nav-istudy { background: url("../images/istudy-header.png") repeat scroll 0 0 rgba(0, 0, 0, 0); }
.nav.nav-istudy ul li a:hover { color: #470621; }

.istudy.new-home-competition-body  { padding:0px; }
.istudy.new-home-competition-body img { margin:2px 0px 2px 2px; height:auto; width:inherit; }
.istudy.new-home-competition-body  a { display:inline-block; }
.istudy.new-home-competition-body  a.istudy-com-img-1  {  height:99%; width:240px; float:left;  }
.istudy.new-home-competition-body  a.istudy-com-img-1 img { height:98%; }
.istudy.new-home-competition  { width:383px; height:219px; }
.istudy.new-home-competition-body h2 a  { font-size:22px; }
.new-home-competition-footer { font-size:38px; padding:24px 15px 25px; }
.istudy.new-home-competition-body  a.istudy-com-img-2 { margin-left:2px;height:auto; }

.img-right { float:right; width:141px;  }
.divided-nav .istudy-nav-wrapper .first { padding: 0px !important;}

#guide-purchase-button {
    margin: auto;
    display: block;
    padding: 5px 10px;
}

.purchased-content-section ul {
    padding-left: 30px;
    list-style: disc;
}




/*new structure*/
.new_v1 #header-container{
    width:100%;
}
.new_v1 .full_width_1160{
    width:1160px !important;
}
.new_v1 #header-top-nav-istudy{
    background:transparent;
    padding-top:30px;
    height:auto ;
}
.new_v1 #header{
    
}
.nav.nav-istudy ul li a:hover {
    color: #B4A7B7;
}

.new_v1 .header-inner .header_logo .center_logo{
    float: none !important;
    margin: 0px 0 0 0px !important;
}
.new_v1 #accountlinks ul li a{
    color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 800;
}
.new_v1 .account-link-slash{
    color: #000;
}
.new_v1 .top-buttons{
    margin: 0;
    width: auto;
    float: none;
    display:flex;
    margin-right:20px;
    
}
.new_v1 .top_header_main.with_margin{
    margin:0px auto;
}
.new_v1 .top_header_main .right_header_option{
    display:flex;
    align-items:center;
    justify-content:end;
}
.new_v1 .top-buttons a{
   background-color:#6A2383;
    border-radius: 500px;
    height: 30px;
    width: 30px;
    display: flex;
    color: #fff; 
    margin-right:10px;
}
.new_v1 .top-buttons a span{
    margin:auto;
}
.new_v1 #accountlinks{
    position:relative;
    text-align: right;
    float: right;
    right:0px;
    margin-top:0px;
}
.new_v1 .header-inner .header_logo {
    display:flex;
    align-items:center;
    justify-content:center;
}
.new_v1 #main-nav{
    height:auto;
}
.new_v1 .nav-istudy{
     background:#6A2383;
}
.new_v1 .istudy-nav-wrapper{
    
}
.new_v1 .nav ul li{
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family:'Jost', sans-serif; 
    font-size: 15px !important;
    font-weight: 600;
    list-style-type: none;
   letter-spacing:1px;
    text-transform: uppercase;
    -webkit-text-stroke: 0px;
}
.new_v1 .nav ul li a{
    color: #fff;
    display: block;
    margin: 0;
}
.new_v1 #wrapper #inner_wrapper #content2 .top-bar{
    display:none;
}

.new_v1 .divided-nav .link::before{
    display: block;
    position: absolute;
    content: '';
    height:20px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    background-color: #fff;
    background: #FFF;
}
.new_v1 .divided-nav li a{
    padding:0px 15px !important;
}
.new_v1 .mid_section{
    width:100% !important;
    
}

.new_v1 .mid_section #photos-listing .story_title h2{
     font-family:'Jost', sans-serif; 
     font-size:24px;
}
.new_v1 .mid_section #controls .pager{
    top:390px;
}
.new_v1 .mid_section #photos-listing .pager li{
    margin-right:5px;
}
.new_v1 .mid_section #photos-listing .pager li:last-child{
    margin-right:0px;
}

.new_v1 #content2 .content-inner{
    background:none;
    width:100%;
    padding:0;
}
.new_v1 .content-innermost{
    width:100%;
    margin:0;
}
.new_v1 .activity-slider-wrapper{
    height:350px;
    width: 1130px;
    margin: auto;
    overflow: auto hidden;
}
.new_v1 #activities-slider_prev{
   left:1px;
}
.new_v1 #activities-slider_next{
   
}
.new_v1 h1.activities-title{
    display: block;
    background-color: #f2f2f2;
    color: #6A2383;
    font-size: 20px;
    padding: 20px 30px;
    font-weight: 900;
    font-family: 'Jost', sans-serif;
    text-transform: Uppercase;
    margin:30px 0px;
    float: none;
    text-align: center;
}
.new_v1 #activities-slider{
    width:1100px !important;
    height:100%;
}
.new_v1 #activities-slider li{
    width: 200px;
    height: 100%;
}
.new_v1 #activities-slider img{
    height:130px !important;
}
.new_v1 .new_v1 #activities-slider li.leftMost{
     height: 100%;
}
.new_v1 .new_v1 #activities-slider li.prevMost{
     height: 100%;
}
.new_v1 .new_v1 #activities-slider li.nextMost{
    height: 100%;
}
.new_v1 .new_v1 #activities-slider li.centreMost{
     height: 100%;
}
.new_v1 #activities-slider .centreMost img{
    height:160px !important;
}
.new_v1 .testing {
    height: 300px;
    width: 200px;
    border:2px solid #000;
}
.new_v1 .testing p.width_auto{
    width:auto !important;
    font-size:14px !important;
}
.new_v1 #activities-slider p{
    font-size:14px;
    font-family: 'Jost', sans-serif !important;
        padding: 0px 10px !important;
        line-height: 1.3;
}
.new_v1 #home-middle{
    width:100%;
}
.new_v1 #content2{
    width:100%;
    padding-bottom:0px;
    padding:0px;
}
.new_v1 .festivals-home-page-slider{
    width:1000px;
    margin:auto;
    padding-top:40px;
    margin-top:0px;
}
.new_v1 .festivals-home-page-slider .story_title{
         margin: -120px 0 0 20px !important;
}
.new_v1 #photos-listing .viewport{
    float:none;
    margin:0 auto;
}
.new_v1 #photos-listing .overview{
    height:100%;
}
.new_v1 #activities-slider h3{
    background-color: #fff; 
     font-size: 18px;
    font-family: 'Jost', sans-serif;
    text-transform: Uppercase;
    width:auto;
}
.new_v1 .testing h3 a{
    color: #6A2383; 
     font-weight: 800;
}
.new_v1 #top_adv{
    position:relative;
    width: 1000px;
    margin: 50px auto;
    margin-top:30px;
    left:0;
    right:0;
    top:0px;
    height:120px;
}
.new_v1 #top_adv .ads{
    margin:auto;
    position: relative;
    width: 547px;
    height: 120px;
}
.new_v1 #ads_newTop img{
    height:120px;
    width:100%;
}
.new_v1 #ads_newTop a{
    position:absolute;
    top:0;
    left:50%;
}
.new_v1 .footer_bottom{
    width:100%;
    background: none;
    background-color:#000;
    margin-top: 30px;
}
.new_v1 .footer-bottom-centre{
    padding:30px 0px;
     background-color:#000;
     width:1160px;
}
.new_v1 .footer-bottom-centre .footer-newsletter{
    width:100%;
    border-bottom:0;
    padding-bottom:0px;
}
.new_v1 .footer-newsletter h2{
    text-transform:uppercase;
    font-family: 'Jost', sans-serif;
     font-weight: 800;
     font-size:30px;
     letter-spacing:1px;
}
.new_v1 .footer-newsletter  p{
     font-family: 'Jost', sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 ;
    padding:15px !important;
    margin:0px !important;
}
.new_v1 a.footer-newsletter-link{
    text-decoration:none;
}
.new_v1 .footer_bottom .subscribe_box {
    padding: 10px 0px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_v1 .footer_bottom .subscribe_box .sub_input_box {
    background-color: #fff;
    border-radius: 5px;
    color: #495456;
    padding: 10px 15px;
    width: 320px;
    border: 0;
}
.new_v1 .footer_bottom .subscribe_box .subscribe_btn {
    border-radius: 5px;
    padding: 10px 30px;
    background-color: #495456;
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
}
.new_v1 .footer-links{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.new_v1 .footer-links ul{
    margin-left:0px;
    margin-top:0px;
}
.new_v1 .footer-links ul li{
    height:35px;
    position:relative;
}
.new_v1 .footer-links a{
    color: #fff;
    padding: 10px 15px;
    position: relative;
    font-weight:700;
    text-transform:capitalize;
    font-family: 'Jost', sans-serif;
     font-size:15px;
}
.new_v1 .footer-links a:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3px;
    content: '';
    height: 15px;
    width: 2px;
    background-color: #fff;
}
.new_v1 .corpcopyright{
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    color: #fff;
    padding-top: 15px;
    font-size:15px;
}
.new_v1 h1.title{
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size:36px;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    display:inline-block;
    text-transform: capitalize;
    width: 100%;
    padding:10px 0px;
    margin:0px;
    background:transparent;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.new_v1 .article-header{
    border-top:0px;
    margin-top:0px;
    width:1000px;
    margin:auto;
}
.new_v1 .article-header .posteddate{
    font-family: 'Jost', sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: #000;
    padding-left:0px;
}
.new_v1 .article-header-left{
    padding-bottom:20px;
}
.new_v1 .article-header-left h3.subtitle{
    
}
.new_v1 .article-header-right{
    margin-top:0;
}
.new_v1  .a2a_kit{
    width:auto !important;
}
.new_v1  .a2a_kit a span{
    background-color: #000 !important;
    border-radius: 500px;
    height: 25px;
    width: 25px;
    display: flex;
    color: #fff;
}
.new_v1 .destination-title{
    border-bottom:0px;
    margin-bottom:0px;
}
.new_v1 #middle{
    width:100%;
}
.new_v1 h1{
    display: block;
    background-color: #f2f2f2;
    color: #6A2383;
    font-size: 20px;
    padding: 20px 30px;
    font-weight: 900;
    font-family: 'Jost', sans-serif;
    text-transform: Uppercase;
    /*margin: 30px 0px;*/
    float: none;
    text-align: center;
    margin:0px;
    margin-bottom:20px;
}
.new_v1 .dataTables_wrapper{
    width:1000px;
    margin:auto;
}
.new_v1 #content .article_row, #content2 .article_row{
    width:1000px;
}
.new_v1 .storysummary{
    width:580px;
}
#content .article_row p, #content2 .article_row p{
    width:100%;
}
.new_v1 #wrapper .dataTables_length{
    width:auto;
}
.new_v1 .storysummary h2 a{
    font-family: 'Jost', sans-serif;
    font-size:24px;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    display:inline-block;
    text-transform: capitalize;  
    color: #353637;
}
.new_v1 .width_1000{
    width:1000px;
    margin: 0 auto;
}
.new_v1 #photos-static{
     margin: 0 auto ;
     border-top:0;
}
.new_v1 .listing-prev, .listing-next{
    top:50%;
    transform: translateY(-50%);
}
.new_v1 #content p, #content2 p{
    width:1000px;
    margin:auto;
    padding:0px;
}
.new_v1 .storysummary p{
    padding: 0 20px !important;
}
.new_v1 .featured-competition{
    padding:0px;
}
.new_v1 .competition{
    /*display:flex;*/
    /*align-items:center;*/
    /*justify-content:center;*/
    border-top:0px;
}
.new_v1 .competition.with_detail{
    width:1000px;
    margin:auto;
}
.new_v1 .istudy-nav-wrapper li:hover ul{
     background-color: #6A2383;
}
.new_v1 .istudy-nav-wrapper li ul li{
    margin:0px;
}
.new_v1 .competition .competition_header{
    display:flex;
    align-items:center;
    padding: 20px 0px;
}
.new_v1 .article-header.fix_width{
    width:200px;
}
.new_v1 .content_block.with_center{
    width:500px;
    margin:auto;
    text-align:center;
}
.new_v1 .content_block.with_center .competition_form_flex{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.new_v1  .competition_form_flexform .field label{
   width:auto;
}
.new_v1 .content_block.with_center .competition form .checkbox.width_70{
    width:90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_v1 .content_block .competition form .checkbox .position_left{
    left:20px;
}
.new_v1 .content_block.with_center .competition form .submit_field.width_0{
    width:0px;
    padding-top:15px;
}
.new_v1 .competition.with_detail .left{
    width: 100%;
}

.new_v1 .competition.with_detail .left p{
    width:100% !important;
}
.new_v1 .competition.with_detail .right{
    float: none;
    width: 100%;
    text-align: center;
    margin:0px;
}
.new_v1 #content2 p{
    padding-bottom:15px;
    font-size:15px;
    line-height:1.5;
}
.new_v1 #content2 p strong{
    font-weight:800;
}
.new_v1 .article-header .subtitle{
     font-family: 'Jost', sans-serif;
    font-size:18px;
    font-weight: 600;
    display:block;
    text-align:center;
    text-transform: capitalize;  
    color: #000;
    margin:0px;
   padding:10px 0px;
   padding-bottom: 30px;
}
.new_v1 .main-competitions{
    width:1000px;
    margin:auto;
}
.new_v1 #photos-listing{
    width: 1000px;
    margin: auto;
}
.new_v1 .archivebutton{
    margin-top: 0;
     padding: 0;
     /*display:none;*/
}
.new_v1 .storysummary.guidesummary{
    width: calc(100% - 140px);
}
.new_v1 .storysummary.guidesummary p{
    padding-right:0px !important;
}
.new_v1 #wrapper .dataTables_paginate{
    width:auto;
}
.new_v1 .login_form_width{
    width:1000px;
    margin:auto;
    padding-top:15px;
}
.new_v1 .login_form_width .table{
    display:flex;
}
.new_v1 .login_form_width .table tbody{
    margin:auto;
}
.new_v1 .content_center{
    margin:auto;
}
.new_v1 .content_center .with_padding{
    padding-left:15px;
}
.new_v1 .custom_class h3{
    width: 1000px;
    margin: auto;
    padding-bottom: 15px;
    color: #252525;
    font-weight:800;
}
.new_v1 .custom_class{
    height: 100%;
    width: 1000px;
    margin: auto;
    display:flex;
    flex-wrap: wrap;
}
.new_v1 .custom_class .contact-wrap{
    width: 300px;
    display:none;
}
.new_v1 .custom_class .contact-wrap p{
    width:auto;
}
.new_v1 .custom_class #emailf{
    width:50%;
    float:none;
} 
.new_v1 .custom_class ul li{
    width: 1000px;
    margin: auto;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
}
.new_v1 .custom_class #emailf .button_submit{
    float:right;
}
.new_v1 .custom_class .left_image_box{
    width:calc(50% - 15px);
    margin-right:15px;
    position:relative;
    border-radius: 0px 0px 3px 3px;
}
.new_v1 .left_image_box .bottom_text_overlay{
    background:#4f5857;
    position:absolute;
    bottom:0px;
    left:0px;
    height:120px;
    display:flex;
    width:100%;
    align-items:center;
    border-radius: 0px 0px 3px 3px;
    padding: 30px;
    
}
.new_v1 .left_image_box .bottom_text_overlay .left_address{
        width: 50%;
}
.new_v1 .left_image_box .bottom_text_overlay .left_address .address_title{
   color: #fff;
    font-weight: 700;
    text-transform: Uppercase;
    font-family: 'Jost', sans-serif;
    font-size: 15px; 
}
.new_v1 .left_image_box .bottom_text_overlay .address_with_img{
 
}
.new_v1 .left_image_box .bottom_text_overlay .address_with_img.with_dflex{
    display:flex;
    align-items:center;
    padding-left: 35px;
}
.new_v1 .left_image_box .bottom_text_overlay .address_with_img.with_dflex .contact_num{
    padding-top:0px;
}
.new_v1 .left_image_box .bottom_text_overlay .imgs{
    margin-right:20px;
}
.new_v1 .left_image_box .bottom_text_overlay .imgs img{
    height:15px;
    width:15px;
    filter:invert(1);
    border-radius: 0px 0px 3px 3px;
    
}
.new_v1 .left_image_box .bottom_text_overlay .imgs.height_50{
    margin-top:15px;
}
.new_v1 .left_image_box .bottom_text_overlay .imgs.height_50 img{
    height:50px;
}
.new_v1 .left_image_box .bottom_text_overlay .address_with_img .imgs{
    
}
.new_v1 .left_image_box .bottom_text_overlay .address_with_img .detail_address{
    padding-top:15px;
    color:#fff;
    font-family: 'Jost', sans-serif;
}
.new_v1 .left_image_box .bottom_text_overlay .right_number{
    
}
.new_v1 .custom_class .left_image_box img{
    width:100%;
    height:100%;
}
.new_v1 .custom_class .right_form{
    width:calc(50% - 15px);
    margin-left:15px;
}
.new_v1 .custom_class .right_form .contact_form{
    
}
.new_v1 .custom_class .right_form .contact_form table tr td{
    width:50%;
    padding:0px;
}
.new_v1 .custom_class .right_form .contact_form table tr td span{
    display:block;
    font-size: 14px;
    padding:7px 0px;
    font-weight: 600;
    user-select: none;
}
.new_v1 .custom_class .right_form .contact_form table tr td span.small_font{
    font-size:12px;
    padding-top: 2px;
}
.new_v1 .custom_class .right_form .table input.without_bg{
    float:none;
}
.new_v1 .custom_class form.form table tr td input.without_bg{
    background: transparent !important;
    border:1px solid #cbc9c9;
    padding: 10px 15px;
    border-radius: 3px;
    width: calc(100% - 15px);
}
.new_v1 .custom_class form.form table tr td textarea.without_bg{
         background: transparent !important;
         border:1px solid #cbc9c9;
          border-radius: 3px;
           width: calc(100% - 15px);
}
.new_v1 .custom_class .grey_button{
    background: #999999 !important;
    color:#000;
    font-family: Helvetica, Arial, sans-serif;
    padding: 10px;
    margin-top:0px;
    font-size:16px ;
}
.new_v1 .banner_guide{
    width:1000px;
    margin:auto;
    padding-top: 15px;
}
.new_v1 .banner_guide img{
    width:100%
}
.new_v1 .custom_class .field.with_d_flex{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .new_v1 .full_width_1160{
        width:100% !important;
    }
    .new_v1 .banner_guide{
        width:100%;
        margin:auto;
    }
    .new_v1 .custom_class .contact-wrap{
        width:100%;
    }
    .new_v1 .custom_class #emailf{
        width:100%;
    }
    .new_v1 #header-top-nav-istudy{
        padding-top:10px;
    }
    .new_v1 .custom_class ul li{
        width:100%;
    }
    .new_v1 .custom_class h3{
        width:100%;
        padding-left: 15px;
    }
    .new_v1 .login_form_width{
        width:100%;
    }
    .new_v1 .storysummary.guidesummary{
        width: 100%;
    }
    .new_v1 #top-nav-centre{
        width:100%;
    }
    .new_v1 .top-buttons{
        margin-right: 10px;
    }
    .new_v1  #accountlinks{
        font-size:14px !important ;
        padding-right:10px;
    }
    .new_v1 .header-inner .header_logo{
        padding-top:10px;
    }
    .new_v1 .header-inner .header_logo .center_logo{
        height:60px;
    }
    .new_v1 .nav ul li{
        font-size:10px !important;
        letter-spacing:0px;
    }
    .new_v1 .istudy-nav-wrapper ul{
       display: flex;
        align-items: center;
        justify-content: start;
        overflow: scroll;
        white-space: nowrap;
    }
    .new_v1 .divided-nav li a{
        padding: 0px 5px !important;
    }
    .new_v1 .divided-nav .link::before{
        width: 1px;
        height:10px;
    }
    .new_v1 #photos-listing{
        width:100%;
        padding-top: 20px;
    }
    .new_v1 .mid_section #controls .pager{
        right: 5px;
        top: 410px;
    }
    .new_v1 #photos-listing .viewport{
        width:100%;
    }
    .new_v1 #photos-listing .story_title{
        width:100%;
        padding-left: 10px;
        margin-left: 0;
    }
    .new_v1 .mid_section #photos-listing .story_title h2{
        width:100%;
        font-size:10px;
        padding-left: 0px;
    }
    .new_v1 #top_adv{
        width:100%;
    }
    .new_v1 #top_adv .ads{
        width:auto;
    }
    .new_v1 #header-container{
        height:175px;
    }
    .new_v1 .footer-bottom-centre{
        width:100%;
        padding-top:0px;
    }
    .new_v1 .footer-newsletter h2{
        font-size:18px;
    }
    .new_v1 #content p, #content2 p{
        width:100%;
        padding:0px 10px;
    }
    .new_v1 .footer_bottom .subscribe_box{
        flex-wrap:wrap;
    }
    .new_v1 .footer_bottom .subscribe_box .subscribe_btn{
        margin-top: 15px;
    }
    .new_v1 .footer-newsletter p{
        font-size:15px !important;
        padding-top: 0px !important;
    }
    .new_v1 .footer-links ul li{
        height:30px;
        width:50%;
    }
    .new_v1 .festivals-home-page-slider .story_title {
        margin: -100px 0 0 0px !important;
    }
    .new_v1 .activity-slider-wrapper{
        width:100%;
        overflow:hidden;
    }
    .new_v1 #activities-slider_prev{
        z-index:3;
    }
    .new_v1 #activities-slider_next{
        z-index:3;
        right:0px;
    }
    .new_v1 .custom_class{
        width:100%;
    }
    .new_v1 .custom_class p a img{
         width:100% !important;
    }
    .new_v1 .dataTables_wrapper{
         width:100%;
    }
    .new_v1 #wrapper .dataTables_length{
         padding-right:10px;
         margin-top:10px;
    }
    .new_v1 #content .article_row, #content2 .article_row{
         width:100%;
         padding:20px 10px;
    }
    .new_v1 .storysummary{
         width:100%;
    }
    .new_v1 .storysummary h2{
         margin-top:15px;
    }
    .new_v1 #photos-static{
         width:100%;
    }
    .new_v1 .article-header{
         width:100%;
    }
    .new_v1 .competition.with_detail{
         width:100%;
         flex-wrap: wrap;
    }
    .new_v1 .competition.with_detail .right{
         width:100%;
         padding-top:15px;
    }
    .new_v1 .competition.with_detail .left{
         width:100%;
    }
    .floating-buttons-wrapper{
         left:95%;
    }
    .new_v1 .competition form .field label{
         width:100%;
         position:relative;
    }
    .new_v1 .competition form .field input{
         width:100%;
         margin:0px;
    }
    .new_v1 .competition{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .new_v1 .competition form{
        width:100%;
        padding-top:0px;
    }
    .new_v1 .competition form .field textarea{
        margin:0px;
        width:100%;
    }
     .new_v1 .competition form .field.checkbox{
         display:flex;
         align-items:center;
     }
    .new_v1 .competition form .field.checkbox [type="checkbox"]{
        width: 20px;
    }
    .new_v1 h1{
        font-size: 18px;
        padding: 15px 20px;
        margin-bottom:0px;
    }
    .new_v1 .archivebutton{
        font-size:14px;
    }
    .new_v1 .article-header .subtitle{
            padding-bottom: 10px;
    }
    .new_v1 .article-header-left{
        padding-bottom:10px;
        width: 100%;
        text-align: center;
    }
    .new_v1 .article-header-right{
        
    }
    /*.new_v1 .custom_class .contact-wrap #contactF table tr{*/
    /*   display: grid; */
    /*}*/
    .new_v1 form.form table tr td input ,.new_v1 form.form table tr td textarea{
        width:250px;
    }
    .new_v1 .custom_class #emailf .button_submit{
        float:left;
    }
    .new_v1 .custom_class .left_image_box {
        width:100%;
        margin-right: 0px;
            height: 500px;
    }
    .new_v1 .left_image_box .bottom_text_overlay{
        padding:10px;
    }
    .new_v1 .left_image_box .bottom_text_overlay .left_address{
        width: 100%;
    }
    .new_v1 .left_image_box .bottom_text_overlay .imgs {
        margin-right: 5px;
    }
    .new_v1 .left_image_box .bottom_text_overlay .address_with_img.with_dflex{
        padding-left:0px;
        justify-content: center;
    }
    .new_v1 .custom_class .right_form{
        width:100%;
        margin-left:10px;
    }
    .new_v1 .content_block.with_center{
        width:100%;
    }
    .new_v1 .competition .competition_header{
        flex-wrap:wrap;
        padding: 0;
    }
    .competition form.competition_form_flex .field label.responsive_font_size{
        font-size:12px;
    }
    .new_v1 .competition form .field label.label_left{
        text-align: left;
        display: block;
    }
    .new_v1 h1.title{
        font-size: 25px;
    }
}   

