.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
 cursor: pointer;
background: none;
border: 2px solid #2b2b2b;
padding: 0px 6px;
height: 25px;
line-height: 25px;
font-weight: 300;
color: #2b2b2b;
display: inline;
float: left;
margin-right: 7px;
}

.postbit_buttons > a:hover {
background: #2b2b2b;
color: #FFF !important;
}

.postbit_buttons a span {
	display: inline-block;
}

.postbit_buttons a.postbit_find:before, .postbit_buttons a.postbit_reputation_add:before, .postbit_buttons a.postbit_email:before, .postbit_buttons a.postbit_website:before, .postbit_buttons a.postbit_pm:before, .postbit_buttons a.postbit_quote:before, .postbit_buttons a.postbit_multiquote:before, .postbit_buttons a.postbit_edit:before, .postbit_buttons a.postbit_multiquote_on:before, .postbit_buttons a.postbit_edit:before, .postbit_buttons a.postbit_qdelete:before, .postbit_buttons a.postbit_qrestore:before, .postbit_buttons a.postbit_report:before, .postbit_buttons a.postbit_warn:before, .postbit_buttons a.postbit_purgespammer:before, .postbit_buttons a.postbit_reply_pm:before, .postbit_buttons a.postbit_reply_all:before, .postbit_buttons a.postbit_forward_pm:before, .postbit_buttons a.postbit_delete_pm:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 13px;
    vertical-align: middle;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}

a.postbit_find:hover, .buddy_status {
  color: #FFF !important;
}

.postbit_buttons a.postbit_find:before {
content: "\f00e";
}

.postbit_buttons a.postbit_reputation_add:before {
content: "\f0fe";
}

.postbit_buttons a.postbit_email:before {
content: "\f0e0";
}

.postbit_buttons a.postbit_website:before {
content: "\f0ac";
}

.postbit_buttons a.postbit_pm:before {
content: "\f086";
}

.postbit_buttons a.postbit_quote:before {
content: "\f10d";
}

.postbit_buttons a.postbit_multiquote:before {
content: "\f04d";
}

.postbit_buttons a.postbit_multiquote_on:before {
content: "\f009";
}

.postbit_buttons a.postbit_edit:before {
content: "\f044";
}

.postbit_buttons a.postbit_qdelete:before {
content: "\f05c";
}

.postbit_buttons a.postbit_qrestore:before {
content: "\f0a8";
}

.postbit_buttons a.postbit_report:before {
content: "\f0e7";
}

.postbit_buttons a.postbit_warn:before {
content: "\f071";
}

.postbit_buttons a.postbit_purgespammer:before {
content: "\f014";
}

.postbit_buttons a.postbit_reply_pm:before {
content: "\f112";
}

.postbit_buttons a.postbit_reply_all:before {
content: "\f122";
}

.postbit_buttons a.postbit_forward_pm:before {
content: "\f14d";
}

.postbit_buttons a.postbit_delete_pm span {
content: "\f057";
}

a.button:link,
a.button:visited,
a.button:active {
border: 2px solid #61A9DC;
background: none;
color: #61A9DC;
display: inline-block;
padding: 6px 12px;
margin: 2px 2px 6px 2px;
font-size: 14px;
}

a.button:hover {
background: #61A9DC;
color: #FFF !important;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span {
	display: inline-block;
}

a.button.new_thread_button:before, a.button.new_reply_button:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 13px;
    vertical-align: middle;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}



a.button.new_thread_button:before {
content: "\f0fe";
}

a.button.new_reply_button:before {
content: "\f0fe";
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

		
		
		
		tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
	border-left: 0;
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
	border-right: 0;
}

.tborder {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.tborder tbody tr:last-child td {
	border-bottom: 0;
}

.tborder tbody tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.tborder tbody tr:last-child td:last-child {
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.thead {
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.thead_collapsed {
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
   opacity: 0.7;
}

.thead_left {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.thead_right {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.tcat_menu {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
  	border-radius: 0 !important;
}

.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed {
	-moz-border-radius-bottomleft: 2px !important;
	-moz-border-radius-bottomright: 2px !important;
	-webkit-border-bottom-left-radius: 2px !important;
	-webkit-border-bottom-right-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
}

button,
input.button,
input.textbox,
input.invalid_field,
input.valid_field,
select,
textarea,
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.pm_alert,
.red_alert,
.popup_menu,
.postbit_buttons > a,
a.button {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.post.classic .post_author {
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

.popup_menu .popup_item_container:first-child .popup_item {
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.popup_menu .popup_item_container:last-child .popup_item {
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.pagination a {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.pollbar {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
		
		
		
		
		/* Fonts And FontAwesome */

@font-face {
  font-family: 'FontAwesome';
  src: url(../../../images/majestic/fonts/fa.eot);
  src: url(../../../images/majestic/fonts/fa.eot?#iefix) format('embedded-opentype'),
     url(../../../images/majestic/fonts/fa.woff) format('woff'),
     url(../../../images/majestic/fonts/fa.ttf) format('truetype'),
     url(../../../images/majestic/fonts/fa.svg#FontAwesome) format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}


@font-face {
    font-family: 'open_sansregular';
    src: url(../../../images/majestic/fonts/os.eot);
    src: url(../../../images/majestic/fonts/os.eot?#iefix) format('embedded-opentype'),
           url(../../../images/majestic/fonts/os.woff) format('woff'),
           url(../../../images/majestic/fonts/os.ttf) format('truetype'),
           url(../../../images/majestic/fonts/os.svg#open_sansregular) format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

/* Main Theme --------*/

.wrap {
width: 90%;
margin: 0 auto;
}

.shfixed {
position: fixed;
z-index: 10;
top: 0;
}

input#sboxin:focus, input[type="text"], input[type="password"] {
       outline: none;
}

input.textbox:focus, textarea:focus, select:focus {
outline: 2px solid #61A9DC;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.rblock {
float:right;
}

.lblock {
float: left;
position: absolute;
}

.rmargin {
margin-right: -20px;
z-index:999999;
}

/* Border Radius */

.thead, .expcolimage, .theadtitle, .forumstyle, .forumstyles, .teerow, .fbitstats, .newsticker, .newsTicker .news-header, .newsTicker .newsController, .usermenu li ul, .go-top, .statleft, .statright, .fullstats, .fbitcon, .buttons, .advsearch, .istatwrap > ul > li, blockquote, .codeblock, input.textbox, textarea, select, .pagination .pagination_current, .pagination a, ._minus, ._plus, ._neutral, .button, .post_author_info, .post_avatar img, .red_alert, .pm_alert, .pbonline, .pboffline, .post .post_author div.author_statistics, .post .post_author div.author_avatar img  {
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
}

.breadcrumb, #container, .bx-controls-auto, .bx-pager {
    -moz-border-radius-topleft:2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
   -moz-border-radius-topright:2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

/* Animations */

.categorydescription, .expcolimage, .logocon, a:link, a:visited, .user-name, .footermenu li a, .istatwrap > ul > li , .myskinsorg, .hmyskinsorg, .post_avatar img, .fpagi, .nextcon {
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wiggle {
  -webkit-animation: wiggle .2s ease-in infinite;
  -moz-animation: wiggle .2s linear infinite;
  -ms-animation: wiggle .2s linear infinite;
  -o-animation: wiggle .2s linear infinite;
  animation: wiggle .2s ease-in infinite;
}

/* Box Shadows */

.theadtitle, .expcolimage {
-webkit-box-shadow: inset 0 1px 1px rgba(61, 61, 61, 0.65), inset 0 0 60px rgba(0, 0, 0, 0.7);
-moz-box-shadow: inset 0 1px 1px rgba(61, 61, 61, 0.65), inset 0 0 60px rgba(0, 0, 0, 0.7);
box-shadow: inset 0 1px 1px rgba(61, 61, 61, 0.65), inset 0 0 60px rgba(0, 0, 0, 0.7);
}

.tborder, .smallheader, .forumstyle, .breadcrumb {
-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,.2);
-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,.2);
box-shadow: 0px 2px 3px 0px rgba(0,0,0,.2);
}

.fbitstatss {
box-shadow: inset 0px 0px 4px rgba(17, 17, 17, 0.24);
-moz-box-shadow: inset 0px 0px 4px rgba(17, 17, 17, 0.24);
-webkit-box-shadow: inset 0px 0px 4px rgba(17, 17, 17, 0.24);
}

.thead {
box-shadow: 0px 0px 22px rgba(17, 17, 17, 0.27) inset;
-moz-box-shadow: 0px 0px 22px rgba(17, 17, 17, 0.27) inset;
-webkit-box-shadow: 0px 0px 22px rgba(17, 17, 17, 0.27) inset;
}

/* Header and Logo */

.headermain {
height: 100px;
background: #3E3E3E;
margin: 0 auto;
padding: 0;
line-height: 100px;
margin-bottom: 0px;
width: 100%;
}

.header {
width: 100%;
height: 100px;
line-height: 100px;
padding: 0px 20px;
margin: 0px -20px;
}

.logo {
 color: #fff;
display: block;
text-transform: uppercase;
position: absolute;
float: left;
width: 200px;
height: 70px;
}

.logo a, .logo a:link {
text-decoration: none !important;
}

.logo .symbol {
  display: inline-block;
  position: relative;
  font-size: 26px;
  background: #61A9DC;
  line-height: 26px;
  padding: 2px 5px;
  border-radius: 5px;
  overflow: hidden;
}


.logo .symbol > span {
z-index: 2;
display: inline-block;
position: relative;
color: #FFF !important;
font-weight: 800;
text-shadow: 0px -1px 0px rgba(17, 17, 17, 0.46);
}

.logo .text {
  color: #FFFFFF;
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.52);
  font-weight: 400;
  position: relative;
  font-size: 26px;
  top: -6px;
letter-spacing: 2px;
}

.logocon {
color: #FFFFFF;
text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.52);
font-weight: 400;
display: inline-block;
position: relative;
font-size: 20px;
height: 32px;
line-height: 26px;
padding: 4px 5px;
border-radius: 100px;
margin-right: 5px;
margin-top: 20px;
}

.logocon img {
height: 32px;
position: relative;
display: inline-block;
}

.logo:hover .logocon {
background: #232323;
opacity: 1;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}


.smallheader {
background: #f1f1f1;
border-top: 1px solid #E4E4E4;
border-bottom: 1px solid  #E0E0E0;
box-shadow: 0px 0px 0px #E0E0E0;
width: 100%;
height: 40px;
line-height: 40px;
margin: 0;
padding: 0;
margin-bottom: 20px;
}


/* Search */

#searchbar_container {
background: #111;
box-shadow: 0 -1px #333 inset,0 -2px 8px #000 inset;
-moz-box-shadow: 0 -1px #333 inset,0 -2px 8px #000 inset;
-webkit-box-shadow: 0 -1px #333 inset,0 -2px 8px #000 inset;
}	

#searchform { padding: 0; border-radius: 2px; margin-top: 30px;}
#searchform fieldset { padding:0px; border-radius: 2px;border: 0; }
#searchform input[type="text"] {
 background: #0F0F0F;
padding: 10px;
border: none;
float: left;
font-family: 'open_sansregular', sans-serif;
 width: 80%;
color:#f7f7f7;
font-size: 12px;
transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
 }

#searchform input[type="text"]:focus { width:80%;outline:none;background:#f7f7f7;color: #666; }
#searchform input[type="submit"] { cursor: pointer;
margin: 2px 0px;
padding: 10px;
width: 15%; }

#searchform input[type="submit"]:hover { background-color:#61A9DC }

#searchform input[type='submit'] { background-color: #000;color:#f7f7f7;
border: none;}	


.advsearch {
cursor: pointer;
background: #111;
margin: 2px 0px;
padding: 10px;
width: auto;
display: inline-block;
color: #61A9DC;
}

.advsearch:hover {
background: #61A9DC;
color: #FFF !important;
}

.slide-menu-top {
    left: 0;
    width: 100%;
    height: 100px;
}
.slide-menu-top ul {
    text-align: center;
    padding: 25px 0 0 0;
}
.slide-menu-top li {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.slide-menu-top a {
    display: block;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
}
.slide-menu-top button.close-menu {
    display: block;
    line-height: 50px;
    margin: 0;
    padding: 0 10px;
}
.slide-menu-top {
    top: -100px
}
body.smt-open .slide-menu-top {
    top: 0
}

.smenu {
    position: fixed;
    z-index: 20;
    line-height: 100px;
    background-color: #232222;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.smenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.smenu a {
    font-weight: 300;
    color: #fff;
}
button.close-menu {
    background-color: #3184a1;
    color: #fff;
}
button.close-menu:focus {
    outline: none
}

.closebtn {
float: right;
display: inline-block;
background: none;
width: 20%;
padding: 0;
margin: 0;
}

.sleft {
float:left;
width:80%;
}

/* User Nav */

.user {
  float: right;
  position: relative;
  display: inline-block;
}

.user.expand .user-name {
  right: 100%;
}

.user.expand .entypo-left-open {
  transform: rotate(180deg);
}

.user.expand .user-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.entypo-left-open {
  display: inline-block;
  transition: transform 250ms ease-in-out;
}

.user-name {
white-space: nowrap;
position: absolute;
right: 0;
top: 0;
padding: 0 10px;
color: #61A9DC;
z-index: 10;
transition: right 200ms ease;
box-sizing: border-box;
border-right: 0px solid rgba(0, 0, 0, 0.85);
height: 41px;
line-height: 41px;
margin-top: -1px;
text-transform: uppercase;
font-weight: 600;
cursor: pointer;
}

.user-name:hover {
color: #666;
background: #EAEAEA;
border: none;
border-radius: 2px;
box-shadow: inset 0px 0px 12px 0px #CDCCCC;
}

.user-nav li {
display: inline-block;
float: left;
list-style: none;
}

.user-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 0;
  size: 12px;
  height: 41px;
  line-height: 41px;
  background: #61A9DC;
  transition: opacity 250ms;
  margin-top: -1px;
}

.user-nav:before {
content: "";
position: absolute;
top: 15px;
left: -5px;
border-right: 5px solid #61A9DC;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.user-nav li a {
  display: inline-block;
  text-align: center;
  min-width: 20px;
  padding: 0 15px;
  margin: 0;
  color: #FFFBFB;
  vertical-align: top;
  text-decoration: none;
}
.user-nav li a:hover {
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 0px rgba(60, 60, 60, 0.35);
  background: rgba(17, 17, 17, 0.14);
}
.user-nav li a:last-child {
  padding: 0 20px;
}

.user-nav span {
  line-height: 24px;
  margin: 0;
}

.user-nav span:hover {
  color: white;
}

.user-nav li a i {
margin-right:3px;
}

.usersub-menu {
    display:none;
z-index:999999;
}

.usermenu {
 height: 40px;
line-height: 40px;
width: auto;
float: left;
display: inline-block;
background: none;
margin: 0;
padding: 0;
z-index:999999;
}

.usermenu li {
    list-style:none;
    float:right;
    position: relative;
    display: inline;
}

.usermenu li a {
display:block;
padding:0px 10px;
text-align: left;
}

.usermenu li ul {
top: 40px;
position: absolute;
padding: 0;
margin: 0;
width: 200px;
background: #61A9DC;
left: auto;
right: 0;
}

.usermenu li ul li {
    display: block;
    float:left;
    width:100%;
}

.licon {
margin-right: 10px;
}

.liconspan {
background: rgba(17, 17, 17, 0.25);
padding: 1px 6px;
border-radius: 2px;
}

/* Main Menu */

.menuwrap {
float: right;
border-left: 1px solid #424242;
margin-right: -20px;
}

.menuactive {
background: #484848;
}

.majestic {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100px;
  line-height: 15px;
  border-left: 1px solid #313131;
  border-right: 1px solid #424242;
}

.majestic li {
  float: left;
  position: relative;
    list-style:none;
}

.majestic li a {
  display: block;
  text-decoration: none;
  padding: 20px;
  text-align: center;
  color: #FFF;
border-right: 1px solid #363636;
border-left: 1px solid #424242;
}

.majestic li a i {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

.majestic li a strong {
  display: block;
  text-transform: uppercase;
}

.majestic li a small {
  display: block;
  font-size: 10px;
}

.majestic li a i, .majestic li a strong, .majestic li a small {
  position: relative;  
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}

.majestic li:hover > a i {
    opacity: 1;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
    -o-animation: moveFromTop 300ms ease-in-out;
    animation: moveFromTop 300ms ease-in-out;
}

.majestic li:hover a strong {
    opacity: 1;
    -webkit-animation: moveFromLeft 300ms ease-in-out;
    -moz-animation: moveFromLeft 300ms ease-in-out;
    -ms-animation: moveFromLeft 300ms ease-in-out;
    -o-animation: moveFromLeft 300ms ease-in-out;
    animation: moveFromLeft 300ms ease-in-out;
}

.majestic li:hover a small {
    opacity: 1;
    -webkit-animation: moveFromRight 300ms ease-in-out;
    -moz-animation: moveFromRight 300ms ease-in-out;
    -ms-animation: moveFromRight 300ms ease-in-out;
    -o-animation: moveFromRight 300ms ease-in-out;
    animation: moveFromRight 300ms ease-in-out;
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        opacity: 0;
        -moz-transform: translateX(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        opacity: 0;
        -ms-transform: translateX(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateX(0%);
    }
}


@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromLeft {
    from {
        opacity: 0;
        -moz-transform: translateX(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromLeft {
    from {
        opacity: 0;
        -ms-transform: translateX(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateX(0%);
    }
}

.majestic li:hover > a {
  color: #61A9DC;
  position: relative;
  border-bottom: 0px solid #61A9DC;
}

.majestic li ul,
.majestic li ul li ul {
  position: absolute;
  height: auto;
  min-width: 200px;
  padding: 0;
  margin: 0;
  background: #3e3e3e;
  border-top: 4px solid #61A9DC;
  opacity: 0;
  right:0;
  left: auto;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  top: 130px;
  z-index: 1000;
}
.majestic li ul:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 23%;
  border-bottom: 5px solid #61A9DC;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.majestic li:hover > ul,
.majestic li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 100px;
}
.majestic li ul li {
  float: none;
border:0;
border-bottom: none !important;
}
.majestic li ul li a {
  padding: 10px;
  text-align: left;
  border: 0;
  border-bottom: 0px solid #333;
}

.majestic li ul li:hover a {
border-bottom: none !important;
border-left: 5px solid #61A9DC;
}

.majestic li ul li a i {
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.majestic li ul li ul {
  left: 230px;
  top: 0;
  border: 0;
  border-left: 4px solid #61A9DC;
}  
.majestic li ul li ul:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -14px;
  border-right: 5px solid #61A9DC;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.majestic li ul li:hover > ul {
  top: 0px;
  left: 200px;
}



.majestic li.float {
  float: right;
}
.majestic li a.search {
  padding: 29px 20px 30px 10px;
}
.majestic li a.search i {
  margin: 0;
  display: inline-block;
  font-size: 18px;
}
.majestic li a.search input {
  border: 1px solid #EEE;
  padding: 10px;
  background: #FFF;
  outline: none;
  color: #777;
}
.majestic li a.search button {
  border: 1px solid #e67e22;
  padding: 10px;
  background: #e67e22;
  outline: none;
  color: #FFF;
  margin-left: -4px;
}
.majestic li a.search input:focus {
  border: 1px solid #e67e22;
}


.search-mobile { 
	display:none !important;
	background:#e67e22;
	border-left:1px solid #e67e22;
	border-radius:0 3px 3px 0;
}
.search-mobile i { 
	color:#FFF; 
	margin:0 !important;
}

/*  Category Styling */

.expcolimage {
float: right;
width: auto;
vertical-align: middle;
margin-top: 0px;
background: rgba(17, 17, 17, 0.43);
padding: 2px;
opacity: 0.6;
}

.theadmain {
float: left;
margin-top: 2px;
}

.theadtitle {
background: rgba(17, 17, 17, 0.62);
padding: 8px 12px;
margin-left: -4px;
font-weight: 800;
box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.43);
-webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.43);
-moz-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.43);
}

.categorydescription {
margin-left: 10px;
background: none;
padding: 5px 8px;
opacity: 0;
}

.thead:hover .categorydescription, .thead:hover .expcolimage {
opacity: 1;
}

.theadcon {
background: rgba(34, 34, 34, 0.32);
padding: 5px 6px;
border-radius: 3px;
margin-right: 5px;
display: inline-block;
}

.forumstyle {
background-color: #fdfdfd;
}

.forumstyles {
background: #f2f2f2;
}

.fbitstats {
background: #F2F2F2;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.34);
border: 2px solid rgba(155, 155, 155, 0.12);
padding: 6px 10px;
color: #898989;
box-shadow: inset 0px 0px 12px 0px #DBDBDB;
}

.fbitcon {
padding: 3px;
border: 1px solid #E8E8E8;
background: #f9f9f9;
height: auto;
display: inline-block;
box-shadow: inset 0px 0px 8px rgba(217, 215, 215, 0.36);
}


.tlisticon {
border: 1px solid #EDEDED;
padding: 3px;
background: #FFF;
box-shadow: 0px 0px 4px rgba(245, 245, 245, 1) inset;
border-radius: 2px;
}

.fpagi {
padding: 2px 7px;
background: #FFFFFF;
border-radius: 100px;
}

.fpagi:hover {
color: #FFF !important;
background: #61A9DC;
}

.fpagination {
float: right;
vertical-align: middle;
margin-top: 8px;
}

.subforumlist {
list-style: none;
 margin: 0;
 padding: 0;
}

.subforumlist li {
width: 50%;
 float: left;
}

.pollbar {
border: 1px solid #C7C7C7;
padding: 2px;
border-radius: 3px;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.19);
}

.pollbars {
padding: 6px 0;
box-sizing: border-box;
border-radius: 3px;
background: #5B5757;
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, rgba(0, 0, 0, 0)), color-stop(.5, rgba(0, 0, 0, 0)), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
-moz-animation: bgscroll 70s infinite linear;
    -ms-animation: bgscroll 70s infinite linear;
    -o-animation: bgscroll 70s infinite linear;
    -webkit-animation: bgscroll 70s infinite linear;
-webkit-background-size: 30px 30px;
-moz-background-size: 30px 30px;
background-size: 30px 30px;
}

/* BEGIN ANIMATIONS */

@-webkit-keyframes bgscroll {
	from {background-position: 0 0;}
	to {background-position: -1100px 0;}
}

@-moz-keyframes bgscroll {
	from {background-position: 0 0;}
	to {background-position: -1100px 0;}
}

@-ms-keyframes bgscroll {
	from {background-position: 0 0;}
	to {background-position: -1100px 0;}
}

@-o-keyframes bgscroll {
	from {background-position: 0 0;}
	to {background-position: -1100px 0;}
}

@keyframes bgscroll {
	from {background-position: 0 0;}
	to {background-position: -1100px 0;}
}

	
/* Breadcrumbs
------------------ */

.breadcrumb {
font-size: 11px;
background: none;
overflow: hidden;
margin: 0;
width: 100%;
padding: 5px 20px;
margin-left: -20px;
margin-top: -20px;
margin-bottom: 20px;
}

.breadcrumb .crust {
    display: block;
    float: left;
    position: relative;
}

.breadcrumb .crust:first-child a.crumb {
    padding-left: 10px;
    -moz-border-radius-topleft:2px;
    -moz-border-radius-bottomleft:2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb {
    text-decoration: none;
    padding: 0 5px;
    margin-right: 0px;
    outline: 0 none;
    -moz-outline-style: 0 none;
    display: block;
    line-height: 24px;
    _border-bottom: none;
    color: rgb(150, 150, 150);
    text-decoration: none;
}

.breadcrumb .crust:last-child a.crumb:before {
	content:"\f054";
	font-family:FontAwesome;
	vertical-align:middle;
	margin-right:5px;
	font-weight:normal;
}
.breadcrumb .crust b.lastcrumb {
    background: transparent none;
    font-weight: bold;
}
.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb {
    line-height: 29px;
}

.breadcrumb .crust a.crumb:before {
	content: "\f054";
	font-family:FontAwesome;
	vertical-align:middle;
	margin-right:5px;
	margin-left:-10px
	font-weight:normal;
}

.breadcrumb .crust .arrow {
    border: 0px solid rgba(0, 0, 0, 0);
    border-top-width: 13px;
    border-right: 1px none black;
    border-left-color: #2d2d2d;
    display: block;
    position: absolute;
    right: -12px;
    top: 0px;
    z-index: 50;
    width: 0px;
    height: 0px;

}
.breadcrumb .crust .arrow span {
    border: 0px solid rgba(0, 0, 0, 0);
    border-right: 1px none black;
    border-left-color: rgb(32, 32, 32);
    display: block;
    position: absolute;
    left: -13px;
    top: -6px;
    z-index: 51;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 9999px;
    width: 0px;
    height: 0px;
}

.breadcrumb .refresh:hover {
        background-position: 0px -16px; 
}

.breadcrumb .crust:last-child a.crumb { 
        font-weight: bold; 
        background: none;
        color: #61A9DC;
        border-radius: 2px;
}

.breadcrumb .crust:hover a.crumb { 
    background-color: none;
    color: #61A9DC;
    text-decoration:none; 
    border-radius: 2px;
    opacity: 0.7;
}

.breadcrumb .crust:hover .arrow span { 
    border-left-color: none;
}

.navhome {
display: block;
float: left;
padding: 0px 10px;
position: relative;
color: #FCFCFC;
background: #61A9DC;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.42);
border-radius: 2px;
margin-right: 10px;
transition: all .31s ease 0;
-moz-transition: all .31s ease 0;
-webkit-transition: all .31s ease 0;
}

.navhome:hover {
 -webkit-animation: wiggle .35s ease 0;
  -moz-animation: wiggle .35s ease 0;
}

.homei {
line-height: 30px;
margin-left: 10px;
margin-right: 10px;
}	

/* News Ticker */

.newsticker {
width: 100%;
padding: 0;
margin: 0;
margin-bottom: 10px;
background: #F2F2F2;
height: 40px;
line-height: 40px;
}

.newsTicker {
  background: #ddd;
}
.newsTicker .news-header, .newsTicker .newsController {
  background: #EDEDED;
  color: #61A9DC;
  margin-right: 10px;
  padding: 0px 20px;
}
.newsTicker .news-articleWrap {
  float: left;
}
.newsTicker .news-header {
  text-align: left;
  font-size: 1em;
  float: left;
}
.newsTicker .newsController {
  text-align: center;
}
.newsTicker .newsController button {
  color: #fff;
  background: #000;
  border: 0;
  height: auto;
  padding: 0.25em 0.5em;
}
.newsTicker .newsController button:hover {
  background: #ccc;
}


/* Footer */

.mainfooter {
height: 180px;
background: #FDFDFD;
border-top: 1px solid #EDEDED;
}

.solfooter {
background: #2D2D2D;
padding: 0;
margin: 0;
border-top: 1px solid #202020;
min-height: 40px;
}

.solbmmenu {
background: none;
padding: 10px 20px;
width: 100%;
margin-left: -20px;
color: #000000;
border: none;
text-align: left;
}

.footermenu {
height: 40px;
line-height: 40px;
width: auto;
display: inline-block;
margin-left: -20px;
float: left;
padding: 0px 20px;
}

.footermenu ul {
float:left;
margin:0;
padding:0;
margin-left: -20px;
}

.footermenu ul li {
float: left;
display: inline-block;
margin-right: 5px;
list-style: none;
}

.footermenu li a:link, .footermenu li a:visited, .footermenu li a {
color: #FFF;
padding: 5px;
border: 1px solid #2D2D2D;
}

.footermenu li a:hover {
color: #61A9DC;
border: 1px solid #61A9DC;
border-radius: 2px;
box-shadow: 0px 0px 8px rgba(17, 17, 17, 0.42);
}

.footermenu li a:hover .footicon {
opacity:1;
}

.footicon {
opacity:0;
}

.copyright {
margin: 0;
padding: 0;
height: 40px;
line-height: 40px;
width: auto;
display: inline-block;
float: right;
padding-left: 20px;
margin-right:-20px;
background: #121212;
position: relative;
}

.copyright:before {
content: "";
border-bottom: 40px solid #121212;
border-left: 40px solid transparent;
position: absolute;
top: 0;
left: -40px;
}

.footspan {
width: 23%;
float: left;
margin-right: 2%;
text-align: left;
}

.footspan p {
font-size: 11px;
margin: 0;
padding:0;
color: #909090;
margin-bottom: 3px;
}

.footspan ul {
margin: 0;
padding: 0;
}

.footnav li {
margin: 0;
padding: 0;
list-style: none;
}


.footnav li a {
display: block;
color: #909090;
padding: 1px 0;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}

.footnav li a:hover {
margin-left: 4px;
color: #61A9DC;
}

.footnav li:hover {
color: #FFF;
}

.h3main {
text-shadow: none;
font-size: 14px;
font-weight: normal;
padding-bottom: 5px;
margin-bottom: 2px;
color: #61A9DC;
}

.h3main span {
background: #61A9DC;
padding: 4px 8px;
border-radius: 2px;
color: #FFF;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
}

.h3description {
text-shadow: 0px -1px 0px #FFF;
color: #61A9DC;
margin-bottom: 0;
}

.line {
display: block;
background: #E5E4E4;
width: 50%;
height: 2px;
margin: 4px 0 -7px 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

.solline {
margin: 5px 0px;
text-align: left;
}

.solline span {
	border: 0;
	border-top: 1px solid  #61A9DC;
	display: inline-block;
	margin: 5px 10px;
	width: 40px;
}

.solline i {
	color:  #61A9DC;
}

.righter {
top: 0;
right: 0;
float: right;
background: #121212;
width: 13%;
height: 40px;
position: relative;
}

.flogo {
 color: #343434;
display: block;
text-transform: uppercase;
 height: auto;
 margin-top: 10px;
}

.flogo a, .flogo a:link {
text-decoration: none !important;
}

.flogo .fsymbol {
  display: inline-block;
  position: relative;
  font-size: 26px;
  background: #61A9DC;
  line-height: 26px;
  padding: 2px 5px;
  border-radius: 5px;
  overflow: hidden;
}


.flogo .fsymbol > span {
z-index: 2;
display: inline-block;
position: relative;
color: #FFF !important;
font-weight: 800;
text-shadow: 0px -1px 0px rgba(17, 17, 17, 0.46);
}

.flogo .ftext {
  color: #999;
  text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.52);
  font-weight: 600;
  position: relative;
  font-size: 1.5em;
  top: -6px;
}

.flogocon {
color: #FFFFFF;
text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.52);
font-weight: 400;
display: inline-block;
position: relative;
font-size: 20px;
height: 52px;
line-height: 82px;
padding: 4px 5px;
border-radius: 100px;
margin-right: 5px;
margin-top: 0;
opacity: 0.6;
}

.flogocon img {
height: 80%;
position: relative;
}


.flogo:hover .flogocon {
background: none;
opacity: 1;
}


.myskins {
display: block;
margin: 0;
padding: 0;
margin-top: -20px;
}


.myskins h4 {
margin-bottom: 5px;
}

.myskins h2 {
margin-top: 5px;
font-size: 1.3em;
}

.hmyskinsorg {
opacity:0;
}

.myskinsorg:hover .hmyskinsorg {
opacity:1;
}

/* Social Icons */

.hide-text{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.ease-all{
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

/* Social Icons */

.socialmenu {
height: 40px;
line-height: 40px;
width: auto;
display: inline-block;
margin-left: 0;
float: left;
padding: 0;
border-right: 1px solid #dadada;  
border-left: 1px solid #F4F4F4;
}

.socialmenu ul {
float:left;
margin:0;
padding:0;
margin-left: -20px;
}

.socialmenu ul li {
float: left;
display: inline-block;
margin-right: 0;
list-style: none;
}

.socialmenu li a:link, .socialmenu li a:visited, .socialmenu li a {
color: #999;
display: inline-block;
padding: 0;
}

.socialmenu ul li a i {
border: 0;
display: inline-block;
padding: 0px 0px;
width: 40px;
height: 40px;
line-height: 40px;
border-left: 1px solid #dadada;
border-right: 1px solid #F4F4F4;
font-size: 1.3em;
}

.socialmenu li a:hover {
color: #FFF;
}

.socialmenu li a:hover .fa-facebook {
    background:#3b5998;
border-left: 1px solid #3b5998;
border-right: 1px solid #3b5998;
} 
.socialmenu li a:hover .fa-linkedin {
    background:#007bb6;
border-left: 1px solid #007bb6;
border-right: 1px solid #007bb6;
}
.socialmenu li a:hover .fa-twitter {
    background:#00aced;
border-left: 1px solid #00aced;
border-right: 1px solid #00aced;
}
.socialmenu li a:hover .fa-google-plus {
    background:#dd4b39;
border-left: 1px solid #dd4b39;
border-right: 1px solid #dd4b39;
}

.socialmenu li a:hover .fa-dribbble {
    background:#e6659d;
border-left: 1px solid #e6659d;
border-right: 1px solid #e6659d;
}

.socialmenu li a:hover .fa-youtube {
    background:#e23c48;
border-left: 1px solid #e23c48;
border-right: 1px solid #e23c48;
}

.socialmenu li a:hover .fa-pinterest {
    background:#f34256;
border-left: 1px solid #f34256;
border-right: 1px solid #f34256;
}

/* Back To Top */

.go-top {
position: fixed;
bottom: 3.4em;
right: 0;
text-decoration: none;
color: white !important;
background-color: #61A9DC;
font-size: 12px;
padding: 1em;
display: none;
}

.go-top:hover {
background-color: rgba(0, 0, 0, 0.6);
}

/* Buttons */

input.button, .button {
background: #767676;
padding: 6px 17px;
border: 0px solid #111;
font-size: 13px;
color: #FFF;
cursor: pointer;
}

input.button:hover, .button:hover {
opacity: 0.8;
background: #61A9DC;
}

.buttons{
 cursor: pointer;
background: none;
border: 2px solid #61A9DC;
padding: 0px 6px;
height: 25px;
line-height: 25px;
font-weight: 300;
color: #61A9DC;
display: inline;
float: left;
margin-right: 7px;
}

.buttons:hover{
  background: #61A9DC;
  color:white;
}

.pbi {
margin-top:7px;
}

/* Login by Magnific Popup */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #FFFFFF; 
  background: #61A9DC;
 }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  min-width: 600px;
  width: 800px;
  margin: 0 auto;
}

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.modalContent {
padding: 20px;
color: #999;
display: inline-block;
width: auto;
} 

.modalContent h1 {
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.15);
color: #61A9DC;
}


.logincon {
background: #61A9DC;
padding: 12px;
border-radius: 3px;
margin-right: 10px;
color: #FFF;
}

.modalclose {	
float: right;
color: #fff;
}

.modalsubmit {
padding: 0;
margin-top: 0;
text-align: left;
}

.username{
float: left;
margin: auto auto;
width: 50%;
}

.password {
float: right;
margin: auto auto;
width: 50%;
}

h6 {
text-align: left;
margin-bottom: 5px;
font-size: 12px;
font-weight: normal;
}

#inuser, #inpass  {
background: #616161;
padding: 6px;
color: #ECECEC;
box-shadow: 0px 3px 0px #4D4D4D;
margin-right: 10px;
border-radius: 2px;
float: left;
position: relative;
}

.remember {
clear: both;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}

p1{
font-size: 10px;
font-weight: normal;
color: #9F9F9F;
}

.mnav {
width: auto;
right: 0;
float: right;
text-align: right;
display: inline-block;
padding: 0px;
margin-right: 0;
border-left: 1px solid #F9F9F9;
border-right: 1px solid #EFEFEF;
}

.mnav ul {
margin:0;
padding:0;
}

.mnav li {
display: inline-block;
padding: 0px 8px;
margin: 0;
border-right: 1px solid #F7F7F7;
border-left: 1px solid #DCDCDC;
margin-right: -3px;
}

.loginlink {
color: #C5C5C5;
display: inline-block;
padding: 0px 10px;
margin-right: -4px;
border-right: 1px solid #2E2E2E;
border-left: 1px solid #111;
}

.createaccount {
color: #C5C5C5;
display: inline-block;
padding: 0px 10px;
border-right: 1px solid #2E2E2E;
border-left: 1px solid #111;
}

.loginform {
float: right;
width: 300px;
line-height: 40px;
}

.modaltext{
float: left;
width: 400px;
display: inline-block;
line-height: 20px;
padding-right: 15px;
color: #999;
}

.signupnow {
background: #61A9DC;
padding: 9px 20px;
margin: 10px;
border-radius: 2px;
color: #FFF !important;
}

/* Footer Index Stats */

.istatwrap {
min-height: 30px;
line-height: 30px;
text-align: center;
padding: 0;
margin: 0 auto;
}

.istatwrap ul {
margin:0;
padding:0;
display: inline-block;
}

.istatwrap > ul > li {
list-style: none;
display: inline-block;
float: left;
padding: 0px 10px;
background: #FBFBFB;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.17);
margin-right: 10px;
padding-left: 0;
cursor:pointer;
}

.istatwrap > ul > li > span {
display: inline-block;
padding: 0px 8px;
background: rgba(65, 65, 65, 0.03);
margin-right: 5px;
min-width: 20px;
}

.istatwrap > ul > li:hover {
background: #61A9DC;
color: #FFF !important;
}

.istatwrap > u l> li > a:link, .istatwrap > ul > li > a:visited {
color: #61A9DC;
}

.istatwrap  > ul > li:hover a, .istatwrap > ul > li:hover a:link {
color: #FFF;
}

.flinks {
margin-right: 5px;
color: #FFF;
}

.statsicon, .bdayicon, .onicon {
  position: relative;
  width: 34px;
  height: 34px;
  background: #F4F4F4;
  border-radius: 100%;
  opacity: 0.7;
 cursor:pointer;
color: #999;
}
.statsicon:before, .bdayicon:before , .onicon:before {
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  top: 3px;
  left: 3px;
  position: absolute;
  z-index: 1;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #F4F4F4;
}

.statsicon:after, .bdayicon:after, .onicon:after {
  content: "";
  z-index: 0;
  width: 34px;
  height: 34px;
  position: absolute;
  border-radius: 2px;
  background: #D5D5D5;
 -webkit-animation: ispinner 2s infinite linear;
  animation: ispinner 2s infinite linear;
}

.bdayicon:before {
  content: "\f06b";
  font-family: FontAwesome;
}

.statsicon:before {
  content: "\f080";
  font-family: FontAwesome;
}

.onicon:before {
  content: "\f0ac";
  font-family: FontAwesome;
}

.statsicon:hover , .bdayicon:hover , .onicon:hover, tr:hover .statsicon, tr:hover .bdayicon, tr:hover .onicon {
color: #61A9DC
}

/*Profile Tabs and More
------------------ */

#protabs {
  margin: 0;
  padding: 0;
  width: 10%;
  min-height: 300px;
  float: left;
  margin-left: 0;
  border: 4px solid #F4F4F4;
  background: #FFF;
  border-radius: 2px;
}

#protabs li { display: inline-block; width: 100%; text-align: center; font-size: 1em;font-weight:normal }

#protabs li a { 
  display: block;
  padding: 12px 4px;
  color: #5F5F5F;
  text-decoration: none;
  border-bottom: 1px solid #F2F2F2;

  border-radius: 2px;
}
#protabs li a:hover {
  background: #F9F9F9;
}

#protabs li a strong { 
  display: block;
  margin-top: 0px;
}

#protabs li a.open {
  background: #61A9DC;
color: #FFF;
  border-radius: 2px;
}

#procontent {
  display: inline-block;
  padding: 0;
  margin-left: 0;
  min-height: 300px;
  width: 89%;
}


.contentblock {
 display: block;
padding: 15px 20px;
border: 4px solid #F2F2F2;
 border-radius: 2px;
 background: #F7F7F7;
}

.contentblock.hidden {
  display: none;
}


.proavatar {
background: #B61C1C;
padding: 20px;
width: auto;
float: left;
}

.profield {
background: #202020;
text-align: left;
padding: 0px 20px;
width: 100%;
}

.tborderprofile {
width: 100%;
margin: auto auto;
}

/* PostBit */

.post_author_info {
padding: 10px;
background: #FFFFFF;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
}

.post_avatar img {
background: #FFFFFF;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
padding: 3px;
border: 1px solid #E4E4E4;
}

.post_avatar img:hover {
background: #61A9DC;
border: 1px solid #61A9DC;
}

.pbonline {
background: #5EE148;
color: #FFF !important;
font-size: 9px;
padding: 2px 4px;
margin-left: 5px;
}

.pboffline {
background: #ddd;
color: #FFF !important;
font-size: 9px;
padding: 2px 4px;
margin-left: 5px;
}

.probg {
padding: 10px 20px;
border: 3px solid rgba(232, 232, 232, 0.33);
border-radius: 2px;
width:70%;
}		

.proavatarr {
text-align: center;
display: inline-block;
vertical-align: middle;
width: 20%;
height: 100%;
}

.proavatarr span {
display: inline-block;
float: left;
margin-top: 10%;
margin-left: 25%;
}

.proavatarr span img {
background: #F3F3F3;
padding: 10px;
border-radius:2px;
box-shadow: 0px 3px 5px rgba(17, 17, 17, 0.23);
}

.proname {
background: #252525;
padding: 2px 5px;
border: none;
margin-bottom: 5px;
border-radius: 2px;
text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.19);
margin-left: 10px;
color: #FFF !important;
}

.proname:before {
   content: "\f0d9";  
   font-family: fontAwesome;
   position: relative;  
   top: 2px;
   left: -10px;
   font-size: 18px;
   width: 0;
  height: 0;  
   color: #252525;
   text-shadow: none;
}

.probox {
margin-bottom: 5px;
margin-top: 5px;
}

.prostars {
float: right;
background: rgba(50, 50, 50, 0.32);
padding: 2px 6px;
border-radius: 2px;
}

.proboxes {
display: inline-block;
background: #F8F8F8;
padding: 12px 10px;
border-radius: 2px;
box-shadow: 0px 3px 5px rgba(17, 17, 17, 0.23);
margin-top: 10px;
line-height: 20px;
}

.pbctext {
display: block;
padding: 5px 8px;
background: #FFF;
box-shadow: 0px 2px 3px rgba(17, 17, 17, 0.12);
border-radius: 2px;
margin-top: 5px;
}

/* Tooltips */

.tipsy {
font-size: 12px;
position: absolute;
padding: 5px;
z-index: 100000;
}

.tipsy-inner {
background-color: #000;
color: #FFF;
max-width: 200px;
padding: 5px 8px 4px 8px;
text-align: center;
}

.tipsy-inner {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}

.tipsy-arrow {
position: absolute;
width: 0;
height: 0;
line-height: 0;
border: 5px dashed #000;
}
  
.tipsy-arrow-n {
border-bottom-color: #000;
}

.tipsy-arrow-s {
border-top-color: #000;
}

.tipsy-arrow-e {
border-left-color: #000;
}

.tipsy-arrow-w {
border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
top: 0px;
left: 50%;
margin-left: -5px;
border-bottom-style: solid;
border-top: none;
border-left-color: transparent;
border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
top: 0;
left: 10px;
border-bottom-style: solid;
border-top: none;
border-left-color: transparent;
border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
top: 0;
right: 10px;
border-bottom-style: solid;
border-top: none;
border-left-color: transparent;
border-right-color: transparent;
}


.tipsy-s .tipsy-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-top-style: solid;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
bottom: 0;
left: 10px;
border-top-style: solid;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
bottom: 0;
right: 10px;
border-top-style: solid;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
right: 0;
top: 50%;
margin-top: -5px;
border-left-style: solid;
border-right: none;
border-top-color: transparent;
border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
left: 0;
top: 50%;
margin-top: -5px;
border-right-style: solid;
border-left: none;
border-top-color: transparent;
border-bottom-color: transparent;
}

.pbcname {
width: 100%;
padding: 5px 10px;
margin-left: -10px;
margin-top: -10px;
background: #FFF;
box-shadow: 0px 2px 3px rgba(17, 17, 17, 0.06);
margin-bottom: 10px;
border-radius: 2px;
border: 1px solid #EDEAEA;
}

.pbcavatar {
width: auto;
display: inline-block;
box-shadow: 0px 2px 3px rgba(34, 34, 34, 0.3);
border-radius: 2px;
border: 1px solid #FFF;
margin-bottom:10px;
}

.probuttons{
background: rgba(255, 255, 255, 0.84);
padding: 4px 8px;
border-radius: 2px;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.protitlemain {
background: #F8F8F8;
padding: 3px 8px;
border-radius: 2px;
box-shadow: 0px 2px 3px rgba(34, 34, 34, 0.45);
}
		
		
		
		
		/* General */

.patternchanger ul li a, .fixed, .fluid {
cursor: pointer;
color: #34495E;
}

/* Width */

.fixed, .fluid {
background: none;
font-size: 16px;
list-style: none;
display: inline-block;
height: 40px;
line-height: 40px;
padding: 0px 10px;
border-left: 1px solid #F7F7F7;
border-right: 1px solid #DADADA;
}

.hidden {
    display:none;
}

.margin {
margin-right: -20px;
}

.patternchanger {
    width: auto;
    display: inline-block;
    background: none;
    height:40px;
    line-height:40px;
}

.patternchanger ul {
    margin: 0;
    padding: 0;
}

.patternchanger ul li {
    list-style: none;
    padding:0;
    float: left;
    position: relative;
    list-style: none;
    display: inline-block;
}

.patternchanger ul li a {
    background: none;
    display:inline-block;
    font-size:16px;
    list-style: none;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    border-left: 1px solid #DADADA;  
    border-right: 1px solid #DADADA;
}

.patternchanger ul li ul {
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  top: 41px;
  position: absolute;
  float: left;
  left: auto;
  right: 0;
}

.paneldropdown {
    display:none;
    border: 1px solid #DADADA;
    background: #FFF;
    padding: 5px !important;
    width:300px;
    min-height:350px;
    height: auto;
    z-index:9999;
    float: left;
    transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
}
.animated {
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:750ms;
    -moz-animation-duration:750ms;
    -ms-animation-duration:750ms;
    -o-animation-duration:750ms;
    animation-duration:750ms;
    display:inline-block;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-ms-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}

/* Theme Options */

#theme-options {				
	width: auto;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
	min-height: 280px;
}
#theme-options .title {
	padding: 10px 5px 10px 12px;	
	font-weight: 300;
	color: #fff;
	border-right: 0;
	cursor: pointer;
	position: relative;
	margin-bottom: 15px;
}
#theme-options .title span{	
	position: absolute;
	border-left: 0;
	right: -50px;
	top: 0;
	width: 60px;
	height: 100%;
	text-align: left;
	border-radius: 0 5px 5px 0;
}
#theme-options .title span i{
	font-size: 25px;	
	padding: 5px 0;
	float: right;
}
#theme-options span {
	display: block;
	width: 100%;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
}
#theme-options ul { 
	padding: 10px; 
	margin: 0;
}
#theme-options ul li {
	display: inline-block;
	margin: 0;
	border: 1px solid #ccc;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background-repeat: repeat;
	cursor: pointer;
         margin-right: 5px;
        margin-bottom: 5px;
}
#theme-options ul.backgrounds li:hover { 
	border-color: #ccc; 
}
#theme-options ul.backgrounds li.active,#theme-options ul.backgrounds li.active:hover { 
	border-color: #ff9600; 
}
.colors {
display: block;
height: 100px;
}

.colors ul { 
margin: 0;
position: relative !important;
top: 0 !important;
padding: 5px;
display: inline;
margin-bottom: 20px;
}

.colors ul li {
	display: inline-block;
	margin: 0;
	border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 2px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background-repeat: repeat;
	cursor: pointer;
         margin-right: 5px;
        margin-bottom: 5px;
}

.colors ul li a {
border: none;
height: 40px;
width: 40px;
padding: 0;
display: inline-block;
}

.colors ul.backgrounds li:hover { 
	border-color: #ccc; 
}
.colors ul.backgrounds li.active,.colors ul.backgrounds li.active:hover { 
	border-color: #ff9600; 
}

.patterns, .images{
	display: block;
}

.patterns ul, .images ul { 
	padding: 10px; 
	margin: 0;
}

.patterns ul.backgrounds, .images ul.backgrounds {
position: relative;
top: 0;
padding: 5px;
display: inline;
margin-bottom: 10px;
}

.patterns ul li, .images ul li{
	display: inline-block;
	margin: 0;
	border: 1px solid #ccc;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background-repeat: repeat;
	cursor: pointer;
         margin-right: 5px;
        margin-bottom: 5px;
}
.patterns ul.backgrounds li:hover, .images ul.backgrounds li:hover{ 
	border-color: #ccc; 
}
.patterns ul.backgrounds li.active,.patterns ul.backgrounds li.active:hover, .images ul.backgrounds li.active,.images ul.backgrounds li.active:hover { 
	border-color: #ff9600; 
}

/* BACKGROUNDS PATTERNS */

.backgrounds li.bg1 { background-image: url(../../../images/majestic/patterns/bg1.png); }
.backgrounds li.bg2 { background-image: url(../../../images/majestic/patterns/bg2.png); }
.backgrounds li.bg3 { background-image: url(../../../images/majestic/patterns/bg3.png); }
.backgrounds li.bg4 { background-image: url(../../../images/majestic/patterns/bg4.png); }
.backgrounds li.bg5 { background-image: url(../../../images/majestic/patterns/bg5.png); }
.backgrounds li.bg6 { background-image: url(../../../images/majestic/patterns/bg6.png); }
.backgrounds li.bg7 { background-image: url(../../../images/majestic/patterns/bg7.png); }
.backgrounds li.bg8 { background-image: url(../../../images/majestic/patterns/bg8.png); }
.backgrounds li.bg9 { background-image: url(../../../images/majestic/patterns/bg9.png); }
.backgrounds li.bg10 { background-image: url(../../../images/majestic/patterns/bg10.png); }
.backgrounds li.bg11 { background-image: url(../../../images/majestic/patterns/bg11.png); }
.backgrounds li.bg12 { background-image: url(../../../images/majestic/patterns/bg12.png); }
.backgrounds li.bg13 { background-image: url(../../../images/majestic/patterns/bg13.png); }
.backgrounds li.bg14 { background-image: url(../../../images/majestic/patterns/bg14.png); }
.backgrounds li.bg15 { background-image: url(../../../images/majestic/patterns/bg15.png); }
.backgrounds li.bg16 { background-image: url(../../../images/majestic/patterns/bg16.png); }
.backgrounds li.bg17 { background-image: url(../../../images/majestic/patterns/bg17.png); }
.backgrounds li.bg18 { background-image: url(../../../images/majestic/patterns/bg18.png); }
.backgrounds li.bg19 { background-image: url(../../../images/majestic/patterns/bg19.jpg);background-size:cover;background-repeat:no-repeat; background-position: top center; }
.backgrounds li.bg20 { background-image: url(../../../images/majestic/patterns/bg20.jpg);background-size:cover;background-repeat:no-repeat; background-position: top center;  }
.backgrounds li.bg21 { background-image: url(../../../images/majestic/patterns/bg21.jpg);background-size:cover;background-repeat:no-repeat; background-position: top center; }
.backgrounds li.bg22 { background-image: url(../../../images/majestic/patterns/bg22.jpg);background-size:cover;background-repeat:no-repeat; background-position: top center; }
.backgrounds li.bg23 { background-image: url(../../../images/majestic/patterns/bg23.jpg);background-size:cover;background-repeat:no-repeat; background-position: top center; }
.backgrounds li.bg24 { background-image: url(../../../images/majestic/patterns/bg24.jpg);background-size:cover;background-repeat:no-repeat; background-position: top center; }
.backgrounds li.bg25 { background-image: url(../../../images/majestic/patterns/bg25.jpg);background-size:cover;background-repeat:no-repeat; background-position: top center; }
.backgrounds li.bg26 { background-image: url(../../../images/majestic/patterns/bg26.jpg);background-size:cover;background-repeat:no-repeat; background-position: top center; }
.backgrounds li.bg27 { background-image: url(../../../images/majestic/patterns/bg27.jpg);background-size:cover;background-repeat:no-repeat; background-position: top center; }
.backgrounds li.bg28 { background-image: url(../../../images/majestic/patterns/bg28.jpg);background-size:cover;background-repeat:no-repeat; background-position: top center; }
.backgrounds li.bg29 { background-image: url(../../../images/majestic/patterns/bg29.jpg);background-size:cover;background-repeat:no-repeat; background-position: top center; }
.backgrounds li.bg30 { background-image: url(../../../images/majestic/patterns/bg30.jpg);background-size:cover;background-repeat:no-repeat; background-position: top center; }
/* Colors */

.cred { background: #61A9DC; }
.cyellow { background: #f1c40f; }
.corange { background: #d35400; }
.cblue { background: #1B7394; }
.cgreen { background: #2ecc71; }
.cpurple { background: #8e44ad; }
.cnavy { background: #34495e; }
.cteal { background: #1abc9c; }
.cbrown { background: #464430; }
.cgrey { background: #2b2b2b; }
.ccement { background: #8D9993; }
.cpink { background: #F95071; }


		
		
		
		
		
		/* Main Page */

.landingmain {
margin:0;
padding:0;
}

/* Animation */


@-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);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


/* Slider */

.mainslider {
min-height:300px;
width:100%;
padding:0px 20px;
margin-left:-20px;
color: #FFF;
}

.mainslider h1 {
font-size: 3em;
margin:0;
padding:0;
text-shadow:0px 1px 0px #111;
color: #FFF;
}


.bx-wrapper {
	position: relative;
	margin: 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


.bx-wrapper .bx-viewport {
left: -5px;
height: 300px !important;
-webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

.bx-loading:before {
content: "\f1ce";
font-family: FontAwesome;
color: #FFF;
}


.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 0;
	background: #FFF;
	padding: 8px 12px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}


.bx-wrapper .bx-prev {
	left: 10px;
	background: none;
}

.bx-prev:before {
content: "\f0a8";
font-family: FontAwesome;
font-size:1em;
color:#FFF;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: none;
}

.bx-next:before {
content: "\f0a9";
font-family: FontAwesome;
font-size:1em;
color:#FFF;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: 0;
outline: 0;
z-index: 9999;
font-size: 2em;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
display: block;
outline: 0;
background: none;
margin: 0;
margin-right: 5px;
opacity: 0.6;
}

.bx-wrapper .bx-controls-auto .bx-start:before {
content: "\f04b";
font-family: FontAwesome;
color: #999;
font-size:1em;
margin-right: 5px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    opacity: 1;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	outline: 0;
	background: none;
	margin: 0 3px;
	opacity: 0.6;
}

.bx-wrapper .bx-controls-auto .bx-stop:before {
content: "\f04c";
font-family:FontAwesome;
color: #999;
font-size:1em;
margin-right: 5px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    opacity: 1;
}


.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: auto;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: auto;
	background: #FFF;
	padding: 4px 9px;
}


.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.mainslider h2 {
color: rgb(255, 255, 255);
font-size: 4em;
text-shadow: 1px 2px 0px rgba(17, 17, 17, 0.58);
margin: 0;
padding: 0 0 7px;
letter-spacing: -1px;
text-align: center;
}

.mainslider li span {
color: rgb(255, 255, 255);
font-size:1.5em;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
text-align: center;
display: block;
}

.mainslider li .banner-link {
margin: 30px 0px;
width: 100%;
display: block;
height: 120px;
text-align: center;
}

.mainslider li .banner-link span {
color: #fff;
font-size: 1em;;
margin: 0 15px;
}

.sliderbutton {
background: none;
border-radius: 3px;
box-shadow: none;
border: 1px solid transparent;
color: #fff !important;
display: inline-block;
padding: 12px 20px;
position: relative;
text-shadow: 0 1px 0 #212121;
margin: 10px 0px;
}

.sliderbutton:hover {
background:#FFF;
color: #61A9DC !important;
}

.link2 {
background-color: #61A9DC;
background-image: -webkit-linear-gradient(38deg, #61A9DC, #DE4B3D 50%, #61A9DC 50%, #61A9DC 100%);
}

/* Groups */

.solgroups, .pforumstats {
width: 100%;
margin-left: -20px;
padding: 20px;
background: #F9F9F9;
}

.pforumstats {
background: #FFF !important;
}

.solservices h3 {
text-align: center;
 text-transform: uppercase;
 font-size: 18px;
 font-weight: 700;
letter-spacing: .6px; 
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
color: #999;margin-bottom: 20px;text-align: center;
}

.solservices h3, .solservices i{
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.solservices p {
    text-align: center;
}

.solservices i {
    color: #dad7d7;
    font-size: 30px;
    width: 80px;
    height: 80px;
    border: 2px solid #dad7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 80px;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
}

.solservices:hover i {
 color: #61A9DC;
border: 2px solid #61A9DC;
}

.solservices:hover h3 {
    color: #61A9DC;
}

.solservices p {
text-align: center;
}

.one-third .column {
float: left;
display: inline;
margin-left: 10px;
margin-right: 10px;
}

.column {
width:33%;
display:inline-block;
}

.solgroups h1, .pforumstats h1 {
margin: 0;
padding: 0;
font-size: 2.5em;
text-align: center;
color: #61A9DC;
padding-top: 20px;
margin-bottom: 10px;
text-shadow: -1px 2px 0px rgba(24, 24, 24, 0.26);
}

.solline2 {
margin: 0;
margin-bottom: 20px;
text-align: center;
}

.solline2 span {
	border: 0;
	border-top: 1px solid  #61A9DC;
	display: inline-block;
	margin: 5px 10px;
	width: 40px;
}

.solline2 i {
	color:  #61A9DC;
}

/* Sol Banner */

.solbanner {
text-align: center;
height: 60px;
line-height: 60px;
}

.solbanner h1 {
color:  #999;
}

.solbanner span {
color:  #61A9DC;
font-weight:200;
}

.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}



.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

/* Portal Topic */

.portaltopic {
padding: 2px 0px;
border-bottom: 1px dashed #eee;
}

.pcol {
min-height: 100px;
height: 300px;
overflow: hidden;
white-space: nowrap;
padding: 1%;
width: 30%;
}

.porticker ul {
margin:0;
padding:0;
}

.porticker ul li {
list-style:none;
}

.portalh3 {
text-align: left;
font-size: 1.3em;
text-transform: uppercase;
letter-spacing: 1px;
text-shadow: -1px 1px 0px rgba(19, 19, 19, 0.22);
color: #61A9DC;
}

.statleft, .statright {
padding: 5px 8px;
background: #F5F5F5;
color: #999;
border: 0;
box-shadow: 0px 2px 0px #E8E8E8;
display: inline-block;
}

.fullstats {
background: #61A9DC;
color: #FFF;
padding: 5px 8px;
box-shadow: 0px 2px 0px rgba(28, 28, 28, 0.46);
display: inline-block;
}

.poststats {
background: #61A9DC;
color: #FFF;
padding: 2px 5px;
box-shadow: 0px 2px 0px rgba(179, 41, 41, 0.85);
display: inline-block;
}

.fullstatss {
padding: 7.5px 5px !important;
}
		
		
		
		
		
		
		
		