/*
	Theme Name: GoT
	Theme URI: #
	Description: HTML5 Blank + Skeleton
	Version: beta 1
	Author: GoT
	Author URI: https://cyan-capybara-815181.hostingersite.com
	Tags: Blank, HTML5, CSS3
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #000;
    font-weight: 300;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #383838;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: normal;
    font-variant: normal;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 12px 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}
.subheader {
    color: #777;
}
p {
    font-size: 14px;
    font-style: normal;
    text-align: left;
    margin: 0 0 15px;
}
p img {
    margin: 0;
}
p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
    color: #333;
}
small {
    font-size: 80%;
}
blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}
blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}
blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}
a,
a:visited {
    color: #333;
    text-decoration: none;
    outline: 0;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: #000;
}
p a,
p a:visited {
    line-height: inherit;
}
ul,
ol {
    margin-bottom: 20px;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 30px;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px;
}
li {
    line-height: 18px;
    margin-bottom: 12px;
}
ul.large li {
    line-height: 21px;
}
li p {
    line-height: 21px;
}
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #eee;
    /* Old browsers */
    
    background: #eee -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    /* FF3.6+ */
    
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    /* Chrome,Safari4+ */
    
    background: #eee -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: #eee -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    /* Opera11.10+ */
    
    background: #eee -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    /* IE10+ */
    
    background: #eee linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    /* W3C */
    
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 8px 10px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    color: #222;
    background: #ddd;
    /* Old browsers */
    
    background: #ddd -moz-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%);
    /* FF3.6+ */
    
    background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .3)), color-stop(100%, rgba(0, 0, 0, .3)));
    /* Chrome,Safari4+ */
    
    background: #ddd -webkit-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: #ddd -o-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%);
    /* Opera11.10+ */
    
    background: #ddd -ms-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%);
    /* IE10+ */
    
    background: #ddd linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%);
    /* W3C */
    
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    border: 1px solid #666;
    background: #ccc;
    /* Old browsers */
    
    background: #ccc -moz-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
    /* FF3.6+ */
    
    background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .35)), color-stop(100%, rgba(10, 10, 10, .4)));
    /* Chrome,Safari4+ */
    
    background: #ccc -webkit-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: #ccc -o-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
    /* Opera11.10+ */
    
    background: #ccc -ms-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
    /* IE10+ */
    
    background: #ccc linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
    /* W3C */
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}
/* Fix for odd Mozilla border & padding issues */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
form {
    margin-bottom: 20px;
}
fieldset {
    margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}
select {
    padding: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
textarea {
    min-height: 60px;
}
label,
legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
}
select {
    width: 220px;
}
input[type="checkbox"] {
    display: inline;
}
label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}
.remove-bottom {
    margin-bottom: 0 !important;
}
.half-bottom {
    margin-bottom: 10px !important;
}
.add-bottom {
    margin-bottom: 20px !important;
}
a:hover {
    color: #990000;
}
h1 {
    margin-bottom: 15px;
}
p {
    font-size: 16px;
    margin-bottom: 30px
}
#ftbar {
    background: none repeat scroll 0 0 #b30b0b;
    border-bottom: medium none;
    box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.4);
    line-height: 22px;
    padding: 4px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    -moz-box-shadow: 0 0 10px 0px rgba(1, 1, 1, 0.4);
    -webkit-box-shadow: 0 0 10px 0px rgba(1, 1, 1, 0.4);
}
#ftbar .wrap {
    margin: 0 auto;
    width: 960px;
    text-align: center;
    color: #fff;
}
#ftbar .wrap strong {
    color: #fff;
}
#ftbar .wrap #button {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(203, 203, 203) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(203, 203, 203)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(203, 203, 203) 100%);
    background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(203, 203, 203) 100%);
    background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(203, 203, 203) 100%);
    background: linear-gradient(top, rgb(255, 255, 255) 0%, rgb(203, 203, 203) 100%);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.28);
    color: rgb(51, 51, 51);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: normal;
    padding: 2px 8px 1px;
    color: #333333;
    margin: 0 0 0 7px;
}
#header {
    text-align: center;
}
#header img {
    max-width: 100%;
    height: auto;
}
#main-menu {
    border-bottom: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
    display: block;
    margin: 0 auto;
    padding: 12px 0;
    text-align: center;
    height: 24px;
}
#main-menu .current-menu-item {
    font-weight: bold;
}
#main-menu .current-menu-parent {
    font-weight: bold;
}
#main-menu ul {
    display: block;
    font-weight: 400;
    list-style: none outside none;
    margin: 0 auto;
    text-align: center;
}
#main-menu ul li {
    border-bottom: medium none;
    border-color: #D3D3D3 #D3D3D3 -moz-use-text-color;
    border-right: 1px solid #D3D3D3;
    display: inline;
    margin: 0;
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
}
#main-menu ul li a {
    padding: 10px;
    line-height: 24px;
}
#main-menu ul li:hover > a {
    background: #990000;
    color: #FFF;
}
#main-menu ul li a {
    font-size: 18px;
    color: #646464;
}
#main-menu ul li:last-child {
    border-right: none;
}
#main-menu ul ul {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
    display: none;
    position: absolute;
    top: 30px;
    left: 2px;
    float: left;
    width: 200px;
    z-index: 99999;
    background: #fff;
    text-align: left;
    padding: 10px;
}
#main-menu ul ul ul {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
    display: none;
    position: absolute;
    top: -10px;
    left: 212px;
    float: left;
    width: 190px;
    z-index: 99999;
    background: #fff;
    text-align: left;
    padding: 10px;
}
#main-menu ul ul li.menu-item-5844 ul {
    top: -150px;
}
#main-menu ul ul li,
#main-menu ul ul ul li {
    display: block;
    margin-bottom: 0px;
    border: none;
    padding: 5px 0;
    padding-left: 0;
}
#main-menu ul ul li.menu-item-has-children {
    background: url(/wp-content/themes/GoT/img/arrow.gif) no-repeat scroll 96% center;
    width: 108%
}
#main-menu ul ul li:last-child,
#main-menu ul ul ul li:last-child {
    margin-bottom: 0;
}
#main-menu ul ul li a,
#main-menu ul ul ul li a {
    padding: 5px;
    color: #000;
}
#main-menu ul li:hover > ul,
#main-menu ul ul li:hover > ul {
    display: block;
}
#main-menu #menu-item-6066,
#main-menu #menu-item-6431 {
    background: #FFFF00;
}
.home h5 {
    margin-top: 40px;
    color: #990000;
    text-align: left;
}
.home h5:first-of-type {
    margin-top: 15px;
}
.home h5 span {
    float: right;
    color: #383838;
    line-height: 22px;
    text-transform: lowercase;
    font-size: 16px;
    font-style: italic;
}
.blog-post-box {
    background: #f2f2f2;
    margin-top: 15px;
}
.blog-post-box p {
    margin: 0;
    font-size: 14px;
}
.blog-post-box img {
    display: block;
}
.blog-post-box:hover {
    background: #cccccc;
}
.blog-post-box .box-content h3 {
    line-height: 24px;
}
.pagination {
    font-size: 18px;
    margin-top: 10px;
}
.pagination .current {
    color: #990000;
}
.category-description {
    border-bottom: 1px dashed #d3d3d3;
    padding: 5px;
}
.category-description p {
    margin: 0;
}
.nivoSlider {
    margin-top: 15px;
    margin-bottom: 15px !important;
    /*height: 329px !important;*/
}
.home_title {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
}
.home_title h1 {
    border: none;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 24px;
    color: #990000;
    margin-bottom: 0;
}
.home_title h2 {
    border: none;
    font-size: 17px;
    padding-top: 0px;
    padding-bottom: 1px;
}
.welcome p {
    margin-bottom: 15px;
}
.sidebar .sidebar-widget .widget_text {
    margin-bottom: 15px;
}
.sidebar h4 span {
    color: #990000;
}
.sidebar hr {
    margin: 10px 0 10px;
}
.sidebar .wp-video {
    margin-top: 15px;
}
ul#tab-menu {
    margin-top: 10px;
}
ul#tab-menu li {
    float: left;
    font-size: 13px;
    margin-bottom: 0;
}
ul#tab-menu li a {
    padding: 3px 5px 3px 2px;
}
ul#tab-menu li a.current {
    border-left: 1px solid #ccc;
    background: url("/wp-content/themes/GoT/img/tab-gradient.png") no-repeat scroll right top;
    text-decoration: underline;
}
#tabbed {
    margin-bottom: 15px;
    margin-top: 5px;
}
#tabbed .list-wrap {
    margin-top: 2px;
    border: 1px solid #ccc;
}
#tabbed .list-wrap ul {
    margin: 0;
}
#tabbed .list-wrap ul#tab3 li {
    padding-left: 4px;
    border-bottom: 1px dotted #ccc;
}
#tabbed .list-wrap ul#tab3 li:first-child {
    padding-top: 12px;
}
#tabbed .list-wrap ul#tab3 li:last-child {
    border: none;
    margin: 0;
}
#tabbed .list-wrap ul#tab3 li ul li {
    border: none;
}
.wpp-list {
    margin: 0;
}
.wpp-list li {
    height: 65px;
    border-bottom: 1px dotted #ccc;
    padding-left: 4px;
}
.wpp-list li:first-child {
    padding-top: 4px;
}
.wpp-list li:last-child {
    border: none;
    margin: 0;
}
.footer {
    margin-top: 15px;
}
.footer ul {
    margin-bottom: 0;
    margin-top: 5px;
}
.footer h3 span {
    color: #990000;
}
.access {
    background: url("/wp-content/themes/GoT/img/optin-banner-v5.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 174px;
    margin: 15px 0;
    padding-left: 255px;
    padding-right: 20px;
    padding-top: 212px;
    width: 665px !important;
}
.access .get-instant-access {
    text-decoration: underline;
    border: 1px solid #34740e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4ba614;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
    background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
    background-image: -moz-linear-gradient(top, #4ba614, #008c00);
    background-image: -ms-linear-gradient(top, #4ba614, #008c00);
    background-image: -o-linear-gradient(top, #4ba614, #008c00);
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4ba614, endColorstr=#008c00);
    display: block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 495px;
    font-weight: bold;
}
.access .get-instant-access:hover {
    background: #1fa2ed;
}
.access .hide {
    display: none !important;
}
#lead-form p {
    font-weight: bold;
    margin-left: 183px !important;
    margin-top: 30px !important;
    text-align: center;
}
#lead-form {
    text-align: center;
    float: left;
    margin-bottom: 0;
    background: url("/wp-content/themes/GoT/img/leadbox-image.jpg") no-repeat;
}
#lead-form input[type="text"],
#lead-form input[type="email"] {
    border: none;
    font-size: 18px;
    color: #595959;
    background: url("/wp-content/themes/GoT/img/txtareabg.jpg") no-repeat;
    width: 37%;
    margin-left: 246px;
    margin-bottom: 10px;
}
#lead-form input[type="submit"] {
    background-color: rgb(255, 198, 0);
    border-width: 1pt;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: block;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 22pt;
    letter-spacing: -0.1em;
    margin: 35px auto 0;
    overflow: hidden;
    padding: 0.7em;
    text-align: center;
    text-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
    width: 100%;
}
.post a,
.page a,
.post-row a {
    color: #990000;
}
.post a:hover,
.page a:hover,
.post-row a:hover {
    color: #bf0d0f;
}
.post p.written {
    text-align: right;
    font-size: 12px;
    margin-bottom: 10px;
}
.post h2 {
    color: #990000;
}
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
    margin-bottom: 30px;
    text-transform: none;
    margin-top: 50px;
}
.post p img {
    margin: 0;
}
.post .about-author {
    background: #e9ecf5;
}
.post .about-author img {
    display: block;
    padding: 10px;
    width: 150px;
    height: 150px
}
.post .about-author h3 {
    color: #990000;
    margin: 0;
}
.post .about-author p {
    padding-top: 10px;
    padding-right: 10px;
    margin: 0;
}
.post .related-posts h3 {
    margin-top: 5px;
}
.post .related-posts {
    margin-bottom: 15px;
}
.post .related-posts ul li {
    float: left;
    width: 140px;
    margin-right: 26px;
}
.post .related-posts ul li:last-child {
    margin: 0;
}
.post .related-posts ul li img {
    width: 140px;
    height: 140px;
}
.post .related-posts a {
    color: #333;
}
.post .related-posts a:hover {
    color: #990000;
}
.post-ads {
    margin-bottom: 50px;
    text-align: center;
}
.post-ads .middle {
    margin-left: 20px;
    margin-right: 20px;
}
.post-ads .four {
    width: 200px !important;
}
.post-ads a {
    color: #333;
}
.post-ads a:hover {
    color: #990000;
}
form.search {
    margin-top: 3px;
    text-align: right;
}
button.search-submit {
    height: 22px;
    padding: 4px 10px;
}
input.search-input {
    height: 16px;
    width: 110px;
}
.post-row h2 {
    margin-top: 10px;
    border-bottom: none;
    padding: 8px 0;
}
.post-row h2 a {
    color: #000;
}
.post-row h2 a:hover {
    color: #990000;
}
.post-row p {
    margin-bottom: 0;
    font-size: 14px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 4px;
}
.post-row p a.view-article {
    display: block;
}
.post-row-video h2 {
    margin-top: 5px;
}
.post-row img,
.post-row-video img {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
}
.post-row img:hover,
.post-row-video img:hover {
    box-shadow: 0px 5px 5px #4e4e4e;
    -moz-box-shadow: 0px 5px 5px #4e4e4e;
    -webkit-box-shadow: 0px 5px 5px #4e4e4e;
}
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
    margin-bottom: 30px;
    text-transform: none;
    margin-top: 50px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
}
.wpcf7-form p {
    margin: 0;
}
.hero {
    background: url("/wp-content/themes/GoT/img/cover.jpg") no-repeat scroll center 180px;
    background-size: 100% 460px;
}
.login_page p {
    margin-bottom: 20px;
}
.login_page p:last-child {
    margin-bottom: 0;
}
.login_page form {
    margin-top: 10px;
    margin-bottom: 0;
}
.login_page form input[type="submit"] {
    margin-bottom: 0;
}
.signup_login a {
    color: #990000;
}
.signup_login ul {
    margin-top: 10px;
}
.signup_login ul li {
    font-weight: bold;
    list-style-type: decimal;
    margin-left: 20px;
}
#vip-membership-pages.container {
    margin-top: 0;
}
#vip-membership-pages #header {
    width: 100%;
}
#vip-membership-pages #login {
    display: none;
}
#vip-membership-pages #search {
    display: none;
}
#vip-membership-pages #main-menu {
    display: none;
}
#vip-membership-pages .footer {
    display: none;
}
#vip-membership-pages p {
    font-size: 20px;
    line-height: 26px;
}
.stepbar ul.steps {
    text-align: center;
    margin-bottom: 0;
}
.stepbar ul.steps li.step {
    margin: 15px 0;
    background: url("/wp-content/themes/GoT/img/step.png") no-repeat;
    line-height: 29px;
    display: inline-block;
    height: 29px;
    text-align: center;
    width: 232px;
}
.stepbar ul.steps li.step span {
    display: block;
}
.stepbar ul.steps li.selected {
    background-position: 0 -29px;
}
.stepbar ul.steps li.selected span {
    padding-left: 20px;
    background: url("/wp-content/themes/GoT/img/smalltick.png") no-repeat scroll 20px 10px;
}
.stepbar ul.steps li.selected span a {
    color: #000;
}
#vip-membership .order.fixed {
    position: fixed;
    top: 0
}
#vip-membership .order form h4 {
    color: #990000;
    margin: 10px 0;
}
#vip-membership .order form span {
    font-weight: bold;
}
#vip-membership .order form .summary {
    font-size: 18px;
    margin-top: 5px;
    font-weight: bold;
    padding: 5px;
    background: #ededed;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
#vip-membership .order form .total {
    float: left;
    width: 90px;
    text-align: right;
}
#vip-membership .order form .amt {
    float: left;
    width: 180px;
    text-align: right;
}
#vip-membership .order form .amt:before {
    content: "$"
}
#vip-membership .order strong {
    text-align: center;
    display: block;
    margin: 5px 0;
}
#vip-membership .order form input[type="image"] {
    width: 100%;
    margin: 5px auto;
    display: block;
}
#vip-membership .package .ctitle {
    background: url("/wp-content/themes/GoT/img/tablehead.jpg") repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    height: 42px;
    line-height: 40px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-shadow: -1px -1px #222;
}
#vip-membership .package .options {
    background: url("/wp-content/themes/GoT/img/tick.jpg") no-repeat scroll 0 5px;
    margin-top: 50px;
}
#vip-membership .package .options strong.title {
    display: block;
    margin-left: 40px;
    font-size: 20px;
}
#vip-membership .package .options em {
    display: block;
    margin: 28px 0;
    font-size: 18px
}
#vip-membership .package .options #limited-bonuses {
    margin-bottom: 50px;
}
#vip-membership .package .options p {
    font-size: 16px;
    margin-top: 20px;
}
#vip-membership .package .blog-post-box p {
    font-size: 14px;
    line-height: 1.5
}
.vip-benefits h3 {
    margin-bottom: 5px;
}
.vip-benefits p {
    line-height: 18px;
    margin-top: 5px;
    font-size: 14px;
}
.vip-benefits img {
    float: left;
    margin-right: 5px;
}
.video-sale-container {
    text-align: center;
    margin-top: 59px;
    margin-bottom: 53px;
}
.video-sale-container .video-embed {
    padding: 20px;
    background: #FFF;
    max-width: 640px;
    margin: 0 auto;
}
.video-sale-container .video-embed iframe {
    display: block;
}
#vip-sale img {
    display: block;
    max-width: 100%;
    height: auto;
}
#vip-sale h2,
#vip-sale h3,
#vip-sale h4,
#vip-sale h5,
#vip-sale h6 {
    margin-bottom: 25px;
}
#vip-sale .sales-block {
    margin-top: 25px;
}
#vip-sale #what-you-get ul li {
    background: url("/wp-content/themes/GoT/img/red-checkmark.jpg") no-repeat;
    padding-left: 22px;
}
#vip-sale #what-you-get {
    font-size: 20px;
    line-height: 20px;
}
#vip-sale #breakdown .heading {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 25px;
}
#vip-sale #breakdown .heading h2 {
    border: none;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 28px;
    color: #990000;
    margin-bottom: 0;
}
#vip-sale #breakdown .heading h4 {
    border: none;
    font-size: 22px;
    padding-top: 0px;
    padding-bottom: 2px;
    margin: 0;
}
#vip-sale #breakdown ul li {
    padding: 30px 55px;
}
#vip-sale #breakdown ul li strong {
    color: #fc3f1f;
}
#vip-sale #breakdown ul li:nth-child(2n+1) {
    background: #d2fafc;
}
#vip-sale #breakdown ul li h4 {
    margin-bottom: 5px;
    border: none;
    padding: 0;
    text-align: left;
}
#vip-sale #breakdown ul li p {
    margin-bottom: 0;
}
#vip-sale #limited-bonuses {
    font-size: 16px;
}
#vip-sale #limited-bonuses .amo {
    margin-left: 40px;
    margin-right: 40px;
}
.travel-menu {
    background: url('/wp-content/themes/GoT/img/travel-menu.jpg') repeat-x scroll 0 -1px;
    margin-bottom: 15px;
}
.travel-menu ul {
    margin: 0;
}
.travel-menu ul li {
    margin: 0;
    border-right: 1px solid #ececec;
    float: left;
}
.travel-menu ul li:hover {
    background: url('/wp-content/themes/GoT/img/travel-menu-hover.png') no-repeat scroll right center;
}
.travel-menu ul li a {
    padding: 0 10px;
    line-height: 30px;
}
.travel-menu ul li.current {
    background: #cccccc;
}
.travel-menu ul li.current a {
    font-weight: bold;
}
.travel-menu span {
    float: left;
    color: #990000;
    line-height: 30px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.travel-menu span a {
    color: #990000;
}
.travel-menu span a:hover {
    color: #bf0d0f;
}
.hotels.slick-slider {
    margin-bottom: 0 !important;
}
.hotels .slick-prev:before,
.hotels .slick-next:before {
    color: #000;
    border: none;
}
.hotels .slick-prev:hover,
.hotels .slick-next:hover {
    border: none;
}
.hotels .hotel {
    margin: 10px;
    margin-bottom: 5px;
}
.hotels .hotel img {
    display: block;
    width: 215px;
    height: auto;
}
.hotels .hotel p {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 5px;
}
.hotels .hotel .hotel-title {
    background: url("/wp-content/themes/GoT/img/hotel-title.jpg") no-repeat;
    height: 41px;
    padding-left: 13px;
}
.hotels .hotel .hotel-title a {
    color: #646464;
    margin-right: 7px;
}
.hotels .hotel .hotel-title .stars {
    background: url("/wp-content/themes/GoT/img/stars.png") no-repeat;
    display: inline-block;
}
.hotels .hotel .hotel-title .stars.rating-10 {
    width: 15px;
}
.hotels .hotel .hotel-title .stars.rating-15 {
    width: 24px;
}
.hotels .hotel .hotel-title .stars.rating-20 {
    width: 30px;
}
.hotels .hotel .hotel-title .stars.rating-25 {
    width: 40px;
}
.hotels .hotel .hotel-title .stars.rating-30 {
    width: 47px;
}
.hotels .hotel .hotel-title .stars.rating-35 {
    width: 56px;
}
.hotels .hotel .hotel-title .stars.rating-40 {
    width: 62px;
}
.hotels .hotel .hotel-title .stars.rating-45 {
    width: 72px;
}
.hotels .hotel .hotel-title .stars.rating-50 {
    width: 80px;
}
.hotels .hotel .price {
    font-weight: bold;
    color: #990000;
}
.hotels .hotel .price span {
    font-size: 22px;
}
.hotels .hotel .book-now {
    margin-bottom: 10px;
}
.hotels .hotel .book-now a {
    color: blue;
    text-transform: uppercase;
}
.travel .home_title h1 {
    border: none;
    color: #900;
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 2px;
    padding-top: 2px;
}
.travel .home_title h2 {
    border: none;
    font-size: 17px;
    padding-bottom: 1px;
    padding-top: 0;
    margin: 0;
    height: auto;
    line-height: 17px;
    text-transform: uppercase;
}
.travel h3 {
    margin-top: 15px;
    color: #990000;
    text-align: left;
}
.travel h3 span {
    float: right;
    color: #383838;
    line-height: 22px;
    text-transform: lowercase;
    font-size: 16px;
    font-style: italic;
}
.travel h2,
.travel h5 {
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 5px 0;
    line-height: 24px;
    height: 48px;
    text-align: center;
    font-size: 20px;
    text-transform: none;
    border-bottom: 1px solid #d3d3d3
}
.travel h2 a,
.travel h5 a {
    display: table-cell;
    color: #000;
    vertical-align: middle;
    height: 48px;
    width: 310px;
}
.travel h2 a:hover,
.travel h5 a:hover {
    color: #990000;
}
.travel p {
    border: none;
    font-size: 13px;
}
.travel h3.seven {
    margin-bottom: 15px;
}
.travel .cat-description p {
    margin-bottom: 15px;
    font-size: 16px;
}
.travel .city {
    margin-bottom: 60px;
}
.travel .city:last-child {
    margin-bottom: 0;
}
.travel .post-row .insideseven {
    margin-top: 0;
    width: 91px !important;
}
.travel .post-row .insideseven img {
    width: 100%;
    height: auto;
    display: block;
}
.tooltiptext {
    display: none;
}
.qtip h5 {
    border: none;
}
.post-ads.travel {
    margin-bottom: 15px;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("https://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}
@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    src: local("Oswald Regular"), local("Oswald-Regular"), url("https://themes.googleusercontent.com/static/fonts/oswald/v8/-g5pDUSRgvxvOl5u-a_WHw.woff") format("woff");
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.comments ul {
    margin-top: 15px;
}
.comment-author img {
    float: left;
}
.alt {
    margin: 0;
    padding: 10px;
}
.comment-entry p:last-child {
    margin-bottom: 0;
}
.comment-entry p {
    margin-bottom: 10px;
    margin-top: 10px;
}
.commentmetadata {
    display: block;
    float: left;
    margin-left: 15px;
}
.comment-meta a {
    color: #878789;
    font-size: 11px;
    text-decoration: none;
}
.comment-meta a:hover {
    text-decoration: underline;
}
.comment-author cite {
    float: left;
    margin-left: 15px;
}
.comment-author span.says {
    margin-left: 5px;
}
.comment-author cite,
.comment-author cite a {
    font-size: 13px;
    font-weight: bold;
}
.reply {
    padding-left: 24px;
    height: 17px;
    float: right;
}
.reply a {
    font-size: 11px;
}
#respond h3 {
    text-transform: uppercase;
}
#commentform {
    margin-bottom: 0;
}
#commentform .form-submit {
    margin-bottom: 0;
}
#commentform .form-submit #submit {
    margin-bottom: 0;
}
.comment-form-comment textarea#comment {
    width: 100%;
    height: auto;
}
#commentform p {
    margin-bottom: 15px;
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.container {
    position: relative;
    width: 960px;
    margin: 35px auto 0;
    padding: 0;
}
.container .column,
.container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
.row {
    margin-bottom: 20px;
}
/* Nested Column Classes */

.column.alpha,
.columns.alpha {
    margin-left: 0;
}
.column.omega,
.columns.omega {
    margin-right: 0;
}
.container .one.column,
.container .one.columns {
    width: 40px;
}
.container .two.columns {
    width: 100px;
}
.container .three.columns {
    width: 160px;
}
.container .three-half.columns {
    width: 200px;
}
.container .four.columns {
    width: 220px;
}
.container .five.columns {
    width: 280px;
}
.container .five-half.columns {
    width: 310px;
}
.container .six.columns {
    width: 340px;
}
.container .seven.columns {
    width: 400px;
}
.container .eight.columns {
    width: 460px;
}
.container .nine.columns {
    width: 520px;
}
.container .ten.columns {
    width: 580px;
}
.container .eleven.columns {
    width: 640px;
}
.container .twelve.columns {
    width: 700px;
}
.container .thirteen.columns {
    width: 760px;
}
.container .fourteen.columns {
    width: 820px;
}
.container .fifteen.columns {
    width: 880px;
}
.container .sixteen.columns {
    width: 940px;
}
.container .one-third.column {
    width: 300px;
}
.container .two-thirds.column {
    width: 620px;
}
.container .offset-by-one {
    padding-left: 60px;
}
.container .offset-by-two {
    padding-left: 120px;
}
.container .offset-by-three {
    padding-left: 180px;
}
.container .offset-by-four {
    padding-left: 240px;
}
.container .offset-by-five {
    padding-left: 300px;
}
.container .offset-by-six {
    padding-left: 360px;
}
.container .offset-by-seven {
    padding-left: 420px;
}
.container .offset-by-eight {
    padding-left: 480px;
}
.container .offset-by-nine {
    padding-left: 540px;
}
.container .offset-by-ten {
    padding-left: 600px;
}
.container .offset-by-eleven {
    padding-left: 660px;
}
.container .offset-by-twelve {
    padding-left: 720px;
}
.container .offset-by-thirteen {
    padding-left: 780px;
}
.container .offset-by-fourteen {
    padding-left: 840px;
}
.container .offset-by-fifteen {
    padding-left: 900px;
}
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after,
.clearfix:after {
    clear: both;
}
.row,
.clearfix {
    zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.tsc_pricingtable05 table {
    width: 100%;
    background: #f8f8f8;
    font-family: Calibri, Arial, Helvetica;
    font-size: 16px;
    border: 1px solid #ccc;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: 8px 0 10px -10px rgba(0, 0, 0, .15), -8px 10px 10px -10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 8px 0 10px -10px rgba(0, 0, 0, .15), -8px 10px 10px -10px rgba(0, 0, 0, .15);
    box-shadow: 8px 0 10px -10px rgba(0, 0, 0, .15), -8px 10px 10px -10px rgba(0, 0, 0, .15);
    border-collapse: collapse;
    padding: 0px;
    margin: 0;
}
.w_table_l_grey {
    background-color: #f6f6f6;
}
.w_table_d_grey {
    background-color: #eeeeee;
}
.tsc_pricingtable05 table th {
    border-left: 1px dotted #D5D5D5;
    border-right: 1px dotted #D5D5D5;
    border-top: 1px dotted #D5D5D5;
    color: #2F2F2F;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    background: #f6f6f6;
    line-height: 40px;
}
.tsc_pricingtable05 table th span {
    color: #23B0F1;
    font-size: 14px;
}
.tsc_pricingtable05 table tr {
    height: 50px;
    text-align: center;
}
.tsc_pricingtable05 table tr td.checked {
    background: url("/wp-content/themes/GoT/img/tick.jpg") no-repeat scroll center center;
    text-align: left;
}
.tsc_pricingtable05 table tr td.checked span {
    margin-left: 5px;
}
.tsc_pricingtable05 table tr td.value {
    text-decoration: line-through;
    font-weight: normal;
    font-size: 24px;
}
.tsc_pricingtable05 table tr td.price {
    font-size: 34px;
}
.tsc_pricingtable05 table .grey {
    background-color: #fff;
}
.tsc_pricingtable05 table tr td {
    border-left: 1px dotted #D5D5D5;
    border-right: 1px dotted #D5D5D5;
    vertical-align: middle;
}
.tsc_pricingtable05 table tr td.benefit {
    background: url("/wp-content/themes/GoT/img/new-window-grey.png") no-repeat scroll 390px 7px;
}
.tsc_pricingtable05 table .btn td {
    border-left: 1px dotted #D5D5D5;
    border-right: 1px dotted #D5D5D5;
    border-bottom: 1px dotted #D5D5D5;
}
.tsc_pricingtable05 table tr .border_blue {
    border-left: 1px dotted #d7d7d7;
    border-right: 1px dotted #d7d7d7;
    background: #ededed;
}
.tsc_pricingtable05 table tr th.border_blue {
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}
.tsc_pricingtable05 table tr .border_blue_bottom {
    border-bottom: 1px solid #d7d7d7;
}
.tsc_pricingtable05 table tr.pricing_btn a {
    color: #FFF;
    font-size: 18px;
}
.slicknav_menu {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 768px;
    }
    .container .column,
    .container .columns {
        margin-left: 10px;
        margin-right: 10px;
    }
    .column.alpha,
    .columns.alpha {
        margin-left: 0;
        margin-right: 10px;
    }
    .column.omega,
    .columns.omega {
        margin-right: 0;
        margin-left: 10px;
    }
    .alpha.omega {
        margin-left: 0;
        margin-right: 0;
    }
    .container .one.column,
    .container .one.columns {
        width: 28px;
    }
    .container .two.columns {
        width: 76px;
    }
    .container .three.columns {
        width: 124px;
    }
    .container .four.columns {
        width: 172px;
    }
    .container .five.columns {
        width: 220px;
    }
    .container .six.columns {
        width: 268px;
    }
    .container .seven.columns {
        width: 316px;
    }
    .container .eight.columns {
        width: 364px;
    }
    .container .nine.columns {
        width: 412px;
    }
    .container .ten.columns {
        width: 460px;
    }
    .container .eleven.columns {
        width: 508px;
    }
    .container .twelve.columns {
        width: 556px;
    }
    .container .thirteen.columns {
        width: 604px;
    }
    .container .fourteen.columns {
        width: 652px;
    }
    .container .fifteen.columns {
        width: 700px;
    }
    .container .sixteen.columns {
        width: 748px;
    }
    .container .one-third.column {
        width: 236px;
    }
    .container .two-thirds.column {
        width: 492px;
    }
    .container .offset-by-one {
        padding-left: 48px;
    }
    .container .offset-by-two {
        padding-left: 96px;
    }
    .container .offset-by-three {
        padding-left: 144px;
    }
    .container .offset-by-four {
        padding-left: 192px;
    }
    .container .offset-by-five {
        padding-left: 240px;
    }
    .container .offset-by-six {
        padding-left: 288px;
    }
    .container .offset-by-seven {
        padding-left: 336px;
    }
    .container .offset-by-eight {
        padding-left: 384px;
    }
    .container .offset-by-nine {
        padding-left: 432px;
    }
    .container .offset-by-ten {
        padding-left: 480px;
    }
    .container .offset-by-eleven {
        padding-left: 528px;
    }
    .container .offset-by-twelve {
        padding-left: 576px;
    }
    .container .offset-by-thirteen {
        padding-left: 624px;
    }
    .container .offset-by-fourteen {
        padding-left: 672px;
    }
    .container .offset-by-fifteen {
        padding-left: 720px;
    }
}
@media only screen and (max-width: 767px) {

.post p img {
    height: auto;
    max-width: 100%;
}

.container #main-menu {
display:none;
}
    .container {
        width: 300px;
    }
    .container .columns,
    .container .column {
        margin: 0;
    }
    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .two-thirds.column {
        width: 300px;
    }
    .container .offset-by-one,
    .container .offset-by-two,
    .container .offset-by-three,
    .container .offset-by-four,
    .container .offset-by-five,
    .container .offset-by-six,
    .container .offset-by-seven,
    .container .offset-by-eight,
    .container .offset-by-nine,
    .container .offset-by-ten,
    .container .offset-by-eleven,
    .container .offset-by-twelve,
    .container .offset-by-thirteen,
    .container .offset-by-fourteen,
    .container .offset-by-fifteen {
        padding-left: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 420px;
    }
    .container .columns,
    .container .column {
        margin: 0;
    }
    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .two-thirds.column {
        width: 420px;
    }
}
.blog-post-box img {
    height: auto;
    max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container [class*="half"].columns {
        width: auto;
    }
    .access .get-instant-access {
        width: 487px;
        height: 46px;
    }
    .travel .city .two.columns {
        width: 100%;
    }
    .access {
        height: 93px;
        width: 470px !important;
        background-size: contain;
    }
    .container #main-menu ul li a {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 5px;
    }
}
@media only screen and (max-width: 767px) {

.blog-post-box + h5, .welcome + h5 {
border-top:none;
margin:20px 0 30px !important;
}

form.search {
    margin-bottom: 0px;
}

div.nivoSlider img {
    display: block;
height: auto;
    width: 100%;
}
    
    div.slicknav_menu {
        margin-top: 30px;
        background: #900;
    }
    .slicknav_menu .slicknav_nav .slicknav_row:hover,
    .slicknav_item a:hover,
    .slicknav_item a a:hover,
    .slicknav_item a:hover a {
        color: #000!important;
    }
    .slicknav_nav .current-menu-item a {
        background: #ccc;
        color: #000;
    }
    .slicknav_menu .slicknav_nav .slicknav_row:hover,
    .slicknav_menu .slicknav_nav .slicknav_row,
    .slicknav_item a:hover {
        border-radius: 0px;
    }
    #main-menu>ul {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    .video-sale-container .video-embed iframe {
        height: auto;
        width: auto;
    }
    .stepbar ul.steps {
        margin: 10px 0;
    }
    #vip-order .columns.alpha img {
        margin: 0 auto;
        display: block;
    }
    #lead-form {
        width: 300px;
    }
    .access .get-instant-access {
        font-size: 13px;
        position: relative;
        right: 47px;
        top: -114px;
        width: 220px;
    }
    .access {
        height: 0px;
        width: 155px !important;
        background-size: contain;
    }
    .container [class*="half"].columns {
        width: auto;
    }
    .nivoSlider .nivo-directionNav a {
        opacity: 1;
    }
    .ulp-content .ulp-layer img {
        width: 44%;
    }
    .ulp-content {
        top: 30px;
    }
    .nivoSlider {
        height: auto!important;
    }
    #vip-membership .order.fixed {
        position: relative;
    }
    h3 {
        font-size: 19px;
        border-top: none;
    }
    .home .blog-post-box,
    .blog-post-box {
        background: transparent!important;
    }
    .blog-post-box img,
    .sidebar-widget img,
    .video img,
    .travel .city img {
        margin: 0 auto 10px auto;
        display: block;
    }
    #ftbar .wrap {
        width: auto;
    }
    .stepbar ul.steps li.step {
        margin: 5px;
    }
}
@media only screen and (max-width: 480px) {

.container .nivoSlider {
    /*height: 110px !important;*/
}

    .video-sale-container .video-embed iframe {
        height: 293px;
        width: 380px;
    }
}
@media only screen and (max-width: 360px) {
    div.slicknav_menu {
        margin-top: 52px;
    }
}
@media only screen and (max-width: 320px) {

    .video-sale-container .video-embed iframe {
        height: 190px;
        width: 265px;
    }
    .access {
        background-size: cover;
        height: 123px;
        padding: 0 !important;
        width: 300px !important;
    }
    .access .get-instant-access {
        float: right;
        font-size: 13px;
        height: 30px;
        line-height: 28px;
        position: relative;
        right: 0;
        top: 73px;
        width: 220px;
    }
    #ulp-layer-341,
    #ulp-layer-343 {
        font-size: 11px!important;
    }
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="password"],
    .wpcf7-form input[type="email"],
    .wpcf7-form textarea,
    .wpcf7-form select {
        width: 96%;
    }
}

/* PARTYBANGKOK STYLES */
.pb-box{
	margin-top:-15px;
	border:solid 25px #000;
	border-top: solid 35px #000;
	margin-bottom:20px;
}

.pb-box .blog-post-box {
	margin: 0;
	background:#fff;
}

.pb-box button {
	text-shadow: none; background:#b30b0b; color:#fff; float:right; margin-top:10px;border-radius: 4px;     cursor: pointer;     display: inline-block;     font-size: 14px;     font-weight: 400;     line-height: 1.42857;     margin:10px 0;   padding: 6px 12px;     text-align: center;     vertical-align: middle;     white-space: nowrap;
}

.pb-box h3 {
	text-transform:none;
}

.pb-box .as-seen-on {
	background:#000;
}

.pb-box .as-seen-on .tv {
	margin-left:20px; margin-top:20px; float:left;
}

.pb-box .as-seen-on .logo {
	margin-top:20px; float:right;
}

@media (min-width: 960px) {
.pb-box .nine.columns {
	width: 530px;
}
}

@media (max-width: 959px) {
.pb-box .nine.columns {
	width: 410px;
}
}

@media (max-width: 479px) {
.pb-box{
	border-width:35px 15px 15px;
}
.pb-box .nine.columns, .pb-box .three.columns {
	width: 270px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.pb-box .nine.columns, .pb-box .three.columns {
	width: 370px;
}
}

.pb-box p {
	text-align: center;
}

.pb-box p.but {
	display:block; margin:0 auto; width:110px;
}

@media (max-width: 767px) {
.pb-box .blog-post-box {
	margin:15px 0;
}

.pb-box .blog-post-box img{
	margin-top:15px;
}

.pb-box .blog-post-box .rp{
	display:none;
}
}