@import url('/assets/flexslider.css');

/* CSS Reset
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}                 
article, aside, figure, footer, header, nav, section, details, summary {display: block;}
img,
object,
embed {max-width: 100%;}
html {overflow-y: auto;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}
a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}
hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
input, select {vertical-align: middle;}
pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}
select, input, textarea {font: 99%}
table {font-size: inherit; font: 100%;}
small {font-size: 85%;}
strong {font-weight: bold;}
td, td img {vertical-align: top;} 
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
.clickable,
label, 
input[type=button], input[type=submit], input[type=file], button {cursor: pointer;}
button, input, select, textarea {margin: 0;}
button {width: auto; overflow: visible;}
.ie7 img {-ms-interpolation-mode: bicubic;}
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

/* End CSS Reset
-------------------------------------------------------------------------------*/

@font-face {
    font-family: 'source_sans_extra_light';
    src: url('SourceSansPro-ExtraLight.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'source_sans_extra_light_italic'
  src: url('SourceSansPro-ExtraLightItalic.ttf');
  font-weight: normal;
}

body {
  background-color: #f2f2f2;
  color: #6d6e71;
}

body.cyan {
  background-color: #3dc0f1;
}

body,
* {
  font: 200 18px/1.6 'Source Sans Pro', 'Open Sans', Helvetica, Verdana, Arial;
  letter-spacing: 0;
}

a:not(.btn) {
  font-size:20px;
  color: #3DC0F1;
  -webkit-transition: all 0.15s linear;
     -moz-transition: all 0.15s linear;
       -o-transition: all 0.15s linear;
          transition: all 0.15s linear;
}

a:not(.btn):hover {
  opacity: 0.6;
}

.nav a:not(.btn):hover {
  opacity: 1;
}

strong {
  font-weight: 600;
}

h1, h2, h3, h5, h6 {
  font-weight: bold;
  color: #ffffff;
  line-height: 54px;
}

h1 {
  font-size: 75px;
  letter-spacing: -4px;
}

h2 {
  font-size: 60px;
  letter-spacing: -2px;
}

h3 {
  font-size: 40px;
  color: #68696c;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 40px;
}

* + h3 {
  margin-top: 40px;
}

h3 + p {
  width: 72%;
  margin-bottom: 40px;
}

.modif-box {
  background-color: #fcfcfc;
  padding: 20px 10px 40px;
}

h3 + .modif-box {
  margin-top: -20px;
}

h3 + p > a:not(.btn),
.more > a:not(.btn),
.slider-wrapper .slider-text h5 + p > a:not(.btn) {
  color: #3DC0F1;
  font-weight: 600;
}

.more {
  display: inline-block;
  width: 100%;
  margin: 40px 0 10px;
}

.more,
.more > a:not(.btn) {
  text-transform: uppercase;
}

h4 {
  font-weight: 400;
  font-size: 60px;
  display: block;
  text-align: center;
  line-height: 72px;
  margin-bottom: 40px;
}

h5 {
  font-size: 35px;
  font-weight: 400;
  color: #68696c;
  line-height: 26px;
  margin: 20px 0;
}

h5 > i {
  margin: -10px 15px 0 0;
}

h6,
h6 > a:not(.btn) {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.block {
  display: block;
  width: 100% !important;
}

[class*="icon-"] {
  display: inline-block;
  background-image: url(/assets/icon-sprites.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.icon-mail {
  width: 57px;
  height: 55px;
  background-position: -195px 0;
}

.icon-x {
  width: 30px;
  height: 30px;
  background-position: -148px -57px;
}

.icon-pencil {
  height: 9px;
  width: 9px;
  background-position: -181px 0;
}

.icon-pencil-white {
  width: 11px;
  height: 11px;
  background-position: -182px -58px;
}

.icon-x-small {
  height: 14px;
  width: 14px;
  background-position: -162px 0;
}

.icon-clock {
  width: 16px;
  margin: 0 3px;
  height: 15px;
  background-position: 0 0;
}

.icon-love {
  width: 17px;
  margin: 0 3px 0 2px;
  height: 15px;
  background-position: -21px 0;
}

.icon-eye-open {
  width: 22px;
  margin: 0;
  height: 12px;
  background-position: -43px -2px;
}

.icon-checkbox {
  width: 15px;
  margin: 0 4px 0 3px;
  height: 14px;
  background-position: -70px -1px;
}

.icon-list {
  width: 13px;
  margin: 0 5px 0 4px;
  height: 12px;
  background-position: -90px -2px;
}

.icon-gear {
  width: 20px;
  margin: 0 3px;
  height: 15px;
  background-position: -108px 0;
}

.icon-out {
  width: 20px;
  height: 14px;
  background-position: 0 -72px;
}

.icon-thumbnail {
  width: 42px;
  height: 32px;
  background-position: -52px -20px;
}

.icon-alt-view {
  width: 45px;
  height: 32px;
  background-position: -95px -20px;
}

.icon-ac-hat {
  width: 41px;
  height: 32px;
  background-position: -149px -20px;
}

.icon-reply {
  width: 16px;
  height: 13px;
  background-position: -198px -60px;
}

.icon-trash {
  width: 15px;
  height: 17px;
  background-position: -219px -60px;
}

.btn-subs .icon-checkbox {
  width: 13px;
  height: 12px;
  background-position: -144px 0;
  margin: 0 6px 0 0;
  position: relative;
  top: -1px;
}

.slider-btn .icon-love {background-position: 0 -94px;}
.slider-btn .icon-clock {background-position: -35px -94px;}

.slider-btn .icon-love:hover {background-position: 0 -124px;}
.slider-btn .icon-clock:hover {background-position: -35px -124px;}

.video-wrapper .slider-btn .icon-love {background-position: -70px -94px;}
.video-wrapper .slider-btn .icon-clock {background-position: -115px -94px;}
.video-wrapper .slider-btn .icon-share {background-position: -160px -94px;}

.video-wrapper .slider-btn .icon-love:hover {background-position: -70px -134px;}
.video-wrapper .slider-btn .icon-clock:hover {background-position: -115px -134px;}
.video-wrapper .slider-btn .icon-share:hover {background-position: -160px -134px;}

*:hover > .icon-thumbnail, .active .icon-thumbnail {background-position: -52px -57px;}
*:hover > .icon-alt-view, .active .icon-alt-view {background-position: -95px -57px;}

.icon-play-square {background-position: 0 -20px;}
.icon-list-square {background-position: -26px -20px;}

*:hover > .icon-play-square, .active .icon-play-square {background-position: 0 -46px;}
*:hover > .icon-list-square, .active .icon-list-square {background-position: -26px -44px;}

#exceed .content > p {
  width: 100%;
}

.content > p {
  margin-top: 20px;
  font-size: 35px;
  color: #ffffff;
  line-height: 40px;
}

#quick .content > p,
#easy .content > p,
#expert .content > p {
  width: 70%;
}

.container {
  margin: 0 auto;
  width: 940px;
  position: relative;
  height: 100%;
  overflow: visible;
  display: table;
}

.container .smaller {
  width: 880px;
  float: right;
}

.pull-right {float: right;}
.pull-left {float: left;}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}

.hide {display: none !important;}
.show {display: block !important;}

.banner,
.thumb,
.modif-box {
  position: relative;
  cursor: pointer;
}

.banner .flow-edit,
.modif-box .flow-edit {
  top: 0;
  right: 0;
  padding: 0 10px;
}

* > .flow-edit {opacity: 0;}
*:hover > .flow-edit {opacity: 1;}

.thumb .flow-edit {
  bottom: 0;
  width: 100%;
  padding: 0;
  text-align: center;
}

a.flow-edit:not(.btn) {
  position: absolute;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #68696c;
  color: #ffffff;
  line-height: 26px;
  height: 26px;
  font-weight: 300;
  letter-spacing: 0;
}

a.flow-edit:not(.btn):hover {
  opacity: 1;
}

.flow-edit > i {
  margin-right: 10px;
}

/* Navbar
-------------------------------------------------------------------------------*/
.navbar {
  z-index: 1049;
  background-color: rgba(0,0,0,0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.second-nav {
  background-color: #3dc0f1;
}

.alt-nav {
  background-color: #37acd8;
}

.brand {
  padding: 18px 0 29px;
  margin: 0 40px 0 0;
  height: 33px;
  width: 262px;
  display: inline-block;
  float: left;
  background: url(/assets/logo.png) no-repeat center center transparent;
  text-decoration: none;
}

a.brand:hover {
  border-bottom: none;
}

.brand + .nav {
  float: right;
  margin: 22px 0 0;
}

.nav > li {
  float: left;
  position: relative;
}

.nav > li + li {
  margin-left: 30px;
}

.second-nav .nav > li + li {
  margin-left: 80px;
}

.search-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 305px;
  display: none;
}

.search-bar:only-child {
  display: block;
}

.search-bar.show .search-btn {
  opacity: 1 !important;
}

.search-bar.show input {
  padding-left: 10px !important;
  padding-right: 10px !important;
  opacity: 1 !important;
  width: 250px !important;
}

.nav > li > a {
  line-height: 34px;
  padding: 0 8px;
  color: rgba(255,255,255,1);
}

.second-nav .nav > li > a {
  padding: 0;
}

.nav > li > a:hover {
  color: rgba(255,255,255,0.6);
}

.nav > li > a + a {
  border-left: 1px solid #ffffff;
}

.icon-search {
  height: 34px;
  width: 34px;
  display: block;
  float: right !important;
  background: url(/assets/icon-search.png) no-repeat center center transparent;
  margin-left: -10px;
}

.caret {
  border-top: 7px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0 dotted;
  height: 0;
  width: 0;
  vertical-align: middle;
  content: "";
  display: inline-block;
  margin-left: 10px;
}

.caret.dark {
  border-top: 7px solid #68696c;
}

.user-notif {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background-color: rgba(0,0,0,0.15);
  vertical-align: top;
  text-align: center;
  margin-right: 20px;
}

.page-nav {
  margin-bottom: 20px;
}

.page-nav > li > a {
  color: #b6b7b5;
  font-size: 30px;
  line-height: 21px;
}

.page-nav > li > a:hover,
.page-nav > li.active > a,
.page-nav > li > a:active {
  color: #3dc0f1;
}

.page-nav > li > a > [class*="icon-"] {
  margin-right: 10px;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  float: none;
}

.page-nav > li > a > .icon-list-square {
  margin-top: -2px;
}

.view-nav {
  margin-bottom: 20px;
}

h3 + .view-nav {
  margin-top: -8px;
}

.view-nav > li + li {
  margin-left: 14px;
}

.row .nav > li > a {
  padding: 0;
}

.row .nav.pull-left > li {
  line-height: 34px;
  color: #b6b7b5;
}

.row .nav.pull-left > li:first-child > label {
  color: #68696c;
}

.row .nav.pull-left > li:first-child > a {
  color: #3dc0f1;
  padding: 0;
}

.row .nav.pull-left > li:first-child > a.active {
  color: #3dc0f1;
}

.row .nav.pull-left > li > a {
  color: #68696c;
}
/* End Navbar
-------------------------------------------------------------------------------*/

/* Sidebar
-------------------------------------------------------------------------------*/
#sidebar {
  background-color: #ededed;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 80px;
  width: 185px;
  padding: 15px;
  z-index: 1000;
}

#sidebar * {
  color: #68696c;
}

#sidebar > p,
#sidebar > ul > li > a,
#sidebar .nav > li > a > p,
#sidebar p > a {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.8px;
  font-weight: 400;
}

#sidebar .nav > li > a > p {
  margin-top: 0;
}

#sidebar > p {
  margin-bottom: 10px;
}

#sidebar ul > li > a {
  padding: 4px 0;
  display: block;
}

#sidebar ul > li + li {
  margin-left: 0;
}

#sidebar ul > li > a:hover,
#sidebar ul > li.active > a {
  color: #3dc0f1;
  border-bottom: none;
}

#sidebar > ul > li > a > [class*="icon-"] {
  border-right: 4px solid #ededed;
  margin-bottom: 2px;
}

#sidebar > ul > li > ul > li > a {
  font-size: 14px;
}
/* End Sidebar
-------------------------------------------------------------------------------*/

#main-content {
  min-height: 560px;
  margin-top: 115px;
}

.form-control {
  display: inline-block;
  height: 28px;
  padding: 6px 10px;
  font-size: 20px;
  font-weight: 200;
  color: #555555;
  vertical-align: top;
  background-color: #ffffff;
  border: none;
}

.select-control {
  height: 32px;
  background: url(http://wealthknowhow.stagingapps.net/assets/select-caret.png) no-repeat right center #ffffff;
  padding: 0 45px 0 0;
  overflow: hidden;
  width: 185px;
  position: relative;
}

.select-control:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  background: url(http://wealthknowhow.stagingapps.net/assets/select-caret.png) no-repeat right center #ffffff;
  width: 35px;
}

input[type="file"] {
  opacity: 0;
}

.file-control {
  display: block;
  height: 32px;
  width: 230px;
  background: url(/assets/input-file.jpg) no-repeat left center;
  overflow: hidden;
}

.file-control * {cursor: pointer;}

.thumbnail {
  width: 230px;
  max-height: 140px;
  margin: 20px 0 0;
}

.thumbnail > img {display: block;}

.select-control select {
  padding: 0;
  border: 1px solid #f2f2f2;
  width: 160%;
  height: 32px;
  padding: 2px 0 6px;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}

.hl-data {
  width: 340px;
  margin: 10px 0 35px 80px;
  margin-bottom: 35px;
}

.hl-data .form-group {
  overflow: auto;
}

.hl-data .form-group label {
  width: 100px;
  text-align: right;
  text-transform: capitalize;
  margin-right: 10px;
  display: inline-block;
  float: left;
  line-height: 28px;
}

.hl-data .form-group + .form-group {
  margin-top: 10px;
}

.hl-data .form-control {
  border: 2px solid #e8e8e8;
  height: 24px;
  padding: 0 4px;
  width: 218px;
  margin-left: 0;
  display: block;
  float: left;
}

.hl-data .default-control {
  border: 1px solid #f2f2f2;
  height: 30px;
  width: 230px;
}

.hl-data textarea.default-control {
  width: 590px;
}

.hl-data .default-control + p {
  display: inline-block;
  padding: 4px 0;
  margin-left: 16px;
}

.hl-data .form-group .btn {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 20px;
}

.hl-data .form-group .btn + .btn {
  margin-left: 0;
  float: right;
}

.hl-data .form-group .btn:first-child {
  margin-left: 110px;
}

textarea.form-control {
  height: auto;
  min-height: 138px;
  resize: vertical;
}

.form-group + .form-group {
  margin-top: 20px;
}
 
.form-group > * ~ * {
  margin-left: 16px;
}

.form-group > .form-link,
.form-group > .form-link a {
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0;
}

.btn {
  text-align: center;
  border: none;
  text-transform: uppercase;
  display: block;
  border-radius: 0;
  padding: 4px 20px 3px;
  color: #ffffff;
  background-color: #9cc35c;
  font: 300 25px 'Source Sans Pro', 'Open Sans', Helvetica, Verdana, Arial;
  line-height: 25px;
  border-bottom: 8px solid #84a44d;
}

h3 > .btn {
  font-size: 15px;
  line-height: 18px;
  padding: 4px 15px;
}

.btn-default {
  background-color: #3dc0f1;
  border-color: #34a3cd;
}

.btn-subs {
  background-color: #3dc0f1;
  font-size: 16px;
  vertical-align: bottom;
  padding: 3px 15px;
  line-height: 18px;
  border: none;
  margin: 0;
  letter-spacing: 0;
}

.btn-subs + .btn-subs {
  margin-left: 10px;
}

.btn-subs span {line-height: 18px;}

.btn-subs span:last-child {display: none;}
.btn-subs:hover span {display: none;}
.btn-subs:hover span:last-child {display: inline-block;}

.green, .green-btn {background-color: #9cc35c !important;}
.red {background-color: #e55f3a;}

.btn-subs.green:hover {
  background-color: #e55f3a !important;
}

.btn-subs.green:hover .icon-checkbox {
  width: 10px;
  height: 10px;
  background-position: -129px 0;
}

.slider-wrapper .btn-subs {
  color: #ffffff;
  display: inline-block;
}

/*.btn:hover{
  
} */

.btn:focus, 
.btn:active, 
.btn.active {
  border-bottom: none;
  margin-top: 8px;
  color: #ffffff;
}

.btn-subs:hover, 
.btn-subs:focus, 
.btn-subs:active, 
.btn-subs.active {
  border-bottom: none;
  margin-top: 0;
  color: #ffffff;
}

.btn.btn-bigger {
  font-size: 27px;
  line-height: 31px;
  padding: 8px 25px;
}

body > .navbar ~ * .content {
  position: absolute;
  top: 50%;
  margin-top: -55px;
  height: 110px;
}

body > .navbar ~ #mockup .content {
  width: 940px;
  margin-top: -150px;
  height: 300px;
}

body > .navbar ~ #intro .content,
body > .navbar ~ #register .content,
body > .navbar ~ #exceed .content,
body > .navbar ~ #verify .content {
  margin-top: -150px;
  height: 300px;
  width: 820px;
  padding: 0 60px;
}

body > .navbar ~ #forgot .content {
  width: 700px;
  padding: 0 120px;
  height: 300px;
  margin-top: -150px;
}

body > .navbar ~ #login .content {
  margin-top: -150px;
  height: 300px;
  width: 580px;
  padding: 0 180px;
}

body > .navbar ~ * {
  /*top: 0;*/
  bottom: 0;
  left: 0;
  right: 0;
}

body > .navbar ~ .modal {
  left: 50%;
  bottom: inherit;
}

body > .navbar ~ .modal.in {
  top: 10%;
}

body > .navbar ~ * .container {
  background-repeat: no-repeat;
  background-position: center right;
}

#intro,
#mockup {
  top: 0;
}

#intro,
#login,
#register,
#exceed,
#forgot,
#verify,
#mockup {
  background-color: #3dc0f1;
  position: fixed;
}

.floating-text {
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  width: 300px;
  margin-left: -150px;
  left: 50%;
  height: 50px;
  background: url(/assets/floating.png) no-repeat center bottom transparent;
}

#mockup .floating-text {
  font-size: 30px;
  width: 460px;
  margin-left: -230px;
  font-weight: 300;
  height: 60px;
  line-height: 30px;
}

#login,
#register,
#exceed,
#forgot,
#verify {
  bottom: 102px;
  top: 0;
}

.horizontal-form {
  overflow: auto;
}

#mockup .horizontal-form {
  padding: 0 60px;
}

#intro .horizontal-form,
#mockup .horizontal-form,
#login .horizontal-form,
#register .horizontal-form,
#forgot .horizontal-form {
  margin-top: 90px;
}

#forgot .horizontal-form {
  padding: 0 80px;
}

#intro .horizontal-form + p,
#login .horizontal-form + p,
#register .horizontal-form + p {
  font-size: 20px;
  margin-top: 80px;
}

#intro .horizontal-form .form-control,
#mockup .horizontal-form .form-control,
#login .horizontal-form .form-control,
#register .horizontal-form .form-control {
  width: 200px;
  float: left;
}

#forgot .horizontal-form .form-control {
  width: 280px;
}

#mockup h2 {
  text-align: center;
  font-size: 63px;
  line-height: 62px;
}

#exceed p {
  margin-top: 60px;
}

#exceed p,
#exceed p > a {
  font-size: 25px;
}

#verify p {
  font-size: 26px;
  line-height: 32px;
  padding: 0 60px;
  margin-top: 30px;
}

#verify p + p {
  font-weight: 400;
  font-size: 22px;
}

#exceed p > .btn,
#verify p > .btn {
  display: inline-block;
  vertical-align: bottom;
}

#verify p > .btn {
  margin-left: 20px;
}

.search-bar * {
  float: right;
  margin: 0;
}

.search-bar .form-control {
  width: 250px;
  height: 26px;
  padding: 4px 10px;
}

.search-bar .search-btn {
  border: none;
  width: 34px;
  height: 34px;
  background: url(/assets/icon-search.png) no-repeat center center rgba(0,0,0,0.15);
}

#quick {background-color: #9cc35c;}
#easy {background-color: #f1d13d;}
#expert {background-color: #37acd8;}
#videos {background-color: #f2f2f2;}
#explore {background-color: #3dc0f1;}
#experience {background-color: #68696c;}
#footer {background-color: #ffffff;}

#quick .container {background-image: url(/assets/clock.png);}
#easy .container {background-image: url(/assets/lamp.png);}
#expert .container {background-image: url(/assets/graph.png);}

#explore .container {
  padding: 100px 0;
}

#explore .container .content {
  background-image: url(/assets/plus.png);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 0 !important;
  min-height: 500px;
}

#explore h2 {
  position: relative;
}

#explore #CategoriesExp {
  width: 300px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  cursor: pointer;
}

.row > #explore,
.row > #experience {
  padding: 40px;
  position: relative;
}

.row > #explore {
  background-image: url(/assets/plus.png);
  background-repeat: no-repeat;
  background-position: right 50px;
}

#explore > p {
  font-size: 34px;
  color: #ffffff;
}

.row > #experience {
  overflow: auto;
  margin-bottom: 30px;
}

#experience > h2 {
  font-size: 50px;
  float: left;
}

#experience > .btn {
  float: right;
  line-height: 35px;
  font-size: 27px;
  position: relative;
  top: 10px;
}

#static {
  position: absolute;
  top: 80%;
  z-index: 1;
}

#static h4 {
  font-size: 50px;
  line-height: 40px;
  margin: 50px 0;
  text-align: left;
}

#static > * > .container > .content {
  position: static;
  height: auto;
  margin-top: 0;
  padding: 60px 0;
  overflow: auto;
}

#static > #videos > .container > .content {
  margin: 0 auto;
  height: auto;
  position: static;
  overflow: auto;
}

#static > #videos > .container,
#static > #videos > .container > .content {
  overflow: visible;
}

#static > * > .container > .content > p {
  margin-top: 0;
}

.row {
  display: table;
  width: 100%;
}

.row + .row {
  margin-top: 10px;
}

/* Footer
-------------------------------------------------------------------------------*/
#login + #footer,
#register + #footer,
#exceed + #footer,
#forgot + #footer,
#verify + #footer {
  position: fixed;
  bottom: 0;
}

#footer {
  padding: 30px 0 10px;
}

#main-content + #footer {
  margin-top: 40px;
}

#footer ul {
  padding: 0;
  margin-bottom: 0;
}

#footer ul > li {
  float: left;
  list-style: none;
}

#footer ul > li + li {
  margin-left: 50px;
}

#footer ul > li > a {
  font-size: 18px;
  color: #707174;
  padding: 5px :;
  line-height: 20px
}

#footer .nav.pull-right > li + li {
  margin-left: 10px;
}

#footer .nav.pull-right > li a {
  padding: 0;
  display: block;
  width: 30px;
  height: 30px;
  opacity: 0.6;
}

#footer p {
  font-size: 18px;
  line-height: 20px;
}

#footer p > a {
  color: #6d6e71;
  padding: 0 10px;
  font-size: 14px;
}

#footer p > a:first-child {
  margin-left: 20px;
}

#footer p > a + a {
  border-left: 1px solid #6d6e71;
}

#footer p.text-right,
#footer p.text-right > a {
  color: #b6b7b5;
}

#footer p.text-right > a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
}

[class^="soc-"] {
  background-image: url(/assets/social-sprites.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
}

.soc-fb {background-position: 0 0;}
.soc-in {background-position: -35px 0;}
.soc-tw {background-position: -70px 0;}
.soc-gp {background-position: -105px 0;}

/* End Footer
-------------------------------------------------------------------------------*/

/* Slider Content
-------------------------------------------------------------------------------*/
.row .slider-wrapper {
  width: 272px;
  height: 350px;
}

.row .slider .flex-control-nav {
  display: none;
}

.row .slider .flexslider {
  margin-bottom: 0;
}

.row .slider-wrapper p + p {
  max-height: 100px;
}

.thumb-view {
  margin-left: -20px;
}

.thumb-view .slider-wrapper {
  margin: 0 0 20px 20px;
}

.thumb-view .slider-wrapper + .pagination {
  margin-top: 40px;
}

.alt-view .slider-wrapper,
.update-view .update-wrapper {
  margin-right: 0;
  width: 99%;
  height: auto;
  max-height: 300px;
  padding: 4px 0.5%;
}

.alt-view .slider-wrapper + .slider-wrapper,
.update-view .update-wrapper + .update-wrapper {
  margin-left: 0;
  margin-top: 20px;
}

.alt-view .slider-wrapper img,
.alt-view .slider-wrapper .image-wrapper {
  width: 56%;
  margin-bottom: 0;
  float: left;
}

.alt-view .slider-wrapper img + .slider-text,
.alt-view .slider-wrapper .image-wrapper + .slider-text {
  float: left;
  width: 40%;
  margin: 0 0 0 3%;
  padding: 25px 0;
}

.alt-view .slider-wrapper .image-wrapper + .slider-text {
  padding: 25px 0;
}

.alt-view .slider-wrapper .slider-text {
  padding: 0 50px 20px 50px;
}

.alt-view .slider-wrapper .slider-text h6,
.alt-view .slider-wrapper .slider-text a {
  font-weight: 600;
}

.alt-view .slider-wrapper .slider-text .btn {
  font-weight: 400;
}

.alt-view .slider-wrapper .slider-text h6,
.alt-view .slider-wrapper .slider-text h6 > a {
  font-size: 30px;
}

.alt-view .slider-wrapper p,
.alt-view .slider-wrapper p > a {
  font-size: 20px;
}

.alt-view .slider-wrapper p + p {
  max-height: 150px;
  line-height: 20px;
  font-size: 16px;
  color: #000000;
}

.alt-view .slider-wrapper .slider-btn {
  top: 10px;
  left: 56%;
  right: inherit;
  margin-left: -36px;
}

.well,
.slider-wrapper,
.update-wrapper,
.list-form,
.sub,
.big-thumb-wrapper {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 3px rgba(229,229,229,1);
     -moz-box-shadow: 0 3px 3px rgba(229,229,229,1);
       -o-box-shadow: 0 3px 3px rgba(229,229,229,1);
          box-shadow: 0 3px 3px rgba(229,229,229,1);
}

.no-shad {
  box-shadow: none !important;
}

.video-wrapper.no-shad > * {
  display: block;
}

.dual-thumb-view {
  overflow: auto;
  margin-left: -1%;
}

.dual-thumb-view > * {
  width: 44%;
  padding: 30px 2%;
  float: left;
  margin: 0 0 15px 1%;
}

.big-thumb-wrapper {
  height: 269px;
  margin: 0 0 15px;
}

.big-thumb-wrapper h3 {
  font-size: 40px;
  color: #3dc0f1;
  font-weight: 700;
}

.big-thumb-wrapper .slider-text {
  padding: 25px 20px;
  margin-left: 277px;
}

.big-thumb-wrapper p {
  margin: 0;
  width: auto;
}

.big-thumb-wrapper .big-thumb {
  width: 257px;
  height: 269px;
  background-color: #3dc0f1;
  text-align: center;
  vertical-align: middle;
  float: left;
  display: block;
}

.update-view .update-wrapper {
  width: 94%;
  padding: 30px 3%;
  height: auto;
  max-height: none;
}

.update-wrapper > * {
  display: block;
  overflow: hidden;
}

.update-wrapper .update-thumb {
  float: left;
  width: 52px;
  height: 52px;
  background-color: #b6b7b5;
  overflow: hidden;
}

.update-wrapper .update-thumb ~ * {
  margin-left: 72px;
}

.update-wrapper .update-title {
  margin-bottom: 25px;
}
  
.update-wrapper .update-title h6 {
  font-size: 30px;
  line-height: 38px;
  margin-top: -8px;
  color: #6d6e71;
  font-weight: 400;
  float: left;
}

.update-wrapper .update-title span,
.update-wrapper .update-title p {
  color: #b6b7b5;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
}

.update-wrapper .update-title span {
  float: right;
  text-transform: capitalize;
}

.update-wrapper .update-title .update-opt {
  float: right;
  margin-left: 40px;
}

.update-wrapper .update-title .update-opt li {
  float: left;
}

.update-wrapper .update-title .update-opt li + li {
  margin-left: 20px;
}

.update-wrapper .update-title .update-opt a {
  color: #68696c;
  text-transform: capitalize;
  line-height: 24px;
  display: block;
}

.update-wrapper .update-title .update-opt a > i {
  vertical-align: baseline;
  margin-right: 5px;
}

.update-wrapper .update-title p {
  width: 75%;
  float: left;
  line-height: 20px;
  margin-top: 10px;
}

.update-wrapper .update-title h6 ~ p {
  width: 100%;
  line-height: 20px;
}

.update-wrapper .update-content {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.update-wrapper .update-content > p > img {
  max-width: 220px;
  vertical-align: text-top;
  margin: 0 40px 20px 0;
  float: left;
}

.update-wrapper .update-content > p > .content-title {
  display: block;
  font-weight: 800;
  letter-spacing: 0;
}

.well {
  padding: 30px;
}

.well ~ .well {
  margin-top: 0;
}

.list-form .hl-form * {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0;
}

.form-default .hl-form * {
  font-size: 18px;
}

.list-form .hl-form > li {
  padding: 6px 30px;
  overflow: auto;
  position: relative;
}

.list-form .hl-form > li + li {
  border-top: 2px solid #e8e8e8;
}

.list-form .hl-form > li > * {
  float: left;
}

.list-form .hl-form > li > .hl-label {
  width: 170px;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.list-form .hl-form > li > .hl-label + .hl-static-data {
  max-width: 270px;
}

.list-form .hl-form > li > a:not(.btn) {
  color: #68696c;
  position: absolute;
  right: 30px;
  top: 6px;
}

.list-form .hl-form > li > .btn.pull-right {
  float: right;
}

.list-form .hl-form > li > .btn {
  margin: 15px 0 30px;
}

.list-form .hl-form > li > .btn-subs {
  padding: 3px 15px;
  line-height: 18px;
  letter-spacing: 0;
  font-size: 16px;
}

.list-form .hl-form > li > a > i {
  margin-right: 5px;
}

.form-default {
  padding: 30px 40px;
}

.form-default .hl-form > li {
  padding: 0;
}

.form-default .hl-form > li + li {
  border-top: none;
  margin-top: 20px;
}

.form-default .hl-form > li > .hl-label {
  width: 180px;
  margin-right: 20px;
  padding: 4px 0;
  font-size: 15px;
}

.form-default .hl-form > li > .hl-data {
  width: auto;
  margin: 0;
}

.form-default .hl-form > li > .hl-data .btn {
  display: inline-block;
}

.form-default .hl-form > li > .hl-data .btn + .btn {
  margin-left: 5px;
}

.slider-wrapper {
  padding: 4px;
  width: 292px;
  height: 378px;
  float: left;
}

.slider-wrapper + .slider-wrapper {
  margin-left: 20px;
}

.slider-wrapper img {
  max-height: 165px;
  margin-bottom: 15px;
}

.slider-wrapper .slider-text {
  padding: 0 8px;
}

.slider-wrapper .slider-text h5 + p {
  margin-bottom: 30px;
}
.slider-wrapper .slider-text p {
  color:#000000;
}

.slider-wrapper .slider-text p .morecontent {
  display: block;
}

.slider-wrapper .slider-text p .morecontent br {
  display: none;
}

.slider-wrapper h6 + p > a,
.slider-wrapper h6 > a {
  color: #6d6e71;
  font-size: 14px;
  line-height: 20px;
}

.slider-wrapper h6 {
  line-height: 20px;
}

.slider-wrapper h6 + p > a,
.slider-wrapper h6 + p > a:hover,
.slider-wrapper h6 > a:hover {
  color: #3dc0f1;
  border-bottom: none;
}

.slider-wrapper p,
.slider-wrapper p > a {
  font-size: 14px;
  line-height: 20px;
}

.slider-wrapper h6 + p {
  margin-top: 3px;
}

.slider-wrapper p > a {
  font-weight: 700;
  color: #3dc0f1;
}

.slider-wrapper p + p {
  margin-top: 5px !important;
  max-height: 125px;
  overflow: hidden;
  font-weight: 200;
  line-height: 20px;
  font-size: 16px;
}

.slider-wrapper .slider-btn {
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.slider-wrapper .slider-btn > a {
  height: 30px;
  width: 30px;
  text-align: center;
  float: left;
  margin: 0;
  opacity: 1;
}

.slider-wrapper .slider-btn > a:hover {
  opacity: 1;
}

.slider-wrapper .slider-btn > a + a{
  margin-top: 8px;
}
/* End Slider Content
-------------------------------------------------------------------------------*/

/* Pagination
-------------------------------------------------------------------------------*/
.pagination {
  display: block;
  text-align: center;
  margin: 50px 0 10px;
}

.pagination > li {
  display: inline-block;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
  width: auto;
  font-weight: 800;
}

.pagination > li:first-child {
  margin-right: 20px;
}

.pagination > li:last-child {
  margin-left: 20px;
}

.pagination > li > a {
  font-size: 20px;
  color: #68696c;
  line-height: 25px;
  display: block;
  width: 25px;
  text-align: center;
  text-transform: uppercase;
}

.pagination > .active > a {
  background-color: #3dc0f1;
  color: #ffffff;
}
/* End Pagination
-------------------------------------------------------------------------------*/

/* Dropdown Menu
-------------------------------------------------------------------------------*/
.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
}

.dropdown.open .dropdown-menu {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 0;
  margin: 24px 0 0;
  list-style: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu:after {
  position: absolute;
  top: -7px;
  right: 15px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  border-left: 7px solid transparent;
  content: '';
}

.dropdown-menu .divider {
  height: 1px;
  margin: 5px 20px;
  overflow: hidden;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li {
  line-height: 20px;
  font-size: 16px;
  padding: 0 20px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a {
  color: #3dc0f1;
  text-decoration: none;
}

.dropdown-menu > .active > a {
  cursor: default;
}

.dropdown-menu > .disable > a {
  color: #bfc0be;
}

.dropdown-menu > li > a {
  display: block;
  line-height: 30px;
  font-size: 16px;
  padding: 0;
  clear: both;
  color: #68696c;
  white-space: nowrap;
}

.dropdown-menu > li > a > i {
  margin: 0 10px 0 0;
}
/* End Dropdown Menu
-------------------------------------------------------------------------------*/
#join {
  padding: 45px 0;
  background-color: #3dc0f1;
  overflow: auto;
  margin-top: 80px;
}

#join .container {
  width: 740px;
}

#join h2 {
  font-size: 40px;
}

#join + #main-content {
  margin-top: 50px;
}

#request {
  background-color: #68696c;
  overflow: auto;
  padding: 45px 40px;
  margin-top: 50px;
}

#request h2 {
  font-size: 40px;
}

.tag {
  text-transform: capitalize;
  background-color: #3dc0f1;
  color: #ffffff;
  padding: 0 10px;
}

.nav-tab {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}

.nav-tab ul {
  text-align: center;
  display: table-row;
}

.nav-tab ul li {
  background: #ffffff;
  margin: 0;
  display: table-cell;
  border: 1px solid #f2f2f2;
  vertical-align: middle;
  height: 40px;
}

.nav-tab ul li a {
  color: #bfc0be;
  font-weight: 400;
  display: block;
}

.nav-tab ul li a:hover,
.nav-tab ul li.active a {
  color: #3dc0f1;
  opacity: 1;
}

/* Video
-------------------------------------------------------------------------------*/
.video-wrapper {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 3px rgba(229,229,229,1);
     -moz-box-shadow: 0 3px 3px rgba(229,229,229,1);
       -o-box-shadow: 0 3px 3px rgba(229,229,229,1);
          box-shadow: 0 3px 3px rgba(229,229,229,1);
}

.flowplayer {
  overflow: visible;
}

.video-wrapper .slider-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999; 
}

.video-wrapper .slider-btn {
  width: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.video-wrapper .slider-btn > a {
  height: 40px;
  width: 40px;
  text-align: center;
  float: left;
  margin: 0;
  opacity: 1;
}

.video-wrapper .slider-btn > a + a {
  margin-top: 10px;
}

.video-wrapper .update-wrapper {
  box-shadow: none;
  background-color: transparent;
  padding: 30px 40px;
}

.video-wrapper .update-wrapper .update-thumb {
  width: 64px;
  height: 64px;
}

.video-wrapper .update-wrapper .update-thumb img {width: 100%;}

.video-wrapper .update-wrapper .update-title {
  position: relative;
  margin-left: 84px;
}

.video-wrapper .update-wrapper .update-title h6 {
  font-size: 25px !important;
  line-height: 32px;
  margin-top: -4px;
  margin-bottom: 0;
  width: 75%;
}

.video-wrapper .update-wrapper .update-title p,
.video-wrapper .update-wrapper .update-title p > a {
  font-size: 20px;
  line-height: 22px;
}

.video-wrapper .update-wrapper .update-title p {
  color: #6d6e71;
  margin-top: 15px;
  width: 75%;
}

.video-wrapper .update-wrapper .update-title p > a {color: #3dc0f1}

.video-wrapper .update-wrapper .update-title .btn-group {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
}

.video-wrapper .update-wrapper .update-title .btn-group .btn {
  display: block;
  padding: 4px 0;
  text-align: center;
  height: 22px;
  width: 100%;
}

.video-wrapper .update-wrapper .update-title .btn-group a {
  background-color: #68696c;
}

.video-wrapper .update-wrapper .update-title .btn-group .btn span {
  float: none;
  text-transform: uppercase;
  font-size:16px;
  color: #ffffff;
  line-height: 22px;
  width: auto;
}

.video-wrapper .update-wrapper .update-title .btn-group .btn + .btn {
  margin-left: 0;
  margin-top: 3px;
}

.video-wrapper .update-wrapper .update-thumb + .update-title ~ * {
  margin-left: 0;
  position: relative;
}

.video-wrapper .update-wrapper .update-content p:after {
  background-color: rgba(255,255,255,0.5);
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 25px;
}

.video-wrapper .update-wrapper .update-content > a:not(.btn) {
  font-weight: 600;
  font-size: 18px;
  color: #68696c;
}

.vid-nav {
  margin: 0 0 20px;
}

.vid-nav li {
  float: left;
}

.vid-nav li + li {
  margin-left: 30px;
}

.vid-nav li > a {
  letter-spacing: 0;
  font-size: 25px;
  color: #b6b7b5;
  text-transform: capitalize;
}

.vid-nav .active > a {
  color: #3dc0f1;
}

.tags {margin-top: 40px;}

.tags p {
  color: #3dc0f1;
}

.thumb {
  width: 95px;
  height: 95px;
  float: left;
  margin: 0 40px 40px 0;
  overflow: hidden;
}

.thumb + h3 {
  margin-top: 4px;
}

.thumb + h3 + p {
  margin-left: 135px;
  width: auto;
}

.banner {
  margin: -40px 0 30px;
}

.section-nav {
  margin-bottom: 20px;
  display: block;
}

.section-nav > ul > li {
  display: inline-block;
}

.section-nav > ul > li + li {
  margin-left: 55px;
}

.section-nav > ul > li > a {
  color: #68696c;
  font-size: 22px;
  font-weight: 400;
  padding: 0 0 4px;
}

.section-nav > ul > .active > a {
  color: #3dc0f1;
  border-bottom: 2px solid #3dc0f1;
}
/* End Video
-------------------------------------------------------------------------------*/

/* Modal
-------------------------------------------------------------------------------*/
.modal {
  opacity: 0;
  position: fixed;
  z-index: 1050;
  outline: none;
  left: 50%;
  width: 580px;
  margin-left: -480px;
  padding: 70px 190px;
  background-color: #3dc0f1;
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.in {
  opacity: 1;
  top: 10%;
}

.modal > * {
  position: relative;
}

.modal .modal-header h3 {
  color: #ffffff;
  line-height: 30px;
  margin: -20px 0 0;
  font-weight: 300;
}

.modal .modal-header h2 {
  color: #ffffff;
  line-height: 30px;
  margin: -20px 0 0;
  font-size: 70px;
}

.modal .modal-header * strong {
  font-weight: 800;
}

.modal p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.modal .modal-header .close {
  position: absolute;
  right: -170px;
  top: -30px;
  opacity: 1 !important;
}

.modal .form-group > .form-control {
  width: 560px;
}

.modal .form-group:last-child > .btn,
.modal .form-group:last-child > .form-link {
  float: right;
}

.modal .form-group:last-child > .btn + .form-link {
  margin-right: 20px; 
}

.modal .form-group:last-child > .btn + .form-link > a {
  font-weight: bold;
}

.modal [class^="soc-"] {
  height: 44px;
  width: 44px;
  margin-left: 5px;
  vertical-align: baseline;
}

.modal .soc-fb {background-position: 0 -34px;}
.modal .soc-in {background-position: -49px -34px;}
.modal .soc-tw {background-position: -98px -34px;}
.modal .soc-gp {background-position: -147px -34px;}

.cont-info .soc-fb {background-position: 0 -83px;}
.cont-info .soc-in {background-position: -61px -83px;}
.cont-info .soc-tw {background-position: -122px -83px;}

.topic-wrapper {
  margin-left: -20px;
}

.topic-wrapper p {
  line-height: 22px;
  padding: 4px 0;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 0 10px 20px;
  -webkit-transition: all 0.15s linear;
     -moz-transition: all 0.15s linear;
       -o-transition: all 0.15s linear;
          transition: all 0.15s linear;
}

.topic-wrapper p:hover {
  background-color: #ffffff;
  color: #3dc0f1;
  cursor: default;
  padding: 4px 10px;
}

.topic-wrapper p > a {
  width: 0;
  height: 0;
  transition: none;
}

.topic-wrapper p:hover > a {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  margin-top: -2px;
}
/* End Modal
-------------------------------------------------------------------------------*/

.sub {

}

.sub h5 {
  font-size: 30px;
  color: #6d6e71;
  margin-top: 0;
}

.sub p {
  margin: 0;
  width: auto;
}

.sub p > a:last-child {
  display: none;
}

.cont-info {
  margin: 50px 0 0;
  vertical-align: middle;
}

.cont-info:last-child {
  margin-bottom: 30px;
}

.cont-info [class^="soc-"] {
  width: 56px;
  height: 55px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.cont-info .icon-mail {
  margin-right: 20px;
}

.cont-info .ci-label {
  width: 230px;
  margin-right: 20px;
  font-size: 50px;
  display: inline-block;
  line-height: 55px;
  font-weight: 400;
}

.cont-info .ci-data {
  vertical-align: top;
  font-size: 28px;
  display: inline-block;
}

.cont-info .ci-data .soc-fb {background-position: 0 -143px;}
.cont-info .ci-data .soc-in {background-position: -122px -143px;}
.cont-info .ci-data .soc-tw {background-position: -61px -143px;}

.cont-dummy {
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  line-height: 320px;
}

a.invis-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.categories {
  margin-top: 20px;
  overflow: hidden;
  opacity: 0;
}

.categories.open {
  opacity: 1;
  -webkit-transition: all 0.15s linear;
     -moz-transition: all 0.15s linear;
       -o-transition: all 0.15s linear;
          transition: all 0.15s linear;
}

.categories > li {
  display: block;
  height: 0;
}

.categories.open > li {
  height: auto;
}

.categories > li > label {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}

.categories > li > p > a {
  font-size: 27px;
  color: #ffffff;
}

.categories > li > p > a + a {
  margin-left: 20px;
}

@media (min-width: 1330px) {
  .container .smaller {
    margin-right: -20px;
  }
}

@media (min-width: 1290px) and (max-width: 1330px) {
  .container .smaller {
    margin-right: -50px;
  }
}

@media (min-width: 1290px) and (max-width: 1300px) {
  .container .smaller {
    margin-right: -60px;
  }
}

@media (min-width: 1270px) and (max-width: 1280px) {
  #sidebar {
    width: 165px;
  }

  .container .smaller {
    margin-right: -20px;
  }
}

@media (min-width: 769px) and (max-width: 1279px) {
  .container .smaller {
    width: 750px;
  }

  #sidebar {
    width: 165px;
  }

  .row .thumb-view .slider-wrapper,
  .row .slider .slider-wrapper {
    width: 228px;
  }

  .row .alt-view .slider-wrapper {
    width: 99%;
  }

  .row .thumb-view .slider-wrapper p + p,
  .row .slider .slider-wrapper p + p {
    max-height: 120px;
  }

  #request {
    text-align: center;
    vertical-align: top;
    padding-bottom: 20px;
  }

  #request > * {
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }

  .flex-direction-nav .flex-next {
    right: -30px;
  }

  .flex-direction-nav .flex-prev {
    left: -30px;
  }
}

.form-group .prettycheckbox{
  width: 25px;
  height: 25px;
  float: none !important;
  vertical-align: middle;
}

.form-group .prettycheckbox a:not(.btn) {
  transition:none;
}

.form-group .prettycheckbox + span {
  position: absolute;
}

.form-group.no-label {
  margin-left: 110px;
}

.form-default .hl-form > li > .hl-data.no-label {
  margin-left: 200px;
}

.form-group > .form-link{
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
}

.form-group .prettycheckbox label {
  color: #ffffff;
  font-weight: 600;
}

#register .prettycheckbox a,
#intro .prettycheckbox a,
#login .prettycheckbox a,
#mockup .prettycheckbox a,
.prettyradio a {
  height: 14px;
  width: 60px;
  display: block;
  float: left;
  cursor: pointer;
  margin: 0;
  background: url(/assets/join-grey-check.png) no-repeat;
}

#register .form-group .prettycheckbox,
#intro .form-group .prettycheckbox,
#mockup .form-group .prettycheckbox,
#login .form-group .prettycheckbox {
  height: 14px;
  width: 14px;
}

#register .prettycheckbox a.checked,
#intro .prettycheckbox a.checked,
#login .prettycheckbox a.checked,
#mockup .prettycheckbox a.checked {
  background-position: 0 -16px !important;
}

/*Custombox*/
.form-link {
  position: relative;
}

input.custombox {
  opacity: 0;
  position: absolute;
  left: 0;
  cursor: pointer;
  top: 4px;
  height: 14px !important;
  width: 14px !important;
  display: inline-block;
}

input.custombox + span {
  display: inline-block;
  height: 14px;
  width: 14px;
  cursor: pointer;
  background: url(/assets/join-grey-check.png) no-repeat;
}

input.custombox:checked + span {
  background-position: 0 -16px !important;
}

/*End Custombox*/

.oldie .horizontal-form,
.ie10 .horizontal-form {
  overflow: visible;
}

.skrollable ~ * .horizontal-form .form-control {
  color: #999999;
}

.skrollable ~ * .horizontal-form .form-control:focus {
  color: #555555;
}

.alt-view .slider-wrapper .slider-text h6, 
.alt-view .slider-wrapper .slider-text h6 > a {
  font-size: 20px !important;
  margin-bottom: 16px !important;
  margin-top: -4px;
  line-height: 23px !important;
}

.alt-view .slider-wrapper p, 
.alt-view .slider-wrapper p > a {
  font-size: 16px;
  line-height: 20px;
}

.alt-view .slider-wrapper, 
.update-view .update-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

#sidebar .nav {
  overflow: hidden;
  padding-bottom: 140px;
}

#sidebar .nav > li {
  width: 100%;
}

#sidebar .nav > li > a > i {
  margin-top: 2px;
  margin-bottom: 8px;
}

#sidebar .nav > li > a > i.icon-notif {
  background-position: -68px -56px;
  height: 15px;
}

#sidebar .nav > li > a > i.icon-eye-open {
  margin-top: 3px;
}

#sidebar .nav > li > a > i.icon-list {
  margin-top: 4px;
}

#sidebar ul > li > a {
  font-size: 16px;
}

#sidebar .alt-scroll-vertical-bar,
#collapse-menu .alt-scroll-vertical-bar {
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0.04) !important;
  right: -15px !important;
  width: 5px !important; 
}

.image-wrapper > a:not(.btn):hover,
.image-wrapper:hover > a:not(.btn) {
  opacity: 1;
}

.alt-view .slider-wrapper {
  padding-top: 3px;
  padding-bottom: 3px;
}

.alt-view .slider-wrapper .image-wrapper + .slider-text {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.alt-view .slider-wrapper .slider-text {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}

.arrow-menu .alt-scroll-holder {
  background: none !important;
}

.arrow-menu .alt-scroll-holder:before {
  content: "";
  background: url(/assets/arrow-bottom.png) no-repeat center center #ededed;
  background-size: 20%;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}

.ck-editor-content a {
  text-decoration: underline;
  color: #3dc0f1;
}

/*SECOND STYLE FIX*/
div.row.desktop + div ~ div > h5.new-channel-title {
  margin-top: 50px !important;
}

.new-channel-title > span {
  line-height: 40px;
  margin-top: -8px;
}
/*SECOND STYLE FIX*/


@media (min-width: 1040px) {
  .brand {
    position: absolute;
    left: 15px;
  }

  .navbar {
    height: 80px;
  }

  .navbar .container {
   /*position: static;*/
  }
}

.modal.share-unclick.in {
  top: 30% !important;
}

#sidebar .nav > li > a > i {
  padding-right: 1px;
  padding-bottom: 1px;
}

.nav > li > a > p {
  padding-left: 31px !important;
}

.slides .image-wrapper, 
.row .image-wrapper {
  margin-bottom: 10px !important;
}

.slides .row .slider-wrapper .image-wrapper + .slider-text {
  margin-left: 0;
}

h5.new-channel-title > span {
  line-height: 32px;
  margin-top: -4px;
  width: auto;
}

@media (min-width: 769px) {
  body > .navbar ~ #exceed .content,
  body > .navbar ~ #forgot .content {
    height: 160px;
    margin-top: -80px;
  }

  .alt-view .slider-wrapper img {
    width: 100%;
    height: 300px !important;
    max-height: none !important;
  }

  .alt-view .slider-wrapper .image-wrapper {
    margin-bottom: 0 !important;
  }

}

#login .form-group .prettycheckbox {
  position: relative;
  z-index: 1;
}

#login .form-group .prettycheckbox,
#login .form-group .prettycheckbox a {
  width: 130px !important;
}

#login .form-group .prettycheckbox + label {
  margin-left: -116px !important;
}

/*Watch limit style*/
@font-face {
    font-family: 'source_sans_probold';
    src: url('sourcesanspro-bold-webfont.eot');
    src: url('sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('sourcesanspro-bold-webfont.woff') format('woff'),
         url('sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proitalic';
    src: url('sourcesanspro-it-webfont.eot');
    src: url('sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-it-webfont.woff2') format('woff2'),
         url('sourcesanspro-it-webfont.woff') format('woff'),
         url('sourcesanspro-it-webfont.ttf') format('truetype'),
         url('sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('sourcesanspro-regular-webfont.eot');
    src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('sourcesanspro-regular-webfont.woff') format('woff'),
         url('sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('sourcesanspro-semibold-webfont.eot');
    src: url('sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('sourcesanspro-semibold-webfont.woff') format('woff'),
         url('sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_problack';
    src: url('sourcesanspro-black-webfont.eot');
    src: url('sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-black-webfont.woff2') format('woff2'),
         url('sourcesanspro-black-webfont.woff') format('woff'),
         url('sourcesanspro-black-webfont.ttf') format('truetype'),
         url('sourcesanspro-black-webfont.svg#source_sans_problack') format('svg');
    font-weight: normal;
    font-style: normal;
}

#Modal-Watch-Limit-Exceeded {
  background-color: #F5F5F5;
  top: 10% !important;
  left: 60% !important;
  box-shadow: 10px 10px 15px #888888 !important;
  height: 400px !important;
  width: 540px !important;
  padding: 20px 40px 35px 40px !important;
  box-sizing: border-box;
  -moz-border-box: border-box;
  display: none;
}

.modal-header h4 {
  color: #68696c;
  font-size: 38px;
  line-height: 37px;
  font-family: "source_sans_probold";
  margin-bottom: 0px;
}

.header-tagline {
  font-family: "source_sans_proregular";
  font-size: 16px;
  line-height: normal;
}

/*TABS style for watch limit*/
.tabs {
  width: 100%;
  display: inline-block;
}
/*----- Tab Links -----*/
.tab-links:after {
  display: block;
  clear: both;
  content: '';
}

.tab-links li {
  margin: 0px;
  float: left;
  list-style: none;
}

.tab-links > li.join:before {
  content: '\00a0';
  border-bottom: 1px solid #ddd;
  list-style: none;
  display: inline-block;
  padding: 9px 0px;
  width: 30px;
}

.tab-links > li.login:before {
  content: '\00a0';
  border-bottom: 1px solid #ddd;
  list-style: none;
  display: inline-block;
  padding: 9px 0px;
  width: 15px;
}
.tab-links > li.login:after {
  content: '\00a0';
  border-bottom: 1px solid #ddd;
  list-style: none;
  display: inline-block;
  padding: 9px 0px;
  width: 186px;
}

ul.tab-links li a {
  font-family: 'source_sans_proregular';
  padding: 9px 30px 8px;
  display: inline-block;
  background: #fafafa;
  font-size: 25px;
  color: #68696c;
  border: 1px solid #ddd;
  top: -4px;
  position: relative;
}

ul.tab-links li.active a {
  color: #3cbef0;
  background: #fff;
  border-bottom: 1px solid transparent;
  top: -4px !important;
}

.tab-links a:hover {
  text-decoration: none;
}
 
/*----- Content of Tabs -----*/
.tab-content {
  padding: 10px 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  color: #000;
  margin-top: -4px;
}

.tab-content input[type="text"],
.tab-content input[type="password"],
.tab-content input[type="email"] {
  border-radius: 0;
  background: #F5F5F5;
  border: 1px solid #e9e9e9;
  box-shadow: none;
  height: 25px;
  width: 95%;
  font-size: 17px;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.label-checkbox > span {
  font-size: 15px;
  font-family: "source_sans_proregular";
}

.label-checkbox > span > a {
  color: #68696c;
  font-size: 15px;
  font-family: 'source_sans_problack';
}

.join-btn, .login-btn {
  width: 100px;
  text-align: center;
  margin: 0px auto; 
}

.forgot {
  display: block;
  text-align: center;
  margin: 0px auto;
}

.forgot > a {
  font-family: 'source_sans_proregular';
  color: #000;
  font-size: 15px;
}

.modal-header.desktop{
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.tab-content input[type="text"],
.tab-content input[type="email"],
.tab-content input[type="password"]{
  font-family: 'source_sans_proregular';
  font-size: 22px;
  color: #68696c;
}

#unlogged .modal.share-unclick.in {
  margin-top: 0 !important;
  height: 415px !important;
}

.join-btn input[type="submit"]{
  width: 140px;
  margin-top: 13px;
  margin-left: -20%;
}

.checkbox-wrap .prettycheckbox{
   position: relative;
    top: 2px;
}

.checkbox-wrap .prettycheckbox a,
.checkbox-wrap .prettycheckbox a:focus{
    height: 14px;
    width: 14px;
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    background: url(join-grey-check2.png) no-repeat;
}    

.checkbox-wrap .prettycheckbox a.checked,
.checkbox-wrap .prettycheckbox a.checked:focus{
    background-position: 0 -16px !important;
}
.moredesc-cm a {
  color:#3DC0F1;
  font-weight: 600;
  font-size: 16px;
}
.simple-font-color
{
  color:#000000;
}
.normal-font-weight
{
  font-weight: normal;
}
.zindex0 
{
  z-index: 0;
}

/*responsive modal login by sigit saptari*/

@media all and (min-width: 320px) and (max-width: 480px){
  #Modal-Watch-Limit-Exceeded{
    top: 10% !important;
  }

  #Modal-Watch-Limit-Exceeded h5{
    text-align: center !important;
    width: 100%;
  }

  #Modal-Watch-Limit-Exceeded .modal-body.mobile p{
    color: #000000;
    text-align: center !important;
    font-family: "source_sans_proregular";
    font-size: 16px;
    line-height: normal;
  }

  #Modal-Watch-Limit-Exceeded .tab-links li{  
    width: 50% !important;
  }

  #Modal-Watch-Limit-Exceeded ul.tab-links li a{
    text-align: center !important;
  }

  #Modal-Watch-Limit-Exceeded .login-btn,
  #Modal-Watch-Limit-Exceeded .login-btn a{
    background: #9cc35c;  
    border-bottom: 4px solid #84a44d !important;
  }

  #Modal-Watch-Limit-Exceeded ul.tab-links li a:last-child{
    width: 100%;
    box-sizing: border-box;
  }

  #unlogged.modal-open .modal.share-unclick.in{
    height: auto !important;
    left: 10% !important;
    padding: 20px !important;
    top: 40px !important;
    width: 80% !important;
  }


  .tab-links > li.join::before,
  .tab-links > li.login:before,
  .tab-links > li.login:after{
    display:none !important;
  }

  .tab-links > li.login:after{
    width: 70px !important;
  }

  .join-btn input[type="submit"] {
    width: 100% !important;
    margin-top: 13px !important;
    margin-left: 0 !important;
  }

  .tab-content {
    padding: 10px 20px !important;
  } 

  .tab-content input[type="text"]{  
    height: 39px !important;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .tab-content input[type="password"], .tab-content input[type="email"]{
    width: 100%;
    height: 39px;
    box-sizing: border-box;
  }

  .forgot > a {
    font-family: 'source_sans_extra_light';
    color: #000;
    font-size: 15px;
  }
} 

@media all and (min-width: 480px) and (max-width: 768px){
  #Modal-Watch-Limit-Exceeded{
    top: 10% !important;
  }

  #Modal-Watch-Limit-Exceeded h5{
    text-align: center !important;
    width: 100%;
  }

  #Modal-Watch-Limit-Exceeded .modal-body.mobile p{
    color: #000000;
    text-align: center !important;
    font-family: "source_sans_proregular";
    font-size: 16px;
    line-height: normal;
  }

  #Modal-Watch-Limit-Exceeded .tab-links li{  
    width: 50% !important;
  }

  #Modal-Watch-Limit-Exceeded ul.tab-links li a{
    text-align: center !important;
  }

  #Modal-Watch-Limit-Exceeded .login-btn,
  #Modal-Watch-Limit-Exceeded .login-btn a{
    background: #9cc35c;  
    border-bottom: 4px solid #84a44d !important;
  }

  #Modal-Watch-Limit-Exceeded ul.tab-links li a:last-child{
    width: 100%;
    box-sizing: border-box;
  }

  #unlogged.modal-open .modal.share-unclick.in{
    height: auto !important;
    left: 10% !important;
    padding: 20px !important;
    top: 40px !important;
    width: 80% !important;
  }


  .tab-links > li.join::before,
  .tab-links > li.login:before,
  .tab-links > li.login:after{
    display:none !important;
  }

  .tab-links > li.login:after{
    width: 70px !important;
  }

  .join-btn input[type="submit"] {
    width: 100% !important;
    margin-top: 13px !important;
    margin-left: 0 !important;
  }

  .tab-content {
    padding: 10px 20px !important;
  } 

  .tab-content input[type="text"]{  
    height: 39px !important;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .tab-content input[type="password"], .tab-content input[type="email"]{
    width: 100%;
    height: 39px;
    box-sizing: border-box;
  }

  .forgot > a {
    font-family: 'source_sans_extra_light';
    color: #000;
    font-size: 15px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px){
  #Modal-Watch-Limit-Exceeded{
    top: 10% !important;
  }

  #Modal-Watch-Limit-Exceeded h5{
    text-align: center !important;
    width: 100%;
  }

  #Modal-Watch-Limit-Exceeded .modal-body.mobile p{
    color: #000000;
    text-align: center !important;
    font-family: "source_sans_proregular";
    font-size: 16px;
    line-height: normal;
  }

  #Modal-Watch-Limit-Exceeded .tab-links li{  
    width: 50% !important;
  }

  #Modal-Watch-Limit-Exceeded ul.tab-links li a{
    text-align: center !important;
  }

  #Modal-Watch-Limit-Exceeded .login-btn,
  #Modal-Watch-Limit-Exceeded .login-btn a{
    background: #9cc35c;  
    border-bottom: 4px solid #84a44d !important;
  }

  #Modal-Watch-Limit-Exceeded ul.tab-links li a:last-child{
    width: 100%;
    box-sizing: border-box;
  }

  #unlogged.modal-open .modal.share-unclick.in{
    height: auto !important;
    left: 70% !important;
    padding: 20px !important;
    top: 40px !important;
    width: 60% !important;
  }


  .tab-links > li.join::before,
  .tab-links > li.login:before,
  .tab-links > li.login:after{
    display:none !important;
  }

  .tab-links > li.login:after{
    width: 70px !important;
  }

  .join-btn input[type="submit"] {
    width: 100% !important;
    margin-top: 13px !important;
    margin-left: 0 !important;
  }

  .tab-content {
    padding: 10px 20px !important;
  } 

  .tab-content input[type="text"]{  
    height: 39px !important;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .tab-content input[type="password"], .tab-content input[type="email"]{
    width: 100%;
    height: 39px;
    box-sizing: border-box;
  }

  .forgot > a {
    font-family: 'source_sans_extra_light';
    color: #000;
    font-size: 15px;
  }
}

@media all and (min-width: 768px) and (max-width: 850px){
  #unlogged.modal-open .modal.share-unclick.in{
    height: auto !important;
    left: 80% !important;
    padding: 20px !important;
    top: 40px !important;
    width: 60% !important;
  }
}

@media all and (min-width: 1024px) and (max-width: 1100px){
  #unlogged.modal-open .modal.share-unclick.in{
    height: auto !important;
    left: 70% !important;
    padding: 20px !important;
    top: 40px !important;
    width: 60% !important;
  }
}

@media all and (min-width: 1100px) and (max-width: 1280px){
  #unlogged.modal-open .modal.share-unclick.in{
    height: auto !important;
    left: 65% !important;
    padding: 20px !important;
    top: 40px !important;
    width: 50% !important;
  }
}
