@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:700);
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
html{
    width: 100%;
    height: 100%;
}
body
{
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'open_sansregular',sans-serif;
    font-size: 14px;
    line-height: 140%;
    color: #606060;
}
a{
    text-decoration: none;
    color: #00b0ff;
}
a:hover{
    text-decoration: underline;
}
.clear {
    clear:both;
}
.text-24{
    font-size: 24px;
    padding-bottom: 5px;
    line-height: 120%;
}
.text-18{
    font-size: 18px;
    padding-bottom: 5px;
}
.text-12{
    font-size: 12px;
}
.text-bold{
    font-family: 'open_sansbold',sans-serif;
}
.text-light{
    font-family: 'open_sanslight',sans-serif;
}
.text-blue{
    color: #00A6F0;
}
.text-bold{
    font-family: 'open_sansbold', sans-serif;
}
.text-red{
    color: #ee4444;
}
.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}
b{
    font-family: 'open_sansbold',sans-serif;
}
sup {font-size:xx-small; vertical-align:super;}
.header{
    position: relative;
    background-color: #fff;
    width: 100%;
    z-index: 5;
}
.header * {
    box-sizing: content-box !important;
}
.wrapper{
    padding: 0 20px;
    max-width: 1700px;
    min-width: 300px;
    margin: auto;
}
.logo-div{
    float: left;
}
.logo-div img{
    height: 90px;
    padding: 5px 0;
}
.login{
    float: right;
}
.login a{
    color: #606060;
}
.login-div{
    height: 30px;
    line-height: 30px;
    margin: 35px 0 0;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 16px;
}
.login-div:hover{
    cursor: pointer;
    background-color: #e5e5e5;
    border-radius: 3px;
}
.login-div img{
    padding-right: 3px;
}
.account-top{
    display: inline-block;
    margin-top: 35px;
    padding: 8px;
    background-color: #e5e5e5;
    vertical-align: middle;
}
.account-top img{
    width: 25px;
    vertical-align: middle;
    padding-right: 3px;
}
.account-top:hover{
    cursor: pointer;
    opacity: 0.8;
}
.separator{
    display: inline-block;
    margin: 35px 0 0;
    width: 1px;
    height: 41px;
    line-height: 41px;
    background-color: #cccccc;
    vertical-align: middle;
}
.menu{
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #333333;
    font-size: 0px;
    z-index: 2;
}
.menu-button{
    display: none;
}
.menu-div ul{
    display: block;
    list-style-type: none;
    text-align: center;
}
.menu-div ul li{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 15px;
}
.menu-div ul li:last-of-type{
    border-right: none;
}
.menu-div ul li:hover{
    background-color: #00b0ff;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px #606060;
}
.menu-div ul .selected{
    background-color: #00b0ff;
    box-shadow: 0px 2px 4px 0px #606060;
}
.menu-div ul li a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 0 32px;
    height: 40px;
    line-height: 40px;
}
.header-title{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 30px 0 15px;
    z-index: 1;
}
.header-title-text{
    display: inline-block;
    font-family: 'PT Sans Narrow',sans-serif;
    text-transform: uppercase;
    font-size: 44px;
    color: #00b0ff;
    letter-spacing: 0.05em;
    padding: 0 10px;
    line-height: 50px;
}
.header-end{
    display: inline-block;
    width: 140px;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
}
.header-end img{
    width: 100%;
    vertical-align: middle;
}
.intro-text{
    position: relative;
    margin: auto;
    line-height: 200%;
    text-align: center;
    font-size: 16px;
    padding-bottom: 35px;
    background-color: #fff;
    z-index: 4;
}
.intro-pictures{
    position: relative;
    max-width: 100%;
    overflow: hidden;
    z-index: 4;
    background-color: #fff;
}
.intro-pic{
    position: relative;
    display: inline-block;
    width: 33.33%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pic1{
    background-image: url('../images/i3-influence-inspire-impact-1.jpg');
}
.pic2{
    background-image: url('../images/i3-influence-inspire-impact-2.jpg');
}
.pic3{
    background-image: url('../images/i3-influence-inspire-impact-3.jpg');
}
.overlay{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-image: url('../images/overlay.png');
    background-repeat: repeat-x;
    text-align: center;
}
.pic-title{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-family: 'PT Sans Narrow',sans-serif;
    color: #fff;
    bottom: 20px;
    vertical-align: bottom;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    height: 32px;
    overflow: hidden;
    padding: 15px 0 5px;
}
.pic-text{
    padding: 15px 80px;
    font-size: 14px;
    text-transform: none;
    font-family: 'open_sansregular';
    letter-spacing: 0;
}
.elements{
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background-color: #fff;
    z-index: 5;
}
.element{
    display: inline-block;
    width: 25%;
    text-align: center;
    vertical-align: top;
}
.element-text{
    padding: 0 50px;
    font-size: 14px;
    line-height: 150%;
}
.element-text img{
    padding-bottom: 15px;
}
.element-title{
    font-size: 20px;
    font-family: 'open_sansbold',sans-serif;
    color: #707070;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.home-register{
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: #00b0ff;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
    z-index: 6;
}
.home-register a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #333;
}
.home-register-top{
    font-size: 18px;
}
.home-register-title{
    font-size: 36px;
    font-family: 'open_sansbold',sans-serif;
    padding: 10px 0 25px;
}
.home-register-cities{
    font-size: 18px;
    text-transform: uppercase;
}
.home-contact{
    position: relative;
    display: table;
    width: 100%;
    max-width: 100%;
    padding: 30px 0;
    overflow: hidden;
    z-index: 8;
    background-color: #e5e5e5;
}
.home-contact a{
    color: #606060;
    text-decoration: none;
    line-height: 120%;
}
.home-contact-text{
    display: table-cell;
    text-align: center;
    color: #606060;
    vertical-align: middle;
    padding: 0 20px;
}
.call{
    font-size: 28px;
}
.call img, .call-more img{
    margin-bottom: 10px;
    vertical-align: middle;
}
.call-more{
    margin-top: 20px;
    font-size: 28px;
}
.call-more-div{
    display: inline-block;
}
.lets-talk{
    position: fixed;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.home-testimonials{
    padding: 30px 0;
    background-color: #fff;
    z-index: 7;
}
.home-upcoming{
    padding: 30px 0;
    background-color: #fff;
    z-index: 7;
    text-align: center;
}
.content{
    width: 100%;
    padding: 25px 0;
    min-height: 400px;
}
.content-text{
    padding: 0 10px;
    line-height: 140%;
}
.content-img{
    float: left;
    padding: 0 15px 10px 0;
    max-width: 100%;
}
.background{
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.background:after{
  content: "";
  background: url(../images/i3-season2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  top: 10px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
#login-div{
    background-color: #fff;
    padding: 30px;
    margin: 30px auto;
    width: 212px;
    box-shadow: 1px 1px 3px 1px #606060;
}
.login-div-title{
    font-size: 18px;
    font-family: 'open_sansbold',sans-serif;
    color: #969696;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #cccccc;
}
.login-div-title img{
    padding-right: 3px;
}
#login-div td{
    padding: 0 0 5px ;
}
#login-div input{
    padding: 4px;
    border: solid 1px #d0d0d0;
    height: 18px;
    font-family: 'open_sansregular',sans-serif;
    font-size: 14px;
    width: 200px;
    color: #404040;
}
.login-button{
    padding: 5px 10px;
    background-color: #00b0ff;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}
.login-button:hover{
    cursor: pointer;
    opacity: 0.8;
}

.red{
    color: #ff5555;
}
.link{
    color: #606060;
    text-decoration: none;
}
.link:hover{
    color: #969696;
    text-decoration: underline;
}
#start-discussion{
    float: left;
    padding: 8px;
    color: #606060;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #e5e5e5;
}
#start-discussion:hover{
    cursor: pointer;
    opacity: 0.8;
}
#start-discussion img{
    vertical-align: middle;
    padding-right: 7px;
}
#start-discussion a{
    text-decoration: none;
    color: #fff;
}
#logout{
    float: right;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-size: 15px;
    background: url('../images/menu-bg.jpg');
    text-align: center;
    margin-bottom: 20px;
}
#logout:hover{
    cursor: pointer;
    background: url('../images/menu-bg-hover.jpg');
}
#logout img{
    vertical-align: middle;
    padding-right: 10px;
}
#logout a{
    text-decoration: none;
    color: #fff;
}
#forum-discussions{
    clear: both;
    margin-top: 10px;
    border: solid 1px #d0d0d0;
    margin-bottom: 20px;
    text-align: left;
}
#forum-discussions-title{
    color: #969696;
    font-family: 'open_sansbold',sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: 25px;
    border-bottom: solid 1px #d0d0d0;
}
#forum-discussions-title img{
    display: block;
    float: left;
    vertical-align: middle;
    padding: 0 5px 0 10px;
}
#pages{
    clear: both;
    padding: 10px 10px 20px 10px;
    float: right;
}
.page{
    display: inline;
    padding-right: 10px;
    line-height: 16px;
    vertical-align: middle;
}
.page a{
    color: #404040;
}
.page a:hover{
    color: #2299ff;
}
.current-page{
    color: #2299ff !important;
    font-weight: bold !important;
    text-decoration: none;
}
.page-divider{
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #b0b0b0;
    vertical-align: middle;
    margin: 0 10px;
}
#back-to-forum{
    float: right;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    background: url('../images/menu-bg.jpg');
    text-align: center;
    margin-bottom: 20px;
}
#back-to-forum:hover{
    cursor: pointer;
    background: url('../images/menu-bg-hover.jpg');
}
#back-to-forum a{
    color: #fff;
    text-decoration: none;
}
.divider-grey{
	clear: both;
	width: 100%;
	height: 1px;
	background-color: #e0e0e0;
}
#profile-div{
    float: left;
    width: 39%;
    border: solid 1px #d0d0d0;
    margin-bottom: 15px;
}
#area-div{
    float: right;
    width: 59%;
    border: solid 1px #d0d0d0;
    margin-bottom: 15px;
    line-height: 150%;
}
.profile-title{
    background-color: #00b0ff;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    line-height: 25px;
}
.profile-title img{
    vertical-align: middle;
    padding-right: 10px;
}
#profile-text{
    padding: 15px;
}
#profile-text img{
    max-width: 100%;
}
.edit-title{
    font-size: 18px;
}
#change-password-table{
    padding-top: 10px;
}
#change-password-table td{
    padding: 5px 10px 5px 0;
}
#change-password-table input{
    padding: 5px;
    font-family: 'Open Sans',sans-serif;
    color: #404040;
    width: 220px;
    border: solid 1px #e0e0e0;
}
#update-div{
    width: 100%;
    border: solid 1px #d0d0d0;
    margin-bottom: 15px;
    box-sizing: border-box;
}
#report-div {
    position: relative;
    width: 100%;
    max-width: 960px;
    border: solid 1px #d0d0d0;
    margin: auto;
    margin-bottom: 15px;
    box-sizing: border-box;
}
#start-discussion-div{
    clear: both;
    margin-top: 10px;
    width: 450px;
    border: solid 1px #d0d0d0;
    display: none;
}
#start-discussion-title{
    background-color: #00b0ff;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    line-height: 25px;
}
#start-discussion-form{
    padding: 10px;
}
#start-discussion-form input{
    padding: 5px;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    color: #404040;
    width: 418px;
    border: solid 1px #e0e0e0;
}
#start-discussion-form textarea{
    padding: 5px;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    color: #404040;
    width: 418px;
    height: 90px;
    border: solid 1px #e0e0e0;
    resize: none;
}
.cancel-text{
    float: right;
    padding: 10px;
    font-size: 13px;
    text-decoration: underline;
}
.cancel-text:hover{
    text-decoration: none;
    cursor: pointer;
}
#discussion{
    margin-bottom: 30px;
}
#discussion-table{
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}
#discussion-heading{
    border-bottom: solid 1px #d0d0d0;
}
#discussion-table th{
    padding: 10px 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'open_sansbold',sans-serif;
    font-weight: normal;
    box-sizing: border-box;
}
#discussion-table th:first-of-type{
    width: 75%;
    padding-left: 15px;
}
#discussion-table th:last-of-type{
    width: 25%;
}
.discussion{
    width: 100%;
}
.profile-pic-td{
    display: block;
    float: left;
    width: 90px;
    padding: 10px 10px 0 15px;
}
.profile-pic-td img{
    width: 100%;
}
.even{
    background-color: #efefef;
}
.discussion-left{
    display: inline-block;
    width: 75%;
    vertical-align: top;
    padding: 15px 0 5px;
}
.discussion-text{
    line-height: 140%;
    padding: 10px 0 15px 0;
}
.discussion-post{
    display: block;
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    color: #606060;
    padding-right: 20px;
}
.disc-read-more{
    clear: left;
    padding: 2px 10px;
    background-color: #00b0ff;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
}
.disc-read-more:hover{
    cursor: pointer;
    opacity: 0.8;
}
.replies{
    display: inline-block;
    width: 25%;
    font-size: 18px;
    vertical-align: top;
    padding-top: 15px;
}
.replies a{
    color: #606060;
    text-decoration: none;
}
.replies img{
    padding-right: 5px;
}
.discussion-title{
    font-family: 'open_sansbold',sans-serif;
    font-size: 16px;
    color: #606060;
    text-transform: capitalize;
    line-height: 140%;
    padding-left: 15px;
}
.discussion-left a:hover{
    text-decoration: none;
}
.started-by{
    color: #969696;
    padding-left: 15px;
}
.started-by-name{
    color: #969696;
}
/*.latest{
    display: inline-block;
    line-height: 140%;
    width: 25%;
    vertical-align: top;
    padding-top: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}*/
.latest-name{
    font-size: 12px;
    color: #969696;
}
#discussion{
    float: left;
}
#discussion-title{
    clear: both;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 140%;
    color: #606060;
    padding-bottom: 5px;
    border-bottom: solid 1px #d0d0d0;
    margin-bottom: 15px;
}
#first-post-pic{
    float: left;
    width: 10%;
    padding-right: 2%;
}
#first-post-pic img{
    width: 100%;
}
#right-posts{
    float: left;
    width: 88%;
}
.first-post {
    position: relative;
    min-height: 40px;
    padding: 10px;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    line-height: 140%;
}
.first-post:after, .first-post:before {
    right: 100%;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.first-post:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #f0f0f0;
    border-width: 10px;
    margin-top: -10px;
}
.first-post:before {
    border-color: rgba(208, 208, 208, 0);
    border-right-color: #f0f0f0;
    border-width: 11px;
    margin-top: -11px;
}
.post-name{
    font-size: 14px;
    color: #00b0ff;
    font-weight: bold;
    padding-bottom: 5px;
    letter-spacing: 0.02em;
}
.post-text{
    
}
.post-time{
    clear: both;
    float: left;
    font-size: 12px;
    padding-top: 5px;
    color: #969696;
}
.post-delete{
    float: right;
    margin-top: 5px;
}
.reply-delete{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}
.post-delete:hover, .reply-delete:hover{
    cursor: pointer;
    opacity: 0.8;
}
.post-border {
    position: relative;
    clear: both;
    margin-top: 15px;
    background: #fff;
    border-top: 1px solid #e0e0e0;
}
.post-border:after, .post-border:before {
    bottom: 100%;
    left: 35px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.post-border:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.post-border:before {
    border-color: rgba(208, 208, 208, 0);
    border-bottom-color: #e0e0e0;
    border-width: 9px;
    margin-left: -9px;
}
.reply{
    padding: 15px 0 5px 0;
}
.reply-pic{
    float: left;
    width: 8%;
    padding-right: 1.5%;
}
.reply-text{
    float: left;
    width: 90.5%;
    line-height: 140%;
}
#reply-textarea{
    float: left;
    width: 87%;
    padding: 10px 1.5%;
    height: 50px;
    color: #404040;
    resize: none;
    border: solid 1px #e0e0e0;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
}
.loading{
    float: right;
    margin: 3px 5px 0 0;
    display: none;
}
.register-div{
    position: relative;
    width: 100%;
    max-width: 960px;
    border: solid 1px #d0d0d0;
    margin: auto;
    padding: 20px 0;
    text-align: center;
    box-shadow: -1px 2px 3px 1px #cccccc;
    min-height: 500px;
}
#cost-ribbon{
    position: absolute;
    top: -15px;
    right: -15px;
    overflow: hidden;
}
.register-img{
    width: 100%;
    margin-bottom: -4px;
}
.blue-strip{
    padding: 15px 0 10px;
    background-color: #00b0ff;
    color: #fff;
}
.grey-strip{
    padding: 15px 0 10px;
    background-color: #e5e5e5;
    margin: 15px 0;
}
#main-city{
    width: 250px;
    padding: 5px;
    height: 35px;
    font-family: 'open_sansregular',sans-serif;
    font-size: 14px;
    color: #606060;
}
#main-city option{
    padding: 5px;
}
#i3-form{
    font-size: 0px;
    text-align: left;
    padding: 15px 0;
}
.event-left
{
    width: 48%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top
}
.event-right{
    width: 48%;
    display: inline-block;
    text-align: left;
    vertical-align: top
}
.form-wrap{
    padding: 0 20px;
}
.form-div{
    display: inline-block;
    font-size: 14px;
    width: 49%;
    padding: 5px 1% 5px 0;
    text-align: left;
}
.form-div-full{
    width: 100% !important;
    padding: 5px 0;
    box-sizing: border-box;
}
.label{
    display: inline-block;
    padding: 0 10px 5px 0;
    width: 30%;
    min-width: 140px;
    vertical-align: middle;
}
.field{
    display: inline-block;
    vertical-align: middle;
}
input[type=text], input[type=password]
{
        width:230px;
	height:17px;
	padding:7px;
        font-family: 'open_sansregular', sans-serif;
        font-size:13px;
	border-style:solid;
	border-width:1px;
	border-color:#d0d0d0;
	outline:none;
	color:#404040;
}
#contact{
    width:202px;
}
#i3-form textarea{
    width:230px;
	height:55px;
	padding:7px;
	resize:none;
	overflow:auto;
        font-family: 'open_sansregular', sans-serif;
        font-size:14px;
	border-style:solid;
	border-width:1px;
	border-color:#d0d0d0;
	outline:none;
	color:#404040;
}
#note{
    display: none;
}
#i3-form select{
    width: 170px;
    height:35px;
	padding:7px;
        font-family: 'open_sansregular', sans-serif;
        font-size:13px;
	border-style:solid;
	border-width:1px;
	border-color:#d0d0d0;
	outline:none;
	color:#404040;
}
.working-div{
    display: none;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu {
  width: auto;
  border-bottom: 3px solid #00b0ff;
  font-family: Raleway, sans-serif;
  line-height: 1;
}
#cssmenu ul {
  background: #ffffff;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right > ul > li > a {
  margin-right: 0;
  margin-left: -4px;
}
#cssmenu > ul > li > a {
  z-index: 2;
  padding: 18px 25px 12px 25px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #444444;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-right: -4px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssmenu > ul > li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 120%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: perspective(5px) rotateX(2deg);
  -webkit-transform-origin: bottom;
  -moz-transform: perspective(5px) rotateX(2deg);
  -moz-transform-origin: bottom;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}
#cssmenu > ul > li.active > a:after,
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li > a:hover:after {
  background: #00b0ff;
}
.gallery-img{
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 4px;
    width: 24%;
    margin: 10px 0 0 0;
    padding-bottom: 7px;
}
.gallery-img img,.gallery-img iframe {
    width: 100%;
    margin-bottom: 5px;
}
.gutter-sizer{
    width: 1%;
}
/* Counsellors Page Styles */
.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	height: 250px;
}
.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}
.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ddd;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}
.og-expander {
	position: absolute;
	background: #ddd;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}
.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
        box-sizing: border-box;
}
.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}
.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
        box-sizing: border-box;
}
.og-details {
	padding: 0 40px 0 20px;
}
.og-fullimg {
	text-align: center;
}
.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}
.og-details h3 {
	font-family: 'open_sanslight',sans-serif;
        font-weight: 300;
	font-size: 52px;
	padding: 40px 0;
	margin-bottom: 10px;
        line-height: 100%;
}
.og-details p {
	font-size: 14px;
	line-height: 150%;
	color: #606060;
}
.og-details a {
	display: none
}
.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}
@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}
@media screen and (max-width: 650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	
}
.counsellor-name{
	width: 250px;
	height: 35px;
	position: absolute;
	z-index: 1000;
	top: 195px;
	left: 0;
	background-color: #00b0ff;
	color: #fff;
	font-size: 16px;
	padding: 10px 0 10px 0;
}
.designation{
	font-size: 12px;
}
.faq{
    padding: 10px 0;
    border-bottom: solid 4px #f0f0f0;
    margin: 10px 0 10px 0;
}
.faq-question{
    float: left;
    cursor: pointer;
    font-size: 18px;
}
.faq-answer{
    display: none;
}
.faq-close{
    cursor: pointer;
    float: right;
    vertical-align: middle;
    display: none;
    padding: 5px;
}
.submit-button{
    padding: 12px 20px;
    background-color: #00b0ff;
    color: #fff;
    display: inline-block;
    margin: 15px 15px 15px 0;
    text-align: center;
    font-size: 16px;
}
.submit-button:hover{
    cursor: pointer;
    opacity: 0.8;
}

.accordion {
   margin: 10px;
}
.accordion dt {
      padding: 10px;
      border: 1px solid #d0d0d0;
      border-bottom: 0;
      background-color: #f5f5f5;
}
.accordion dt:last-of-type {
        border-bottom: 1px solid #d0d0d0; 
      }
.accordion a {
        display: block;
	color: #404040;
        font-weight: bold;
      }
.accordion dd {
     border-top: 0; 
     font-size: 12px;
     padding: 20px 0;
     border: solid 1px #d0d0d0;
     border-top: 0;
     border-bottom: 0;
}
.accordion dd:last-of-type {
       border-top: 1px solid white;
	border-bottom: solid 1px #d0d0d0;
       position: relative;
       top: -1px;
     }

.footer{
    position: relative;
    z-index: 8;
    width: 100%;
    padding: 20px 0;
    min-height: 160px;
    background-color: #333;
    border-top: solid 4px #606060;
}
.footer-div{
    display: inline-block;
    color: #fff;
    width: 24%;
    padding-left: 1%;
    text-align: left;
    vertical-align: top;
}
.footer-title{
    font-family: 'open_sansbold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.footer-div ul{
    list-style-type: none;
}
.footer-div ul li{
    padding: 4px 0;
}
.footer-div ul li img{
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}
.footer-div ul li a{
    color: #b0b0b0;
    text-decoration: none;
}
.footer-div ul li a:hover{
    text-decoration: underline;
}
.footer-end{
    color: #fff;
    padding-top: 20px;
    text-align: center;
}
.have-enquiry{
    position: fixed;
    bottom: 0;
    right: 0;
    background:#fff;
    color:#00B0FF;
    padding:10px;
    padding-right:15px;
    z-index:500;
    -moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 1px 1px 3px #000;
    font-size:16px;
}
.i3-enquiry-img{
    height:30px;
    vertical-align:middle;
    padding:0 10px 0 5px;
}
/* enquiry form */
.event-div{
    position: relative;
    width: 100%;
    font-size: 0px;
}
.enquiry-title{
    font-size:18px;
}
.form-div{
    display: inline-block;
    font-size: 14px;
    width: 49%;
    padding: 5px 1% 5px 0;
    max-width: 520px;
}
.form-div .label{
    display:inline-flex;
    padding: 0 10px 5px 0;
    width: 30%;
    min-width: 140px;
    vertical-align: middle;
    color:#606060;
    font-size:14px;
}
.form-div .field{
    display: inline-block;
    vertical-align: middle;
}
.form-div input[type=text]
{
        width:230px;
	padding:7px;
        font-family: 'open_sansregular', sans-serif;
        font-size:13px;
	border-style:solid;
	border-width:1px;
	border-color:#d0d0d0;
	outline:none;
	color:#404040;
}
.form-div select
{
        width:230px;
	padding:5px 7px;
        font-family: 'open_sansregular', sans-serif;
        font-size:13px;
	border-style:solid;
	border-width:1px;
	border-color:#d0d0d0;
	outline:none;
	color:#404040;
}
.form-div textarea{
    width:230px;
	height:100px;
	padding:7px;
	resize:none;
	overflow:auto;
        font-family: 'open_sansregular', sans-serif;
        font-size:14px;
	border-style:solid;
	border-width:1px;
	border-color:#d0d0d0;
	outline:none;
	color:#404040;
}
.button{
    display: inline-block;
    padding: 5px 10px;
    background-color: #00b0ff;
    color: #fff;
    margin-bottom:20px;
    margin-top:10px;
    font-size:14px;
}
.button:hover{
    cursor: pointer;
    opacity: 0.8;
}
.event-div{
    padding-left:15px;
}
.form-group-i{
    padding:5px 0 !important;
}
.table{
    text-align: left;
    border: solid 1px #e0e0e0;
}
.table th{
    background-color: #e5e5e5;
    padding: 5px 10px;
    font-size: 14px;
}
.table td{
    padding: 5px 10px;
}
.table tr:nth-of-type(2n + 1) {
    background-color: #f0f0f0;
}
.table td a{
    font-family: 'open_sansregular',sans-serif;
    color: #5678ba;
}
.delete1,.delete2,.delete3{
    color: #5678ba;
}
.delete1:hover,.delete2:hover,.delete3:hover{
    text-decoration: underline;
    cursor:pointer;
}
.report-div{
    padding: 15px;
}
.report-div:nth-of-type(2n - 1)
{
    background-color: #f0f0f0;
}

.borderless {
    border: none !important;
}

.borderless td, .borderless th {
    border: none !important;
}

.borderless tr {
    background-color: #fff !important;
}

/* Dropzone styles */

#my-dropzone{
    width: 250px;
}

.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  padding: 1em;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255,255,255,0.8);
  position: relative;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
  border: 1px solid #e0e0e0;
  padding: 20px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 170px;
  height: 85px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 85px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 175px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: 5px;
  background: rgba(245,245,245,0.8);
  padding: 8px 10px;
  color: #E33838;
  width: 150px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone {
  border: 1px dashed #d0d0d0;
  min-height: 250px;
  background: rgba(0,0,0,0.03);
  padding: 10px;
}
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("../images/drag-drop.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  background-size: cover;
  width: 230px;
  height: 90px;
  top: 50px;
}
.dropzone .dz-default.dz-message span {
  display: none;
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  font-size: 14px;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  cursor: pointer;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("../images/spritemap.png");
  background-repeat: no-repeat;
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("../images/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #ff6666;
  font-size: 13px;
  font-family: sans-serif;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #404040;
}
@media only screen and (max-width: 1599px) {
    .logo-div img{
        height: 70px;
    }
    .header-title{
        padding: 20px 0 0;
    }
    .header-title-text{
        font-size: 32px;
    }
    .intro-text{
        padding-bottom: 25px;
    }
    .intro-pic{
        height: 400px;
    }
    .pic-title{
        font-size: 28px;
    }
    .pic-text{
        padding: 15px 30px;
    }
    .element-text{
        padding: 0 25px;
    }
    .element-text img{
        width: 60px;
        height: 60px;
    }
    .call{
        font-size: 28px;
    }
    .call-more{
        font-size: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .header-title-text{
        font-size: 28px;
    }
    .header-end{
        width: 100px;
    }
    .intro-pic{
        height: 360px;
    }
    .menu-div ul li a{
        padding: 0 22px;
    }
    .element-text{
        padding: 0 15px;
    }
    .gallery-img{
        width: 32.3%;
    }
}
@media only screen and (max-width: 995px) {
    .header-title-text{
        max-width: 400px;
        line-height: 35px;
    }
    .header-title{
        padding-bottom: 10px;
    }
    .intro-pic{
        height: 280px;
    }
    .menu{
        height: auto;
    }
    .overlay{
        height: 160px;
    }
    .pic-title{
        font-size: 20px;
    }
    .elements{
        padding-bottom: 10px;
    }
    .element{
        width: 50%;
        padding-bottom: 30px
    }
    .element-text{
        padding: 0 35px;
    }
    .footer{
        padding-bottom:60px;
    }
    .footer-div{
        width: 32.33%;
    }
    .connect-div{
        padding-top: 20px;
        width: 100%;
    }
    .connect-div ul li{
        display: inline-block;
        width: 24%;
        min-width: 200px;
    }
    .content{
        padding: 15px 0 25px;
    }
    .event-left
    {
	width: 100%;
	max-width: 700px;
	display: block;
	margin-bottom: 20px;
    }
    .event-right{
	width: 100%;
	display: block;
    }
}
@media only screen and (max-width: 766px) {
    .header-title-text{
        font-size: 24px;
    }
    .header-title-text{
        max-width: 350px;
        line-height: 30px;
    }
    .intro-text{
        line-height: 180%;
        font-size: 14px;
    }
    .intro-pic{
        height: 200px;
    }
    .pic-text{
        padding: 15px 10px;
    }
    .home-register-title{
        font-size: 28px;
        padding: 15px 0 20px;
    }
    .call{
        font-size: 28px;
    }
    .call-more{
        font-size: 16px;
    }
    .discussion-post{
        font-size: 13px;
    }
    #first-post-pic{
        width: 15%;
    }
    #right-posts{
        width: 83%;
    }
    .reply-pic{
        width: 12%;
        min-width: 40px;
    }
    .reply-text{
        width: 86.5%;
    }
    #reply-textarea{
        width: 83%;
        box-sizing: border-box;
    }
    .register-title{
        font-size: 20px;
        text-align: left;
        padding-left: 20px;
    }
    .gallery-img{
        width: 48%;
    }
    .gutter-sizer{
        width: 2%;
    }
    #profile-div,#area-div{
        float: none;
        width: 100%;
    }
}
@media only screen and (max-width: 629px) {
    .logo-div img{
        height: 50px;
    }
    .login-div, .separator, .account-top{
        margin-top: 10px;
    }
    .header-title{
        padding:10px 0 5px;
    }
    .header-title-text{
        font-size: 28px;
        max-width: 460px;
    }
    .header-end{
        margin: auto;
        display: block;
        width: 140px;
        height: 35px;
        line-height: 35px;
    }
    .intro-pic{
        display: block;
        width: 100%;
        height: 350px;
    }
    .overlay{
        width: 100%;
        height: 200px;
        left: 0;
    }
    .pic-title{
        font-size: 28px;
    }
    .element-text{
        padding: 0 15px;
    }
    .home-register-title{
        font-size: 24px;
    }
    .content-img{
        float: none;
        display: block;
    }
    .footer-div{
        width: 48%;
        padding-left: 2%;
        padding-top: 30px;
    }
    #discussion-table th{
        display: none;
    }
    .discussion-left{
        width: 100%;
    }
    .discussion-post{
        padding-right: 15px;
    }
    .latest{
        display: none;
    }
    .replies{
        display: block;
        text-align: right;
        width: 100%;
        padding:0 15px 15px 0;
        box-sizing: border-box;
        margin-top: -40px;
    }
    #right-posts{
        clear: both;
        width: 100%;
        margin-top: 10px;
    }
    .first-post:after, .first-post:before {
        left: 5px;
        top: 0px;
    }
    .reply-text{
        clear: both;
        padding-top: 10px;
        width: 100%;
    }
    #reply-textarea{
        clear: both;
        width: 100%;
        margin-top: 10px;
    }
    #start-discussion-div{
        width: auto;
    }
    #start-discussion-div input,#start-discussion-div textarea{
        width: 100% !important;
        box-sizing: border-box;
    }
    .form-div{
        width: 100%;
        padding-right: 0;
    }
    .register-title{
        font-size: 18px;
        padding-right: 50px;
    }
    #cost-ribbon{
        width: 120px;
        height: 120px;
        top: -10px;
        right: -10px;
    }
    .modalDialog > div {
	width: 250px;
    }
    dd .form-wrap{
	width: inherit;
	overflow-x: scroll;
    }
}
@media only screen and (max-width: 480px) {
    .wrapper{
        padding: 0 10px;
    }
    .header{
        min-width: 320px;
    }
    .header-title-text{
        font-size: 28px;
        max-width: 100%;
    }
    .menu-div{
        height: 30px;
        padding: 10px 0;
    }
    .menu-button{
        display: block;
        padding-left: 20px;
        cursor: pointer;
    }
    .menu-div ul{
        display: none;
        background-color: #333;
        text-align: left;
    }
    .menu-div ul li{
        display: block;
        border-top: solid 1px #606060;
    }
    .menu-div ul li:hover{
        box-shadow: none;
    }
    .intro-pic{
        display: block;
        width: 100%;
        height: 250px;
    }
    .pic-title{
        font-size: 24px;
    }
    .element{
        width: 100%;
    }
    .element-text{
        padding: 0 25px;
    }
    .home-register-top{
        font-size: 14px;
    }
    .home-register-title{
        font-size: 20px;
        padding: 10px;
        line-height: 150%;
    }
    .home-register-cities{
        font-size: 14px;
    }
    .content-text{
        padding: 0;
    }
    .profile-pic-td{
        width: 55px;
    }
    #forum-discussions-title{
        font-size: 18px;
    }
    #forum-discussions-title img{
        height: 25px;
    }
    .disc-read-more{
        margin-left: 15px;
        margin-right: -5px;
    }
    .content{
        overflow-x: hidden;
    }
    .register-title{
        font-size: 16px;
    }
    .footer-div{
        padding-left: 0;
        width: 100%;
    }
    .gallery-img{
        width: 100%;
    }
    .gutter-sizer{
        width: 0;
    }
    .have-enquiry{
        position: fixed;
        padding:10px 0px;
        width:100%;
        text-align:center;
        -moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 1px 1px 3px #000;
    }
}