@charset "utf-8";

.big, input[type="file"] {
    -webkit-appearance: none;
}

a , * {
    outline: none;
}

body {

    font-size: 20px;
    padding: 0;
    margin: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 0px;
    margin: 0px;
}

h2 {
    background-color: #dedede;
}

body.main h2 {
    background-color: transparent;
}

table, td, tr {
    font-size: 20px;
}

body.main {
    background: url("/images/newgate.jpg") no-repeat fixed center center #000;
    background: #ffffff;

}

#v3header {
    width: 100%;
    height: 136px;
    background-image: url(/images/gatebg.png);
    margin-left: auto;
    margin-right: auto;
    min-width: 1090px;

}

#v4header {
    font-family: 'Playfair Display SC', sans-serif;
    margin: auto;
    padding: 10px 0;
    text-align: center;
    font-size: 50px;
    color: #000000;
}

#v3header_inner1 {
    background: url(/images/leftpost.png) no-repeat left top;
    height: 136px;

}

#v3header_inner2 {
    background: url(/images/rightpost.png) no-repeat right top;
    height: 136px;

}

#v3header_inner3 {
    background: url(/images/top_1.png) no-repeat center top;
    height: 136px;

}

#top_menu_left {
    float: right;
    margin-right: 208px;
    width: 200px;
    text-align: right;
}

#v3header_inner_left, #v3header_inner_right {
    width: 50%;
    float: left;
    padding-top: 35px
}

#top_menu_right {
    float: left;
    margin-left: 60px;
    width: 400px;
    text-align: right;

}

#top_menu_left, #top_menu_right {
    font-family: 'antoniobold';
    color: #363636;
    font-size: 24px;

}

#top_menu_left li, #top_menu_right li {
    font-family: 'antonioregular';
    display: inline;
    text-align: center;
    margin-right: 24px;
}

#top_menu_left li a:link, #top_menu_left li a:visited, #top_menu_left li a:hover, #top_menu_right li a:link, #top_menu_right li a:visited, #top_menu_right li a:hover {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    color: #363636;
}

#top_menu_left li a:hover, #top_menu_right li a:hover {
    text-decoration: none;
    color: #ccab5e;
}

#user_container {
    width: 987px;
    padding: 0px 60px 0px 62px;
    background-image: url(/images/dashboardV2.jpg);
    margin: 0px auto;
}

#dashboard {
    width: 1050px;
    font-family: 'antoniobold';
    color: #737373;
    border-left: 10px #ebebeb solid;
    border-right: 10px #ebebeb solid;
    border-bottom: 25px #ebebeb solid;
    padding: 10px;
}

#footerV2 {
    height: 115px;
    min-width: 1090px;
    margin-left: auto;
    background: #fafafa;
    padding-top: 30px;
    margin-right: auto;
    font-family: 'antonioregular';
    min-height: 115px;

}

#footerV2bg {
    width: 100%;
    background: #E3E3E3;
    padding-top: 12px;
    min-width: 1090px;
}

#footer_left {
    float: left;
    text-align: left;
    width: 38%;
    font-size: 16px;
    position: relative;
    color: #000;
    padding-left: 2%;
}

#footer_left a {
    color: #000;
}

#footer_right {
    float: right;
    text-align: right;
    width: 48%;
    padding-right: 2%;

    font-size: 16px;
    position: relative;
    color: #000;
}

#footer_right li {
    color: #363636;
    display: inline;
    font-family: 'antonioregular';
    margin-right: 2%;
    text-align: center;
    color: #fff;
}

#tmpRow .closetmpiframe {
    right: 18px !important;
    margin-top: 13px;
}

#footer_right li a {
    color: #000;
    text-decoration: none;
}

#footer_right li a:hover {
    color: #000000;
}

.medium {
    font-size: 24px;
}

#v2content {
    clear: all;
    position: relative;
}

.off {
    color: #9c6c1c;
}

.controls, .controls_dark {
    width: 100%;
}

.square {
    background: #F5F1F2;
    float: left;
    width: 25px;
    height: 25px;
    line-height: 28px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    margin-right: 5px;
}

.circle {
    margin: 3px 5px;
    text-align: center;
    border-radius: 50%;
    border: 3px #737373 solid;
    float: left;
    width: 25px;
    height: 25px;
    line-height: 28px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #737373;
    display: inline-block;
    vertical-align: middle;
}

.circle1 {
    margin: 3px 5px;
    text-align: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: rgb(64, 54, 6); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(64, 54, 6, 1) 0%, rgba(81, 76, 8, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(64, 54, 6, 1)), color-stop(100%, rgba(81, 76, 8, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(64, 54, 6, 1) 0%, rgba(81, 76, 8, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(64, 54, 6, 1) 0%, rgba(81, 76, 8, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(64, 54, 6, 1) 0%, rgba(81, 76, 8, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(64, 54, 6, 1) 0%, rgba(81, 76, 8, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#403606', endColorstr='#514c08', GradientType=0); /* IE6-9 */
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
}

a.big {
    color: #FFFFFF !important;
}

.bigcircle {
    font-size: 24px;
    margin: 3px 5px;
    padding-top: 5px;
    text-align: center;
    border-radius: 50%;
    float: left;
    width: 35px;
    height: 30px;
    line-height: 25px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: rgb(64, 54, 6); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(64, 54, 6, 1) 0%, rgba(81, 76, 8, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(64, 54, 6, 1)), color-stop(100%, rgba(81, 76, 8, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(64, 54, 6, 1) 0%, rgba(81, 76, 8, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(64, 54, 6, 1) 0%, rgba(81, 76, 8, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(64, 54, 6, 1) 0%, rgba(81, 76, 8, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(64, 54, 6, 1) 0%, rgba(81, 76, 8, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#403606', endColorstr='#514c08', GradientType=0); /* IE6-9 */
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.small {
    font-size: 18px;
    line-height: 1.32px;
}

#container_front {
    width: 1088px;
    margin-left: auto;
    margin-right: auto;
}

#container {
    margin-left: auto;
    margin-right: auto;

}

#nav {
    padding: 20px 0px;
    width: 100%;
    height: 20px;
    background: url(/images/gate/topbg.png) #d5c5a9 repeat;
    position: fixed;
    top: 0;
    z-index: 99;
}

#nav-gradient {
    height: 20px;
    background: -moz-linear-gradient(top, rgba(151, 135, 110, 1) 0%, rgba(151, 135, 110, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(151, 135, 110, 1)), color-stop(100%, rgba(151, 135, 110, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(151, 135, 110, 1) 0%, rgba(151, 135, 110, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(151, 135, 110, 1) 0%, rgba(151, 135, 110, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(151, 135, 110, 1) 0%, rgba(151, 135, 110, 0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(151, 135, 110, 1) 0%, rgba(151, 135, 110, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97876e', endColorstr='#0097876e', GradientType=0); /* IE6-9 */
}

#box-menu-reverse {
    width: 537px;
    text-align: right;
    float: right;
}

#box-menu-reverse a {
    background: rgba(39, 26, 2, .75);
    font-size: 18px;
    margin-right: 1px;
    color: #fff;
    float: left; /* LTR */
    height: 1.4em;
    line-height: 1.4em;
    padding: 0 0.8em;
    text-decoration: none;
    /*text-shadow: 0 1px #eee;*/
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#fave {
    border-bottom: 25px solid #EBEBEB;
    border-left: 10px solid #EBEBEB;
    border-right: 10px solid #EBEBEB;
    color: #737373;
    font-family: 'antoniobold';
    padding: 10px;
    width: 1050px;
}

.message_edit {
    background-color: #938869;
    font-size: 24px;
}

#society_box {
    height: 20px;
    padding: 15px;
    width: 100%;
    color: #fff;
    background-color: rgba(89, 52, 2, 0.6);
    position: fixed;
    top: 60px;
}

#society_box h1 {
    padding: 0px;
    margin: 0px;
}

#header_front {
    background-image: url(/images/gate/castlegatetop.jpg);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 1004px;
    height: 299px;
}

#header {
    width: 206px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

#middle_front {
    background-image: url(/images/gate/castlegatemiddle.jpg);
    width: 989px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: repeat-y;
}

#parchment {
    width: 825px;
    margin-left: auto;
    margin-right: auto;
}

#parchment_top {
    width: 825px;
    height: 23px;
    background-image: url(/images/gate/parchment_top.jpg);
}

#parchment_middle {
    width: 825px;
    background-image: url(/images/gate/parchment_middle.jpg);
    background-repeat: repeat-y;
    clear: both;
}

#parchment_bottom {
    width: 825px;
    height: 34px;
    background-image: url(/images/gate/parchment_bottom.jpg);
}

#content_front {
    padding: 0px 30px;
}

#content {
    margin-top: 80px;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    background: url(/images/gate/pagebg.png) repeat-y center center;
    background-color: rgba(255, 255, 255, 0.60);
    padding: 20px;
    border: #fff 1px solid;
    -khtml-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#footer_front {
    background-image: url(/images/gate/castlegatebottom.jpg);
    width: 1012px;
    height: 20px;
    color: #000;
    padding-top: 150px;
    margin-left: auto;
    margin-right: auto;
}

#footer_front a:link, #footer_front a:visited {
    color: #000;
    padding: 5px;
}

#footer {
    padding: 0px 0px 20px 25px;
    width: 920px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

#help {
    background-color: rgba(48, 41, 36, 0.9);
    color: #fff;
    width: 60%;
    position: absolute;
    padding: 20px;
    border: #c09419 1px solid;
    margin-bottom: 20px;
    -khtml-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#floater {
    background-color: rgba(48, 41, 36, 0.9);
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 20px;
    border: #c09419 1px solid;
    margin-bottom: 20px;
    -khtml-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#help td {
    color: #fff;
    vertical-align: top;
}

/* buttons for front gate */
.button {
    padding: 5px;
    margin: 5px;
    font-family: 'antonioregular';
    font-size: 20px;
    cursor: pointer;
}

.button a:link, .button a:visited, .button a:hover {
    background-color: #363636;
    text-decoration: none;
    padding: 5px;
    margin: 5px;
    padding-top: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.button a:hover {
    text-decoration: none;
    background-color: #ccab5e;
    color: #000;
}

.smbutton {
    width: 150px;
    height: 43px;
    background: url(/images/gate/button_sm.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
}

.smbutton a:link, .smbutton a:visited {
    color: #fff;
}

/* General button */
.big, input[type="file"] {
    background-color: transparent;
    text-decoration: none;
    font-family: 'antonioregular';
    padding: 5px;
    margin: 5px;
    padding-top: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #000 !important;
    cursor: pointer;
    font-size: 16px;
}

.big:hover, input[type="file"]:hover {
    text-decoration: underline;
    color: #000;
}

.unread {
    background-color: transparent;
    text-decoration: none;
    font-family: 'antonioregular';
    padding: 5px;
    margin: 5px;
    padding-top: 10px;
    border: 0px;
    display: inline-block;
    vertical-align: middle;
    color: #9e0b0f !important;
    cursor: pointer;
    font-size: 16px;
}

.beforeafterscroll span {
    width: 120px !important;
    position: absolute;
    bottom: 0px;
}

.blue {
    color: #356094;
}

.image_preview .after {
    padding-bottom: 10px;
}

.big-me {
    font-size: 18px;
    background-color: #3b291d;
    background: -webkit-linear-gradient(#3b291d, #c4b790);
    color: #fff;
    padding: 4px;
    margin: 1px;
    border: #7a5215 1px solid;
    -khtml-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -khtml-border-radius-topleft: 5px;
    -khtml-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bigbutton {
    width: 320px;
    margin: 0px;
    height: 72px;
    background: url(/images/gate/button_big.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 30px;
    font-size: 16px;
}

.grandbutton {
    width: 558px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 84px;
    background: url(/images/gate/button_grand.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 35px;
    font-size: 16px;
}

.grandbutton a:link, .grandbutton a:visited {
    color: #fff;
    text-decoration: none;
}

.step {
    font-size: 18px !important;
    background-color: #7a5215;
    background: #356094;
    background: -moz-linear-gradient(top, #356094 0%, #eee8e1 30%, #ffffff 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #356094), color-stop(30%, #eee8e1), color-stop(96%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #356094 0%, #eee8e1 30%, #ffffff 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #356094 0%, #eee8e1 30%, #ffffff 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #356094 0%, #eee8e1 30%, #ffffff 96%); /* IE10+ */
    background: linear-gradient(to bottom, #356094 0%, #eee8e1 30%, #ffffff 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#356094', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    border: solid 1px #2A4E77;
    background: -webkit-linear-gradient(#356094, #fff);
    color: #000;
    padding: 4px;
    margin: 4px;
    border: #7a5215 1px solid;
    -khtml-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -khtml-border-radius-topleft: 5px;
    -khtml-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.on_gem {
    margin: 3px auto;
    width: 15px;
    height: 7px;
    background-color: #025224;
    background: #025224;
    border: solid 1px #000;
    background: -webkit-linear-gradient(#039943, #025224);
    border: #7a5215 1px solid;
    -khtml-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.off_gem {
    margin: 3px auto;
    width: 15px;
    height: 7px;
    background-color: #999;
    background: #999;
    border: solid 1px #000;
    background: -webkit-linear-gradient(#999, #333);
    border: #7a5215 1px solid;
    -khtml-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    font-family: 'antonioregular';
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

h2 {
    font-size: 32px;
    font-family: 'antonioregular';

    font-weight: normal;
    text-transform: Capitalize;
    text-align: center;
    padding: 0;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

table td h2, table td h1, table th h2, table th h1 {
    padding-top: 0px;
    padding-bottom: 0px;
}

h3 {
    font-size: 27px;
    font-family: 'antonioregular';
    font-weight: normal;
    padding: 0;
    margin: 0px;
}

h3 a {
    color: #FFF !important;
    font-size: 27px !important;
    font-family: 'antonioregular' !important;
    font-weight: normal !important;
    padding: 0;
    margin: 0px;
}

a:link, a:visited {
    color: #2F130B;
}

a:hover, a:active {
    color: #A46D1C;
}

.leftpane {
    width: 190px;
    float: left;
    margin-right: 1%;
    font-family: 'antonioregular';
    display: none;
}

.leftpane button {
    background: none !important;
    text-align: center;
    font-size: 20px;
    margin: 5px;
    padding: 5px;
    color: #363636;
    box-shadow: none;
}

#bio .leftpane {
    display: block;
    width: 19% !important;
}

#bio .rightpane {
    float: left;
    width: 80% !important;
}

.rightpane {
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.round_box {
    margin-bottom: 10px;
    background: rgba(255, 255, 255, .60);
    padding: 20px;
    border: #c09419 1px solid;
    -khtml-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

textarea:first_letter {
    text-transform: capitalize;
}

input[type="text"], input[type="date"], input[type="file"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="search"], input[type="password"], textarea, select {
    padding: 5px;
    font-size: 24px;
    color: #261603;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 1%, #d7d3b9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ebebeb), color-stop(100%, #d7d3b9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 1%, #d7d3b9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 1%, #d7d3b9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 1%, #d7d3b9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 1%, #d7d3b9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d7d3b9', GradientType=0); /* IE6-9 */
    border: 1px solid #666;
    font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
    -khtml-border-radius-bottomleft: 4px;
    -khtml-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -khtml-border-radius-topleft: 4px;
    -khtml-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
}

textarea {
    width: 100%;
    resize: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #6b5b44;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #6b5b44;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #6b5b44;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #6b5b44;
}

form {
    margin: 0px;
}

.round_box_mini {
    width: 150px;
    height: 150px;
    padding: 0px;
    float: left;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    background-color: #000;
    border: #666 1px solid;
    -khtml-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.round_box_mini_inner {
    width: 150px;
    height: 120px;
    overflow: hidden;
}

.round_box_mini img {
    max-width: 100%;
    overflow: hidden;
    border: 0;
}

.round_image {
    border: 1px solid #666;
    -khtml-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.round_box_mini a {
    color: #fff;
}

.circleBase {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    behavior: url(PIE.htc);
    margin: -15px auto 5px auto;
    z-index: 99;
}

.type1 {
    width: 20px;
    height: 20px;
    font-size: 20px;
    background: #fff;
    color: #000;
    border: 3px solid grey;
    z-index: 99;
    position: relative;
}

.ratings {
    clear: all;
    width: 100%;
}

.shade {
    background-color: #ebebeb;
    padding: 3px;
}

.avatar {
    border: 1px #000 solid;
    -khtml-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.clearFix {
    clear: both;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.vidbox {
    float: left;
    width: 150px;
}

#box-menu {
    width: 96%;
    margin-top: .5em;
    margin-left: auto;
    margin-right: auto;
    padding: 20px .5em 0 .5em;
    font-size: 16px !important;
}

#box-menu li {
    background-color: #363636;
    display: inline-block;
    font-family: 'antonioregular';
    padding: 3px 7px;
    text-align: center;
}

#box-menu a {
    color: #E8E8E8;
    background-color: #363636 !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

#box-menu a:hover,
#box-menu a:focus, #box-menu a.current {
    background: #000;
    color: #ffffff;
}

#box-menu a:active {
    background: rgba(255, 255, 255, 1);
}

#box-menu ul {
    margin: 0px;
    padding: 0px;
}

#box-menu li a.active {
    border-top: none;
}

.featured #box-menu li a:active,
.featured #box-menu li a.active {
    background: #f0f0f0;
    background: rgba(215, 215, 215, 1.0);
}

.round-table-wrapper {
    width: 100%;
}

.whitebg {
    background: white !important;
}

.round-table {
    width: 100%;
    border-collapse: collapse;
}

.round-table th {
    padding: 0 10px;
    text-align: left;
    background-color: #DEDEDE;
    color: #000;
    font-size: 32px;
    font-family: 'antonioregular';
    text-wrap: no-wrap;
}

.pagination {
}

.round-table th h1 {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
}

.round-table th h2 {
    font-size: 27px;
    text-align: justify;
}

.round-table th, .square-table th {
    padding-top: 12px;
    padding-bottom: 7px;
}

.round-table tr {
    /*background-color: #EDEBEB;*/
    border-bottom: 1px solid #e3e3e3;
}

#public .round-table tr {
    /* background-color: #f4f1f1;*/
}

.round-table td {
    padding: 10px;
    font-size: 20px;
}

.round-table-left strong {
    font-weight: normal;
    font-size: 1.05em;
}

.round-table-search {
    vertical-align: middle !important;
    text-align: center !important;
}

.round-table-left, th.round-table-left h2 {
    vertical-align: middle !important;
    text-align: left !important;
}

.round-table-center {
    vertical-align: middle !important;
    text-align: center !important;
}

.square-table-wrapper {
    border: 1px solid #fff;
    overflow: hidden;
}

.square-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 20px;
}

.square-table th {
    background-color: #565656;
    color: #FFFFFF;
    font-family: 'antonioregular';
    text-align: left;
    text-transform: uppercase;
}

.square-table td h1 {
    font-size: 30px;
}

.square-table tr {
    background: #E7E7E7;
    border-bottom: 1px solid #fff;
    padding: 20px;
}

.square-table td {
    text-align: left;
    padding: 15px;
}

.square-table h2 {
    font-size: 32px;
    color: #565656;
}

.square-table input, textarea {
    width: 98%;
}

.square-table input[type="radio"], .square-table input[type="checkbox"] {
    width: auto;
}

.square-table table td, .square-table table th {
    padding: 5px;
}

.square-table table tr {
    background: transparent;
}

.teaser-wrapper {

}

.teaser-wrapper-gradient {
    background-color: #EBEBEB;
    margin: 0 0 20px;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.teaser-wrapper-me a:link, .teaser-wrapper-me a:visited, .teaser-wrapper-me h2 {
    font-weight: normal;
}

.teaser-wrapper-gradient-active {
    background: rgb(153, 135, 85); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(153, 135, 85) 0%, rgba(192, 117, 130, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(153, 135, 85)), color-stop(100%, rgba(92, 117, 130, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(153, 135, 85) 0%, rgba(92, 117, 130, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(153, 135, 85) 0%, rgba(92, 117, 130, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(153, 135, 85) 0%, rgba(92, 117, 130, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(153, 135, 85) 0%, rgba(92, 117, 130, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#998755', endColorstr='#7F7047', GradientType=0); /* IE6-9 */
    padding: 10px;
    margin-right: 10px;
    border: #7b7660 1px solid;
}

.search-wrapper {
    width: 1109px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 0;
    z-index: 99;
    font-size: 18px;
    min-height: 125px;
    line-height: 18px;
    background: rgb(40, 33, 3); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(40, 33, 3, 1) 0%, rgba(183, 173, 112, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(40, 33, 3, 1)), color-stop(100%, rgba(183, 173, 112, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(40, 33, 3, 1) 0%, rgba(183, 173, 112, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(40, 33, 3, 1) 0%, rgba(183, 173, 112, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(40, 33, 3, 1) 0%, rgba(183, 173, 112, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(40, 33, 3, 1) 0%, rgba(183, 173, 112, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#b7ad70', GradientType=0); /* IE6-9 */
    padding: 3px 3px 0px 3px;
    width: 99%;
    border: #fff 1px solid;
    margin-bottom: 10px;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.search-wrapper select {
    width: 150px;
}

.search-wrapper .unhidden {
    padding-top: 10px;
}

.search-left {
    text-align: center;
    width: 25%;
    margin-right: 5px;
    float: left;
    background-color: rgba(196, 183, 144, 0.6);
    background: -webkit-linear-gradient(#c4b790, #fff);
    padding: 10px;
    border: #fff 1px solid;
}

.search-left .big {
    font-size: 24px !important;
}

.search-middle {
    text-align: center;
    width: 23%;
    margin-right: 5px;
    float: left;
    background: -webkit-linear-gradient(#c4b790, #fff);
    background-color: rgba(196, 183, 144, 0.6);
    padding: 10px;
    border: #fff 1px solid;
}

.search-middle .big {
    font-size: 24px !important;
}

.search-right {
    text-align: center;
    width: 17%;
    float: left;
    background: -webkit-linear-gradient(#c4b790, #fff);
    background-color: rgba(196, 183, 144, 0.6);
    padding: 10px;
    border: #fff 1px solid;
}

.search-right .big {
    font-size: 24px !important;
}

#score {
    background-image: url(/images/gate/score.png);
    width: 140px;
    height: 81px;
    padding-top: 60px;
    text-align: center;
    font-size: 40px;
    position: fixed;
    margin-left: 710px;
    top: 170px;
}

.review_score {
    background-image: url(/images/gate/review_score.png);
    width: 50px;
    height: 40px;
    padding-top: 10px;
    float: right;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.me_bubble {
    word-wrap: break-word;
    width: 75%;

    background: rgb(179, 149, 95); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(179, 149, 95, 1) 1%, rgba(239, 220, 170, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(179, 149, 95, 1)), color-stop(100%, rgba(239, 220, 170, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(179, 149, 95, 1) 1%, rgba(239, 220, 170, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(179, 149, 95, 1) 1%, rgba(239, 220, 170, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(179, 149, 95, 1) 1%, rgba(239, 220, 170, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(179, 149, 95, 1) 1%, rgba(239, 220, 170, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3955f', endColorstr='#efdcaa', GradientType=0); /* IE6-9 */
    font-size: 24px;
    background-repeat: repeat-x;
    background-color: #c6885f;
    padding: 20px;
    border: #c09419 1px solid;
    margin-bottom: 20px;
    -khtml-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.you_bubble {
    word-wrap: break-word;
    font-size: 24px;
    background: #f5e3d7; /* Old browsers */
    background: -moz-linear-gradient(top, #f5e3d7 0%, #eee8e1 30%, #ffffff 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5e3d7), color-stop(30%, #eee8e1), color-stop(96%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5e3d7 0%, #eee8e1 30%, #ffffff 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5e3d7 0%, #eee8e1 30%, #ffffff 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5e3d7 0%, #eee8e1 30%, #ffffff 96%); /* IE10+ */
    background: linear-gradient(to bottom, #f5e3d7 0%, #eee8e1 30%, #ffffff 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e3d7', endColorstr='#ffffff', GradientType=0);
/ * IE6-9 * / background-repeat : repeat-x;
    border: #c09419 1px solid;
    margin-bottom: 20px;
    padding: 20px;

    width: 75%;
    -khtml-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.hidden {
    display: none !important;
}

.unhidden {
    display: block;
}

/* for rating radio buttons */
.styledRadio {
    display: inline-block;
}

/* stuff for tool tip */
.img_middle {
    vertical-align: middle;
}

.gallery {
    float: left;
    width: 15%;
    margin: 1%;
    padding: 1%;
    border: 1px solid #363636;
    text-align: center;
    font-weight: normal;
    border-radius: 5px;
}
.gallery .tiny {
    display: block;
}
.gallery_img_container {
    height: 90px;
    overflow: hidden;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
}

.gallery img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    text-align: center;
    border: 1px solid #333;
    -khtml-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.gallerypic {
    float: left;
    width: 15%;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
    line-height: 25px;
}

.gallerypic img {
    max-width: 80%;
    max-height: 50px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    border: 5px #fff solid;
}

.photos {
    float: left;
    width: 15%;
    margin: 1%;
    padding: 1%;
    height: 210px;

    border: 1px solid #363636;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
}

.photos img {
    margin-top: 10px;
    max-width: 100%;
    max-height: 55%;
    vertical-align: top;
    text-align: center;
    border: 1px solid #333;
    -khtml-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#gallery_wrapper {
    color: #6b5b44;
}

#gallery_wrapper a:link, #gallery_wrapper a:visited {
    color: #fff;
}

.pagination {
    padding-bottom: 10px;
    font-size: 22px;
    padding-top: 10px;
}

.light {
    /* background-color: #f4f1f1 !important;*/
}

#public .light {
    /* background-color: #EDEBEB !important;*/
}

/* div containing all photos */
.photo_browser {
    float: left;
    clear: both;
    width: 650px;
    padding: 0px 35px;
    overflow: hidden;
    white-space: nowrap;
    text-align: middle;
    margin: 0;
}

/* div containing a photo*/
#thumbs {
    float: left;
    margin-right: 20px;
}

/* defines the photo in the filmstrip */
.filmstrip {
    margin-right: 20px;
    border: 2px solid #fff;
}

.arrows {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px !important;
}

.doublespace {
    line-height: 24px;
}

.fancybox-wrap .fancybox-close {
    background-color: transparent !important;
}

.navbutton {
    display: inline-block;
    position: relative;
    color: #888;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    text-decoration: none;
    text-align: center;
    padding: 0px 12px;
    font-weight: 700;
    border-radius: 4px;
    border: #7a5215 1px solid;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    /*background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);*/
    /*background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);*/
    /*background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);*/
    /*background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);*/
    /*background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);*/
    background: #fceabb; /* Old browsers */
    background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0); /* IE6-9 */
    color: #301f01;
}

.navbutton:hover {
    color: #333;
}

.navbutton:active, .button:active:after, .button:active:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Back Button */
.navbutton.back {
    border-left: none;
}

.navbutton.back:after {
    content: '';
    position: absolute;
    height: 50%;
    width: 15px;
    border-left: #7a5215 1px solid;
    left: -5px;
    top: 1px;
    background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceabb), color-stop(100%, #fccd4d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fceabb 0%, #fccd4d 100%, #f8b500); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fceabb 0%, #fccd4d 100%, #f8b500); /* IE10+ */
    background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0); /* IE6-9 */
    color: #301f01;
    -webkit-transform: skew(-35deg, 0);
    -moz-transform: skew(-35deg, 0);
    -o-transform: skew(-35deg, 0);
    -ms-transform: skew(-35deg, 0);
    transform: skew(-35deg, 0);
}

.navbutton.back:before {
    content: '';
    position: absolute;
    height: 48%;
    width: 15px;
    border-left: #7a5215 1px solid;
    bottom: 1px;
    left: -5px;
    -webkit-transform: skew(35deg, 0);
    -moz-transform: skew(35deg, 0);
    -o-transform: skew(35deg, 0);
    -ms-transform: skew(35deg, 0);
    transform: skew(35deg, 0);
    background: -moz-linear-gradient(top, #f8b500 0%, #fbdf93 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8b500), color-stop(100%, #fbdf93)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8b500 0%, #fbdf93 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8b500 0%, #fbdf93 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f8b500 0%, #fbdf93 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f8b500 0%, #fbdf93 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0); /* IE6-9 */
    color: #301f01;
    -webkit-box-shadow: -2px 1px 2px rgba(100, 100, 100, 0.1);
    box-shadow: -2px 1px 2px rgba(100, 100, 100, 0.1);
}

/* Next Button */
.navbutton.next {
    border-right: none;
}

.navbutton.next:after {
    content: '';
    position: absolute;
    height: 48%;
    width: 15px;
    border-right: 1px solid #bcbcbc;
    background-image: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(239, 239, 239, 1) 10%, rgba(225, 223, 226, 1) 100%);
    background-image: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(239, 239, 239, 1) 10%, rgba(225, 223, 226, 1) 100%);
    background-image: -o-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(239, 239, 239, 1) 10%, rgba(225, 223, 226, 1) 100%);
    background-image: -ms-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(239, 239, 239, 1) 10%, rgba(225, 223, 226, 1) 100%);
    background-image: linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(239, 239, 239, 1) 10%, rgba(225, 223, 226, 1) 100%);
    right: -5px;
    bottom: 1px;
    -webkit-transform: skew(-35deg, 0);
    -moz-transform: skew(-35deg, 0);
    -o-transform: skew(-35deg, 0);
    -ms-transform: skew(-35deg, 0);
    transform: skew(-35deg, 0);
    -webkit-box-shadow: 2px 1px 2px rgba(100, 100, 100, 0.1);
    box-shadow: 2px 1px 2px rgba(100, 100, 100, 0.1);
}

.navbutton.next:before {
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 1%, rgba(240, 240, 240, 1) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 1%, rgba(240, 240, 240, 1) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 1%, rgba(240, 240, 240, 1) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 1%, rgba(240, 240, 240, 1) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 1%, rgba(240, 240, 240, 1) 100%);
    height: 50%;
    width: 15px;
    border-right: 1px solid #bcbcbc;
    top: 1px;
    right: -5px;
    -webkit-transform: skew(35deg, 0);
    -moz-transform: skew(35deg, 0);
    -o-transform: skew(35deg, 0);
    -ms-transform: skew(35deg, 0);
    transform: skew(35deg, 0);
}

.search-right .sortbywrapper {
    text-align: left;
    padding-top: 5px;
    padding-left: 43px;
}

.search-left .sortbywrapper {
    text-align: left;
    padding-left: 14px;
    padding-top: 5px;
}

.search-middle .sortbywrapper {
    text-align: left;
    padding-top: 5px;
    padding-left: 0px;
}

.search-right input, .search-right select, .search-left input, .search-left select, .search-middle input, .search-middle select {
    margin-bottom: 5px;
}

.wordwrap {
    word-wrap: break-word;
}

input.navbutton, button.navbutton {
    cursor: pointer;
    padding: 5px;
}

.break-word {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

span.required, .formerror li {
    color: #C50000;
}

.removefav {
    cursor: pointer;
}

.fav_wrapper .big {
    font-size: .9em !important;
}

.groupnav {
    padding: 0px;
    margin: 0px;
}

.groupnav .groupnav {
    padding-left: 50px;
}

.groupnav li {
    background: transparent url("/images/move_icon.png") no-repeat 10px 16px;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.groupnav li.light li {
    background-color: #F4F1F1 !important;
}

.groupnav li:hover {
    cursor: pointer;
}

.groupnav li.ui-sortable-helper {
    cursor: move;
}

.friends_accordion.ui-accordion .ui-accordion-header {
    background: #E5E2E2;
    padding: 20px;
    text-align: center;
    font-size: 1.6em;
    color: #000000;
}

.ui-widget-content, .ui-widget-content tr {
}

.friends_accordion.ui-accordion .ui-accordion-content {
    padding: 0px;
    font-size: 20px;
    background: #E5E2E2;
}

.favslider {
    width: 100%;
    float: left;
    overflow: hidden;
}

.favslider li {
    list-style: none;
}

.favslider li a {
    display: block;
    clear: both;
}

.favslider_controller {
    width: 77px;
    float: left;
}

.favslider_controller {
    font-size: 13px;
}

.favslider_controller .fav_trashbin {
    height: 85px;
}

.favslider_controller .fav_add {
    font-size: 13px;
}

.favslider_controller .fav_add a {
    font-size: 16px;
}

.photo_browser .bx-wrapper, .photo_browser .bus_bxslider, .photo_browser .bx-viewport {
    height: 128px !important;
    /* width:700px!important;*/
}

.photo_browser .bx-wrapper img {
    max-height: 115px !important;
    width: auto !important;
}

.photo_browser .bx-wrapper li {
    /* height: 133px !important;*/
    width: 133px !important;
}

.rating_bus_bxslider, .bus_bxslider {
    margin-top: 5px;
}

.trust_hightlight_menu {
    color: red !important;
}

.dashboard_active {
    color: #967730 !important;
}

.dashboard_active .circle {
    color: #967730 !important;
    border: 3px solid #967730 !important;
}

#box-menu.business_box_menu li .trust_hightlight_menu {
    color: #FFD700 !important;
}

.trust_hightlight {
    color: red !important;
}

.trust_hightlight:hover {
    color: red !important;
}

.greyout {
    opacity: .25;
    cursor: default;
}

.greyout:hover {
}

.square-table .friendselect, .square-table .socselect, .square-table .perselect, .square-table .friendselect_none, .square-table .socselect_none, .square-table .perselect_none, .square-table .eventtype, .square-table .big, .permissions {
    width: auto !important;
}

.scrollContent {
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#searchfriends {
    width: 95%;
}

.ui-autocomplete {
    overflow-y: scroll;
}

* html .ui-autocomplete {
    /* IE max- */
    height: expression( this.scrollHeight > 200 ? "200px" : "auto" );
}

.ui-autocomplete {
    max-height: 200px;
}

/*
body  {
    scrollbar-face-color: #998755;
    scrollbar-highlight-color: #998755;
    scrollbar-3dlight-color: #998755;
    scrollbar-darkshadow-color: #998755;
    scrollbar-shadow-color: #C0B182;
    scrollbar-arrow-color: #C0B182;
    scrollbar-track-color: #E0D6A3;
}
::-webkit-scrollbar { width: 10px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #463B1D; }
::-webkit-scrollbar-track {  background-color: #463B1D;}
::-webkit-scrollbar-track-piece { background-color: #998755;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #E0D6A3; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}
::-webkit-resizer { background-color: #463B1D;}
@-moz-document url-prefix(http://),url-prefix(https://) {
    scrollbar {
        -moz-appearance: none !important;
        background: rgb(0,255,0) !important;
    }
    thumb,scrollbarbutton {
        -moz-appearance: none !important;
        background-color: rgb(0,0,255) !important;
    }
    thumb:hover,scrollbarbutton:hover {
        -moz-appearance: none !important;
        background-color: rgb(255,0,0) !important;
    }
    scrollbarbutton {
        display: none !important;
    }
    scrollbar[orient="vertical"] {
        min-width: 15px !important;
    }
}
*/
.ctn_groups_wrapper {
    display: none;
    width: 241px;
    float: right;
}

.image_tooltip, .video_tooltip {
    display: block;
}

#commands {
    font-size: 16px;
    text-align: center;
    margin: auto;
}

.image_preview img {
    max-width: 500px;
    max-height: 400px;
}

.image_preview div {
    max-width: 500px;
}

.image_orgainser {
    clear: both;
    display: none;
}

.image_orgainser .ui-sortable {
    padding: 0px;
    margin: 0px;
}

#image_upload_before_wrapper, #image_upload_after_wrapper {
    width: 48%;
    float: left;
    background: #c4b790;
    margin: 1%;
    min-height: 100px;
}

.image_orgainser .holderdark {
    background: #F8BB15 !important;
    color: #ffffff;
}

#image_upload_before_wrapper .ax-preview, #image_upload_after_wrapper .ax-preview {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    max-height: 30px;
    max-width: 30px;
}

#image_upload_before_wrapper h2, #image_upload_after_wrapper h2 {
    background: #565656;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 5px;
}

#image_upload_before_wrapper ul li, #image_upload_after_wrapper ul li {
    list-style: none;
    height: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: url('/images/move_cursor.png') 6px 9px no-repeat;
    padding-left: 25px;
}

#website_wrapper .remove {
    display: block;
    float: right;
    width: 120px;
    height: 25px;
}

#website_wrapper .add {
    display: block;
    float: right;
    width: 120px;
    height: 25px;
}

#website_wrapper input {
    width: 298px;
}

.private_msg_wrapper #website_wrapper input {
    width: 398px;
}

.private_msg_wrapper #website_wrapper .remove {
    width: 160px;
}

.private_msg_wrapper #website_wrapper .add {
    width: 160px;
}

#holiday_wrapper .holidays_image {
    width: 100px;
    float: left;
    height: 125px;
    margin: 5px;
    text-align: center;
}

#holiday_wrapper .holidays_image .image {
    width: 100px;
    height: 100px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.groupedit_checkbox_wrapper .groupedit_checkbox {
    position: absolute;
    left: 10px;
}

.friends_accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}

.image_tooltip.beforeafter span {
    display: block;
    text-align: center;
    text-decoration: none;
    background: url("/images/before_after_bg.png");
    position: absolute;
    text-align: center;
    width: 100px;
    bottom: 0px;
    text-transform: uppercase;
    font-size: 13px;
    color: #ECE5D0;
}

.image_tooltip.beforeafterscroll span {
    display: block;
    text-align: center;
    text-decoration: none;
    text-align: center;
    width: 100%;
    bottom: 0px;
    text-transform: uppercase;
    font-size: 13px;
    color: #ECE5D0;
    background: #353535;
    padding-top: 3px;
    padding-bottom: 3px;
}

.image_tooltip.beforeafter {
    position: relative;
}

.photo_browser .image_tooltip, .photos .image_tooltip_a, .photo_browser .video_tooltip {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    margin: 5px;
}

.photos .image_tooltip_wrapper {
    padding-bottom: 10px;
    padding-left: 9px;
    padding-top: 10px;
}

.photos .image_tooltip_a img {
    border-radius: 0px;
    border: 0px;
    margin-top: 0px;
    max-height: 110px;
    max-width: 110px;
    text-align: center;
    vertical-align: middle;
}

.commands_fixed {
    z-index: 102;
    background: #C8BA92;
}

.round-table-left-checkbox input {
    /* margin-top: 67px;*/
}

.round-table-left-avatar a {
    display: block;
    margin-top: 36px !important;
}

.round-table-left-name {
    padding-top: 69px !important;
}

#commands .big {
    background: transparent;
    border: 0px !important;
    color: #000 !important;
    font-family: 'antonioregular';
    font-size: 16px !important;
    box-shadow: none !important;
    margin-right: 2px;
    margin-left: 2px;

}

#widecontent_4, #widecontent_search {
    width: 100%;
    background: #fafafa;
    display: table;
    vertical-align: top;
    min-width: 1090px;
}

#widecontent_4 {

}

#widecontent_search {
    background-color: #CCCCCC;

}

#widecontent_left, #widecontent_search_left {
    width: 17%;
    vertical-align: top;
    display: table-cell;
}

#widecontent_left, #widecontent_right, #widecontent_middle {
    float: left;
}

#widecontent_left_extra, #widecontent_right_extra {
    width: 5%;
    vertical-align: top;
    display: table-cell;
    text-align: center;
}

#widecontent_left_extra.hidden, #widecontent_right_extra.hidden {
    display: none !important;
}

#widecontent_left_extra h2, #widecontent_right_extra h2 {

    line-height: 46px;
}

#widecontent_right, #widecontent_search_right {
    width: 13%;
    display: table-cell;
    vertical-align: top;
    min-width: 120px;
}

#widecontent_full {
    width: 100%;
    min-width: 1090px;
    min-height: 1124px;

}

#businessPorfileTab #review tr {
    border-bottom: 0px !important;
}

.ratingHr {
    height: 0px;
    border-bottom: 1px solid #ececec;
    margin: 0px !important;
    padding: 0px !important;
}

#widecontent_middle, #widecontent_search_middle {
    width: 70%;
    display: table-cell;
    background: #ffffff;;
    overflow: hidden;
    min-height: 1124px;
    vertical-align: top;
}

#widecontent_search_middle {
    background: #ccc;;
}

#widecontent_middle.faveshide {
    width: 76%;
}

#widecontent_middle.control_hide {
    width: 80%;
}

#widecontent_middle.control_hide.faveshide {
    width: 90%;
}

.contentpadding {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
}

#widecontent_middle .contentpadding {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

#widecontent_left h2, #widecontent_right h2 {
    font-size: 25px;
}

#widecontent_left .controls_column a {
    display: block;
    clear: both;
    padding-left: 5px;
    padding-right: 5px;
}

#widecontent_left .controls_column a.tractive, #widecontent_left .controls_column a:hover {
    display: block;
    clear: both;
    color: #000000;
    background: #e3e3e3;
}

#widecontent_left .contentpadding {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#commandsleft {

    color: #737373;
    font-family: 'antoniobold';
    padding: 10px;
    text-align: center;
}

#commandsleft .big {
    padding: 10px 10px 6px 39px;
    background: #F5F1F2 !important;
    position: relative;
    width: 225px;
    text-align: left;
    font-size: 20px;
    color: #000000;
    border: #dedede 1px solid !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#commandsleft .big .bigcircle {
    font-size: 20px;
    height: 25px;
    left: 4px;
    background: #fff !important;

    position: absolute;
    top: 1px;
    width: 25px;
    color: #000000;

}

#commands_wrapper {
    background-color: #E3E3E3;
    position: relative;
    font-family: 'antonioregular';
    font-size: 16px;
    text-align: center;
    width: 100%;
    min-width: 1090px;
}

#commands_wrapper.group {
}

input[type=checkbox].css-checkbox-control {
    display: none;
}

input[type=checkbox].css-checkbox-control + label.css-label-control {
    padding-left: 15px;
    height: 9px;
    display: inline-block;
    line-height: 9px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 11px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 5px;

}

input[type=checkbox].css-checkbox-control:checked + label.css-label-control {
    background-position: 0 -9px;
}

label.css-label-control {
    background-image: url('/images/csscheckbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#sitemap_wrapper .thinner {
    padding: 10px;
}

#sitemap_wrapper .thinner div {
    line-height: 35px;
}

.vertialAligntop {
    vertical-align: top !important;
    padding-top: 20px !important;
}

.iframewrapper td, .iframewrapper tr {
    background: none !important;
}

.iframewrapper .round-table {
    margin-bottom: 0px;
}

#loadingimage {
    background: #C4B790;
}

#tmpRow #loadingimage {
    background: #FFFFFF !important;

}

.light #loadingimage {
    background: #E2D7B7 !important;

}

#tmpCmdRow #loadingimage {
    background: transparent !important;
}

.hide {
    display: none;
}

.alignMiddleCenter {
    text-align: center !important;
    vertical-align: middle !important;
}

.alignMiddleLeft {
    text-align: left !important;
    vertical-align: middle !important;
}

.alignLeft, .alignLeft * {
    text-align: left !important;
}

.alignTopAlways {
    vertical-align: top !important;
    padding-top: 62px !important;
}

.checkbox_top {
    vertical-align: top !important;
    padding-top: 62px !important;
}

iframe {
    overflow-x: hidden;
}

.me_bubble_new {
    background: #fffffb; /* Old browsers */
    background: -moz-linear-gradient(top, #fffffb 0%, #cabe96 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffffb), color-stop(100%, #cabe96)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fffffb 0%, #cabe96 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fffffb 0%, #cabe96 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fffffb 0%, #cabe96 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fffffb 0%, #cabe96 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffb', endColorstr='#cabe96', GradientType=0); /* IE6-9 */

    word-wrap: break-word;
    width: 75%;
    float: left;
    font-size: 24px;
    padding: 20px;
    border: #C4B58E 1px solid;
}

.me_bubble_new {
    background: #FFFFFF;

    word-wrap: break-word;
    width: 75%;
    float: left;
    font-size: 24px;
    padding: 20px;
    border-radius: 10px;
    border: #C4B58E 1px solid;
}

.you_bubble_new {
    background: #dedede; /* Old browsers */
    word-wrap: break-word;
    width: 75%;
    float: right;
    font-size: 24px;
    padding: 20px;
    border: #A39469 1px solid;
    border-radius: 10px;
}

.photos.photos_wrapper {
    height: 330px;
}

#friendssearchform {
    margin: 50px 200px;
    font-size: 18px;
}

#friendssearchform div {
    color: #eeeeee;
}

#friendssearchform div input {
    font-size: 18px;
    padding: 5px;
    width: 320px;
}

#friendssuggestions {
    position: absolute;
    width: 360px;
    display: none;
    left: 200px;
    z-index: 100;
}

#friendssuggestions .round-table {
    margin-bottom: 0px !important;
}

/* friendssearchresults */
#friendssearchresults {
    border-width: 1px;
    border-color: #FFFFFF;
    border-style: solid;
    width: 360px;
    background-color: #dedede;
    font-size: 10px;
    line-height: 14px;
}

#friendssearchresults .light {
    background-color: #cccccc !important;

}
#friendssearchresults tr:hover * {
    background-color: #FFFFFF !important;
}
#friendssearchresults .even {
    background-color: #FFFFFF !important;
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 30px;
    vertical-align: middle;
    width: 320px;
}

#friendssearchresults .odd {
    background-color: #C4B790 !important;
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 30px;
    vertical-align: middle;
    width: 320px;

}

#friendssearchresults .label {
    font-size: 16px;
}

#friendssearchresults .round_image {
    max-height: 30px;
    max-width: 30px;
    border: 0px;
    border-radius: 0px;

}

#friendssearchresults a {
    display: block;
    background-color: #e4e4e4;
    clear: left;
    height: 56px;
    text-decoration: none;
}

#friendssearchresults a:hover {
    background-color: #b7b7b7;
    color: #ffffff;
}

#friendssearchresults a img {
    float: left;
    padding: 5px 10px;
}

#friendssearchresults a span.searchheading {
    display: block;
    font-weight: bold;
    padding-top: 5px;
    color: #191919;
}

#friendssearchresults a:hover span.searchheading {
    color: #ffffff;
}

#friendssearchresults a span {
    color: #555555;
}

#friendssearchresults a:hover span {
    color: #f1f1f1;
}

#friendssearchresults span.category {
    font-size: 11px;
    margin: 5px;
    display: block;
    color: #ffffff;
}

#friendssearchresults span.seperator {
    float: right;
    padding-right: 15px;
    margin-right: 5px;
    background-image: url(../images/shortcuts_arrow.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#friendssearchresults td {
    cursor: pointer;
    color: #000000;
}

#friendssearchresults span.seperator a {
    background-color: transparent;
    display: block;
    margin: 5px;
    height: auto;
    color: #000;
}

.private_message_connection {
    background: #363636;
    color: #FFFFFF;
    font-size: 18px;
    padding: 10px;
    width: 600px;
    float: left;
    position: relative;
    letter-spacing: 2px;
}

.private_message_search {
    width: 300px;
    float: right;
    padding-top: 21px;
}

.you_bubble_new tr, #private .round-table tr tr, .me_bubble_new tr, .round-table .wordwrap tr {
    background: transparent !important;
    border-bottom: 0px !important;
}

.you_bubble_new em, .me_bubble_new em, .round-table .wordwrap em {
    font-size: 14px;
}

.you_bubble_new tr td, .round-table .wordwrap td, .me_bubble_new tr td, .you_bubble_new tr td em, .me_bubble_new tr td em {
    font-size: 14px;
}

.you_bubble_new tr td a, .me_bubble_new tr td a, .round-table .wordwrap tr td a {
    text-decoration: none;
}

.round-table th h3 {
    margin: 0px;
}

#v2content #tmpCmdRow .closetmpCmdiframe {
    right: 11px !important;
    top: 13px;
}

#v2content #tmpRowDelete .closetmpiframeCommon {
    right: 20px !important;
    top: 10px;
}

#tmpCmdRow .closetmpCmdiframe {
    right: 0px;
    top: 10px;
}

.noborder {
    border: 0px !important;
}

.nobg {
    background: transparent !important;
}

#public td .closetmpiframe {
    right: 18px !important;
}

#public .public_comment_rating td .closetmpiframe {
    margin-top: 0px;
}

/********************* CONTROL PANEL and FAVES ************************/
#control_panel_top, #faves_top, #business_top, #search_top {
    width: 90%;
    padding: 5%;
    text-align: center;
    position: relative;
}

#business_top {
    color: #FFF;
    padding: 1%;
    width: 98%;
}

#business_top .large {
    text-transform: uppercase;
}

input.edit_profile {
    position: relative;
    top: -7px;
}

#control_panel_top {
    background-color: #d7d3b9;
}

.control_arrow, .fave_arrow, .business_arrow, .search_arrow {
    position: absolute;
    right: -10px;
    top: 14px;
}

.controls_hightlight_menu span {
    color: red;
}

.keep_open_box {
    position: absolute;
    right: 15px;
    top: 20px;
    margin-right: 20px;
    text-align: right;
}

/************************ FONTS *************************/
.title {
    font-family: 'antonioregular';
}

.large {
    font-size: 32px !important;
}

.medium {
    font-size: 24px;
}

.small {
    font-size: 20px;
}

.xsmall {
    font-size: 14px;
}

.spaced {
    letter-spacing: 15px;
}

.nopad {
    padding: 0;
    margin: 0;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.caps {
    /* text-transform: uppercase;*/
}

textarea.caps {
    height: 140px;
}

.livespell_textarea {
    height: 120px !important;
}

.italics {
    font-family: dejavu_sansoblique;
}

.highlight {
    color: #92c0cd; /* blue */
}

.light_highlight {
    color: #565656; /* green */
}

.dark {
    color: #363636;
}

.grey {
    color: #898787;
}

.red {
    color: #9e0b0f;
}

.sub10 {
    margin-bottom: -10px;
}

/********************* CONTROL PANEL and FAVES ************************/

#control_panel_top {
    background-color: #d7d3b9;
}

.keep_open_box {
    position: absolute;
    right: 15;
    top: 20;
    margin-right: 25px;
    text-align: right;
}

#control_panel {
    width: 1052px;
    font-family: 'antoniobold';
    color: #737373;
    border-left: 10px #ebebeb solid;
    border-right: 10px #ebebeb solid;
    border-bottom: 25px #ebebeb solid;
    padding: 10px;
}

#controls {
    background: #FFFFFF;
    border-bottom: 1px solid #e3e3e3;
}

.controls_column a {
    display: block;
    clear: both;
}

.controls_column a:link, .controls_column a:visited, .controls_column a:hover {
    text-decoration: none;
    vertical-align: middle;
    line-height: 2.5em;
    color: #737373;
    font-family: 'antoniobold';
    font-size: 16px;
    text-transform: uppercase;
}

.controls_column a:hover {
    text-decoration: none;
    color: #000;
}

.controls_column a:hover .circle {
    color: #000000;
    border: 3px solid #000000;
}

#business_top {
    background-color: #C6C6C6;
    color: #000;
}

.newboxes h2 {
    background-color: transparent !important;
}

#faves_top {
    background-color: #BFBFBF;
}

#faves, #business, #search {
    color: #737373;
}

#search {
    color: #737373;
    border-left: 2px #ebebeb solid;
    border-right: 2px #ebebeb solid;
    border-bottom: 2px #ebebeb solid;
    padding: 10px;
}

#search #search {
    border: 0px;
}

#search_top {
    background-color: #cccccc;
    margin: auto;
    padding: 10px 10px 0;
}

#faves img {
    height: 95px;
    border: #ebebeb solid .5em;
    margin-right: 20px;
}

#search_container {
    background-color: #ccc;
    width: 100%;
}

.large_title {
    color: #363636;
    font-size: 24px;
    font-family: 'antonioregular';
}

.timestamp {
    color: #000;
    font-size: 16px;
}

#business_wrapper {
    color: #737373;
    font-family: 'antoniobold';
    padding: 0;
    width: 100%;
    font-size: 16px;
    background-color: #EBEBEB;
    background-image: url('/images/profilebg.jpg');
    background-repeat: no-repeat;
}

#business_wrapper tr {
    background-color: transparent;

}

#business_wrapper .doublespace button {
    width: 100%;
}

#business_wrapper h2 {
    font-family: 'antonioregular';
    font-size: 32px;
    color: #000000;
}

.business_wrapper.round-table td {
    font-size: 16px;
    color: #000000;
}

#business_wrapper .doublespace {
    color: #000000;
}

.newboxes h2 {
    font-size: 32px;
}

h2 .big {
    font-size: 25px;
}

.round-table tr#tmpRow {
    /* background-color: #FFFFFF;*/
}

#commands h1.guest {
    color: #FFFFFF;
}

.photo_browser .bx-wrapper .bx-next {
    right: -46px;
}

.round-table .comment_wrapper {
    max-width: 600px;
}

.business_box_menu {
    background: #353535;
    padding: 2% !important;
    margin: 0px !important;
    text-align: center;
    width: 96% !important;
}

#widecontent_middle h2 {
    background-color: #DEDEDE;
    position: relative;
}

#box-menu.business_box_menu li {
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 9px;
}

#box-menu.business_box_menu li a {
    font-size: 22px;
}

.round-table th .big {
    color: #000 !important;
    margin: 0;
    font-size: 16px;
    padding-top: 10px;
    font-weight: normal;
}

#public .round-table th .big {
    font-family: 'antonioregular';
    font-size: 16px;
    letter-spacing: 0;
}

.user_profile select, .user_profile input[type="text"], .user_profile input[type="email"] {

}

#fave .favslider .bx-wrapper li {
    width: 120px !important;
}

#fave .favslider .bx-wrapper {
    max-width: 840px !important;
}

.nopadding td {
    padding: 5px;
}

table .light table tr {
    background: transparent !important;

}

#box-menu a .total {
    /* color:red;*/
}

.comment_wrapper tr {
    background: transparent;
}

.comment_wrapper tr td {
    padding: 5px;
}

.transparent.round-table tr {
    background: transparent !important;
}

.transparent.round-table tr td {
    padding: 5px !important;
}

.round-table tr a tr {
    background: transparent !important;
}

.antonioregular {
    font-family: 'antonioregular';
}

.faqs_wrapper ul, .faqs_wrapper ol {
    margin: 0px;
}

.faqs_wrapper h3 {
    padding-top: 16px;
    padding-bottom: 7px;
}

.faqs_wrapper a {
    color: #444444;
}

.faqs_wrapper a b {
    color: #000000;
    font-weight: normal;
}

.faqs_wrapper .unhidden h2 {
    background-color: #565656;
    color: #000;
    padding-top: 16px;
}

.faqs_wrapper .unhidden .teaser-wrapper {
    background-color: #E5E2E2;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

.faqs_wrapper .unhidden .teaser-wrapper p {
    padding-top: 14px;
    padding-left: 15px;

}

.faqs_wrapper .unhidden .teaser-wrapper ul, .faqs_wrapper .unhidden .teaser-wrapper ol {
    margin-top: 14px;
    margin-left: 15px;

}

.faqs_wrapper .unhidden .teaser-wrapper .close {
    position: absolute;
    right: 13px;
    top: 11px;
}

.round-table .mergeColumn.checkbox_top .closedynamicIframeLoader {
    right: 15px !important;
}

#search_container input, #search_container select {
    font-size: 18px;

    margin-top: 5px;
    max-width: 210px;
    padding-top: 3px;
    padding-bottom: 3px;
}

table.nopadding td {
    padding: 0px !important;
}

#ivouched .closetmpiframe, #review .closetmpiframe, #freview .closetmpiframe, #vouchedme .closetmpiframe, #review .closetmpiframe {
    margin-top: 12px;
    right: 21px !important;
}

#ivouched .closedynamicIframeLoader, #review .closedynamicIframeLoader, #freview .closedynamicIframeLoader, #vouchedme .closedynamicIframeLoader, #review .closedynamicIframeLoader {
    margin-top: 12px;
    right: 21px !important;
}

#accordion .teaser-wrapper-gradient {
    background: transparent !important;
}

#accordion .round_image {
    background: transparent !important;
    border: 0px;
    border-radius: 0px;
}

iframe {
    overflow-y: hidden;
}

#business_wrapper .big {
    font-size: 16px !important;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    background: url(/images/ui.totop.png) no-repeat left top;
}

#toTopHover {
    background: url(/images/ui.totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline: none;
}

.hideshare-wrap {
    position: relative;
}

.hideshare-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.hideshare-list li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 2px;
}

.hideshare-wrap span {
    display: none;
}

.hideshare-list li a {
    color: #363636;
}

#contact select, #personal select, select#connectionsID, select#connectionsGroup, select#attach_video, #add_video select {
    width: 250px;
}

#social input[type=text], #social input[type=url] {
    width: 80%;
}

select.auto {
    width: auto !important;
}

@media screen and (max-width: 1082px) {

    #container {
    }
}

.select2-container .select2-choice > .select2-chosen {
    text-align: left;
}

#accordion .ui-accordion-header-active {
    border-bottom: 0px !important;
    background: #7B7B7B !important;
    color: #FFFFFF !important;
    font-family: 'antonioregular';
    margin: 0;
}

#accordion div.ui-accordion-content {
    width: 100%;
}

#accordion .teaser-wrapper-gradient {
    padding: 17px;
}

.headingspecial {
    font-size: 20px !important;
    text-transform: inherit !important;
    font-family: 'PT Sans Narrow', '​sans-serif' !important;
    line-height: 22px !important;
}

.affliate_header {
    background-color: #000000;
    color: #FFFFFF;
    padding: 20px 2px 10px;
    position: relative;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 7px;

}

.affliate_header span {
    letter-spacing: 7px !important;

}

.newboxes {
    color: #000 !important;

}

#recaptcha_switch_audio_btn, #recaptcha_privacy, #recaptcha_logo, #recaptcha_whatsthis_btn {
    display: none;
}

#employees .groupnav li {
    background-position: 15px 50px;
}

.webSpeech_container {
    font-family: Verdana, Arial, sans-serif;
    position: relative;
}

.webSpeech_info {
    float: left;
    font-size: 14px;
    color: #777;
    display: none;
}

.webSpeech_final, .webSpeech_interim {
    font-family: Verdana, Arial, sans-serif;
    float: left;
    font-size: 14px;
    color: #777;
    display: none;
}

.webSpeech_interim {
    font-style: italic;
}

.emailaddress_breakup {
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP Printers */
    word-wrap: break-word; /* IE 5+ */
    display: inline-block;

}

label.error {
    clear: both;
    color: red;
    display: block;
}

.teaser-wrapper .big {
     background: #F5F1F2 !important;
    position: relative;
    text-align: left;
     color: #000000;
    border: #dedede 1px solid !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
  .commandlink .big  {
    background: transparent !important;
    border: 0px !important;
}
#advancedsearch {
    background: url(/images/advanced_search.png) no-repeat left top;
    height: 16px;
    width: 16px;
    overflow: hidden;
    text-indent: -99999999px;
    border: 0px;
    cursor: pointer;

}

#advancedsearchwraper {
    position: relative;
    top: -7px;
}

.loading .selectize-inputt {

    background: url(/images/spinner.gif) no-repeat right top;
    background-size: 16px 16px;

}

.selectize-dropdown img {
    max-width: 50px;
    max-height: 50px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari and Chrome */
    .big {
        padding: 5px;

    }

    #commandsleft .big {
        padding: 5px 5px 5px 39px;
    }

    #commandsleft .big .bigcircle {
        padding-top: 0px;
        margin-top: 5px;
    }
}

.holidaysback, .holidaysback * {
    color: #fff !important;
}

.vertical-text {
    transform: rotate(90deg);
    transform-origin: left top 0;
}

#business_wrapper h2 {
    background: transparent;
}

#importedContacts a:hover, #importedContacts:hover a {
    color: #000 !important;
}

#importedContacts tr {
    background: transparent !important;
}

#widecontent_left #ctrl_controls .controls_column .even {
    background: #faf7f8;
}

#widecontent_left #ctrl_controls .controls_column .odd {
    /* background: #edebeb;*/

}

#widecontent_left #ctrl_controls .controls_column a {
    border-bottom: 1px solid #ECECEC;
}

#ui-datepicker-div {
    background: #fffffb;
}

.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {
    display: none;
}

#public .commandlink .big {
    width: 110px !important;
}

#public .forwardwrapper img {
    cursor: pointer;
}

.commands_fixed #commands {
    background: none !important;
}

h2 em, h1 em, h3 em, h4 em {
    font-style: normal !important;
    font-size: 20px !important;
}

.pagination a {
    text-decoration: none;
}

#businessPorfileTab {
    overflow: hidden;

}

a.remove, a.add {
    padding-left: 5px;
}

#translator {
    left: 0;
    bottom: 0;
    position: fixed;
}

/* search css */
#search_top input {
    font-size: 14px;
}

#search_top .title {
    font-size: 120% !important;
    letter-spacing: 5px !important;
    color: #000 !important;

}

#search_top ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #363636;
}

#search_top :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #363636;
    opacity: .8;
}

#search_top ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #363636;
    opacity: .8;
}

#search_top :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #363636;
}

#search_top .keep_open_box {
    top: 10px;
    font-size: 70%;
    margin-right: 0px;
}

#widecontent_search_left h2, #widecontent_search_right h2 {
    font-size: 120%;
    padding-bottom: 0;
}

#widecontent_search_left h2 span, #widecontent_search_right h2 span {
    font-size: 80%;
}

#commandtopmenu {
    background: #F0F0F0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#commandtopmenu_right a {
    color: #000 !important;
    font-family: 'antonioregular';
    font-size: 16px !important;
    text-align: right;
    text-decoration: none;
}

#commandtopmenu_right ul {
    margin: 0px;
    padding: 0px;
}

#commandtopmenu_right ul li {
    list-style: none;
    display: inline;
    padding-right: 10px;
    float: right;
}

#commandtopmenu_left, #commandtopmenu_right {
    float: left;
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;

}
.tooltipster-base .imagetitle a * {
    color : #FFFFFF !important;
}
#commandtopmenu_left {
    color: #000 !important;
    font-family: 'antonioregular';
    font-size: 16px !important;
    text-align: left;
    text-decoration: none;
}

#trustedTime, #trustedweather {
    padding-left: 6px;
    padding-right: 6px;
}

.celcius {
    top: -4px;
    font-size: 11px;
    position: relative;
    padding-right: 3px;

    opacity: 0.25;
}

.celcius.active {
    opacity: 1;
}

.celdegree, .faren {
    cursor: pointer;
}

@media only screen and (min-width: 1450px) {
    #commandtopmenu {
        background: transparent;
    }

    #commandtopmenu {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #commandtopmenu_left, #commandtopmenu_right {
        position: absolute;
        width: auto;
        top: 10px;
    }

    #commandtopmenu_right {
        right: 10px;
    }

    #commandtopmenu_left {
        padding-left: 5px;
    }

    #commands .big {
        margin-left: 4px;
        margin-right: 4px;
    }

    #commandtopmenu_right ul li {
        padding-left: 4px;
        padding-left: 4px;
    }
}

@media only screen and (min-width: 1650px) {

    #commandtopmenu_left {
        padding-left: 10px;
    }

    #commands .big {
        margin-left: 8px;
        margin-right: 8px;
    }

    #commandtopmenu_right ul li {
        padding-left: 8px;
    }
}

@media only screen and (max-width: 1400px) {
    .commands_fixed #commandtopmenu_left {
        display: none;
    }

    .commands_fixed #commandtopmenu {
        background: transparent;
    }

    .commands_fixed #commandtopmenu {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .commands_fixed #commandtopmenu_left, .commands_fixed #commandtopmenu_right {
        position: absolute;
        width: auto;
        top: 10px;
    }

    .commands_fixed #commandtopmenu_right {
        right: 10px;
    }

    .commands_fixed #tnControlPanel {
        width: 80%;
    }

}

@media only screen and (max-width: 1200px) {
    #commands .big {

        margin-right: 0px;
        margin-left: 0px;

    }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    #widecontent_right {
        font-size: 16px;
    }

    #widecontent_right #favesCarousel img {
        max-width: 50px !important;
        max-height: 50px !important;
    }

    #widecontent_right, #widecontent_search_right {
        width: 10%;
    }

    #widecontent_middle, #widecontent_search_middle {
        width: 78%;
    }
    #widecontent_left, #widecontent_search_left {
        width: 12%;
    }

    #widecontent_search_right h2 {
        font-size: 110%;
        padding-bottom: 0;
    }
    #commands {
        font-size: 13px;
    }
    .controls_column a:link, .controls_column a:visited, .controls_column a:hover {
        font-size: 13px;
    }
}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
    #widecontent_right {
        font-size: 16px;
    }

    #widecontent_right #favesCarousel img {
        max-width: 50px !important;
        max-height: 50px !important;
    }

    #widecontent_right, #widecontent_search_right {
        width: 10%;
    }

    #widecontent_middle, #widecontent_search_middle {
        width: 78%;
    }
    #widecontent_left, #widecontent_search_left {
        width: 12%;
    }

    #widecontent_search_right h2 {
        font-size: 110%;
        padding-bottom: 0;
    }
    #commands {
        font-size: 13px;
    }
    .controls_column a:link, .controls_column a:visited, .controls_column a:hover {
        font-size: 13px;
    }
}

