div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	background: transparent;
}
a{vertical-align: baseline;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	display: block;
	height: 100%;
	min-height: 100%;
}

h1, h2, h3, h4, h5, h6, span, p, input {
	margin: 0;
	padding: 0;
}

table, tr, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

ul, li, ol {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(./fonts/fontawesome-webfont.8b27bc96115c2d24350f0d09e6a9433f.eot);
  src: url(./fonts/fontawesome-webfont.8b27bc96115c2d24350f0d09e6a9433f.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(./fonts/fontawesome-webfont.3293616ec0c605c7c2db25829a0a509e.woff) format('woff'), url(./fonts/fontawesome-webfont.dcb26c7239d850266941e80370e207c1.ttf) format('truetype'), url(./fonts/fontawesome-webfont.0a799148a50bb02c6f380eabd8d97559.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-reply-all:before {
  content: "\F122";
}
.fa-mail-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
@charset UTF-8;

@media all and (-webkit-min-device-pixel-ratio: 0) {

}


/* Style Index * /

#0 Reset
#1 Layout Structure
#2 Main header
#3 Main menu
#4 Content styling
#5 Comments
#6 Photo gallery
#7 Sidebar styling
#8 Footer


/* #0 Reset */

body {
	font-size: 14px;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #0e0e0e;
	color: #626262;
}


/* #1 Layout Structure */

a {
	color: #5E5E5E;
	text-decoration: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	line-height: 100%;
}

i.fa {
	line-height: inherit;
}

.content a {
	font-weight: bold;
}

body .header .video-meta a:hover,
.header .mega-menu-full h3:hover,
body a:hover {
	color: #ee8f04;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

.clear-float {
	clear: both;
}

.wrapper {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.boxed:not(.active) {
	background: url('/images/background.jpg') repeat;
}

.active.boxed {
	width: 1040px;
	margin: 0px auto;
	background: #f5f5f5;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
	padding: 0px;
	min-height: 100%;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

i.fa {
	line-height: inherit;
	font-weight: normal;
	vertical-align: baseline;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
	color: inherit!important;
}

h1, h2, h3,
h4, h5, h6 {
	font-family: 'Titillium Web';
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 120%;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p {
	line-height: 150%;
	margin-bottom: 15px;
}

b, strong {
	vertical-align: baseline;
}

img.aspect-px {
	/*background-color: #ccc;*/
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
}

.slider-image {
	position: relative;
}

.video-thumb {
	position: relative;
	display: block;
}

.video-thumb img {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.video-thumb:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.video-thumb:after,
.slider-image:after,
.img-hover-effect:after {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.slider-image:after {
	background-size: contain;
}

.video-thumb.loadingvideo:after,
.slider-image.loadingvideo:after,
.img-hover-effect.loadingvideo:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.img-hover-effect {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
	
}

.img-hover-effect:before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.3);
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.img-hover-effect:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.img-hover-effect.loadingvideo .hoveringel,
.img-hover-effect.loadingvideo:before {
	display: none!important;
}

.img-hover-effect .hoveringel {
	display: block;
	position: absolute!important;
	text-align: center;
	line-height: 100%;
	left: -30%;
	top: 30%;
	width: 100%;
	height: 100%;
	color: rgba(255,255,255,0.9);
	/*text-shadow: 0 0 40px rgba(0,0,0,0.6);*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}

.img-hover-effect:hover .hoveringel {
	top: 0px;
	left: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.img-hover-effect .hoveringel i.fa {
	font-size: 10px!important;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.img-hover-effect:hover .hoveringel i.fa {
	font-size: inherit!important;
}

.img-hover-effect img {
	display: block;
}


.menu-content.video-list .img-hover-effect {
	overflow: hidden;
}

.menu-content.video-list .img-hover-effect .hoveringel,
.video-list.grid .img-hover-effect .hoveringel {
	line-height: 118px!important;
	font-size: 35px!important;
}

.video-list.hdgrid .img-hover-effect .hoveringel {
	line-height: 182px!important;
	font-size: 55px!important;
}

.video-list.list .img-hover-effect .hoveringel {
	line-height: 166px!important;
	font-size: 50px!important;
}

.video-list.hdlist .img-hover-effect .hoveringel {
	line-height: 377px!important;
	font-size: 114px!important;
}



.without-sidebar-layout .video-list.grid .img-hover-effect .hoveringel {
	line-height: 176px!important;
	font-size: 53px!important;
}

.without-sidebar-layout .video-list.hdgrid .img-hover-effect .hoveringel {
	line-height: 271px!important;
	font-size: 82px!important;
}

.without-sidebar-layout .video-list.list .img-hover-effect .hoveringel {
	line-height: 251px!important;
	font-size: 76px!important;
}

.without-sidebar-layout .video-list.hdlist .img-hover-effect .hoveringel {
	line-height: 563px!important;
	font-size: 170px!important;
}


/* #2 Main header */

.header {
	padding-bottom: 25px;
}

.header-logo h1 {
	margin-bottom: 0px;
	font-size: 50px;
}

.header.light .header-upper {
	background: rgba(0,0,0,0.08);
}

.header.dark .header-upper {
	background: #262626;
}

.header .header-content {
	display: table;
	vertical-align: middle;
	width: 100%;
}

.header .header-content > div {
	display: table-cell;
	vertical-align: middle;
}

.header .header-content .header-banner {
	text-align: right;
}

.header .header-upper {
	display: block;
	padding: 14px 0;
	position: relative;
	z-index: 101;
}

.header .header-upper li {
	display: inline-block;
	font-size: 12px;
}

.header .header-upper .left li {
	margin-right: 12px;
}

.header .header-upper .right li {
	margin-left: 12px;
}

.header .header-upper .left li > a span {
	display: block;
	position: relative;
	padding-right: 13px;
}

.header .header-upper .left li > a span:after {
	display: block;
	position: absolute;
	content: '\F107';
	font-family: "FontAwesome";
	right: 0px;
	top: 0px;
}

.header .header-upper .left li > ul {
	display: none;
	position: absolute;
	top: 100%;
	margin-top: 14px;
	margin-left: -10px;
	width: 180px;
	background: #1d1d1d;
}

.header.light .header-upper .left li > ul {
	background: #D6D6D6;
}

.header .header-upper .left li > ul:after {
	display: block;
	content: '';
	position: absolute;
	top: -16px;
	left: 0px;
	width: 100%;
	height: 16px;
	background-color: transparent;
}

.header .header-upper .left li > ul:before {
	display: block;
	content: '';
	position: absolute;
	top: -5px;
	left: 20px;
	width: 10px;
	height: 10px;
	background-color: inherit;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header .header-upper .left li > ul li {
	display: block;
	float: none;
	border-bottom: 1px solid rgba(255,255,255,0.04);
	margin: 0px;
	position: relative;
	z-index: 2;
}

.header .header-upper .left li > ul li:last-child {
	border-bottom: 0px;
}

.header .header-upper .left li > ul li a {
	display: block;
	padding: 10px;
}

.header .header-upper .left li > ul li:hover > a {
	background-color: rgba(255,255,255,0.02);
}

.header .header-upper .left li:hover > ul {
	display: block;
}

.header .header-upper .left ul li > a span:after {
	content: '\F105';
}

.header .header-upper .left li  ul > li {
	position: relative;
}

.header .header-upper .left li > ul ul {
	margin-left: 100%;
	top: 0px;
	margin-top: 0px;
}

.header .header-upper .left li > ul ul:after,
.header .header-upper .left li > ul ul:before {
	display: none;
}

.header.dark a {
	color: #898989;
}

.header.dark a:hover {
	color: #fff;
}

.header.dark {
	background: url('/images/bg.png') repeat;
	color: #fff;
}

.header .video-slider {
	display: block;
	padding-top: 10px;
	margin-bottom: -25px;
}

.header .video-slider .video-slider-inline {
	display: block;
	margin-bottom: 15px;
}

.video-slider .video-slider-slides {
	display: block;
	margin-top: 20px;
}

.video-meta {
	display: block;
	position: relative;
	font-family: Arial;
	font-size: 11px;
}

.video-meta > span,
.video-meta a {
	display: inline-block;
	margin-right: 10px;
	white-space: nowrap;
	line-height: 14px;
	font-weight: bold;
}

.video-meta > span i.fa,
.video-meta a i.fa {
	display: inline-block!important;
	padding-right: 7px;
	line-height: 12px;
	vertical-align: top;
}

.video-slider-slides {
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	margin-top: -10px!important;
	width: 100%;
}

.video-slider-slides:before {
	display: block;
	background: #313131;
	content: '';
	position: absolute;
	left: 0px;
	width: 100%;
	height: 110px;
	bottom: 0px;
	z-index: 0;
}

.video-slider-slides .video-slides-inner {
	position: relative;
	width: 100%;
	background: #313131;
	display: block;
	white-space: nowrap;
	z-index: 1;
	font-size: 0;
	left: 0px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.video-slider-slides .video-slides-inner.onresize {
	transition: none!important;
	-moz-transition: none!important;
	-webkit-transition: none!important;
	-o-transition: none!important;
}

.video-slider-slides .video-slides-inner:after,
.video-slider-slides:after {
	display: block;
	clear: both;
	content: '';
}

.video-slider .slider-controls {
	position: relative;
}

.video-slider .slider-controls .ot-slider-control-left {
	position: absolute;
	right: 100%;
	top: 50%;
	z-index: 5;
	font-size: 46px;
	margin-right: 30px;
	margin-top: -23px;
}

.video-slider .slider-controls .ot-slider-control-right {
	position: absolute;
	left: 100%;
	top: 50%;
	z-index: 5;
	font-size: 46px;
	margin-left: 30px;
	margin-top: -23px;
}

@media only screen and (max-width: 1120px) {
	
	.video-slider .slider-controls .ot-slider-control-right,
	.video-slider .slider-controls .ot-slider-control-left {
		display: none;
	}
	
}

.video-slider .video-slider-meta > h3 {
	display: block;
	width: 50%;
	margin-bottom: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.video-slider-meta:after {
	display: block;
	clear: both;
	content: '';
}

.video-slider .video-slider-info {
	color: #707070;
	line-height: 27px;
}

.video-slider .video-slider-info > .meta-click,
.video-slider .video-slider-info > span {
	margin-right: 13px;
}

.video-slider .video-slider-info > .meta-click strong,
.video-slider .video-slider-info > span strong {
	line-height: 100%;
	vertical-align: middle;
}

.ot-like-button,
.video-slider .video-slider-info > .ot-like-button {
	background-color: #4a4a4a;
	color: #b4b4b4;
	border-radius: 2px;
	-moz-border-radius: 2px;
	display: inline-block;
	padding: 7px 10px;
	font-size: 12px;
	position: relative;  z-index: 10;
}

.ot-like-button:hover,
.video-slider .video-slider-info > .ot-like-button:hover {
	background-color: #5b5b5b;
	color: #b4b4b4;
}

.ot-like-button .fa-heart,
.video-slider .video-slider-info > .ot-like-button .fa-heart {
	padding-right: 4px;
}

.ot-like-button.me-like,
.video-slider .video-slider-info > .ot-like-button.me-like {
	color: #232323;
	background: #f0f0f0;
}

.ot-like-button.me-like .fa-heart,
.video-slider .video-slider-info > .ot-like-button.me-like .fa-heart {
	color: #DF2818;
}

.video-slider-slides .item {
	position: relative;
	display: inline-block;
	width: 350px;
	padding: 18px;
	background: transparent;
	color: #7A7A7A!important;
	opacity: 0.3;
	filter: alpha(opacity=30);
	white-space: normal;
}

.video-slider-slides .item:hover,
.video-slider-slides .item.active {
	background: #262626;
	opacity: 1;
	filter: alpha(opacity=100);
}

.video-slider-slides .item.active {
	position: relative;
	cursor: default;
}

.video-slider-slides .item.active:after {
	position: absolute;
	display: block;
	left: 50%;
	top: -7px;
	width: 15px;
	height: 15px;
	content: '';
	background-color: inherit;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.video-slider-slides .item:after {
	display: block;
	clear: both;
	content: '';
}

.video-slider-slides .item .slider-image {
	width: 130px;
	display: block;
	float: left;
}

.video-slider-slides .item .slider-content {
	display: block;
	margin-left: 144px;
}

.video-slider-slides .item .slider-content > span {
	font-size: 12px;
}

.video-slider-slides .item .slider-content > span,
.video-slider-slides .item .slider-content > strong {
	display: block;
	margin-bottom: 8px;
	line-height: 120%;
}

.video-slider-slides .item .slider-content .video-meta {
	display: block;
	margin-bottom: 0px;
}

.video-slider-slides .item .slider-content > strong {
	color: #f0f0f0;
	font-size: 14px;
}



/* #3 Main menu */

.header #main-menu {
	display: block;
	border-top: 1px solid #fff;
	margin-top: 15px;
	box-shadow: inset 0 120px 90px -90px #fff;
	background-color: #d5d5d5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Titillium Web';
	text-transform: uppercase;
	position: relative;
	z-index: 100;
}

.header #main-menu.minify-menu .top-menu > li > a {
	padding: 17px 13px 15px 13px;
}

.header #main-menu.minify-menu .top-menu > li.wo-description > a {
	padding: 25px 13px 23px 13px;
}

.header #main-menu .search-head {
	position: absolute;
	right: 0px;
	top: -1px;
}

.header #main-menu .search-head input {
	position: absolute;
	right: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent;
}

.header #main-menu .search-head .ot-search-field {
	display: block;
	z-index: 4;
	width: 20px;
	padding: 24px 20px;
	font-size: 13px;
	line-height: 17px;
	border-radius: 0 3px 3px 0;
	color: transparent;
	cursor: pointer;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.header #main-menu .search-head .ot-search-field:focus {
	cursor: text;
	z-index: 1;
	color: #232323;
	width: 100px;
	padding: 24px 45px 24px 20px;
	background: #fff;
}

.header.light #main-menu .search-head .ot-search-field:focus {
	background: rgba(255,255,255,0.2);
	color: #fff;
}

.header #main-menu .search-head .ot-search-button {
	display: block;
	z-index: 3;
	height: 65px;
	cursor: pointer;
	font-size: 0;
	width: 60px;
	text-align: center;
}

.header #main-menu .search-head:before {
	position: absolute;
	content: '\F002';
	font-family: "FontAwesome";
	display: block;
	z-index: 2;
	height: 65px;
	line-height: 65px;
	cursor: pointer;
	width: 60px;
	font-size: 16px;
	text-align: center;
	right: 0px;
	top: 0px;
	color: #232323;
}

.header.light #main-menu .search-head:before {
	color: #f4f4f4;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}

.header #main-menu .top-menu {
	display: block;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: inset 0 -3px 0 #aaa;
}

.header #main-menu .top-menu:after {
	display: block;
	clear: both;
	content: '';
}

.header #main-menu .top-menu > li {
	display: block;
	float: left;
	border-bottom: 3px solid #aaa;
	position: inherit;
}

.header #main-menu .top-menu > li > a {
	display: block;
	padding: 17px 20px 15px 20px;
	color: #2f2f2f;
	text-shadow: 0px 1px rgba(255,255,255,0.5);
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
	position: relative;
}

.header #main-menu .top-menu > li > a > span {
	display: block;
	position: relative;
	padding-right: 15px;
}

.header #main-menu .top-menu > li > a > span:after {
	display: block;
	position: absolute;
	content: '\F142';
	font-family: "FontAwesome";
	right: 0px;
	top: 8px;
	color: #aaa;
}

.header #main-menu .top-menu > li.wo-description > a > span:after {
	top: 0px;
}

.header #main-menu .top-menu > li > a:after {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 1px;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 1px 0 0 rgba(0,0,0,0.08);
	content: '';
}

.header #main-menu .top-menu > li:hover > a {
	background-color: #dbdbdb;
}

.header #main-menu .top-menu > li:first-child > a {
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
}

.header #main-menu .top-menu > li:nth-child(1n+2):hover > a {
	box-shadow: inset 1px 0 0 rgba(0,0,0,0.08);
}

.header #main-menu .top-menu li:hover > a:after {
	background-color: rgba(0,0,0,0.08);
	box-shadow: 1px 0 0 rgba(255,255,255,0.5);
}

.header #main-menu .top-menu li a i {
	display: block;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
}

.header #main-menu .top-menu > li ul {
	display: none;
	position: absolute;
	background-color: #dbdbdb;
	width: 280px;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	box-shadow: inset 0 -120px 100px -100px rgba(255,255,255,0.3), inset 0 -1px 0 1px rgba(0,0,0,0.03);
	margin-top: 3px;
}

.header #main-menu .top-menu > li > ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
	margin-top: 0px;
	border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
}

.header #main-menu .top-menu > li:not(.mega-menu-full) > ul li {
	border-bottom: 1px solid #ccc;
	position: relative;
}

.header #main-menu .top-menu > li > ul li a span {
	position: relative;
	display: block;
}

.header #main-menu .top-menu > li > ul li a span:after {
	display: block;
	position: absolute;
	content: '\F141';
	font-family: "FontAwesome";
	color: #aaa;
	right: 0px;
	top: 0px;
}

.header #main-menu .top-menu > li > ul li:last-child {
	border-bottom: 0px;
}

.header #main-menu .top-menu > li > ul li > a {
	display: block;
	padding: 16px 20px 16px 20px;
	color: #2f2f2f;
	text-shadow: 0px 1px rgba(255,255,255,0.5);
	font-weight: bold;
	font-size: 13px;
	line-height: 100%;
	position: relative;
}

.header #main-menu .top-menu > li > ul li:hover > a {
	background-color: rgba(0,0,0,0.05);
}

.header #main-menu .top-menu li:hover > ul {
	display: block;
}

.header.light #main-menu {
	background-color: #4b4b4b;
	border-top: 1px solid #4a4a4a;
	box-shadow: inset 0 120px 90px -90px #616161;
}

.header.light #main-menu .top-menu {
	box-shadow: inset 0 -3px 0 #373737;
}

.header.light #main-menu .top-menu > li ul {
	background-color: #4b4b4b;
}

.header.light #main-menu .top-menu > li {
	border-bottom: 3px solid #373737;
}

.header.light #main-menu .bottom-menu {
	border-top: 3px solid #373737;
}

.header.light #main-menu .top-menu > li > ul li > a,
.header.light #main-menu .top-menu > li > a {
	color: #efefef;
	text-shadow: 0 1px 0 #232323;
}

.header.light #main-menu .top-menu > li ul {
	box-shadow: inset 0 -120px 100px -100px rgba(0,0,0,0.2), inset 0 -1px 0 1px rgba(0,0,0,0.03);
}

.header.light #main-menu .top-menu > li > ul li {

}

.header.light #main-menu .top-menu > li:hover > a {
	background-color: #4b4b4b;
}

.header.light #main-menu .top-menu > li > a:after {
	background-color: rgba(255,255,255,0.08);
	box-shadow: 1px 0 0 rgba(0,0,0,0.08);
}

.header.light #main-menu .top-menu > li:hover > a:after {
	background-color: rgba(0,0,0,0.08);
	box-shadow: 1px 0 0 rgba(255,255,255,0.08);
}

.header.light {
	padding-bottom: 5px;
}

.header.light #main-menu .top-menu > li:not(.mega-menu-full) > ul li {
	border-bottom: 1px solid #585858;
}

.header.light #main-menu .top-menu > li:not(.mega-menu-full) > ul li:last-child {
	border-bottom: 0px;
}

.header.light #main-menu .top-menu > li > ul li:hover > a {
	background-color: rgba(255,255,255,0.08);
}

.header.light .mega-menu-full h3 {
	color: #fff;
}

.header.light #main-menu a {
	color: #ccc;
}

.header.light .img-hover-effect {
	background-color: #000!important;
}

.header.light .video-slider {
	margin-bottom: 0px;
}

.header.light .video-slider-slides .video-slides-inner,
.header.light .video-slider-slides:before {
	background-color: #D6D6D6;
}

.header.light .video-slider-slides .item:hover,
.header.light .video-slider-slides .item.active {
	background: #B6B6B6;
}

.header.light .video-slider .slider-controls .ot-slider-control-left,
.header.light .video-slider .slider-controls .ot-slider-control-right {
	color: #ccc;
}

.header.light .video-slider .video-slider-info > .ot-like-button {
	background: #E0E0E0;
	color: #aaa;
}

.header.light .video-slider .video-slider-info > .ot-like-button.me-like i.fa,
.header.light .video-slider .video-slider-info > .ot-like-button.me-like {
	background: #DF2818;
	color: #fff;
}

.header.light .video-slider-slides .item .slider-content > strong {
	color: #232323;
}

.header .video-slider-slides .item .slider-content > strong {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* Mega Menu */

.header #main-menu .top-menu > li.mega-menu-full > ul {
	width: 100%!important;
	left: 0px!important;
}

.header .mega-menu-full ul ul {
	position: inherit!important;
	display: block!important;
	left: 0px!important;
	width: 100%!important;
	box-shadow: none!important;
	background: transparent!important;
	border-radius: 0 0 3px 3px!important;
	-moz-border-radius: 0 0 3px 3px!important;
}

.header .mega-menu-full > .sub-menu {
	display: block;
	color: #232323;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.header .mega-menu-full > .sub-menu > li {
	display: block;
	padding: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header .mega-menu-full .img-hover-effect {
	margin-bottom: 10px;
}

.header .mega-menu-full h3 {
	color: #2c2c2c;
	font-size: 16px;
	letter-spacing: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}





.header #main-menu .bottom-menu {
	display: block;
	background-color: #4a4a4a;
	border-top: 3px solid #aaa;
	margin-top: -3px;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	font-size: 12px;
	box-shadow: inset 0 -1px 0 #4a4a4a, inset 0 1px 0 #404040;
}

.header #main-menu .bottom-menu:after {
	display: block;
	clear: both;
	content: '';
}

.header #main-menu .bottom-menu li {
	float: left;
	border-right: 1px solid #454545;
}

.header #main-menu .bottom-menu li a {
	display: block;
	color: #c7c7c7;
	padding: 16px 20px;
	font-weight: bold;
}

.header #main-menu .bottom-menu li:hover a {
	background-color: rgba(255,255,255,0.05);
}

.header.light #main-menu .bottom-menu {
	background-color: #cecece;
	box-shadow: inset 0 -1px 0 #cecece, inset 0 1px 0 #cecece;
}

.header.light #main-menu .bottom-menu li {
	border-right: 1px solid #bebebe;
}

.header.light #main-menu .bottom-menu li a {
	color: #535353;
}

.header.light #main-menu .bottom-menu li:hover a {
	background-color: #dcdcdc;
}






/* #4 Content styling */

.color-scheme {

}

.content {
	display: block;
	padding: 25px 0;
	background-color: white;
}

.content-panel {
	display: block;
	position: relative;
}

.content-panel .panel-title {
	display: block;
	position: relative;
	background-color: #373737;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 14px 18px;
	color: #fff;
	margin-bottom: 20px;
}

.content-panel .panel-title h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
}

.content-panel .panel-title .right {
	position: absolute;
	top: 14px;
	right: 18px;
	text-align: right;
	line-height: 150%;
	font-size: 0;
}

.content-panel .panel-title .right a {
	display: inline-block;
	margin-left: 9px;
	color: rgba(255,255,255,0.3);
	font-size: 14px;
	line-height: 150%;
	padding: 0 3px;
}

.content-panel .panel-title .right a.active,
.content-panel .panel-title .right a:hover {
	color: #f0f0f0;
}

.content:after {
	display: block;
	clear: both;
	content: '';
}

.with-sidebar-layout {
	width: 670px;
}

.without-sidebar-layout {
	width: 100%;
}

.content-panel {
	display: block;
	margin-bottom: 30px;
}

.content h3 {
	color: #2c2b2b;
}

.content h3 a:hover {
	color: #ee8f04!important;
}

.video-list:after {
	display: block;
	clear: both;
	content: '';
}

.video-list.grid .item {
	display: block;
	width: 31.35%;
	float: left;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	margin-right: 2.96%;
	margin-bottom: 3%;
}

.video-list.grid .item .item-content {
	padding: 10px 15px;
}

.video-list.grid .item .item-content > p {
	display: none;
}

.video-list.grid .item .item-content > h3 {
	display: block;
	font-size: 15px;
	line-height: 100%;
	margin-bottom: 10px;
}

.widget .widget-videos .item-content .video-meta,
.video-list .item .item-content > .video-meta {
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.widget .widget-videos:hover .item-content .video-meta,
.video-list .item:hover .item-content > .video-meta {
	opacity: 1;
	filter: alpha(opacity=100);
}

.video-list.grid .item .item-content > .video-meta {
	display: block;
	margin-bottom: 4px;
}

.video-list.grid .item:nth-child(3n) {
	margin-right: 0px;
}

.video-list.grid .item:nth-child(3n+1) {
	clear: both;
}





.video-list.list .item {
	display: block;
	width: auto;
	float: left;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	margin-bottom: 3%;
	padding: 15px;
	clear: both;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.video-list.list .item.image-no .item-content {
	margin-left: 0px!important;
}

.video-list.list .item:after {
	display: block;
	clear: both;
	content: '';
}

.video-list.list .item .item-header {
	width: 46%;
	float: left;
}

.video-list.list .item .item-content {
	margin-left: 48.5%;
}

.video-list.list .item .item-content > p {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}

.video-list.list .item .item-content > h3 {
	display: block;
	font-size: 22px;
	line-height: 100%;
	margin-bottom: 10px;
}

.video-list.list .item .item-content > .video-meta {
	display: block;
	margin-bottom: 4px;
}




.video-list.hdlist .item {
	display: block;
	width: 100%;
	float: left;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	margin-bottom: 3%;
}

.video-list.hdlist .item .item-content {
	padding: 10px 15px;
}

.video-list.hdlist .item .item-content > p {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}

.video-list.hdlist .item .item-content > h3 {
	display: block;
	font-size: 22px;
	line-height: 100%;
	margin-bottom: 10px;
}

.video-list.hdlist .item .item-content > .video-meta {
	display: block;
	margin-bottom: 4px;
}




.video-list.hdgrid .item {
	display: block;
	width: 48.22%;
	float: left;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	margin-right: 3.5%;
	margin-bottom: 3%;
}

.video-list.hdgrid .item .item-content {
	padding: 10px 15px;
}

.video-list.hdgrid .item .item-content > p {
	display: none;
}

.video-list.hdgrid .item .item-content > h3 {
	display: block;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 10px;
}

.video-list.hdgrid .item .item-content > .video-meta {
	display: block;
	margin-bottom: 4px;
}

.video-list.hdgrid .item:nth-child(2n) {
	margin-right: 0px;
}

.video-list.hdgrid .item:nth-child(2n+1) {
	clear: both;
}

.video-list .clear-list-button {
	display: block;
	clear: both;
	padding-top: 10px;
	text-align: center;
}

.video-list .clear-list-button .back-button {
	display: inline-block;
	padding: 11px 20px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.13);
	font-size: 12px;
	color: #707070;
	margin-bottom: 10px;
}

.video-list .clear-list-button .back-button:hover {
	color: #232323;
}

.back-button .marker {
	background-color: #373737;
	color: #fff;
	display: inline-block;
	padding: 2px 4px;
	margin-top: -2px;
	margin-bottom: -2px;
}

.panel-block.banner-block {
	display: block;
	text-align: center;
	padding: 10px 0;
}

.panel-block .big-message,
.panel-block #comments,
.panel-block .panel-content {
	padding: 20px 20px 5px 20px;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.panel-block .big-message {
	padding: 50px 0;
	max-width: 100%;
}

.panel-block .big-message .message-content {
	max-width: 100%;
	padding-top: 15px;
}

.panel-block .big-message h3 {
	font-size: 30px;
	margin-bottom: 5px;
}

.panel-block .big-message strong {
	font-size: 18px;
	text-transform: none;
}

.panel-content h1,
.panel-content h2,
.panel-content h3,
.panel-content h4,
.panel-content h5,
.panel-content h6 {
	color: #232323;
	font-weight: bold;
}

/*.panel-block .panel-content p:last-child {
	margin-bottom: 0px;
}*/

.banner-widget {
	text-align: center;
}

.banner-block .banner-meta,
.banner-widget .banner-meta {
	display: block;
	text-align: center;
	font-size: 10px;
	color: #bdbdbd;
	margin-top: 8px;
}

.banner-block .banner-meta:hover,
.banner-widget .banner-meta:hover {
	color: #aaa;
}

.big-message {
	display: block;
	text-align: center;
	padding: 170px 0;
	position: relative;
}

.big-message .message-content {
	display: block;
	text-align: left;
	width: 400px;
	margin: 0 auto;
	padding-left: 150px;
	position: relative;
}

.big-message .message-content > img {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

.big-message h3 {
	display: block;
	font-size: 55px;
	font-weight: bold;
	text-transform: uppercase;
	color: #373737;
	margin-bottom: 0px;
}

.big-message strong {
	display: block;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7b7b7b;
	font-family: 'Titillium Web';
	margin-bottom: 20px;
}

.video-stats .video-stat-blobs {
	display: block;
	font-size: 0;
}

.video-stats .video-stat-blobs > span {
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
	width: 29%;
	background-color: #f3f3f3;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: default;
}

.video-stats .video-stat-blobs > span:hover {
	background-color: #ebebeb;
}

.video-stats .video-stat-blobs > span strong {
	display: block;
	color: #2c2c2c;
	font-family: 'Titillium Web';
	font-size: 20px;
	padding-top: 13px;
}

.video-stats h5 {
	color: #232323;
	font-weight: bold;
	margin-bottom: 12px;
}

.video-stats .video-stat-blobs > span i {
	display: block;
	font-style: normal;
	color: #b2b2b2;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 13px;
}

.video-stats .hr-spacer {
	margin: 20px 0;
	background-color: #ebebeb!important;
}

.video-author {
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}

.video-author .author-content {
	display: block;
	margin-left: 55px;
	padding-top: 3px;
}

.video-author .author-content span {
	display: block;
	line-height: 150%;
	font-size: 12px;
}

.video-footer {
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}

.video-footer strong {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	text-transform: uppercase;
	color: #aaa;
}

.video-footer a {
	font-weight: normal;
	position: relative;
}

.video-footer a:after {
	display: inline-block;
	content: ',';
	color: #ccc!important;
}

.video-footer a:last-child:after {
	display: none;
}







/* #5 Comments */

#comments {
	display: block;
	padding: 5px 20px 20px 20px!important;
}

#comments li {
	/*margin-top: 15px;*/
	border-top: 1px solid #eaeaea;
}

#comments > li:first-child {
	border-top: 0px;
}

#comments li .commment-content {
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
}

#comments li li .commment-content {
	background-color: #f6f6f6;
	padding: 20px 20px 20px 75px;
}

#comments .user-avatar {
	display: block;
	float: left;
}

#comments .comment-text {
	display: block;
	margin-left: 75px;
}

#comments .comment-text .reply-button {
	font-size: 12px;
}

#comments .comment-text > div {
	display: block;
	margin-bottom: 8px;
}

#comments .comment-text > div .user-nick {
	display: inline-block;
	font-size: 18px;
	font-family: 'Titillium Web';
	color: #232323;
}

#comments .comment-text > div .user-nick a {
	color: #232323;
}

#comments .comment-text > div .time-stamp {
	display: inline-block;
	line-height: 20px;
	margin-left: 8px;
	color: #aaa;
}




#reply-title {
	color: #CE1F1F;
	float: right;
	position: relative;
	z-index: 10;
	font-size: 14px;
	margin-bottom: 0px;
}

#respond {
	border-top: 1px solid #eaeaea;
	padding-top: 20px;
	margin-top: 20px;
}

.comment-respond .contact-info,
.writecomment .contact-info {
	display: block;
	color: #232323;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
	height: auto;
	border-bottom: 1px solid #eaeaea;
}

.contact-info > i.fa {
	position: absolute;
	font-size: 35px;
	line-height: 35px;
	left: 0px;
	top: 0px;
	display: block;
	color: rgba(0,0,0,0.2);
}

.contact-info > p {
	margin-bottom: 0px;
	font-size: 13px;
}

.contact-info > h5 {
	margin-bottom: 8px;
}

.contact-info > p,
.contact-info > h5 {
	display: block;
	margin-left: 45px;
	color: inherit;
}

.comment-respond,
.writecomment,
#writecomment {
	display: block;
	margin-bottom: 35px;
}

.comment-respond > form > p,
.writecomment > form > p,
#writecomment > form > p {
	display: block;
	width: 300px;
	max-width: 100%;
	margin: 0px auto;
	margin-bottom: 8px;
	position: relative;
}

.comment-respond label,
.writecomment label,
#writecomment label {
	display: block;
	position: absolute;
	right: 100%;
	margin-right: 20px;
	white-space: nowrap;
	line-height: 40px;
	color: #aaa;
	font-size: 13px;
}

.content textarea,
.content input[type=text] {
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 9px 12px;
	font-family: Arial;
	line-height: 150%;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content textarea:focus,
.content input[type=text]:focus {
	border: 1px solid #aaa;
}

.comment-respond textarea,
.comment-respond input[type=text],
.writecomment textarea,
#writecomment textarea,
.writecomment input[type=text],
#writecomment input[type=text] {
	width: 100%;
}

.required {
	display: inline-block;
	padding-left: 8px;
	font-weight: bold;
	color: #D81919;
}

.comment-respond .error,
.writecomment .error,
#writecomment .error {
	border: 1px solid #e74c3c;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}

.comment-respond .error-msg,
.writecomment .error-msg,
#writecomment .error-msg {
	display: block;
	background: #e74c3c;
	color: #fff;
	padding: 3px 10px;
	font-size: 12px;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}






/* #6 Photo gallery */




/* #7 Sidebar styling */

#sidebar {
	width: 300px;
}

#sidebar > .widget {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

#sidebar > .widget > h3 {
	padding: 14px 18px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
	padding: 11px 15px;
	background-color: #373737;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

#sidebar > .widget > ul.no-border,
#sidebar > .widget > div.no-border {
	padding: 0px;
}

#sidebar > .widget > ul:not(.no-border),
#sidebar > .widget > div:not(.no-border) {
	margin-top: 10px;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.widget .widget-videos {
	display: block;
	padding: 15px;
}

.widget .widget-videos .item {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px dotted #E4E4E4;
}

.widget .widget-videos .item:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	position: relative;
	border-bottom: 0px;
}

.widget .widget-videos .item-header {
	display: block;
	margin-bottom: 10px;
}

.widget .widget-videos .item-content h3 {
	font-size: 15px;
	margin-bottom: 10px;
}

.widget .widget-videos .item-content h3 .marker {
	background-color: #373737;
	color: #fff;
	display: inline-block;
	padding: 2px 4px;
	margin-left: 5px;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial;
	font-weight: bold;
}





.widget .widget-videos-small {
	display: block;
	padding: 15px;
}

.widget .widget-videos-small .item {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px dotted #E4E4E4;
}

.widget .widget-videos-small .item:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	position: relative;
	border-bottom: 0px;
}

.widget .widget-videos-small .item-header {
	display: block;
	margin-bottom: 10px;
	float: left;
	width: 100px;
}

.widget .widget-videos-small .item-content {
	display: block;
	margin-left: 110px;
}

.widget .widget-videos-small .item-content h3 {
	font-size: 14px;
	margin-bottom: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.marker,
.widget .widget-videos-small .item-content .marker {
	background-color: #373737;
	color: #fff;
	display: inline-block;
	padding: 2px 4px;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 4px;
}

.marker {
	margin: 0px;
}

.widget .widget-videos-small .item-header .video-thumb:after {
	background-size: contain;
}

#sidebar .widget > form[name='searchform'] {
	margin-top: 10px;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

#sidebar .widget > form[name='searchform'] label {
	display: none;
}

#sidebar .widget > form[name='searchform'],
#sidebar .widget > ul,
#sidebar .widget > div {
	padding: 15px;
}

.widget > ul.custom-categories li {
	margin-top: 5px;
}

.widget > ul.custom-categories li a {
	display: block;
	padding: 8px 10px;
}

.widget > ul.custom-categories li:hover a {
	background-color: #f0f0f0;
	color: #232323;
}

.widget > ul.custom-categories li a span {
	font-weight: normal;
	display: inline-block;
	margin-left: 8px;
	background-color: #ccc;
	color: #fff;
	font-size: 11px;
	padding: 2px 7px;
	margin-top: -2px;
	margin-bottom: -2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.widget > ul.custom-categories li:before {
	display: none;
}

.widget > div > ul.menu li,
.widget > ul li {
	display: block;
	margin-top: 11px;
	font-size: 13px;
	line-height: 16px;
}

.widget > div > ul.menu li:before,
.widget > ul li:before {
	content: '\F105';
	display: inline-block;
	padding-right: 10px;
	font-family: 'FontAwesome';
}

.widget > div > ul.menu > li:first-child,
.widget > ul li:first-child {
	margin-top: 0px;
}

.widget p:last-child {
	margin-bottom: 0px;
}

.widget .tagcloud {
	font-size: 0;
}

.widget .tagcloud a {
	display: inline-block;
	padding: 6px 9px;
	background-color: #f5f5f5;
	color: #b2b2b2;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 11px!important;
	margin-left: 5px;
	margin-bottom: 5px;
	position: relative;
}

.widget .tagcloud a:before {
	font-family: 'FontAwesome';
	content: '\F02B';
	padding-right: 6px;
	display: inline-block;
}

.widget .tagcloud a:hover {
	background-color: #373737;
	color: #fff;
	border: 1px solid transparent;
}

.small-link {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}

.small-link i.fa {
	padding-right: 6px;
}

.widget .comments-list .item {
	display: block;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #f0f0f0;
}

.widget .comments-list .item:last-child {
	margin-bottom: 0px;
	padding-bottom: 4px;
	border-bottom: 0px;
}

.widget .comments-list .item-header {
	padding-bottom: 15px;
	display: block;
}

.widget .comments-list .item-header:after {
	display: block;
	clear: both;
	content: '';
}

.widget .comments-list .item-header h4 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #232323;
}

.widget .comments-list .item-header .item-header-title {
	display: block;
	margin-left: 50px;
}

.widget .comments-list .item-header .datetime {
	font-weight: normal;
	display: inline-block;
	font-size: 12px;
	color: #aaa;
}

.widget .comments-list .item-header h4 span {
	font-weight: normal;
	display: inline-block;
	padding-left: 5px;
	color: #aaa;
}

.widget .comments-list .item-content p {
	font-size: 12px;
	margin-bottom: 10px;
}

.widget .comments-list .item-photo {
	width: 40px;
	height: 40px;
	float: left;
}



/* #8 Footer */

.footer {
	display: block;
	background: #f7f7f7;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 30px 0;
	margin-bottom: 20px;
	padding-bottom: 0px;
	text-align: center;
}

.footer-bottom {
	font-size: 13px;
	padding-bottom: 20px;
}

.footer-bottom ul:after {
	display: block;
	clear: both;
	content: '';
	line-height: 150%;
}

.footer-bottom ul li {
	position: relative;
	margin-left: 25px;
	display: block;
	float: left;
	line-height: 150%;
}

.footer-bottom ul li:before {
	left: -15px;
	content: '/';
	display: block;
	position: absolute;
	color: #ccc;
}

.footer-bottom ul li:first-child:before {
	display: none;
}

.footer-bottom ul li a {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
}

.footer-bottom p {
	margin-bottom: 0px;
	font-size: 12px;
}

.footer .wrapper:after {
	display: block;
	clear: both;
	content: '';
}

.footer .wrapper .widget {
	width: 31%;
	float: left;
	margin-left: 3%;
	margin-bottom: 3%;
}

.footer .wrapper .widget:nth-child(3n+1) {
	clear: both;
	margin-left: 0px;
}

.footer .wrapper .widget > h3 {
	position: relative;
	padding-bottom: 15px;
}

.footer .wrapper .widget h1,
.footer .wrapper .widget h2,
.footer .wrapper .widget h3,
.footer .wrapper .widget h4,
.footer .wrapper .widget h5,
.footer .wrapper .widget h6 {
	color: #232323;
}

.footer .wrapper .widget > h3:after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: 0px;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}

.widget .small-text {
	font-size: 10px;
	font-weight: bold;
	color: #aaa;
	text-transform: uppercase;
}

.footer .widget .widget-videos-small {
	padding: 0px;
}

.boxed.active {
	background: rgba(255,255,255,0.7);
}

.boxed.active .footer {
	background: rgba(255,255,255,0.5);
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.boxed.active .header.dark {
	background-color: rgba(0,0,0,0.75);
}

.boxed.active .header.dark .video-slider-slides:before {
	background-color: rgba(0,0,0,0.2);
}

.boxed.active .header.dark .header-upper {
	background-color: rgba(0,0,0,0.2);
}

.boxed.active .video-slider-slides .video-slides-inner {
	background: transparent;
}






.otplayer {
	display: block;
	width: 100%;
	padding-top: 56.25% !important;
	height: auto !important;
}

.otplayer-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 65px;
	background-color: #000;
}
 
.otplayer-wrapper video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.otplayer-wrapper {
	position: relative;
}

.otplayer-wrapper object {
	display: block;
	position: absolute;
}

.otplayer-wrapper .ot-inline-playpause i.fa-play,
.otplayer-wrapper.playing .ot-inline-playpause i.fa-pause {
	display: block;
}

.otplayer-wrapper.playing .ot-inline-playpause i.fa-play,
.otplayer-wrapper .ot-inline-playpause i.fa-pause {
	display: none;
}

.otplayer-wrapper .otplayer-controls {
	display: none;
	background-color: #131313;
	color: #ccc;
	font-size: 0;
	line-height: 50px;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
}

.otplayer-wrapper.showcontrols .otplayer-controls {
	display: block;
}

.otplayer-wrapper {
	margin-bottom: 20px!important;
}

.otplayer-wrapper.showcontrols {
	margin-bottom: 70px!important;
}

.otplayer-wrapper .otplayer-controls > div {
	font-size: 12px;
	height: 50px;
	display: inline-block;
	line-height: inherit;
}

.otplayer-wrapper .otplayer-controls .ot-inline-volume-controls:hover .ot-inline-volume,
.otplayer-wrapper .otplayer-controls .ot-inline-fullscreen:hover,
.otplayer-wrapper .otplayer-controls .ot-inline-playpause:hover {
	background-color: rgba(255,255,255,0.07);
}

.otplayer-wrapper .otplayer-controls .ot-inline-playpause {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
}

.otplayer-wrapper .otplayer-controls .ot-inline-time {
	display: block;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 100px;
	font-size: 12px;
	padding: 0 15px;
	text-align: right;
}

.otplayer-wrapper .otplayer-controls .ot-inline-fullscreen {
	display: block;
	width: 50px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 17px;
	cursor: pointer;
}

.otplayer-wrapper .otplayer-controls .ot-inline-volume-controls {
	display: block;
	width: 50px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: 50px;
	font-size: 17px;
	cursor: pointer;
	background-color: inherit;
}

.otplayer-wrapper .otplayer-controls .ot-inline-volume-controls .ot-inline-volume {
	display: block;
	width: 50px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 17px;
	cursor: pointer;
	z-index: 2;
}

.otplayer-wrapper .otplayer-controls .ot-inline-volume-controls .ot-inline-volume-slider {
	display: none;
	height: 100px;
	width: 100%;
	background-color: inherit;
	position: absolute;
	bottom: 50px;
	left: 0px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}

.otplayer-wrapper .otplayer-controls .ot-inline-volume-controls .ot-inline-volume-slider > div {
	position: absolute;
	height: 100%;
	width: 10px;
	left: 20px;
	bottom: 0px;
	background-color: #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.otplayer-wrapper .otplayer-controls .ot-inline-volume-controls .ot-inline-volume-slider:before {
	position: absolute;
	content: '';
	display: block;
	height: 100%;
	width: 10px;
	left: 20px;
	bottom: 0px;
	background-color: #252525;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.otplayer-wrapper .otplayer-controls .ot-inline-volume.volmute .fa-volume-off,
.otplayer-wrapper .otplayer-controls .ot-inline-volume .fa-volume-up {
	display: block;
}

.otplayer-wrapper .otplayer-controls .ot-inline-volume .fa-volume-off,
.otplayer-wrapper .otplayer-controls .ot-inline-volume.volmute .fa-volume-up {
	display: none;
}

.otplayer-wrapper .otplayer-controls .ot-inline-volume-controls:hover .ot-inline-volume-slider {
	display: block;
}

.otplayer-wrapper .otplayer-controls .ot-inline-slider {
	background-color: rgba(255,255,255,0.08);
	height: 7px;
	position: absolute;
	left: 60px;
	top: 21px;
	right: 170px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	cursor: pointer;
}

.otplayer-wrapper .otplayer-controls .ot-inline-slider:before {
	display: block;
	position: absolute;
	content: '';
	background-color: transparent;
	width: 100%;
	height: 300%;
	top: -100%;
	left: 0px;
}

.otplayer-wrapper .otplayer-controls .ot-inline-slider > div {
	position: absolute;
	height: 100%;
	width: 0px;
	left: 0px;
	top: 0px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #ccc;
}

.otplayer-wrapper .video-overlay-logo {
	display: block;
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 20px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.otplayer-wrapper video {
	background: #000;
}

.otplayer-wrapper a.video-overlay-logo:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.otplayer-wrapper {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.img-hover-effect .hoveringel:after,
.img-hover-effect .hoveringel:before {
	display: none!important;
}

:-ms-full-screen .otplayer,
:-moz-full-screen .otplayer,
:-webkit-full-screen .otplayer {
	width: 100%;
	height: 100%;
}


.pagination {
	display: block;
	text-align: center;
	clear: both;
	padding-top: 10px;
}

.pagination .page-numbers {
	padding: 10px 15px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.13);
	font-size: 12px;
	color: #707070;
	margin-bottom: 10px;
	line-height: 16px;
}

.pagination .page-numbers:hover {
	background-color: #F7F7F7;
}

.pagination .page-numbers.current {
	background-color: #373737;
	color: #fff;
	font-weight: bold;
}

.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

#wp-calendar caption {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
	padding-bottom: 15px;
}

.header #main-menu .top-menu > li.wo-description > a {
	padding: 25px 20px 23px 20px;
}



.video-author .ot-like-button {
	background: #E0E0E0;
	color: #aaa;
}

.video-author .ot-like-button.me-like i.fa,
.video-author .ot-like-button.me-like {
	background: #DF2818;
	color: #fff;
}

.video-author .meta-click {
	display: inline-block;
	padding: 6px 2px;
	margin-right: 11px;
}

.widget .subscribe-feed {
	display: block;
	margin-bottom: 15px;
}

.widget .subscribe-feed input {
	width: 100%;
}
.widget .subscribe-feed p {
	display: block;
	padding: 0px 20px;
	margin-bottom: 10px;
}


.widget .widget-videos-small .item.no-image .item-content {
	margin-left: 0px!important;
}

.widget .widget-videos-small .item.no-image .item-header {
	margin-bottom: 0px;
}


.video-embed.the-ot-player {
	margin-bottom: 50px!important;
}



#buddypress div#message p,
#sitewide-notice p {
    border: 0px;
    font-weight: normal;
    margin-top: 3px;
    text-decoration: none;
    padding: 15px 20px;
    color: #8A6D3B;
    background-color: #fdfaec;
    border-left: 3px solid #FAEBCC;
}
#buddypress #item-nav li {
    text-align: center;
}
#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
    color: #aaa;
}
#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span,
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a {
    padding: 8px 12px;
}
#buddypress .activity-list .activity-content .activity-inner p {
    font-size: 14px;
}
#buddypress #item-nav #user-activity:before {
    display: block;
    content: '\F021';
    font-family: "FontAwesome";
    padding-bottom: 7px;
    font-size: 20px;
}
#buddypress form#whats-new-form #whats-new-options select {
    margin-top: 8px;
}
#whats-new-post-in-box {
    line-height: 35px;
}
#buddypress #item-nav #user-xprofile:before {
    display: block;
    content: '\F007';
    font-family: "FontAwesome";
    padding-bottom: 7px;
    font-size: 20px;
}
#buddypress #item-nav #user-friends:before {
    display: block;
    content: '\F0C0';
    font-family: "FontAwesome";
    padding-bottom: 7px;
    font-size: 20px;
}
#buddypress #item-nav #user-groups:before {
    display: block;
    content: '\F115';
    font-family: "FontAwesome";
    padding-bottom: 7px;
    font-size: 20px;
}
#buddypress #item-nav #user-forums:before {
    display: block;
    content: '\F0E6';
    font-family: "FontAwesome";
    padding-bottom: 7px;
    font-size: 20px;
}
#buddypress #item-nav #user-notifications:before {
    display: block;
    content: '\F0A1';
    font-family: "FontAwesome";
    padding-bottom: 7px;
    font-size: 20px;
}
#buddypress #item-nav #user-messages:before {
    display: block;
    content: '\F075';
    font-family: "FontAwesome";
    padding-bottom: 7px;
    font-size: 20px;
}
#buddypress #item-nav #user-settings:before {
    display: block;
    content: '\F013';
    font-family: "FontAwesome";
    padding-bottom: 7px;
    font-size: 20px;
}
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a {
    font-size: 13px;
    color: #232323;
}
#buddypress div.item-list-tabs ul li.last select {
    border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 3px 5px;
    border: 1px solid #ccc;
}
#buddypress div.item-list-tabs#subnav ul li.last {
    margin-top: 0px;
}
#activity-filter-select label,
#members-order-select label,
#groups-order-select label,
.activity-filter-select label {
    line-height: 29px!important;
}
#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h4 {
    font-size: 15px;
}
#buddypress div#item-header div#item-meta,
#buddypress span.activity {
    font-size: 100%;
}
#item-header-content {
    display: block;
    margin-left: 170px!important;
    float: none!important;
    line-height: 150%;
}
#buddypress div.item-list-tabs#subnav {
    margin-bottom: 30px;
}
.wpf_wrapper .print_link,
#bbp_search_submit,
#buddypress a.button,
#buddypress div.activity-meta a {
    padding: 5px 10px;
    line-height: 100%;
    font-size: 13px!important;
    color: #aaa!important;
    font-weight: bold;
    background: #fff!important;
    border: 1px solid #ccc!important;
    box-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.wpf_wrapper .print_link:hover,
#bbp_search_submit:hover,
#buddypress a.button:hover,
#buddypress div.activity-meta a:hover {
    background: #f0f0f0!important;
}
.activity-header p {
    margin-top: 0px!important;
}
#buddypress #activity-stream p {
    margin: 0px!important;
}
#buddypress .activity-list .activity-avatar {
    padding-top: 5px;
}
.bbp-search-form {
    margin-bottom: 17px;
}
#buddypress div.dir-search input[type=text],
.bbp-search-form #bbp_search,
#buddypress input[type=text] {
    padding: 4px 8px;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
#buddypress ul.item-list li div.item-title span {
    line-height: 130%;
}
#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h4 {
    margin-bottom: 8px;
    font-weight: bold;
}
#buddypress div.pagination {
    background: #f6f6f6;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    border: 1px solid #eaeaea;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
    border-top: 1px solid #eaeaea;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
    padding: 14px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
    margin-top: 7px;
    margin-bottom: 0px;
}
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
    font-size: 15px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
    font-size: 13px;
    color: #aaa;
}
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
    background-color: #F2F7FF !important;
}
#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
    margin-bottom: 10px;
}
#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
    padding: 15px 20px;
    font-size: 14px;
}
div.bbp-reply-header {
    padding: 15px 15px;
}
#bbpress-forums div.reply {
    width: auto;
}
#buddypress .standard-form label,
#buddypress .standard-form span.label {
    margin-top: 20px;
    margin-bottom: 10px;
}
#buddypress table.notification-settings {
    width: 100%;
}
#buddypress table.notification-settings tbody tr td {
    background: rgba(0, 0, 0, 0.05);
}
#buddypress table.notification-settings tbody tr:nth-child(odd) td {
    background: rgba(0, 0, 0, 0.02);
}
#buddypress table.notification-settings th {
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.1);
}
#buddypress table.notification-settings td {
    padding: 10px 10px;
}
.bp-login-widget-user-links {
    padding-top: 0px!important;
    line-height: 150%;
}
#buddypress div.messages-options-nav {
    line-height: 24px;
}
div.bbp-template-notice.info {
    border: 0px;
    font-weight: normal;
    margin-top: 3px;
    text-decoration: none;
    padding: 6px 20px;
    color: #527085;
    background-color: #f0f8ff;
    border-left: 3px solid #cee1ef;
    border-radius: 0px;
    font-size: 14px;
}
div.bbp-template-notice p {
    font-size: 14px;
    line-height: 18px;
}
#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
    font-size: 13px;
    font-weight: bold;
}
#bbpress-forums div.wp-editor-container {
    border: 1px solid #ccc;
}
button.button {
    border: 0px;
    cursor: pointer;
}
.wpf_wrapper {
    display: block;
    margin: 30px 0px;
    padding-bottom: 10px;
}
.bbp-meta a,
.bbp-meta {
    color: #575757!important;
    font-size: 80%;
}
.bbp-topic-title-meta {
    float: right;
    margin-top: -20px;
    color: #aaa;
}
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
    font-size: 13px;
    line-height: 150%;
}
.widget > ul > li > div {
    color: #aaa;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    font-weight: bold;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
    font-size: 14px;
    line-height: 130%;
}
#bbpress-forums li .bbp-forum-title {
    font-weight: bold;
    font-size: 15px;
}
#buddypress div.dir-search {
    margin: auto 0 -50px 0;
    padding: 10px;
}
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
    color: #232323;
}
.bbp-body .type-topic.status-closed,
.bbp-body .type-topic.status-closed a {
    color: #aaa!important;
}
.bbp-header .bbp-reply-author,
.bbp-footer .bbp-reply-author {
    font-size: 13px;
    line-height: 150%;
}
#bbpress-forums > #subscription-toggle {
    float: right;
    line-height: 150%;
}
div.bbp-breadcrumb {
    margin-bottom: 10px;
}
#bbpress-forums,
#bbpress-forums p {
    font-family: Arial, sans-serif!important;
}
.bbp-topic-permalink {
    font-size: 14px;
}
.sticky .bbp-topic-permalink,
.super-sticky .bbp-topic-permalink {
    font-weight: bold;
}
#bbpress-forums div.bbp-forum-content p,
#bbpress-forums div.bbp-topic-content p,
#bbpress-forums div.bbp-reply-content p {
    font-size: 14px;
}
.post.sticky {
    padding: 16px!important;
    margin-top: -20px;
}
.post.sticky:first-child {
    padding: 16px!important;
    margin-top: 0px;
}

#buddypress button:hover, #buddypress a.button:hover, #buddypress a.button:focus, #buddypress input[type=submit]:hover, #buddypress input[type=button]:hover, #buddypress input[type=reset]:hover, #buddypress ul.button-nav li a:hover, #buddypress ul.button-nav li.current a, #buddypress div.generic-button a:hover, #buddypress .comment-reply-link:hover,
#buddypress button, #buddypress a.button, #buddypress input[type=submit], #buddypress input[type=button], #buddypress input[type=reset], #buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link, a.bp-title-button {
	background-color: #49a3e1;
	border: 0px;
	padding: 12px 15px;
}
.avatar-block .item-avatar {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 12px;
    margin-bottom: 12px;
}
.avatar-block .item-avatar:nth-child(4n+1) {
    clear: both;
    margin-left: 0px;
}
.avatar-block:after {
    display: block;
    clear: both;
    content: '';
}
.widget .bbp-login-form input[type=password],
.widget .bbp-login-form input[type=text],
#sidebar .widget #bp-login-widget-form input[type=password],
#sidebar .widget #bp-login-widget-form input[type=text] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.widget .bbp-login-form input[type=password],
.widget .bbp-login-form input[type=text] {
    padding: 8px;
    margin-bottom: 5px;
}
#sidebar .widget #bp-login-widget-form input[type=text] {
    margin-bottom: 5px;
}
#sidebar .widget #bp-login-widget-form label {
    display: block;
    margin-bottom: 5px;
}
.forgetmenot {
    margin-bottom: 15px;
}
.widget dl:after {
    display: block;
    clear: both;
    content: '';
}
.widget dl dd {
    display: block!important;
    width: auto!important;
    float: right!important;
    padding-bottom: 8px;
}
.widget dl dt {
    display: block!important;
    width: auto!important;
    padding-right: 10px;
    float: left!important;
    clear: both;
    padding-bottom: 8px;
}
.price del {
    font-size: 80%;
    vertical-align: bottom;
}
.widget .bbp-login-form label {
    display: block!important;
    margin-bottom: 5px;
}
.widget .bbp-remember-me label {
    display: inline-block!important;
    width: auto!important;
}
.widget .bbp-login-links {
    margin-top: 10px;
    line-height: 130%;
    font-size: 12px!important;
}
.widget .item-list > li {
    display: block;
}
.widget .item-list > li:after {
    display: block;
    clear: both;
    content: '';
}
.widget .item-list > li .item-avatar {
    float: left;
    width: 50px;
    height: 50px;
}
.widget .item-list > li .item {
    display: block;
    margin-left: 65px;
}
.widget .item-list > li .item .item-title {
    font-weight: bold;
}
.widget .item-options {
    display: block;
    font-size: 0;
    padding: 7px!important;
    margin-bottom: -20px;
}
.widget .item-options:after {
    display: block;
    clear: both;
    content: '';
}
.widget .item-options a {
    display: block;
    float: left;
    font-size: 13px;
    text-align: center;
    width: 33.33%;
    padding: 7px 0;
}
.widget .item-options a:hover {
    background: rgba(0, 0, 0, 0.05);
}
.widget .item-options a.selected {
    background: rgba(0, 0, 0, 0.1);
}

.widget > ul#members-list li:before {
	display: none!important;
}

.widget > form > div .screen-reader-text {
	display: none;
}

button.button,
.widget > form > div input#bbp_search_submit {
	display: inline-block;
	margin-right: 5px;
	background-color: #49a3e1!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 15px;
	color: #fff!important;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	border: 0px!important;
	cursor: pointer;
}

.widget > form > div,
.widget > dl {
	margin-top: 10px;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	padding: 20px;
}

.bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
	font-size: 12px;
}

.bbp-breadcrumb-sep {
	display: inline-block;
	padding: 0 6px;
}

.widget li > .bbp-author-avatar:first-child,
.widget .bbp-forum-title {
	background: #fff;
	margin-left: -19px;
}

.bp-login-widget-user-links {
	float: left;
	margin-top: -65px!important;
	margin-left: 60px!important;
	background: transparent!important;
	box-shadow: none!important;
}

#bbpress-forums > #subscription-toggle {
	margin-top: -45px;
	margin-right: 15px;
}

div.bbp-breadcrumb {
	width: 100%;
	background: rgba(0,0,0,0.04);
	padding: 15px 20px 5px 20px;
}

#buddypress .standard-form textarea, #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=color], #buddypress .standard-form input[type=date], #buddypress .standard-form input[type=datetime], #buddypress .standard-form input[type=datetime-local], #buddypress .standard-form input[type=email], #buddypress .standard-form input[type=month], #buddypress .standard-form input[type=number], #buddypress .standard-form input[type=range], #buddypress .standard-form input[type=search], #buddypress .standard-form input[type=tel], #buddypress .standard-form input[type=time], #buddypress .standard-form input[type=url], #buddypress .standard-form input[type=week], #buddypress .standard-form select, #buddypress .standard-form input[type=password], #buddypress .dir-search input[type=search], #buddypress .dir-search input[type=text], #buddypress .groups-members-search input[type=search], #buddypress .groups-members-search input[type=text] {
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 9px 12px;
	font-family: Arial;
	line-height: 150%;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#buddypress {
	margin-top: 10px;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	padding: 20px;
}

#buddypress:after {
	display: block;
	clear: both;
	content: '';
}

#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span, #buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a {
	padding: 11px 19px;
}

#buddypress div.item-list-tabs ul li a:hover {
	background: rgba(0,0,0,0.02);
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
	font-size: 12px;
}

#buddypress form#whats-new-form textarea {
	height: 50px!important;
}

#buddypress #whats-new-options {
	height: 60px!important;
	padding-right: 6px;
}

.wpf_wrapper .print_link:hover, #bbp_search_submit:hover, #buddypress a.button:hover, #buddypress div.activity-meta a:hover,
.wpf_wrapper .print_link, #bbp_search_submit, #buddypress a.button, #buddypress div.activity-meta a {
	padding: 5px 10px;
	text-shadow: none;
}

#buddypress div.item-list-tabs {
	background: rgba(0,0,0,0.02);
}
.paragraph-row {
	display: block;
	clear: both;
	position: relative;
}

.paragraph-row:after {
	display: block;
	clear: both;
	content: '';
}

.paragraph-row .column12{width:100%;*width:99.94680851063829%;}
.paragraph-row .column11{width:91.48936170212765%;*width:91.43617021276594%;}
.paragraph-row .column10{width:82.97872340425532%;*width:82.92553191489361%;}
.paragraph-row .column9{width:74.46808510638297%;*width:74.41489361702126%;}
.paragraph-row .column8{width:65.95744680851064%;*width:65.90425531914893%;}
.paragraph-row .column7{width:57.44680851063829%;*width:57.39361702127659%;}
.paragraph-row .column6{width:48.93617021276595%;*width:48.88297872340425%;}
.paragraph-row .column5{width:40.42553191489362%;*width:40.37234042553192%;}
.paragraph-row .column4{width:31.914893617021278%;*width:31.861702127659576%;}
.paragraph-row .column3{width:23.404255319148934%;*width:23.351063829787233%;}
.paragraph-row .column2{width:14.893617021276595%;*width:14.840425531914894%;}
.paragraph-row .column1{width:6.382978723404255%;*width:6.329787234042553%;}

.paragraph-row > li,
.paragraph-row > div {
	float: left;
	margin-left: 2.127659574468085%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.paragraph-row > li:first-child,
.paragraph-row > div:first-child {
	margin-left: 0px;
	padding-left: 0px;
}




.map-wrapper,
.video-embed {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 15px;
}

.map-wrapper iframe,
.video-embed object,
.video-embed embed,
.video-embed iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}

.panel-content .video-thumb {
	margin-bottom: 15px;
}



.hr-spacer {
	display: block;
	height: 1px;
	background-color: #ccc;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.hr-spacer.style-2 {
	display: block;
	/* height: 0px; */
	position: relative;
	background: transparent;
	margin-top: 30px;
	margin-bottom: 38px;
	text-align: center;
	color: #ccc;
	background: #ccc;
}

.hr-spacer i.fa {
	display: inline-block;
	padding: 0 13px;
	background: #fff;
	z-index: 2;
	position: absolute;
	font-size: 20px;
	margin-top: -11px;
	margin-left: -22px;
}

.hr-spacer.style-2 i.fa {
	position: relative;
	margin-top: -5px;
	margin-left: 0px;
}

.hr-spacer.style-2:before {
	background-color: inherit;
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 3px;
	width: 100%;
	height: 3px;
	z-index: 1;
}

.panel-content blockquote {
	display: block;
	margin-bottom: 15px;
	line-height: 150%;
	font-weight: bold;
	position: relative;
	padding-left: 45px;
	font-style: italic;
}

.panel-content blockquote:before {
	display: block;
	content: '"';
	font-family: Arial;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 60px;
	line-height: 52px;
	font-weight: normal;
}

.panel-content blockquote.style-2 {
	padding: 15px 20px 0px 20px;
	border: 1px dotted #aaa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: normal;
}

.panel-content blockquote.style-2:before {
	display: none;
}

.content input[type=submit],
a.button {
	display: inline-block;
	margin-right: 5px;
	background-color: #49a3e1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 15px;
	color: #fff!important;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	border: 0px;
	cursor: pointer;
}

.content input[type=submit]:hover,
a.button:hover {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), inset 0 50px 0 rgba(255,255,255,0.13);
}

.content input[type=submit]:active,
a.button:active {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), inset 0 10px 15px rgba(0,0,0,0.1);
}

.alert-msg {
	display: block;
	background: #f1f1f1;
	color: #232323;
	padding: 15px;
	position: relative;
	margin-bottom: 15px;
}

.alert-msg > i.fa {
	position: absolute;
	font-size: 35px;
	line-height: 35px;
	left: 15px;
	top: 15px;
	display: block;
	color: rgba(0,0,0,0.2);
}

.alert-msg > .close-alert {
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	color: rgba(0,0,0,0.2);
}

.alert-msg > .close-alert:hover {
	color: rgba(0,0,0,0.5);
}

.alert-msg > p {
	margin-bottom: 0px;
}

.alert-msg > h5 {
	margin-bottom: 8px;
}

.alert-msg > p,
.alert-msg > h5 {
	display: block;
	margin-left: 45px;
	color: inherit;
}

.alert-msg.light {
	color: #fff;
}

.alert-msg.light > i.fa,
.alert-msg.light > .close-alert {
	color: rgba(255,255,255,0.3);
}

.alert-msg.light > .close-alert:hover {
	color: rgba(255,255,255,0.8);
}

.accordion {
	display: block;
	margin-bottom: 15px;
}

.accordion .item {
	display: block;
	margin-bottom: 4px;
	border: 1px solid #e5e5e5;
	background: #fcfcfc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.accordion .item:hover {
	border: 1px solid #ccc;
}

.accordion .item > h5 {
	display: block;
	padding: 17px 20px;
	position: relative;
	cursor: pointer;
	margin-bottom: 0px;
}

.accordion .item > h5:after {
	display: block;
	content: '+';
	position: absolute;
	right: 20px;
	top: 15px;
	color: #acacac;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.accordion .item.active > h5:after {
	content: '-';
}

.accordion .item > h5:hover:after {
	color: #8a8a8a;
}

.accordion .item > div {
	display: block;
	padding: 0px 20px;
	position: relative;
	height: 0;
	overflow: hidden;
	margin: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.accordion .item.active > div {
	display: block;
	padding: 18px 20px 0 20px;
	border-top: 0px;
	margin: 0px;
	height: auto;
	opacity: 1;
	filter: alpha(opacity=100);
}

.accordion .item > div:before {
	display: block;
	position: absolute;
	content: '';
	top: 0px;
	left: 20px;
	right: 20px;
	border-top: 1px dotted #ccc;
}

.panel-content ol,
.panel-content ul {
	padding: 3px 0 2px 20px;
	margin: 0 0 14px 0;
	line-height: 150%;
}

.panel-content ol {
	list-style: decimal;
}

.panel-content ul {
	list-style: disc;
}

.panel-content ul.fa-ul {
	list-style: none;
}

.panel-content ol li,
.panel-content ul li {
	background: transparent;
	padding: 0 0 0 0px;
	margin: 12px 0 0 0;
}

.panel-content ul.fa-ul {
	padding-left: 0px;
}

.panel-content ul.fa-ul li {
	padding-left: 23px;
}

.panel-content ul.fa-ul li i.fa {
	margin-left: 20px;
	top: 0px;
	font-size: 12px;
	line-height: inherit;
	padding-top: 2px;
}





.short-tabs {
	display: block;
	margin-bottom: 15px;
}

.short-tabs > div {
	display: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 20px 20px 5px 20px;
	box-shadow: inset 0 0 0 1px #fff;
	background: #fcfcfc;
	border: 1px solid #d9d9d9;
}

.short-tabs > div.active {
	display: block;
}

.short-tabs > ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.short-tabs > ul li {
	background: transparent;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

.short-tabs > ul li a {
	display: block;
	background: #f9f9f9;
	padding: 13px 15px;
	border-radius: 3px 3px 0 0;
	border: 1px solid #e5e5e5;
	border-bottom: 0px;
	box-shadow: inset 0 -30px 25px -25px rgba(0,0,0,0.06);
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.short-tabs > ul li a:hover {
	border: 1px solid #d9d9d9;
	border-bottom: 0px;
	background: #fff;
}

.short-tabs > ul li.active a {
	background: #fcfcfc;
	border: 1px solid #d9d9d9;
	border-bottom: 0px;
	border-radius: 3px 3px 2px 2px;
	margin-bottom: -15px;
	padding-bottom: 15px;
	box-shadow: inset 0 40px 35px -35px #fff;
}

.short-tabs ul {
	padding: 0;
	margin: 0;
}

.short-tabs ul li {
	margin-bottom: 0px;
}

.wp-caption {
	display: block;
	margin-bottom: 15px!important;
	background: #fcfcfc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 20px 20px 5px 20px;
	border: 1px solid #f0f0f0;
	text-align: center;
}

.wp-caption img {
	display: inline-block;
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption-text {
	display: block;
}
@media only screen and (max-width: 1100px) {

	.active.boxed {
		max-width: 100%;
	}

	.wrapper {
		width: 94%;
	}

	.banner-block img,
	.banner-widget img {
		max-width: 100%;
		height: auto;
	}

	.header .header-content .header-banner img {
		max-width: 90%;
		height: auto;
	}

	.with-sidebar-layout {
		width: 67%;
	}

	#sidebar {
		width: 30%;
	}

	.img-hover-effect:before,
	.img-hover-effect .hoveringel {
		display: none!important;
	}

	.video-thumb:hover img,
	.widget .widget-videos .item-content .video-meta,
	.video-list .item .item-content > .video-meta {
		opacity: 1!important;
		filter: alpha(opacity=100)!important;
	}

}

@media only screen and (max-width: 900px) {

	.demo-settings {
		display: none!important;
	}

	body, div, p, a, table, td {
		-webkit-text-size-adjust: none;
		letter-spacing: .015em;
	}

	h1 { font-size: 24px; }
	h2 { font-size: 20px; }
	h3 { font-size: 18px; }
	h4 { font-size: 16px; }
	h5 { font-size: 14px; }
	h6 { font-size: 12px; }

	.video-list.list .item .item-content > h3 {
		font-size: 18px;
	}

	body, p {
		font-size: 12px;
	}

	.widget > ul li {
		font-size: 12px;
	}

	.header #main-menu .top-menu > li > a {
		font-size: 14px;
	}

	.header #main-menu .bottom-menu {
		font-size: 10px;
	}

	.header #main-menu .bottom-menu li a {
		padding: 14px 15px;
	}

	.header #main-menu .top-menu > li > a {
		padding: 14px 15px 13px 15px;
	}

	.header #main-menu .top-menu > li.wo-description > a {
		padding: 22px 15px 19px 15px;
	}

	.header #main-menu.minify-menu .top-menu > li > a {
		padding: 14px 13px 13px 13px;
	}

	.header #main-menu .search-head .ot-search-field {
		padding: 21px 15px;
	}

	.header #main-menu .search-head .ot-search-field:focus {
		padding: 21px 45px 21px 20px;
	}

	.header #main-menu .search-head:before,
	.header #main-menu .search-head .ot-search-button {
		height: 59px;
		line-height: 59px;
	}

	.header #main-menu .search-head {
		display: none!important;
	}

	.header .header-upper .right {
		display: none!important;
	}

	.writecomment label, #writecomment label {
		position: inherit;
		right: auto;
		line-height: 14px;
		margin-bottom: 6px;
	}

}

@media only screen and (max-width: 700px) {

	body {
		/*display: none;*/
	}

	.header .header-upper {
		padding: 0px;
	}

	.header .header-content .header-banner {
		display: none!important;
	}

	.header .header-content .header-logo {
		text-align: center;
		padding: 0;
	}

	.header .header-content .header-logo img {
		max-width: 90%;
		height: auto;
	}

	.header #main-menu {
		display: none;
	}

	.header .video-slider {
		padding-top: 0px!important;
	}

	#sidebar,
	.with-sidebar-layout {
		width: 100%;
		float: none!important;
	}

	.footer .wrapper .widget {
		width: 100%;
		margin-left: 0px!important;
		float: none;
	}

	.footer-bottom {
		text-align: center;
	}

	.footer-bottom ul {
		display: none!important;
	}

	#comments li li .commment-content {
		padding-left: 20px;
	}

	.writecomment label, #writecomment label {
		position: inherit;
		right: auto;
		line-height: 14px;
		margin-bottom: 6px;
	}

	.paragraph-row {
		display: block;
	}

	.paragraph-row > div {
		display: block;
		width: 100%!important;
		margin-right: 0px;
		margin-left: 0px;
		float: none;
	}

	.short-tabs > ul li {
		counter-increment: section;
	}

	.short-tabs > ul li a {
		font-size: 0;
		line-height: 14px;
	}

	.short-tabs > ul li a:before {
		font-size: 14px;
		content: counter(section);
	}



	.video-list .item {
		padding: 0px!important;
	}

	.video-list.list .item .item-content {
		margin-left: 0px!important;
	}

	.video-set-layout {
		display: none!important;
	}

	.video-slider .video-slider-info > .meta-click {
		display: none;
	}

	.video-list .item {
		display: block!important;
		width: 100%!important;
		float: left!important;
		background-color: #fff!important;
		border-radius: 3px!important;
		-moz-border-radius: 3px!important;
		overflow: hidden!important;
		box-shadow: 0 1px 2px rgba(0,0,0,0.15)!important;
		margin-bottom: 3%!important;
	}

	.video-list .item .item-content {
		padding: 10px 15px!important;
	}

	.video-list .item .item-content > p {
		display: block!important;
		margin-top: 10px!important;
		margin-bottom: 5px!important;
	}

	.video-list .item .item-content > h3 {
		display: block!important;
		font-size: 18px!important;
		line-height: 100%!important;
		margin-bottom: 10px!important;
	}

	.video-list .item .item-header {
		width: 100%!important;
		float: none!important;
	}

	.video-list .item .item-content > .video-meta {
		display: block!important;
		margin-bottom: 4px!important;
	}

	.widget .widget-videos-small .item-header {
		float: none;
		width: 100%;
	}

	.widget .widget-videos-small .item-content {
		margin-left: 0px;
	}

	.widget .tagcloud a {
		font-size: 10px!important;
	}

	.otplayer-wrapper .video-overlay-logo {
		display: none;
	}

	.video-slider-slides .item {
		width: 150px;
	}

	.video-slider-slides .item .slider-image {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.video-slider-slides .item .slider-content {
		margin-left: 0px;
	}

	.video-slider-slides .item .slider-content > span {
		display: none;
	}

	.video-slider-slides .item {
		padding: 11px;
	}

	.video-slider-slides .item .slider-content > strong {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.video-slider-slides:before {
		height: 154px;
	}

	.big-message .message-content > img {
		width: 51px;
	}

	.big-message .message-content {
		padding-left: 70px;
		width: auto;
		margin-left: 20px;
	}

	.big-message h3 {
		font-size: 30px;
	}

	.big-message strong {
		font-size: 18px;
	}

	.big-message {
		padding: 50px 0;
	}


}


/*# sourceMappingURL=index.fonts.css.map*/
