/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.blue {
  color: #376578;
  font-size: 18px; }

.flexslider {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out; }
  .flexslider.loaded {
    opacity: 1;
    display: block; }
  .flexslider .flex-control-nav {
    display: none; }
  .flexslider .flex-direction-nav a.flex-prev,
  .flexslider .flex-direction-nav a.flex-next {
    display: block;
    position: absolute;
    top: 37%;
    width: 56px;
    height: 123px;
    text-indent: -9999px; }
  .flexslider .flex-direction-nav a.flex-prev {
    left: -200px; }
  .flexslider .flex-direction-nav a.flex-next {
    right: -200px; }
  @media screen and (max-width: 768px) {
    .flexslider .flex-direction-nav {
      display: none; } }

section.what .left {
  padding-right: 10px; }
section.what .right {
  padding-left: 10px; }

section.twitter a.flex-prev,
section.twitter a.flex-next {
  top: 0 !important; }
section.twitter button {
  width: auto; }

.slides {
  position: relative; }

section.twitter a.flex-prev,
section.instagram a.flex-prev {
  background: url("../images/arrow-prev-dark.jpg") 0px 0px no-repeat; }
section.twitter a.flex-next,
section.instagram a.flex-next {
  background: url("../images/arrow-next-dark.jpg") 0px 0px no-repeat; }

section.instagram button {
  width: auto; }

section.facebook a.flex-prev {
  background: url("../images/arrow-prev-light.jpg") 0px 0px no-repeat; }
section.facebook a.flex-next {
  background: url("../images/arrow-next-light.jpg") 0px 0px no-repeat; }

.container {
  max-width: 64.5em;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1100px) {
    .container {
      padding: 0 20px; } }
  @media screen and (max-width: 768px) {
    .container {
      padding: 0 10px; } }

hr {
  width: 54px;
  height: 8px;
  margin: 35px auto;
  clear: both;
  border: none;
  background: url("../images/divider.png") center center no-repeat; }

h2 {
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 43px;
  font-weight: 400;
  color: #b6b8ba; }
  h2 img {
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px; }

h2 + p {
  float: left;
  display: block;
  margin-right: 0.9901%;
  width: 66.33663%;
  margin-left: 16.83168%;
  text-align: center; }
  h2 + p:last-child {
    margin-right: 0; }

p, span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  color: #b6b8ba;
  line-height: 28px; }

span.ago {
  color: #d8d8d8; }

.facebook article a {
  color: #b6b8ba; }

p {
  margin: 15px 0; }

article p {
  margin-top: 0; }

p a {
  color: #376578;
  text-decoration: none;
  word-wrap: break-word;
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word; }

article span {
  font-size: 16px;
  line-height: 28px; }

article span {
  color: #376578; }

.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out; }
  .back-to-top.visible {
    opacity: 1; }
  @media screen and (max-width: 1260px) {
    .back-to-top {
      display: none; } }

.left,
.right {
  float: left;
  display: block;
  margin-right: 0.9901%;
  width: 49.50495%; }
  .left:last-child,
  .right:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .left,
    .right {
      width: 100%; } }

.right {
  margin-right: 0; }

.loading {
  display: block;
  margin: 0 auto; }

header {
  min-height: 940px;
  background: url("../images/bg-header.jpg") center top no-repeat;
  background-attachment: fixed; }
  @media screen and (max-width: 1600px) {
    header {
      background-attachment: scroll;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover; } }
  @media screen and (max-width: 768px) {
    header {
      min-height: 0;
      max-height: 100%;
      padding-bottom: 20px; } }
  header img {
    width: 100%;
    height: auto; }
  header .intro {
    position: relative;
    float: left;
    display: block;
    margin-right: 0.9901%;
    width: 49.50495%;
    z-index: 2; }
    header .intro:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      header .intro {
        float: left;
        display: block;
        margin-right: 1.49254%;
        width: 74.62687%;
        margin-left: 12.68657%; }
        header .intro:last-child {
          margin-right: 0; } }
    header .intro a.register {
      display: block;
      width: 62%;
      height: 50px;
      position: absolute;
      bottom: 23%;
      left: 20%;
      background: transparent;
      text-indent: -9999px; }
  header .step-up {
    float: left;
    display: block;
    margin-right: 0.9901%;
    width: 24.25743%;
    margin-right: 0;
    float: right;
    z-index: 2; }
    header .step-up:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      header .step-up {
        width: 45%;
        margin: 0 auto;
        margin-right: auto !important;
        float: none; } }
  header .blur {
    width: 100%;
    background: url("../images/blur.jpg") center top no-repeat;
    background-attachment: fixed;
    position: absolute;
    z-index: 1;
    opacity: 0; }
    @media screen and (max-width: 1600px) {
      header .blur {
        display: none; } }

.content {
  position: relative;
  background: #fff;
  z-index: 1; }

article {
  float: left;
  display: block;
  margin-right: 0.9901%;
  width: 32.67327%;
  padding: 0 10px; }
  article:last-child {
    margin-right: 0; }
  article img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 768px) {
    article {
      width: 100%;
      margin-bottom: 30px; } }

.tabs-pane {
  position: relative;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out; }
  .tabs-pane::after {
    clear: both;
    content: "";
    display: table; }
  .tabs-pane.active {
    opacity: 1; }

.tabs {
  margin-bottom: 25px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .tabs {
      padding-left: 0; } }

button,
a.button {
  display: inline-block;
  width: auto;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  background: none;
  border: none;
  color: #376578;
  font-size: 18px;
  padding: 5px 0;
  margin-right: 10px;
  text-decoration: none; }
  button.active,
  a.button.active {
    border-bottom: 3px solid #376578; }
  button:focus,
  a.button:focus {
    outline: none; }
  @media screen and (max-width: 768px) {
    button,
    a.button {
      width: auto;
      margin: 0 auto 5px !important;
      float: none;
      clear: both; } }

a.button {
  width: auto;
  margin-right: 15px;
  border-bottom: 3px solid #376578; }

section article:nth-of-type(3n) {
  margin-right: 0; }

section {
  padding: 65px 0; }

section.twitter,
section.instagram {
  background: #edf1f3; }
  section.twitter a.button,
  section.instagram a.button {
    border-bottom: none; }

article.gram {
  margin-bottom: 50px; }

.last {
  margin-right: 0; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.more {
  position: relative; }
  .more a {
    color: #376578;
    text-decoration: none; }

.section-nav {
  position: fixed;
  top: 150px;
  right: 0;
  width: 45px;
  z-index: 10;
  background: rgba(250, 250, 250, 0.7);
  padding-top: 15px; }
  @media screen and (max-width: 1260px) {
    .section-nav {
      display: none; } }
  .section-nav li {
    margin-bottom: 15px;
    padding: 0 10px; }
    .section-nav li.active {
      width: 48px;
      border-left: 3px solid #376578; }
  .section-nav img {
    width: 100%; }

/*# sourceMappingURL=styles.scss.map */
/************************Pop Up Css***************************/
#popup{
position:fixed;
display:hidden;
top:160px;
left:50%;
width:500px;
height:auto;
margin-left:-250px;
background-color:white;
z-index:6;
padding:20px;
border: 1px solid rgba(51, 51, 51, 0.67);
border-radius:5px;
}
#overlay-back {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
filter: alpha(opacity=60);
z-index: 5;
display: none
}
.close-image{
display: block;
float:right;
position:relative;
top:-15px;
right: -15px;
height: 20px;
cursor:pointer !important;
color: rgba(128, 128, 128, 0.89);
font-family: monospace;
}
h3.mod-head {
    font-size: 25px;
    line-height: 40px;
    color: #055176;
    font-family: initial;
    font-weight: 600;
    text-align: center;
}
h3.mod-head  span {
	display: block;
    color: #E4AF6C;
}
