* {
    padding: 0;
    margin: 0;
}

body {
    color: #4c4d4f;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
    margin: 0;
}


/* Fonts */

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?56711530');
  src: url('../fonts/fontello.eot?56711530#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?56711530') format('woff2'),
       url('../fonts/fontello.woff?56711530') format('woff'),
       url('../fonts/fontello.ttf?56711530') format('truetype'),
       url('../fonts/fontello.svg?56711530#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


/*

.icon-gplus:before { content: '\e803'; } 
.icon-behance:before { content: '\e804'; } 

.icon-heart:before { content: '\e806'; } 
*/

.icon-search:before {
    content: '\e800';
}

.icon-share:before {
    content: '\e801';
}

.icon-twitter:before {
    content: '\f099';
}

.icon-facebook:before {
    content: '\f09a';
}

.icon-linkedin:before {
    content: '\f0e1';
}

.icon-angle-right:before {
    content: '\f105';
}

.icon-left-open-big:before {
    content: '\e802';
}

.icon-right-open-big:before {
    content: '\e804 ';
}

.icon-heart-empty:before{
    content: '\e803 ';
}

.icon-comment-empty:before{
    content: '\f0e5 ';
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin0 {
    margin: 0;
}

.contain-to-grid {
    background: #4d5057;
}

.top-bar,
.top-bar-section ul li {
    background: #4d5057;
}

.contain-to-grid .gwd-logo {
    display: none;
}

.contain-to-grid.gwd-header {
    background: #4d5057;
}

.contain-to-grid.gwd-header .gwd-logo {
    display: block;
}

.contain-to-grid.gwd-header #inner-nav li a {
    color: #fff;
    font-size: 13px;
}

.contain-to-grid.gwd-header #inner-nav li a.active {
    color: #4d5057;
    font-size: 13px;
}
span.desig {
  font-size: 12px;
  text-transform: uppercase;
}
.member-name a.email{
  font-size: 12px;
}
.social-media-share-btns a{
  border: 1px solid #4c4d4f;
  padding: 0.3em;
  text-align: center !important;
}
.social-media-share-btns{
  margin-top: 0.8em; 
}
.social-media-share-btns a i{
  color: #4c4d4f; 
}
.ad {
  margin-top: 1em;
}
/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    header {
        position: relative;
    }
    .magazine {
        display: none;
    }
    .logo-center {
        text-align: center;
        display: block;
    }
    .logo {
        width: 295px;
        margin: 10px 10px 0 15px;
    }
    .search {
        max-width: none;
        width: 100%;
        margin-top: 10px;
    }
    .search .form-control,
    .search .form-control:focus {
        box-shadow: none;
        border: none;
        float: left;
        background: none;
        height: 60px;
        margin-bottom: 0;
        width: 80%;
        margin-left: 0;
    }
    .search button {
        margin-bottom: 5px;
        color: #a7a9ac;
        float: left;
        height: 60px;
        width: 60px;
        background: none;
    }
    .search .icon-search {
        font-size: 20px;
        margin: -4px 0 0 -9px;
    }
    footer {
        padding: 20px 0 20px 0;
        background: #4d5057;
        padding: 30px 0 20px 0;
        color: #fff;
        text-align: center;
    }
    footer p {
        font-size: 13px;
    }
    footer a img {
        height: 40px;
    }
    .copy-text {
        margin-top: 10px;
    }
    .dotted-border {
        border-bottom: 1px dotted #4c5157;
        padding-bottom: 10px;
    }
    .sub-head {
        color: #4c5157;
        text-transform: uppercase;
        font-size: 17px;
        display: inline-block;
    }
    .light {
        font-weight: 100;
    }
    .itlic-text {
        font-weight: 700;
        font-style: italic;
    }
    .play-text,
    .enter-title {
        font-family: "Playfair Display", Arial, Helvetica, sans-serif;
        font-size: 30px;
        line-height: 32px;
    }
    .play-text {
        margin-top: 20px;
        margin-bottom: 30px;
        display: inline-block;
    }
    .play-text.dotted-border {
        padding-bottom: 20px;
        line-height: 40px;
    }
    .share {
        margin: 20px 10px 40px 10px;
    }
    .show-btns, .share a {
        color: #4c4d4f;
    }
    .blocks {
        padding-bottom: 0px;
        text-align: center;
        padding-bottom: 10px;
        margin-top: 20px;
    }
    .blocks img {
        float: none;
        margin-right: 0;
    }
    .advertisements .dotted-border {
        padding-bottom: 20px;
    }
    .competitions .sub-head {
        font-size: 14px;
        display: block;
        margin: 35px 0 0;
    }
    .competitions .sub-head.light {
        font-weight: 300;
        font-size: 37px;
        text-transform: capitalize;
        font-family: 'Roboto', sans-serif;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .enter-title {
        font-size: 18px;
    }
    .entry-text .enter {
        float: right;
        color: #4c4d4f;
        text-transform: uppercase;
        margin-top: 10px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .entry-text a:after,
    .read-more:after,
    .read-article:after{
        content: '\f105';
        font-family: "fontello";
        margin-left: 6px;
        margin-top: 9px;
        vertical-align: bottom;
    }
    .sidebar {
        margin-top: 15px;
    }
    .sidebar h3, .address h3 {
        padding-bottom: 20px;
        display: inline-block;
        padding-right: 20px;
        background: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 17px;
    }
    .side-title {
        position: relative;
    }
    .sidebar h3:before {
        background: url(../images/curve.png) repeat-x bottom center;
        content: '';
        position: absolute;
        display: inline-block;
        height: 3px;
        top: 23%;
        left: 0;
        z-index: -5;
        margin-left: 104px;
        width: calc(100% - 105px);
    }
    .post-list li.posts {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .margin0>li {
        padding: 0;
    }
    li.posts {
        display: table;
    }
    .post-pic {
        display: table-cell;
        vertical-align: top;
        max-width: 115px;
    }
    .post-pic img {
        padding-right: 20px;
    }
    .post-categories a {
        font-size: 14px;
        font-weight: 400;
        color: #4c4d4f;
    }
    .post-categories a:last-child:after {
        content: '';
    }
    .post-categories a:after {
        content: ' /';
    }
    h2 {
        font-size: 22px;
    }
    .post-title a {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -1px;
        line-height: 1.2em;
        padding: 0 0 10px 0;
        display: block;
        color: #333;
    }
    .post-date {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 2px;
        color: #aaa;
        text-transform: uppercase;
        position: relative;
        display: block;
    }
    .read-more,
    .read-more:hover,
    .read-more:focus {
        display: block;
        color: #666;
        font-size: 14px;
    }
    .post-list {
        margin-bottom: 20px;
    }
    .center-title {
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 15px;
    }
    .sidebar:not(.sidebar-white) .center-title {
      color: #666;
    }
    .social-icons {
        padding-bottom: 20px;
    }
    .social-icons i {
        border: 1px solid #ddd;
        color: #808487;
        position: relative;
        padding: 0;
        padding-top: 11px;
        text-align: center;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }
    .social-icons i:hover {
        background: #294d8b;
        color: #fff;
    }
    .social-icons a:last-child i {
        margin-right: 0;
    }
    .top-bar .toggle-topbar.menu-icon {
        margin-top: 6px;
    }
    .inner-navbar .toggle-topbar.menu-icon a {
        color: #fff;
        font-size: 15px;
        padding-left: 0px;
        padding-right: 40px;
    }
    .top-bar .toggle-topbar.menu-icon a span::after {
        box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    }
    .top-bar-section ul {
        margin: 45px 0 0px 0px;
        padding-bottom: 10px;
        background-color: #333;
    }
    .top-bar-section ul li>a {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 16px;
    }
    .top-bar-section li:not(.has-form) a:not(.button).active,
    .top-bar-section li:not(.has-form) a:not(.button):hover,
    .contain-to-grid.gwd-header #inner-nav li a:hover{
        color: #4d5057;
        background: #fff;
    }
    .gwd-header .top-bar {
        height: 65px;
    }
    .gwd-header .menu-logo {
        margin-left: 27px;
    }
    .gwd-header .menu-icon-text {
        display: none;
    }
    .gwd-header .top-bar .toggle-topbar.menu-icon {
        margin-top: -15px;
    }
   .slider-container {
        position: relative;
        margin: 0 auto;
        height: 230px;
    }
    .slider {
        background-color: #000;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .slide {
        position: relative;
    }
    #carousel .caption {
        color: #4c4d4f;
        background: rgba(255,255, 255, 0.6);
        z-index: auto;
        position: absolute;
        bottom: 10px;
        border-bottom: 7px solid #4c4d4f;
        width: 50%;
        height: auto;
        left: 25%;
        padding: 15px 20px;
    }
    #carousel .caption h2 {
        color: #fff;
        text-shadow: 1px 1px #000;
        font-weight: 500;
    }
    #carousel .caption p.feature_slider {
        font-size: 14px;
        height: auto;
        font-weight: 700;
        line-height: 17px;
        z-index: auto;
        margin-bottom: 10px;
    }
    #carousel img,
    .slide {
        display: block;
        float: left;
	      height:510px;
	      width:990px;
    }
    #prev,
    #next {
        background-color: rgba(0, 0, 0, 0.4);
        display: block;
        height: 206px;
        width: 50%;
        top: 0;
        position: absolute;
    }
    #prev {
        left: -115px;
    }
    #next {
        right: -115px;
    }
    #prev .icon-left-open-big,
    #next .icon-right-open-big {
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: 50%;
    }
    #prev .icon-left-open-big {
        right: 10px;
    }
    #next .icon-right-open-big {
        left: 10px;
    }   
    .read-article{
        border:1px solid #75787b;
        background:#4e4e50;
        color:#75787b;
        font-size: 14px;
        text-transform: uppercase;
        padding: 5px 10px;
    }
    /*Article*/
    .inner-content{
        margin: 20px 0;
    }
    .article p{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .article, .media-pack{
        border-bottom:2px dotted #808387;
        padding-top: 10px;
    }
    .article-head{
        border-bottom:2px dotted #808387;
        border-top:2px dotted #808387;
        padding: 10px 0;
        margin-bottom: 15px;
        color: #808387;
    }
    .article-pics{
        margin-bottom: 15px;
        display: table;
    }
    .article-pics .pic-1,.article-pics .pic-2{
        display: table-cell;
        vertical-align: top;
    }
    .article-slider{
        margin-bottom: 25px;
    }
    .slick-slide img {
      width: 100%;
    }
    .slick-prev:before,
    .slick-next:before {
        color: black;
    }    
    .slick-arrow, .slick-arrow:hover, .slick-arrow:focus{
        position: absolute;
        background: none;
        top: 50%;
        z-index: 10;
        padding: 0;
    }    
    .slick-prev{
        left:5px;        
    }
    .slick-next{
        right:5px;
    }
    .slick-arrow .icon-left-open-big, .slick-arrow .icon-right-open-big{
        font-size:30px;
        margin: 0;
    }
    .article-head h2{
        text-align: center;
        color: #808387;
    }
    .article-icons{
        text-align: center !important;
    }
    .article-icons .show-btns{
        margin-left: 20px;
    } 
    .article-icons .show-btns:first-child{
        margin-left: 0px;
    }
    .article-icons i{
    	color:#aaa;
    	margin-right:5px;
    }
    a.nav-btns{
      color: #4c5157;
      font-size: 1.2em;
    } 
    .note{
        font-style: italic;
        font-weight: 100;
        margin-top: 20px;
    }    
    .comp-entry-form h3{
        font-size: 18px;
        font-weight: 500;
        color:#4e5157;
        margin: 20px 0;
        font-family: 'Roboto', sans-serif;
    }
    input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
        background-color: #f2f2f3;
        border: none;
        padding: 14px 15px;
        height: 45px;
    }
    .entry-form{
        margin-top: 20px;
    }
    .btn-group{
        text-align: center;
    }
    .button, .button {
        background-color: #4e5157;
        border-color: #4e5157;
        padding: 13px 11px;
        text-transform: uppercase;
    }
    button:hover, button:focus, .button:hover, .button:focus {
        background-color: #393b3e;
    }
    .curve-btn{
        border-radius: 5px;
        margin-top: 20px;
    }
    .address{
        padding-top: 10px;
    }
    .address, .address a, .address h2, .address h3{
        color: #808387;
    }
    .address h2, .address h3{
        display: block;
    }
    .address{
        border-top: 2px dotted #808387;
        padding-bottom: 35px;
    }
   .address h3 {
        padding-bottom: 0;
        padding-top: 15px;
    }
    .address a:hover{
        color: #4c4d4f;
    }
    .blue-content{
        background: url(../images/contact-bg.jpg) no-repeat top right;
        padding: 20px 0;
        margin: 0;
        background-size: cover;
        box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.4);
    }    
    .sidebar-white h3{
        background: none;
        color: #fff;
    }
    .sidebar-white h3:before{
        background: none;
         border-bottom: 2px dotted #fff;
    }
    .sidebar-white .social-icons i {
        background: #fff;
    }
    .sidebar-white .post-categories a, .sidebar-white .post-title a, .sidebar-white .post-date:hover, .sidebar-white .post-date:focus, .sidebar-white .read-more, .sidebar-white .read-more:hover, .sidebar-white .read-more:focus, .center-title, .blue-content h2, .blue-content .address p, .blue-content .address p a, .blue-content .play-text, .blue-content .play-text a, .events .sub-head, .events .post-date, .full-page .sub-head{
        color:#fff;
    }
    .sidebar-white .dotted-border, .events .sub-head.dotted-border, .events .play-text.dotted-border, .full-page .sub-head.dotted-border, .full-page .play-text.dotted-border {
        border-bottom: 1px dotted #fff;
    }
    .blue-content .address {
        border-top: 2px dotted #fff;
    }
    .blue-content .media-pack  {
        border-bottom: 2px dotted #fff;
    }
    .blue-content .address h3{
        background: none;
        color: #fff;
    }
    .latest-issue-magazine{
        margin-bottom: 20px;
        display: table;
        width: 100%;
    }
    .latest-issue-magazine img{
        display: table-cell;
        vertical-align:top;
    }
    .latest-issue-magazine .play-text{
        display: table-cell;
        vertical-align:top;
        text-align: center;
        padding: 0 15px;
        
    }
    .latest-issue-magazine .play-text span{
        display:block;
        font-size:14px;
        font-family: 'Roboto', sans-serif;
        border-bottom: 1px dotted #fff;
    }
    textarea{
        height: 150px;
    }
    .blue-content .sidebar h3:before {
        margin-left: 128px;
        width: calc(100% - 130px);
    }
    .events{
        background: url(../images/diary-backdrop.jpg) no-repeat 0 0;
        box-shadow: none;
        background-size: cover;
    }
    .event-box{
        background: #dddddf;
        color: #808285;
        padding-top: 20px;
    }
    .events .article-slider{
        margin-bottom: 0;
    }
    .events h2{
        color: #808285;
        padding: 0 25px;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }
    .event-box .article-head{
        border-bottom: none;
        margin:0 15px 0 15px;       
    }
    .events .sidebar h2{
        font-size: 22px;
        color: #fff;
        padding: 0;
    }
    .event-head{
        background: #bdbdc0;
        text-align: center;
        font-size: 27px;
        font-family: "Playfair Display", Arial, Helvetica, sans-serif;
        color: #505357;
        padding: 7px 0;
    }
    .event-calendar{
        background: url(../images/cal-icon.png) no-repeat 0px 0;
        font-weight: 500;
        vertical-align: top;
        padding: 17px 0 23px 17px;
        font-size: 40px;
        font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    }
    .event-dates{
        margin: 25px 0px;
        border-bottom: 2px dotted #808285;
    }
    .event-dates:last-child{
        border-bottom: none;
    }
    .event-details{
        vertical-align: top;
    }
    .time-list{
        list-style-type: none;
        margin-left: 0;
    }    
    .time-list-left, .time-list-right{
        text-align: left;
        vertical-align: top;
    }
    .time-list-left{
        width: 20%;
    }
    .time-list-right, .event, .time-list-right a, .time-list-right a:hover, .time-list-right a:focus{
        color: #333;
    }
    .event-section{
        padding: 10px;
    }
    .event{
        font-family: 'Roboto', sans-serif;
        font-size: 23px;
        margin-bottom: 10px;
    }
    .event-section .share {
        margin: 20px 10px 30px 10px;
    }
    .events .article{
        border-bottom: none;
    }
    .full-page{
        background: url("../images/canvas-1.jpg") repeat 0 0;
        
    }
    .full-page [class*="column"] + [class*="column"]:last-child, .team [class*="column"] + [class*="column"]:last-child{
        float:left;
    }
    .issue{
        margin-bottom: 25px;
        display: block;
    }
    .gallery a{
        position: relative;
        text-align: center;
    }
    .img-caption{
        display: none;
        background: rgba(0,0,0,0.5);
        color: #fff;
        text-align: center;
        position: absolute;
        top: 0;
        left: 19%;
        width: 180px;
        padding: 10px;
        height: 100%;        
    }
    .caption-text{
        border: 1px solid #fff;
         height: 100%;
        padding-top: 50%;
    }
    .gallery .fa-plus{
        border: 1px solid #fff;
        padding: 7px 8px;
        border-radius: 20px;
        margin-top: 10px;
    }
    .gallery a:hover .img-caption{
        display: block;       
        
    }
    .contact-us .article{
        border-bottom: none;
    }
    .contact-us .address{
        border-top: none;
    }
    .contact-us .address, .contact-us .address a, .contact-us .address h2, .contact-us .address h3{
        color: #4d4d4f;
    }
    .contact-us .address p{
        line-height: 37px;
    }
    .contact-us .sidebar h3:before{
        display: none;
    }
    .team-member{
        text-align: center;
        margin-bottom: 25px;
        min-height: 350px;
    }
    .member-border{
        border: 1px solid #808285;
        padding: 7px;
        margin: 0 auto;
        width: 197px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
    .member-border img{
        border-top-right-radius: 26px;
        border-bottom-left-radius: 26px;
    }
    .member-name h2{
        font-family: "Playfair Display", Arial, Helvetica, sans-serif;
        margin-bottom: 15px;
        margin-top: 5px;
    }
    .member-name{
        margin-top: 25px;
    }
    .team-member .email{
        color: #261900;
        word-break: break-all;
    }
    .team.dotted-border{
        border-top: 1px dotted #4c5157;
        border-bottom: none;
        padding-top:30px;
        padding-bottom: 30px;
    }
    .contact-img{
        margin-bottom: 25px;
    }
    .parallax {
        background-image: url(../images/contact-bg.jpg);
        min-height: 50%;
        position: relative;
        background-attachment: fixed;
        background-position: -380px 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
}


/* Extra Small Devices, Phones */
@media only screen and (min-width: 375px) {
    .img-caption{
        left:24%;
    }
}
@media only screen and (min-width: 480px) {
    .search .form-control,
    .search .form-control:focus {
        width: 50%;
        margin-left: 0;
    }
    .search {
        width: 72%;
    }
    #prev {
        left: -200px;
    }
    #next {
        right: -200px;
    }
    #prev .icon-left-open-big {
        right: 30px;
    }
    #next .icon-right-open-big {
        left: 30px;
    }  
    #carousel .caption {
        width: 70%;
        left: 15%;
    }
    .img-caption{
        left: 33%;
        width: 181px;
    }
    .parallax {
        background-position: center;
    }
}

@media only screen and (min-width: 600px) {
    #prev .icon-left-open-big {
        right: 50px;
    }
    #next .icon-right-open-big {
        left: 50px;
    }  
    .img-caption{
        left: 0px;
        width: 137px;
    }
}
@media only screen and (max-width: 500px) {
  .slider-container {
    height: 200px;
  }
  #carousel img,
    .slide {
        width:350px;
        height: 198px;
    }    
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    header {
        padding-top: 20px;
        padding-bottom: 70px;
    }
    .magazine {
        position: absolute;
        display: block;
    }
    .magazine a {
        width: 125px;
        margin-top: 15px;
        margin-left: 15px;
    }
    .buy-now {
        display: block;
        margin: 10px 0;
        color: #4c4d4f;
    }
    .logo-center {
        text-align: left;
        display: inline-block;
    }
    .logo {
        margin: 0px 25px 0 200px;
        width: 340px;
        margin-top: 40px;
    }
    .search {
        max-width: 200px;
        margin-top: 55px;
    }
    .search .form-control,
    .search .form-control:focus {
        width: 136px;
    }
    .blocks {
        padding-bottom: 30px;
    }
    .advertisements .dotted-border {
        padding-bottom: 30px;
    }
    .entry-text {
        width: 50%;
        margin: 0 auto;
    }
    .side-title {
        position: relative;
        z-index: 5;
    }
    .social-icons i {
        width: 42px;
        height: 42px;
        margin-left: 0;
        margin-right: 20px;
    }
    .social-icons i {
        font-size: 20px;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 12px 0 11px;
        font-size: 16px;
        background: #4d5057;
    }
    .top-bar-section li:not(.has-form):last-child a:not(.button) {
        padding: 0 12px 0 17px;
    }
    .gwd-header .menu-logo {
        margin-left: 6px;
        width: 105px;
        margin-right: 6px;
    }
    .gwd-header .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 6px;
    }
    .gwd-header .top-bar-section li:not(.has-form):last-child a:not(.button) {
        padding: 0 9px;
    }
    .gwd-header .top-bar-section ul li {
        margin-top: 10px;
    }
    .slider-container{
        height: 288px;
    }
    #carousel img,
    .slide {
        width:560px;
        height: 288px;
    }
     #prev,
    #next {
        height: 288px;
    }
     #prev {
        left: -280px;
    }
    #next {
        right: -280px;
    }
    #prev .icon-left-open-big {
        right: 28px;
    }
    #next .icon-right-open-big {
        left: 28px;
    }  
    #prev .icon-left-open-big, #next .icon-right-open-big {
        font-size: 40px;
    }
    #carousel .caption p.feature_slider{
        font-size: 20px;
        line-height: 20px;
    }
    .slick-arrow .icon-left-open-big, .slick-arrow .icon-right-open-big{
        font-size:45px;
    }
    .article-icons{
        text-align: right !important;
    }    
    .events h2{
        font-size: 24px;
    }
    .event-section{
        padding: 10px 35px 0;
    }
    .event-dates{
        display: table; 
        width: 100%; 
    }
    .event-calendar{
        display: table-cell;
        padding: 17px 0 0 17px;
        width: 20%;
    }
    .event-details{
        display: table-cell;
    }
    .time-list li{
        display: table;
        width: 100%;        
    }
    .time-list-left, .time-list-right{
        display: table-cell;
    }
    .issue{
        margin-bottom: 50px;
    }
    .img-caption{
        left: 0px;
        width: 162px;
    }
    .parallax {
        background-position: center;
    }
    
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .logo {
        margin: 25px 65px 0 200px;
        width: auto;
    }
    .top-bar-section ul li {
        padding: 0 14px;
    }
    .top-bar-section ul li:last-child {
        padding: 0 16px 0 17px;
    }
    .gwd-header .top-bar-section ul li {
        padding: 0 9px;
    } 
    .gwd-header .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 13px;
    }
    .slider-container{
        height: 360px;
    }
    #carousel img,
    .slide {
        width:700px;
        height: 360px;
    }
     #prev,
    #next {
        height: 361px;
    }
     #prev {
        left: -350px;
    }
    #next {
        right: -350px;
    }
    #prev .icon-left-open-big {
        right: 36px;
    }
    #next .icon-right-open-big {
        left: 36px;
    } 
    #prev .icon-left-open-big, #next .icon-right-open-big {
        font-size: 55px;
        top: 43%;
    }
    #carousel .caption{
        bottom:20px;
    }
    .slick-arrow .icon-left-open-big, .slick-arrow .icon-right-open-big{
        font-size:50px;
        margin: 0;
    }
    .btn-group{
        text-align: left;
    }
    .img-caption{
        left: 20px;
        width: 180px;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    header {
        padding-top: 30px;
    }
    .magazine a {
        width: 125px;
        margin-top: 0;
        margin-left: 0;
    }
    footer a img {
        height: auto;
    }
    .play-text,
    .enter-title {
        font-size: 40px;
    }
    .gwd-header .top-bar-section ul li {
        padding: 0 7px;
    }
    .contain-to-grid.gwd-header #inner-nav li a,
    .contain-to-grid.gwd-header #inner-nav li a.active{
        font-size: 15px;
    }
    .gwd-header .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 10px;
    }
     .slider-container{
        height: 510px;
    }
    #carousel img,
    .slide {
        width:990px;
        height: 510px;
    }
     #prev,
    #next {
        height: 510px;
    }
     #prev {
        left: -495px;
    }
    #next {
        right: -495px;
    }
    #prev .icon-left-open-big {
        right: 50px;
    }
    #next .icon-right-open-big {
        left: 50px;
    } 
    #carousel .caption p.feature_slider {
        font-size: 24px;
        line-height: 25px;
    }
    #prev .icon-left-open-big, #next .icon-right-open-big {
        font-size: 64px;
        top: 46%;
    }
    .slick-arrow .icon-left-open-big, .slick-arrow .icon-right-open-big{
        font-size:60px;
    }
}
