/*
Theme Name: TUBORG
Author: Maria Marchenko
Version: Jun 14 2013
*/
/* ===================== import css ===================== */
@import "includes/css/nivo-slider.css";
@font-face {
    font-family: 'CaladeaBold';
    src: url('fonts/Caladea-Bold_gdi.eot');
    src: url('fonts/Caladea-Bold_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/Caladea-Bold_gdi.woff') format('woff'), url('fonts/Caladea-Bold_gdi.ttf') format('truetype'), url('fonts/Caladea-Bold_gdi.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'CaladeaRegular';
    src: url('fonts/Caladea-Regular_gdi.eot');
    src: url('fonts/Caladea-Regular_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/Caladea-Regular_gdi.woff') format('woff'), url('fonts/Caladea-Regular_gdi.ttf') format('truetype'), url('fonts/Caladea-Regular_gdi.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2265;
}
/* ===================== reset ===================== */
* {
    margin: 0;
    padding: 0;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* ===================== general ===================== */
html {
    background: #555;
}
body {
    font: normal 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #323232;
    text-align: left;
    background: #F8F8F8;
}
a {
    color: #0A84C0;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0px 0 20px 0;
    color: #0A84C0;
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 24px;
    line-height: 24px;
}
h2 {
    font-size: 20px;
    line-height: 20px;
}
h3 {
    font-size: 18px;
    line-height: 18px;
}
h4 {
    font-size: 16px;
    line-height: 16px;
}
h5 {
    font-size: 14px;
    line-height: 14px;
}
h6 {
    font-size: 14px;
    line-height: 14px;
}
input, textarea {
    font-size: 12px;
    padding: 2px;
}
hr {
    display: none;
}
p {
    padding: 7px 0;
}
code {
    color: #5886a3;
}
pre {
    margin: 10px 0;
    padding: 15px;
    background: #eee;
    border: 1px solid #ddd;
    clear: both;
    width: 558px;
    overflow: auto /*--If the Code exceeds the width, a scrolling is available--*/;
    overflow-Y: hidden /*--Hides vertical scroll created by IE--*/;
}
small {
    font-size: 11px;
    line-height: 12px;
}
blockquote {
    display: block;
    margin: 25px 0;
    padding: 0 0 0 45px;
    clear: both;
    font-size: 14px;
    font-style: italic;
    background: url(images/quote.png) no-repeat;
    font-family: Georgia, Times;
}
blockquote.pullquote, blockquote.pullquoteleft {
    font-size: 2em;
    line-height: 1em;
    font-style: italic;
    width: 200px;
    color: #a1a1a1;
    background-image: none;
}
blockquote.pullquote {
    margin: 0 0 0 30px;
    border-left: 5px solid #eee;
    padding: 10px 0 10px 30px;
}
blockquote.pullquoteleft {
    margin: 0 30px 0 0;
    border-right: 5px solid #eee;
    padding: 10px 30px 10px 0;
    text-align: right;
}
table {
    margin: 0;
}
.multi_col {
    -moz-column-width: 14em;
    -webkit-column-width: 14em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}
.list_inline li {
    display: inline;
    margin: 0 5px 0 0;
    list-style: none;
    padding: 0;
}
.box_yellow {
    clear: both;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff58f;
    border: 1px solid #efdb00;
}
.box_green {
    clear: both;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #aaff8f;
    border: 1px solid #5fdf37;
}
.box_blue {
    clear: both;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #9fcfff;
    border: 1px solid #4593df;
}
.checklist ul {
    margin-left: 0;
    list-style: none !important;
}
.checklist ul li {
    padding: 0 0 0 30px;
    background-image: url(images/check.png);
    background-position: left center;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='images/check.png');
}
.left {
    float: left;
}
.right {
    float: right;
}
.dropcap {
    font-size: 270%;
    line-height: 100%;
    font-weight: bold;
    float: left;
    padding-top: 0;
    padding-right: 5px;
}
.highlight {
    background: #ffff66;
}
.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
}
div.divider {
    clear: both;
    display: block;
    height: 1px;
    padding-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #aaa;
}
div.divider.no_border {
    border: none;
}
div.gap {
    clear: both;
    display: block;
    height: 1px;
    padding-top: 10px;
}
/* ===================== shortcodes/framework fluid width ===================== */
.one_half {
    width: 48%;
}
.one_third {
    width: 30.66%;
}
.two_third {
    width: 65.33%;
}
.one_fourth {
    width: 22%;
}
.three_fourth {
    width: 74%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
    position: relative;
    float: left;
    display: inline;
    overflow: hidden;
    margin-right: 4%;
}
.first {
    margin-left: 0; /* the first left column */
}
.last {
    margin-right: 0;
    clear: right; /* the last right column */
}
/* ===================== images ===================== */
img, img a {
    border: none;
    vertical-align: bottom;
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin: 0 15px 5px 0;
    display: inline;
}
.alignright {
    float: right;
    margin: 0 0 5px 15px;
    display: inline;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.wp-caption, .imgthumb, .entry img {
    text-align: center;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
.post_image {
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
    padding: 20px;
    padding-bottom: 15px;
}
.post_image img {
    background-color: #f9f9f9;
    border: 1px solid #888;
    margin: auto;
}
.post_image .wp-caption {
    background-color: #f9f9f9;
    overflow: hidden;
}
.post_image .wp-caption img {
    background: none;
    float: left;
}
.post_image p.wp-caption-text {
    clear: left;
    border-top: none;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    color: #555;
}
.special img, .special img a {
    border: 5px solid #ccc;
    vertical-align: bottom;
}
/* ===================== layout ===================== */
#header-inner {
    margin: auto;
    width: 960px;
    position: relative;
}
#header #logo {
    display: inline;
    margin: 0;
}
#header #logo img {
    margin-top: 15px;
    margin-left: 0;
}
#header #navigation {
    float: right;
    display: inline;
    margin-top: 20px;
}
#top-menu {
    height: 30px;
    position: relative;
    z-index: 600;
    background: #222;
    display: none;
}
#top-menu-inner {
    margin: auto;
    height: 100%;
    width: 1150px;
    position: relative;
}
#top-menu #feed {
    float: right;
    display: inline;
    margin-right: 10px;
}
#top-menu #feed img {
    margin-bottom: 5px;
}
#top-menu #feed a {
    color: #fff;
    font-size: 12px;
    text-shadow: #036D9E 0 1px;
}
#navigation { /*height: 70px;*/
    position: relative;
    z-index: 500;
}
#navigation-inner {
    margin: 0 auto;
    position: relative;
    width: 960px;
    border: 5px solid #181818;
    border: 5px solid rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
#featured-area {
    padding: 0;
    position: relative;
    z-index: 1;
}
#featured-area-inner {
    position: relative;
    padding: 22px 22px 22px 105px;
    width: 590px;
    height: 230px;
    float: left;
    margin-bottom: 20px;
}
#featured-area-inner a:hover {
    text-decoration: none;
}
#page {
    padding: 0 35px;
    position: relative;
}
#page-inner {
    margin: 10px auto 20px; /*padding: 0 0 10px 0;*/
    width: 960px; /*position: relative;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;background: #fff url(images/page-block-bg.png) repeat-x 0 0;-moz-box-shadow: 1px 1px 0px #ccc;-webkit-box-shadow: 1px 1px 0px #ccc;box-shadow: 1px 1px 0px #ccc;border: 1px solid #E0E1E2;*/
}
#content {
    width: 670px;
    padding: 0;
    float: left;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
}
#sidebar {
    width: 280px;
    padding: 0; /*margin: 20px 0;*/
    float: right;
    display: inline; /*border-left:1px dotted #ccc;*/
}
#sidebar .box {
    padding: 0;
    margin: 0;
}
#sidebar .boxinside {
    padding: 0 15px 10px;
}
.sidebar-bottom {
}
.sidebar-top {
}
#sidebar-left, #sidebar-right {
    width: 230px;
    padding: 0;
    display: inline;
}
#sidebar-left {
    float: left;
}
#sidebar-right {
    float: right;
}
#sidebar-left .boxinside.clearfloat {
    margin: 20px 2px 20px 18px;
    moz-box-shadow: 1px 1px #C7C7C7;
    -webkit-box-shadow: 1px 1px #C7C7C7;
    -o-box-shadow: 1px 1px #C7C7C7;
    box-shadow: 1px 1px #C7C7C7;
}
#sidebar-right .boxinside.clearfloat {
    margin: 20px 20px 20px 0;
    moz-box-shadow: 1px 1px #C7C7C7;
    -webkit-box-shadow: 1px 1px #C7C7C7;
    -o-box-shadow: 1px 1px #C7C7C7;
    box-shadow: 1px 1px #C7C7C7;
}
#sidebar-left .boxinside, #sidebar-right .boxinside {
    padding: 0 15px 10px;
}
/* ===================== post-slider ===================== */
.post-slider {
    color: #ccc;
    font-size: 90%;
    padding: 10px 20px;
    top: 250px;
    position: absolute;
    height: 80px;
    text-shadow: #000 0 1px;
    font-style: italic;
    background: #333;
    display: none;
}
.nivo-caption p {
    background: #333;
    text-transform: uppercase;
    text-shadow: #000 0 1px;
}
/* ===================== myslidemenu ===================== */
#myslidemenu {
    border-radius: 10px 10px 0 0;
    height: 50px;
    background: #32434b;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jqueryslidemenu {
    width: 100%;
    font-size: 13px;
}
.jqueryslidemenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.jqueryslidemenu ul li {
    position: relative;
    display: inline-block;
}
.jqueryslidemenu ul li a {
    display: block;
    text-transform: uppercase;
    margin: 0 15px;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
}
.jqueryslidemenu ul li#menu-item-17 a {
    color: #74b938;
}
.jqueryslidemenu ul li#menu-item-17 a:hover {
    color: #81c04b;
}
.jqueryslidemenu ul li a:hover {
    color: #fbebcd;
}
.jqueryslidemenu ul li.current-menu-item a {
    color: #fbebcd;
}
.jqueryslidemenu ul li a img {
    vertical-align: middle;
    padding-bottom: 5px;
}
.jqueryslidemenu ul ul {
    top: 40px;
    padding: 0 0 0 10px;
}
.jqueryslidemenu ul ul li {
    border-right: none;
}
.jqueryslidemenu ul ul ul {
    margin: 0 0 0 10px;
    padding: 0 10px;
}
* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}
.jqueryslidemenu ul#menu-main li a {
    color: #0A84C0;
    font-weight: bold;
}
ul#menu-main li a:hover {
    color: #555;
}
.jqueryslidemenu ul ul, .jqueryslidemenu ul ul ul, #top-menu-inner .jqueryslidemenu ul ul li a, .jqueryslidemenu ul li a:hover {
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
    position: absolute;
    left: 0;
    width: 140px;
    display: block;
    visibility: hidden;
    clear: both;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
    display: list-item;
    float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
    top: 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
    width: 140px;
    padding: 5px 5px;
    margin: 0;
    border-top-width: 0;
    background: #ccc;
}
/* ===================== top-menu-inner ===================== */
#top-menu-inner .jqueryslidemenu {
    font-size: 12px;
    font-weight: normal;
    float: left;
    width: 900px;
    text-transform: none;
}
#top-menu-inner .jqueryslidemenu ul li {
    padding-bottom: 0;
    border-right: none;
}
#top-menu-inner .jqueryslidemenu ul ul li a {
    padding: 5px 0;
}
#top-menu-inner .jqueryslidemenu ul ul, #top-menu-inner .jqueryslidemenu ul ul ul, #top-menu-inner .jqueryslidemenu ul ul li a, #top-menu-inner .jqueryslidemenu ul li a:hover {
}
#top-menu-inner .jqueryslidemenu ul li a {
    color: #fff;
    padding: 5px 10px 4px;
    margin-right: 0;
}
#top-menu-inner .jqueryslidemenu ul ul li a {
    color: #fff;
    padding: 5px 0;
    margin-right: 0;
}
#top-menu-inner .jqueryslidemenu ul ul li {
    border: none;
}
#top-menu-inner .jqueryslidemenu ul li a:hover {
    color: #fff !important;
    text-decoration: underline;
}
#top-menu-inner .jqueryslidemenu ul li ul, #top-menu-inner .jqueryslidemenu ul li ul li a {
    width: 100px;
}
#top-menu-inner .jqueryslidemenu ul ul a, #top-menu-inner .jqueryslidemenu ul ul ul a, #top-menu-inner .jqueryslidemenu ul ul li a {
    color: #fff;
}
#top-menu-inner .jqueryslidemenu ul ul a:hover, #top-menu-inner .jqueryslidemenu ul ul ul a:hover, #top-menu-inner .jqueryslidemenu ul ul li a:hover {
    color: #fff;
}
/* ===================== searchform ===================== */
#search {
    width: 220px;
    height: 40px;
    float: left;
    display: inline;
}
#s {
    background: url(images/bg-search.png) no-repeat;
    border: none;
    width: 170px;
    height: 25px;
    color: #777;
    font-size: 90%;
    font-style: italic;
    display: inline;
    float: left;
}
#searchform {
    float: right;
    padding-top: 7px;
    padding-right: 0;
}
#searchform, #searchform div {
    position: relative;
}
#searchsubmit {
    background: url(images/search-btn.png) no-repeat;
    height: 25px;
    width: 30px;
    border: none;
    text-indent: -999%;
    display: inline;
    float: left;
}
form#searchform input#s {
    padding: 0 10px;
    width: 150px;
}
/* ===================== subtitle  ===================== */
#subtitle {
    font-size: 12px;
    font-weight: 300;
    color: #777;
    margin: 0;
    padding: 20px;
    font-style: italic;
}
/* ===================== content  ===================== */
.post {
    padding: 20px;
    float: left;
    width: 640px;
}
.post .thumbnail {
    float: left;
    width: 150px;
}
.post .thumbnail img {
    background: #fff;
    padding: 5px;
    border: 1px solid #bbb;
}
.post .post-content {
    float: left;
    width: 360px;
    font-style: italic;
}
.post .post-content-no-thumb {
    padding: 0;
}
.post h2 {
    color: #333;
    margin-bottom: 10px;
    font-style: normal;
}
.post h2 a {
    color: #333;
}
.entry {
    padding: 0;
    text-align: justify;
}
.entry a {
    text-decoration: underline;
}
.entry a:hover {
    text-decoration: none;
}
.entry ul, .entry ol {
    padding: 9px 40px;
}
#nav-below {
    margin: 0 0 20px;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.nav-previous {
    float: left;
    width: 50%;
}
.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/* ===================== content / postinfo ===================== */
.postinfo {
    margin: 15px 0 0;
    float: left;
    margin-top: 15px;
    width: 100%;
}
.postmeta_box {
    float: left;
    width: 760px;
    display: inline;
    color: #888;
    padding-right: 10px;
}
.postmeta li {
    display: inline;
    font-size: 90%;
    font-style: normal;
    background: #FFA601;
    color: #fff;
    padding: 1px 3px;
}
.postmeta li a {
    text-decoration: none;
    color: #fff;
}
.postmeta li a:hover {
    text-decoration: underline;
}
.postmeta_bottom li {
    display: inline;
    font-size: 90%;
    font-style: normal;
    background: transparent;
    color: #777;
}
.postmeta_bottom li a {
    text-decoration: none;
    color: #777;
}
.postmeta_bottom li a:hover {
    text-decoration: underline;
}
.postmeta-top-single {
    clear: both;
    display: block;
    height: 1px;
    margin-bottom: 40px;
}
.readmore {
    float: right;
    width: 90px;
    background: #ebe9e2;
    text-align: center;
}
.readmore a {
    color: #777;
}
.postmeta-fullsize {
    float: right;
    display: inline;
    color: #888;
    font-size: 90%;
    font-style: italic;
}
/* ===================== sidebar ===================== */
#sidebar ul, #sidebar-left ul, #sidebar-right ul {
    padding: 0 0 10px 20px;
    margin: 0;
}
#sidebar ul li {
}
#sidebar ul li a, #sidebar-left ul li a, #sidebar-right ul li a {
    line-height: 22px;
}
#sidebar ul li li, #sidebar-left ul li li, #sidebar-right ul li li {
    padding-left: 10px;
    border-bottom: none;
}
#sidebar h4, #sidebar h4 a, #sidebar-left h4, #sidebar-left h4 a, #sidebar-right h4, #sidebar-right h4 a {
    margin: 0 0 10px;
    color: white;
    padding: 9px 20px 9px 0;
    font-weight: bold;
}
#sidebar h4 a:hover, #sidebar-left h4 a:hover, #sidebar-right h4 a:hover {
    text-decoration: none;
}
#twitter h4, #twitter h4 a {
    margin: 0 0 10px;
    padding: 0;
    background: none;
    font-weight: normal;
}
#ads {
    padding: 5px 0 0 18px;
    width: 270px;
}
#ads ul {
    list-style: none;
    overflow: hidden;
}
#ads ul li {
    float: left;
}
#ads ul li a {
    float: left;
    display: block;
    height: 135px;
    width: 135px;
}
#ads ul li a img {
    margin: 0 7px 10px 0;
}
#ads ul li.wide a {
    width: 260px;
    height: 130px;
    margin-right: 0;
}
#ads ul li {
    border-bottom: 0;
}
#ads ul li li {
    border-bottom: 0;
}
.latest-post {
    margin-bottom: 2px;
}
.latest-post a {
    float: none;
}
.latest-post img {
    float: left;
    margin: 2px 12px 4px 0;
    padding: 2px;
    border: 1px solid #dedbd1;
}
.latest-post .clear {
    clear: both;
}
/* -------------------- sidebar tabs -------------------- */
#sidebartop {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    border: none;
}
#sidebartabs {
    width: 295px;
    margin: 0;
}
#sidebartabs li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebartabs ul {
    border-top: 1px solid none;
}
#sidebartabs ul li {
    padding: 5px;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
#sidebartabs ul ul li {
    padding: 0;
}
#sidebartabs ul ul ul li {
    padding: 0;
}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}
ul.tabs li {
    width: 86px;
    height: 22px;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
ul.tabs li a {
    text-decoration: none;
    display: block;
    padding: 0 0 1px;
    outline: none;
    text-align: center;
}
#sidebartabs h4, #sidebartabs h4 a {
    margin: 0 0 10px;
    padding: 0;
    color: #555;
    background: none;
    border: none;
}
html ul.tabs li {
    background: #fff;
    border-bottom: 1px solid #dedbd1;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
    background: #ebe9e2;
}
.tab_container {
    clear: both;
    float: left;
    width: 100%;
}
.tab_content {
    padding: 0;
    margin: 0;
}
/* ===================== bottom-menu ===================== */
#bottom-menu {
    padding: 20px 20px 0;
    position: relative;
    z-index: 1;
    list-style-type: none;
    background: #222;
}
#bottom-menu-inner {
    margin: auto;
    width: 1150px;
    position: relative;
    color: #ccc;
    border-bottom: 1px dotted #444;
    padding-bottom: 40px;
}
#bottom-menu a {
    text-decoration: none;
    color: #ccc;
}
#bottom-menu a:hover {
    text-decoration: underline;
}
#bottom-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#bottom-menu ul li {
    border-bottom: 1px dotted #aaa;
}
#bottom-menu ul li a {
    line-height: 22px;
}
#bottom-menu ul li li {
    padding-left: 10px;
    border-bottom: none;
}
#bottom-menu h4 {
    border-bottom: 1px solid #555;
    margin-bottom: 10px;
    color: #eee;
    text-transform: uppercase;
    font-weight: bold;
}
#bottom-menu-left {
    width: 330px;
    margin: 0 40px;
    float: left;
    display: inline;
}
#bottom-menu-center {
    width: 330px;
    margin: 0 40px 0 0;
    float: left;
    display: inline;
}
#bottom-menu-right {
    width: 330px;
    margin: 0 40px 0 0;
    float: left;
    display: inline;
}
/* ===================== footer ===================== */
#footer {
    padding: 10px 20px;
    position: relative;
    z-index: 0;
    list-style-type: none;
    background: #32434b;
    color: #eee;
}
#footer-inner {
    margin: auto;
    width: 960px;
    position: relative;
    text-shadow: #000 0 1px;
    text-align: center;
}
#footer-left, #footer-right {
    display: inline;
    font-size: 12px;
}
#footer-left {
    width: 65%;
    float: left;
}
#footer-right {
    width: 35%;
    float: right;
    text-align: right;
}
#footer-left p, #footer-right p {
    padding: 0 40px;
}
#footer-left a, #footer-right a {
    font-weight: 500;
}
#footer-left, #footer-left a, #footer-right, #footer-right a {
    color: #eee;
}
/* ===================== pagenavi ===================== */
#pagenavi {
    clear: both;
    text-transform: uppercase;
    margin: 20px;
}
#pagenavi a {
    text-decoration: none;
    padding: 7px 9px 6px;
    border: none;
}
#pagenavi span {
    text-decoration: none;
    padding: 7px 9px 6px;
}
#pagenavi a:hover, #pagenavi span.current {
    color: #000;
}
#pagenavi span.current {
    font-weight: bold;
}
/* ===================== calendar ===================== */
table#wp-calendar {
    width: 100%;
    text-transform: none;
    padding-top: 0;
    margin-top: 0;
}
table#wp-calendar caption {
    padding: 0 10px 10px;
}
table#wp-calendar th {
    padding: 0;
    text-align: center;
}
table#wp-calendar td {
    padding: 0;
    text-align: center;
}
/* ===================== comments ===================== */
.comments {
    margin: 10px 0;
}
.comments h3 {
    margin: 50px 0 30px 0;
    font-size: 24px;
}
ol.commentlist {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
}
ol.commentlist li.comment {
    border: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
ol.commentlist li div.vcard {
    font-size: 20px;
}
ol.commentlist li div.vcard cite.fn {
    font-style: normal;
}
ol.commentlist li div.vcard img.avatar {
    border: 5px solid #ccc;
    float: left;
    margin: 0 1em 1em 0;
}
ol.commentlist li div.comment-meta {
    font-size: 9px;
    margin-bottom: 10px;
}
ol.commentlist li div.comment-meta a {
    color: #aaa;
}
ol.commentlist li p {
    margin: 0;
}
ol.commentlist li ul {
    list-style: square;
    margin: 0 0 1em 2em;
}
ol.commentlist li div.reply {
    font-size: 11px;
}
ol.commentlist li div.reply a {
    font-weight: bold;
}
ol.commentlist li ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0;
}
ol.commentlist li ul.children li.depth-2 {
    margin: 0 0 .25em .25em;
}
ol.commentlist li ul.children li.depth-3 {
    margin: 0 0 .25em .25em;
}
ol.commentlist li ul.children li.depth-4 {
    margin: 0 0 .25em .25em;
}
ol.commentlist li.even {
    background: #fff;
}
ol.commentlist li.odd {
    background: #f5f5f5;
}
ol.commentlist li.pingback {
    border-bottom: 1px dotted #676767;
    padding: 1em;
}
#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
    border: 1px solid #ccc;
    border-radius: 3px;
    font: inherit;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 1px;
    padding: 5px;
}
#commentform #author:focus, #commentform #email:focus, #commentform #url:focus, #commentform #comment:focus {
    border: 1px solid #aaa;
}
#commentform #author, #commentform #email, #commentform #url {
    width: 200px;
}
#commentform #comment {
    width: 400px;
}
#commentform p {
    padding: 15px 0;
}
#commentform small {
    line-height: 26px;
}
/* ===================== NEW ===================== */
div.boxinside.clearfloat {
    background: #fff;
    position: relative;
}
div.boxinside.clearfloat:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #279bd4;
    width: 100%;
    height: 35px;
    z-index: 1;
}
table#prices_table td {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}
table#prices_table th {
    font-size: 100%;
    border: 1px solid #dfdfdf;
    background: #f7ffec;
    text-align: center;
    line-height: 30px;
}
#prices_table {
    border-collapse: collapse;
}
h4.widgettitle {
    background: #32434b;
    font-weight: normal !important;
    text-align: center;
    margin: 0 -5px 0 -5px !important;
    padding: 10px 0 !important;
    position: relative;
    top: -5px;
    z-index: 2;
}
.entry h2 {
    margin-top: 15px;
}
.wrapper {
    background: url(images/black_linen.png);
}
.wrapper.main {
    background: url(images/brillant.png);
}
#main-widget {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(50, 67, 75, 0.5);
}
#main-hww {
    width: 680px;
    display: block;
    padding-top: 15px;
}
.border {
    margin: 0 1px 20px 20px;
    border-radius: 11px;
}
.textwidget form p {
    padding: 0;
    margin: 3px 0 !important;
}
.main h2 {
    text-transform: uppercase;
    text-align: left;
    color: #234839;
}
.main h1 {
    text-align: center;
    text-transform: uppercase;
    color: #74b938;
    position: relative;
    width: 170px;
    margin: 0 auto;
}
.main h1:after,
.main h1:before {
    content: "";
    width: 50px;
    height: 5px;
    border: solid #74b938;
    border-width: 2px 0 2px 0;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
}
.main h1:after {
    right: -50px;
}
.main h1:before {
    left: -50px;
}
.main #page-inner {
    margin: 10px auto 20px;
    padding: 0 0 10px 0;
    width: 960px;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
}
.main #content {
    width: 960px;
    padding: 0;
    float: left;
    border: none;
    box-shadow: none;
    margin: 0;
}
.main .post {
    width: 920px;
}
#footer-left ul {
    list-style: none;
    margin: 0;
    padding: 0 5px !important;
}
#footer-left li {
    display: inline;
    border-left: 1px dotted #999;
    padding: 0 10px;
}
#footer-left li:first-child {
    border: none;
}
#home_btns {
    position: absolute; /*bottom:30px;*/
    clear: both;
    width: 680px;
    padding-top: 40px;
}
#btn_align {
    text-align: center;
    width: 518px;
    margin: 0 auto;
}
.btnfloat {
    float: left;
}
a.pricesbtn {
    display: block;
    background: url(images/automatic-rephraser.png) no-repeat 50% 50%;
    width: 213px;
    height: 58px;
    margin: 0 auto;
    padding: 0 15px;
}
a.orderbtn {
    display: block;
    background: url(images/professional-rephraser.png) no-repeat 50% 50%;
    width: 241px;
    height: 58px;
    margin: 0 auto;
    padding: 0 15px;
}
#guarantees {
    position: absolute;
    right: 5px;
}
#guarantees img {
    padding: 0 5px;
}
#discount-coupon {
    width: 815px;
    margin: 20px auto;
    position: relative;
    height: 325px;
}
#dc-gift {
    background: url(images/discount-coupon.png) no-repeat 0 0;
    width: 161px;
    height: 172px;
    position: absolute;
    z-index: 10;
}
#main-desc {
    background: #356aa0;
    border-radius: 20px;
    width: 500px;
    height: 260px;
    position: absolute;
    bottom: 0;
    left: 35px;
    z-index: 9;
    color: #cde5fe;
    font-size: 13px;
    font-family: arial;
    line-height: 17px;
}
#about-desc {
    position: absolute;
    right: 0;
    bottom: 5px;
    background: #dfdfdf;
    width: 210px;
    height: 245px;
    border: 1px solid #c4c4c4;
    color: #828282;
    font-size: 13px;
    line-height: 18px;
    font-family: arial;
}
#discount-coupon-info {
    width: 61px;
    height: 61px;
    position: absolute;
    right: 185px;
    z-index: 10;
    top: 70px;
    background: url(images/discount-coupon-info.png) no-repeat 50% 50%;
}
.info-title {
    font-size: 14px;
    font-weight: bold;
    color: #5e5e5e;
    margin: 15px 5px 0 30px;
    display: block;
}
#savetext {
    position: absolute;
    color: #fff600;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    left: 175px;
    top: 15px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #023162;
    font-family: arial;
}
#codetext {
    position: absolute;
    top: 65px;
    left: 180px;
    color: #91b2d5;
    font-size: 22px;
    font-weight: bold;
    font-family: arial;
}
#codetext + p {
    padding-top: 110px;
}
#main-desc p {
    margin: 0 15px;
}
#dc-link {
    display: block;
    width: 177px;
    height: 55px;
    background: url(images/discount-coupon-btn.png) no-repeat 50% 50%;
    position: absolute;
    bottom: 6px;
    left: 160px;
}
#sidebar-left.home .textwidget img, #sidebar-right.home .textwidget img {
    max-width: 180px;
}
#sidebar .textwidget img {
    display: block;
    margin: 0 auto;
}
#sidebar .textwidget form img {
    display: inline;
    margin: auto;
}
.jqueryslidemenu ul#menu-main li.current_page_item a, .jqueryslidemenu ul#menu-main li.current-menu-item a {
    color: #444;
}
#maimg {
    position: absolute;
    width: auto;
    height: auto;
    top: 30px;
    right: -10px;
    z-index: 10;
    border: 0;
    background: none;
}
#magic_wraper {
    width: 430px;
    background: #E9F5FA;
    border: 1px solid #0782A8;
    border-radius: 10px;
    box-shadow: 0px 1px 3px lightgray;
    position: relative;
    margin: auto;
}
#magic_title {
    background: #0782A8;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    color: #FFF;
}
#m_mail {
    width: 160px;
    margin-right: 14px;
}
.ppart span {
    display: inline-block;
}
.ppart input[type="checkbox"], .ppart span {
    margin: 0 0 0 5px !important;
    padding: 0 !important;
}
.ppart {
    margin: 5px 10px !important;
    padding: 0 !important;
}
#m_text {
    width: 130%;
    height: 100px;
}
.editing li {
    padding: 5px 5px 5px 28px;
    background: url(images/edit.png) no-repeat 0 50%;
    margin: 0 -20px;
    list-style: none;
}
.arrow-l li {
    padding: 5px 5px 5px 28px;
    background: url(images/arrow-24.png) no-repeat 0 50%;
    margin: 0 -20px;
    list-style: none;
}
.idea-24 li {
    padding: 5px 5px 5px 28px;
    background: url(images/idea-24.png) no-repeat 0 50%;
    margin: 0 -20px;
    list-style: none;
}
.editing li {
    padding: 5px 5px 5px 28px;
    background: url(images/edit.png) no-repeat 0 50%;
    margin: 0 -20px;
    list-style: none;
}
.how-we-24 li {
    padding: 5px 5px 5px 28px;
    background: url(images/how-we-24.png) no-repeat 0 50%;
    margin: 0 -20px;
    list-style: none;
}
.check-l li {
    padding: 5px 5px 5px 28px;
    background: url(images/check-24.png) no-repeat 0 50%;
    margin: 0 -20px;
    list-style: none;
}
.tick_16 li {
    padding: 5px 5px 5px 28px;
    background: url(images/tick_16.png) no-repeat 0 50%;
    margin: 0 -20px;
    list-style: none;
}
.question {
    border: 1px solid #D19D2E;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #FAD89D url(/wp-content/themes/tuborg/images/quote2.png) no-repeat 2% 50%;
    padding: 10px 10px 10px 60px;
}
.answer {
    border: 1px solid #D19D2E;
    border-top: none;
    background: #FFFAC2;
    padding: 10px;
    height: 36px;
}
/* specail offer page */
#content.sp_content {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.sp_content .post {
    width: 100%;
    padding: 0;
}
.sp_title {
    padding: 23px 0;
    font: 30px 'CaladeaBold';
    text-align: center;
    background-color: #000;
    color: #ffffff;
}
.sp_title span, .sp_details span {
    color: #ff0000;
}
.sp_details span:last-of-type {
    color: #a90707;
}
.sp_content .entry {
    background-image: url('/wp-content/themes/tuborg/images/entry_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
.sp_details {
    padding-top: 55px;
    height: 420px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.sp_details a {
    display: block;
}
.sp_details p {
    background: rgba(255, 255, 255, 0.7);
    font: 39.5px 'CaladeaBold';
    color: #424242;
}
.separator {
    width: 100%;
    height: 3px;
    background-color: #e8e8e8;
    margin: 25px 0 22px 0;
}
.img_center {
    display: block;
    margin: 0 auto;
}
.sp_testimonial {
    text-align: center;
}
.sp_testimonial p {
    display: block;
    margin: 0 auto;
    width: 265px;
    font: 27px 'CaladeaRegular';
    color: #424242;
}
.sp_testimonial span {
    font: 21px 'CaladeaBold';
}
.homepage #quote_form label {
    color: #eee;
}
.textwidget form p {
    padding: 0;
    margin: 0 !important;
}
#menu-main-menu-mobile {
    z-index: 99999999999999 !important;
}
/*#content{
	width: 670px !important;
}*/
.alert.alert-danger {
    /* background: #DE4646!important;*/
}
#quote_form {
    margin-top: 10px;
}
#sidebar > div:nth-child(1) > div > img {
    width: 244px;
}
#quote_form .error_block p {
    color: red !important;
}
.mobile_adsense {
    display: none;
}
#main-widget #main-form {
    min-height: 415px;
}
.page404 #content {
    width: 950px !important;
}
.page404 .order_btn {
    display: none;
}
.page-id-15 #content {
    width: 950px !important;
}
.page-id-15 #post-15 h1 {
    display: none;
}
.page-id-15 #post-15 .entry > .textwidget {
    display: none;
}
.medal-of-star li {
    List-style-type: none;
    padding: 3px 5px 3px 25px !important;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/medal-of-star.png) no-repeat 0 3px !important;
}
.send-symbol li {
    List-style-type: none;
    padding: 3px 5px 3px 22px !important;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/send-symbol.png) no-repeat 0 3px !important;
}
.page-id-483 #page-inner {
    margin-bottom: 0;
    padding-bottom: 20px;
}
.post .entry > .wp-caption {
    margin-top: 20px;
}
body #quote_form .filename {
    color: #242424 !important;
}
.home #quote_form .filename {
    color: #ffffff !important;
}
.clearfix.slick-slide, hr.slick-slide, .testimonials__slider #sm-t .sm-t-pagination {
    display: none !important;
}
.testimonials__slider #sm-t.sm-t-style-1 .sm-t-item,
.testimonials__slider #sm-t.sm-t-style-2 .sm-t-item,
.testimonials__slider #sm-t.sm-t-style-4 .sm-t-item,
.testimonials__slider #sm-t.sm-t-style-3 .sm-t-item,
.testimonials__slider #sm-t.sm-t-style-5 .sm-t-item,
.testimonials__slider #sm-t.sm-t-style-8 .sm-t-item,
.testimonials__slider #sm-t.sm-t-style-6 .sm-t-item,
.testimonials__slider #sm-t.sm-t-style-7 .sm-t-item {
    max-width: 190px;
    min-width: 190px;
    background: #F5F5F5;
}
.testimonials__slider .sm-t-rating {
    display: none;
}
.testimonials__slider #sm-t.sm-t-style-6 .sm-t-item-heading .sm-t-avatar,
.testimonials__slider #sm-t.sm-t-style-7 .sm-t-item-heading .sm-t-avatar {
    width: 30%;
}
.testimonials__slider #sm-t.sm-t-style-6 .sm-t-item-heading .sm-t-name,
.testimonials__slider #sm-t.sm-t-style-7 .sm-t-item-heading .sm-t-name {
    width: 65%;
    padding-left: 5%;
}
.testimonials__slider #sm-t.sm-t-style-6 .sm-t-item-heading .sm-t-name h3,
.testimonials__slider #sm-t.sm-t-style-7 .sm-t-item-heading .sm-t-name h3 {
    padding-right: 0px;
}
.testimonials__slide .clearfix.slick-slide, .testimonials__slide hr.slick-slide, .testimonials__slide .sm-t-pagination {
    display: none !important;
}
.testimonials__slider .sm-t-item {
    display: none;
}
.testimonials__slider .sm-t-item.sm-t-item-0 {
    display: block;
}
.testimonials__slide #sm-t.sm-t-style-1 .sm-t-item-heading .sm-t-name h3,
.testimonials__slide #sm-t.sm-t-style-2 .sm-t-item-heading .sm-t-name h3,
.testimonials__slide #sm-t.sm-t-style-4 .sm-t-item-heading .sm-t-name h3,
.testimonials__slide #sm-t.sm-t-style-3 .sm-t-item-heading .sm-t-name h3,
.testimonials__slide #sm-t.sm-t-style-5 .sm-t-item-heading .sm-t-name h3,
.testimonials__slide #sm-t.sm-t-style-8 .sm-t-item-heading .sm-t-name h3,
.testimonials__slide #sm-t.sm-t-style-6 .sm-t-item-heading .sm-t-name h3,
.testimonials__slide #sm-t.sm-t-style-7 .sm-t-item-heading .sm-t-name h3 {
    word-break: normal;
}
.testimonials__slide .sm-t-name h3 {
    word-break: normal !important;
}
#text-26 .textwidget {
    padding: 0;
}
.testimonials__slider #sm-t {
    padding: 0px;
}
#text-26 .boxinside.clearfloat {
    padding: 0px;
}
#text-26 .widgettitle {
    background: url(images/widget-title-bg.png) repeat-x 0 0;
    border-radius: 7px 7px 0 0;
    padding-left: 15px;
    margin-bottom: 0;
}
#text-26 #sm-t.sm-t-style-1 .sm-t-item {
    margin: 0px;
    padding: 10px;
}
.blue-arrow li {
    List-style-type: none;
    padding: 3px 5px 3px 30px !important;
    border: none;
    margin-left: -20px;
    line-height: 20px !important;
    background: url(/wp-content/themes/tuborg/images/blue-arrow.png) no-repeat 0 5px !important;
}
.orange-arrow li {
    List-style-type: none;
    padding: 3px 5px 3px 30px !important;
    border: none;
    margin-left: -20px;
    line-height: 20px !important;
    background: url(/wp-content/themes/tuborg/images/orange-arrow.png) no-repeat 0 5px !important;
}
.green-arrow li {
    List-style-type: none;
    padding: 3px 5px 3px 30px !important;
    border: none;
    margin-left: -20px;
    line-height: 20px !important;
    background: url(/wp-content/themes/tuborg/images/green-arrow.png) no-repeat 0 5px !important;
}
#guarantees {
    position: absolute;
    right: 0px;
    width: 470px;
    text-align: right;
    top: 2px;
}
.home #main-form {
    background: #32434b;
    margin: 10px 0;
    border-radius: 10px;
}
.home #main-form h4.main-widget-title {
    font-size: 16px;
    text-shadow: none;
    text-align: center;
    color: #fbebcd;
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #279bd4;
}
.home #main-form #quote_form #send_quote {
    background: #279bd4 !important;
    box-shadow: 0 0 5px #1b1b1b;
    width: 60px;
    height: 35px;
    line-height: 35px;
    border: none;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 0;
    font-size: 15px;
    text-shadow: none;
    text-transform: uppercase;
    margin: -10px auto 0;
}
.home #quote_form .form-group input, .home #quote_form .form-group select {
    border: 0;
    border-radius: 3px;
    height: 25px;
    padding-left: 5px;
}
.home #quote_form .upload_flile_cont {
    position: relative;
    margin: 10px 0 0;
}
.home #main-form #quote_form #attachment_button {
    background: url(/wp-content/themes/tuborg/images/quote_file.png) no-repeat!important;
    width: 138px;
    height: 27px;
    position: absolute;
    top: -3px;
    right: 0;
}
.home #main-form #quote_form #agree_tc a {
    color: #74b938 !important;
}
.home #main-form #quote_form #attachment_button:before {
    content: "Choose file";
    font-size: 14px;
    margin-left: -20px;
    text-transform: uppercase;
    color: #000;
}
#header {
    background: #465a63;
    padding-bottom: 5px;
}
body #header.homepage {
    background: url(/wp-content/themes/tuborg/images/header-bg.png) repeat-x 0 0;
    background-size: cover;
    position: relative;
}
body .wrapper,
body .wrapper.main {
    background: #edf0f1;
}
#navigation-inner {
    border: none;
}
#logo-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contacts-mail {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    background: url(/wp-content/themes/tuborg/images/contacts-email.png) 0 center no-repeat;
}
#contacts-phone {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    background: url(/wp-content/themes/tuborg/images/contacts-phone.png) 0 center no-repeat;
}
#logo-img {
    display: block;
    width: 320px;
    height: 65px;
    background: transparent url(images/logohome.png) no-repeat 0 50%;
    background-size: 320px;
}
#header #navigation {
    margin-top: 5px;
}
.textwidget .testimonials__slider .sm-t-rating {
    display: block;
}
#sidebar .textwidget br {
    display: none;
}
#sidebar .textwidget p {
    padding: 0;
}
.green li {
    List-style-type: none;
    padding: 3px 5px 3px 25px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/greeen.png) no-repeat 0 3% !important;
}
.starr li {
    List-style-type: none;
    padding: 3px 5px 3px 25px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/starr.png) no-repeat 0 3% !important;
}
.start li {
    List-style-type: none;
    padding: 3px 5px 3px 25px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/start.png) no-repeat 0 3% !important;
}
.chevron li {
    List-style-type: none;
    padding: 3px 5px 3px 25px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/chevron.png) no-repeat 0 6% !important;
}
table.blueTable {
    border: 1px solid #054218;
    background-color: #D6FFB3;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
    border: 1px solid #AAAAAA;
    padding: 8px 2px;
}
table.blueTable tbody td {
    font-size: 13px;
    color: #030303;
}
table.blueTable tr:nth-child(even) {
    background: #CDF5AE;
}
table.blueTable td:nth-child(even) {
    background: #D9F5BF;
}
table.blueTable thead {
    background: #4DA462;
    background: -moz-linear-gradient(top, #79bb89 0%, #5ead71 66%, #4DA462 100%);
    background: -webkit-linear-gradient(top, #79bb89 0%, #5ead71 66%, #4DA462 100%);
    background: linear-gradient(to bottom, #79bb89 0%, #5ead71 66%, #4DA462 100%);
    border-bottom: 2px solid #444444;
}
table.blueTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #47F53D;
}
table.blueTable thead th:first-child {
    border-left: none;
}
table.blueTable tfoot td {
    font-size: 14px;
}
table.blueTable tfoot .links {
    text-align: right;
}
table.blueTable tfoot .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}
.paraphrasingform-sitemanager #paraphrasingform {
    background: url(/wp-content/uploads/2018/08/professional-online-rephrasing-help.png);
    border: 0;
    border-radius: 0;
    width: 603px;
    height: 252px;
}
.paraphrasingform-sitemanager #paraphrasingform #formTitle {
    background: none;
    text-shadow: none;
    width: 200px;
    margin: 0 auto;
    font-size: 23px;
    text-transform: uppercase;
    color: #032139;
    padding-top: 5px;
}
.paraphrasingform-sitemanager #paraphrasingform a#paraphras_btn {
    background: #279bd4;
    border: 0;
    text-shadow: none;
    box-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    font-size: 15px;
    width: 160px;
    line-height: 35px;
    margin-top: 20px;
}
.paraphrasingform-sitemanager #paraphrasingform a#paraphras_btn:hover {
    background: #41b2e6;
}
.paraphrasingform-sitemanager #paraphrasingform textarea {
    border-radius: 10px;
    resize: none;
    padding: 10px;
}
.paraphrasingform-sitemanager #paraphrasingform #draft_width {
    position: absolute;
    right: 20px;
}
.paraphrasingform-sitemanager #msg {
    margin: 10px 0 0 !important;
    border: 1px solid #f7ca18 !important;
    border-radius: 15px;
}
.paraphrasingform-sitemanager #msg #chngsbtn {
    text-shadow: none;
    box-shadow: 0 1px 0 #000;
}
.paraphrasingform-sitemanager #msg del {
    background: #fed767;
}
.paraphrasingform-sitemanager #msg ins {
    background: #bfd998;
}
.paraphrasingform-sitemanager #msg .sm-paraphrase-banner {
    background: url(/wp-content/uploads/2018/08/online-rephrasing-services.png);
    width: 604px;
    height: 247px;
    position: relative;
    top: 1px;
    left: -11px;
}
.paraphrasingform-sitemanager #msg .paraphrase-price {
    position: absolute;
    top: 85px;
    left: 233px;
    color: #efc23f;
    font-size: 35px;
}
.paraphrasingform-sitemanager #msg .paraphrase-order-btn {
    position: absolute;
    top: 192px;
    left: 112px;
    width: 179px;
    height: 41px;
}
.paraphrasingform-sitemanager #msg .paraphrase-learn-btn {
    position: absolute;
    top: 192px;
    left: 313px;
    width: 179px;
    height: 41px;
}
.paraphrasingform-sitemanager #msg .template-3 {
    display: none;
}
table.blacktable {
    border: 2px solid #323232;
    background-color: #FFEDB3;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
table.blacktable td, table.blacktable th {
    border: 1px solid #323232;
    padding: 3px 2px;
}
table.blacktable tbody td {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
table.blacktable tr:nth-child(even) {
    background: #838383;
}
table.blacktable tfoot td {
    font-size: 14px;
}
table.blacktable tfoot .links {
    text-align: right;
}
table.blacktable tfoot .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}
.cross li {
    List-style-type: none;
    padding: 3px 5px 3px 25px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/cross.png) no-repeat 0 6% !important;
}
.list-marker {
    display: flex;
    justify-content: space-between;
}
.list-marker li {
    list-style: none;
    background: url(/wp-content/themes/tuborg/images/list-marker.png) 0 center no-repeat;
    padding-left: 25px;
}
a.order-btn {
    display: block;
    width: 210px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    background: #74b938;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #d4d4d4;
}
.pros-cons-block-wrapper {
    width: 300px;
}
.pros-cons-block {
    margin: 5px 0;
}
.pros-cons-block-title {
	position: relative;
    padding: 7px 40px 7px 20px;
    text-align: left;
    cursor: pointer;
}
.pros-cons-block-title.blue {
    background: #ebf6fb;
}
.pros-cons-block-title.green {
    background: #f0fae1;
}
.pros-cons-block-title:after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 50%;
    transform: translateY(50%);
    width: 25px;
    height: 25px;
}
.pros-cons-block-title.blue:after {
    background: url(/wp-content/themes/tuborg/images/pros-arrow-blue.png);
}
.pros-cons-block-title.green:after  {
    background: url(/wp-content/themes/tuborg/images/pros-arrow-green.png);
}
.pros-cons-block-title.arrow-rotate:after {
    transform: translateY(50%) rotate(180deg);
}
.pros-cons-block-hide {
    height: 0;
    overflow: hidden;
}
.pros-cons-block-show {
    height: auto;
    background: #fff;
    padding: 5px 5px 0;
    text-align: center;
    line-height: 17px;
}
.pros-cons-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.pros-cons-title.blue {
    color: #279bd4;
}
.pros-cons-title.green {
    color: #74b938;
}
.pros-cons-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    width: 100%;
    height: 5px;
}
.pros-cons-title.blue:before {
    border: solid #ebf6fb;
    border-width: 2px 0;
}
.pros-cons-title.green:before {
    border: solid #f0fae1;
    border-width: 2px 0;
}
.pros-cons-title div {
    width: 110px;
    margin: 0 80px;
    line-height: 40px;
    position: relative;
    text-align: right;
    padding-right: 30px;
}
.pros-cons-title div:nth-child(1) {
    background: #fff url(/wp-content/themes/tuborg/images/home-pros.png) 20px 0 no-repeat;
}
.pros-cons-title div:nth-child(2) {
    background: #fff url(/wp-content/themes/tuborg/images/home-cons.png) 20px 0 no-repeat;
}
.list-blue-point {
    padding: 0 !important;
}
.list-blue-point li {
    list-style: none;
    background: url(/wp-content/themes/tuborg/images/list-blue-point.png) 20px 3px no-repeat;
    padding-left: 60px;
}
.list-blue-point span {
    display: block;
    text-transform: uppercase;
    color: #74b938;
    font-weight: bold;
    font-size: 15px;
}
.list-benefits {
    padding: 0 !important;
    text-align: center;
}
.list-benefits li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding-top: 50px;
}
.list-benefits li:nth-child(1) {
    background: url(/wp-content/themes/tuborg/images/list-benefits-1.png) center 0 no-repeat;
}
.list-benefits li:nth-child(2) {
    background: url(/wp-content/themes/tuborg/images/list-benefits-2.png) center 0 no-repeat;
}
.list-benefits li:nth-child(3) {
    background: url(/wp-content/themes/tuborg/images/list-benefits-3.png) center 0 no-repeat;
}
.list-benefits li:nth-child(4) {
    background: url(/wp-content/themes/tuborg/images/list-benefits-4.png) center 0 no-repeat;
}
.list-benefits li:nth-child(5) {
    background: url(/wp-content/themes/tuborg/images/list-benefits-5.png) center 0 no-repeat;
}
.list-benefits span {
    display: block;
    color: #279bd4;
    font-weight: bold;
    text-transform: uppercase;
}

.paraphrasingform-sitemanager .help-block {
    color: #ffc7c0;
}

.paraphrasingform-sitemanager span#draft_width {
    color: #e4e4e4;
}
.page-id-122 #content {
    background: url(/wp-content/themes/tuborg/images/custom-tool-bg.png) center no-repeat;
    width: 680px;
    border-radius: 10px;
}
.page-id-122 h1 {
    color: #032139;
    text-align: center;
    text-transform: uppercase;
}
.page-id-122 #contactusform .fieldTitle {
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    width: 200px;
    position: relative;
}
.page-id-122 #contactusform .fieldTitle:nth-child(4) {
    width: 100%;
}
.page-id-122 div.divider {
    display: none;
}
.page-id-122 #contactusform .fieldTitle input,
.page-id-122 #contactusform .fieldTitle textarea {
    margin-top: 5px;
    min-height: 35px;
    border-radius: 6px;
    box-shadow: 1.634px 2.516px 6px rgba(45,46,47,0.09);
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}
.page-id-122 a#contact_us_btn {
    width: 160px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    border: 0;
    border-radius: 7px;
    box-shadow: 0.5px 0.866px 2px rgba(42,42,42,0.66);
    background-color: #279bd4;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 20px;
}
.page-id-122 #contactusform label.error {
    position: absolute !important;
    bottom: -20px;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
#navigation #of-widgets-login-tooltip .of-widgets-open-tooltip {
    margin-left: 15px;
    padding: 15px 10px;
    background: #53bad1;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
#navigation #of-login-tooltip-form {
    text-align: left;
}

.cancel-float {
    float: none !important;
    text-align: center !important;
}