/*
Theme Name: UTG Standard
Theme URI: http://www.unlockthegame.com
Author: UTG Team
Author URI: http://www.unlockthegame.com
Description: The UTG Standard theme is developed based on the WordPress Twenty Thirteen theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: UTG Theme
Text Domain: UTG Standard
*/
body,
html {
    font-family: 'Roboto', sans serif;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
}
h2,
h3 {
    font-weight: 500;
}
input,
textarea,
select {
    font-family: inherit;
    padding: 8px 12px;
}
*html .clearfix {
    zoom: 1;
}
img {
    max-width: 100%;
    height: auto;
}
label {
	font-size: 16px;
}
/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}
/* IE7 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#header {
    background: #ffffff;
}
.wrapper>.wrapper {
    max-width: 960px;
    margin: 0 auto 1.6%;
    width: 100%;
}
/*Post Style*/
h2.single-post-title {
    color: #ab262b;
    text-align: center;
}
h3.blog-post-title,
a.post-read-more {
    color: #ab262b;
    text-decoration: none;
}
h3.blog-post-title {
    font-size: 26px;
    text-align: center;
}
a.post-read-more:hover {
    color: #5542B3;
    text-decoration: underline;
}
a.post-title {
    color: #0081a9;
    text-decoration: none;
}
a.post-title:hover {
    text-decoration: underline;
}
a.read-more {
    text-decoration: none;
    font-size: 14px;
}
a.read-more:hover {
    text-decoration: underline;
}
.comment p {
    color: #757575;
    background: #F9F6E2;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 14px;
}
.left-content,
.searchform {
    text-align: center;
}
.post-container {
    float: left;
    max-width: 660px;
    width: 100%;
    margin-right: 20px;
}
.right-post-container {
    float: right;
    max-width: 230px;
    width: 100%;
    margin-top: 4%;
    text-align: center;
}
.comment-respond {
    background: #eeeeee;
    margin-top: 50px;
    padding: 20px;
}
.indented-paragraph {
    margin-left: 10px;
    margin-top: : -40px;
}
/*Secondary Menu*/
#footer ul li a {
    text-decoration: none;
}
#footer ul li.current_page_item > a,
#footer ul li.current_page_ancestor > a,
#footer ul li.current-menu-ancestor > a,
#footer ul li.current-menu-item > a,
#footer ul li.current-menu-parent > a {
    text-decoration: underline;
    background: none;
}
#footer ul li {
    border-right: 1px solid #a1a2a3;
    display: inline-block;
    line-height: 12px;
    margin-top: 20px;
    padding-right: 5px;
}
#footer ul li:last-child {
    border: medium none;
}
#footer ul li a {
    color: #555;
}
.menu-secondary-menu-container {
    font-size: 14px;
}
.menu-secondary-menu-container ul {
    list-style: none;
    margin: -1.6% auto 1%;
    padding: 0;
    text-align: center;
}
/*Video iframe Responsive */
.video-wrapper-res {
    clear: both;
    padding-top: 4%;
}
.video-wrapper {
    height: 0;
    margin-bottom: -2%;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    position: relative;
}
.video-wrapper iframe {
    height: 90%;
    left: 4%;
    position: absolute;
    top: 0;
    width: 90%;
}
/* Google Map Responsive */
.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    border: 2px solid #D5B25B;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Footer */
#scrollToTop {
    color: #044074;
    font-size: 24px;
    text-decoration: none;
}
.rights {
    color: #656565;
    font-size: 14px;
    text-align: center;
}
.rights a {
    color: #656565;
}
.copyright {
    color: #454545;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 auto 1%;
    text-align: center;
}
/* Buttons and button texts */
.button {
    background-color: #bca15c;
    box-shadow: 1px 1px 1px #1a1a1a;
    border-radius: 2px;	cursor: pointer;
	display: inherit;
	margin-left: auto;
	margin-right: auto;
}
.button:hover{
   background-color: #d6b666;
}
.nst-btn-txt-1 {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}
.grab-text {
    color: #eeeeee; 
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
        padding: .2em .1em;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
        max-width: 260px;
}
.starburst{
    max-width: 120px;
}
.send-text {
	border: none;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	max-width: 360px;
    text-decoration: none;
	text-shadow: 1px 1px #4e4e4e;
	white-space: normal !important;
	width: 100%;
	word-wrap: break-word;
}
.note-box {
background: #f3f3f3;
    border: 2px solid #004b8c;
    border-radius: 6px;
    clear: both;
    margin: 0 auto 2.5%;
    padding: 2% 3% 1%;
    width: 86%;
}
/* Optin Forms */

.infusion-form {
    margin: 0 auto;
    max-width: 578px;
    width: 100%;
}
.fc-headline-text {
    color: #044074;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5%;
	text-align: center;
}
.fc-fieldset {
    border: 2px solid #044074;
    box-shadow: 3px 4px 5px #888888;
    margin: 4% auto 0;
    padding: 2% 6% 3.5%;
}
.fc-field {
    display: block;
    margin-bottom: 3%;
}
.fc-submit {
    display: block;
    text-align: center;
}
.fc-button {
    color: #5a5a5a;
    cursor: pointer;
    background: #d5b25b;
    border: 1px solid;
    border-radius: 2px;
    font-size: 22px;
    font-weight: 600;
    padding: 1% 3%;
}
.fc-button:hover {
    background: #e8ce8e;
    color: #474747;
}
.fc-input-textarea {
    min-height: 100px;
}
.fc-input-textarea,
.fc-input-text {
    border: 1px solid #5a5a5a;
    box-sizing: border-box;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}
.fc-dropdown {
    border: 1px solid #5a5a5a;
    color: #838383;
    font-size: 17px;
    font-weight: 300;
    width: 100%;
}
.fc-privacy {
    color: #999896;
    font-size: 14px;
    line-height: 1.2;
    margin: 1% auto 4%;
    text-align: center;
}
.error {
    color: #e2494c;
    display: block;
    font-weight: 600;
    font-size: 20px;
    height: 28px;
}
.invalid {
    border: 1px solid #FF0000;
}
/* Page Style */
#page {
    width: 100%;
}
.custom-link {
    text-decoration: none;
}
.custom-link:hover {
    text-decoration: underline;
}
.lp-container-a {
    float: left;
    position: relative;
    width: 33.33%;
}
.lp-container-a p {
    line-height: 1;
}
.lp-container-b {
    background: repeating-linear-gradient(135deg, #eff0f1, #eff0f1 5px, #f5f4f4 10px, #f5f4f4 10px);
    position: relative;
}
.lp-wrapper-a:after {
   visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.lp-wrapper-b {
    color: #454545;
    padding: 0.1em 1em;
}
.lp-text-comb-a {
    display: inline-block;
    line-height: 1;
    margin-top: -5em;
    position: relative;
    width: 100%;
    z-index: 1;
}
.lp-text-comb-b {   
    color: #000;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0.6em auto;
   /* max-width: 710px;*/
    text-transform: uppercase;
    width: 100%;
}
.lp-text-a {
    color: #1d7cb6;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
}
.lp-text-b {
    color: #1d7cb6;
    font-size: 35px;
    line-height: 1;
    text-align: center;
}
.lp-text-j {
    color: #1d7cb6;
    font-size: 44px;
    line-height: 1;
    text-align: center;
}
.lp-text-c {
    color: #c53336;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0.6em;
}
.lp-text-d {
    font-size: 15px;
    margin-top: -3em;
}
.lp-text-e {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-top: 0.7em;
    padding-left: 0.3em;
    text-transform: uppercase;
}
.lp-text-f {
    color: #fff;
    font-size: 22px;
    margin-top: -1.6em;
    padding-left: 0.6em;
}
.lp-text-g {
    color: #3458a3;
    font-size: 26px;
    font-style: italic;
    text-align: center;
}
.lp-text-h {
    font-size: 20px;
    text-align: center;
}
.lp-text-i {
    color: #3458a3;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.inside-list ul {
    margin-bottom: 2%;
}
.inside-list li {
    line-height: 1.6;
    list-style: outside none none;
    list-style-position: outside;
}
.inside-list li:before {
    content: " ";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #3458a3;
    font-size: 21px;
    padding-right: 1.4em;
    background-image: url('images/list.png');
    background-repeat: no-repeat;
    background-position: center left;
}
.book-author {
    margin-top: 2em;
    max-width: 100%;
}
.book-cover {
    margin-left: 1.2em;
    margin-top: 1em;
    max-width: 300px;
}
.about-image {
    /*border: 2px solid #3458a3;*/
    border-radius: 4px;
    float: left;
    margin: 1% 2% 0 0;
    max-width: 240px;
}
.note-title {
    color: #004b8c !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin: 0.6em 0;
}
.hr-bar-b1 {
 background-image: -ms-radial-gradient(center, circle farthest-corner, #ebdc97 0, #bea051 100%);
    background-image: -moz-radial-gradient(center, circle farthest-corner, #ebdc97 0, #bea051 100%);
    background-image: -o-radial-gradient(center, circle farthest-corner, #ebdc97 0, #bea051 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 505, color-stop(0, #ebdc97), color-stop(1, #bea051));
    background-image: -webkit-radial-gradient(center, circle farthest-corner, #ebdc97 0, #bea051 100%);
    background-image: radial-gradient(circle farthest-corner at center, #ebdc97 0, #bea051 100%);
    text-align: center;
}
.hr-bar-b2 {
 background-image: -ms-radial-gradient(center, circle farthest-corner, #0792ce 0, #004b8c 100%);
    background-image: -moz-radial-gradient(center, circle farthest-corner, #0792ce 0, #004b8c 100%);
    background-image: -o-radial-gradient(center, circle farthest-corner, #0792ce 0, #004b8c 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 505, color-stop(0, #0792ce), color-stop(1, #004b8c));
    background-image: -webkit-radial-gradient(center, circle farthest-corner, #0792ce 0, #004b8c 100%);
    background-image: radial-gradient(circle farthest-corner at center, #0792ce 0, #004b8c 100%)
}

.custom_popup_form {
	width: 630px;
}
.custom_popup_form .wpcf7-form {
	width: 500px;
	margin: 0 auto;
}
.custom_popup_form .wpcf7-form h2 {
	text-align: center;
	margin: 10px 0 30px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21pt;
	letter-spacing: 0em;
	font-weight: bold;
}
.custom_popup_form .wpcf7-form .wpcf7-form-control-wrap {
	width: 100%;
	display: inline-block;
}
.custom_popup_form .wpcf7-form input, 
.custom_popup_form .wpcf7-form textarea {
	width: 100%;
	padding: 13px 16px;
	color: #201D1D;
	background: white;
	border: 1pt solid #C9D7DD;
	font-size: 16px;
	margin: 0 0 15px 0;
}
.custom_popup_form .wpcf7-form textarea {
	height: 50px;
}
.custom_popup_form .wpcf7-form input.wpcf7-submit {
	background: rgb(188, 161, 92);
	color: #fff;
	margin: 0 auto;
	display: table;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	width: 390px;
}













@media screen and (max-width:970px) {
    .book-author {margin-top: 2.8em;}
}
@media screen and (max-width:860px) {
    .lp-text-c {margin-top: 0.1em;}
}
@media screen and (max-width: 800px) {
    .book-author {margin-top: 1em;}
    .book-cover {margin-left: 0;}
    .lp-container-a {float: none; width: 100%; text-align: center;}
    .lp-text-comb-a {margin-top: 1em; text-align: center;}
}
    
@media screen and (max-width: 770px) {
    .lp-text-f {max-width: 100%; padding-left: 0; text-align: center;}
}

@media screen and (max-width: 320px) {
   .about-image {float: none; margin: auto; text-align: center;}
}


/*New Extend Css*/

@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
body,
html {
    font-family: Roboto, sans serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0
}
h1,
h2,
h3 {
    font-weight: 500
}
h1 {
    font-size: 26px;
    line-height: 1.4
}
blockquote:after,
blockquote:before {
    color: #ccc;
    font-size: 3em;
    line-height: .1em;
    vertical-align: -.4em
}
blockquote {
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: .5em 20px;
    quotes: "\201C""\201D""\2018""\2019"
}
blockquote:before {
    content: open-quote;
    margin-right: .1em
}
blockquote:after {
    content: close-quote;
    margin-left: .1em
}
blockquote p {
    display: inline;
    font-style: italic;
    font-weight: 300;
    font-size: 18px
}
cite {
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    margin-top: -1%;
    margin-left: 3.5%
}
input,
select,
textarea {
    font-family: inherit;
    padding: 8px 12px
}
img {
    max-width: 100%;
    height: auto
}
ul li.current-menu-ancestor>a,
ul li.current-menu-item>a,
ul li.current-menu-parent>a,
ul li.current_page_ancestor>a,
ul li.current_page_item>a {
    color: #aa7528
}
* html .clearfix {
    zoom: 1
}
#header {
    background: #fff
}
::selection {
    background: #ead271
}
::-moz-selection {
    background: #ead271
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.alignleft {
    float: left
}
.alignleft:after {
    content: "";
    clear: both;
    display: table
}
.wrapper {
    margin: 0 auto
}
.wrapper-full-width {
    width: 100%
}
h2.single-post-title {
    color: #0878be;
    text-align: center
}
a.post-read-more,
h3.blog-post-title {
    color: #0878be;
    text-decoration: none
}
h3.blog-post-title {
    font-size: 26px;
    text-align: center
}
a.post-read-more:hover {
    color: #5542B3;
    text-decoration: underline
}
a.post-title {
    color: #0081a9;
    text-decoration: none
}
a.post-title:hover {
    text-decoration: underline
}
a.read-more {
    text-decoration: none;
    font-size: 14px
}
a.read-more:hover {
    text-decoration: underline
}
.comment p {
    color: #757575;
    background: #F9F6E2;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 14px
}
.post-container {
    float: left;
    max-width: 660px;
    width: 100%;
    margin-right: 20px
}
.right-post-container {
    float: right;
    max-width: 230px;
    width: 100%;
    margin-top: 4%;
    text-align: center
}
.comment-respond {
    background: #eee;
    margin-top: 50px;
    padding: 20px
}
.menu-primary-menu-container {
    background: #fff;
    filter: none;
    float: left;
    width: 100%;
    position: relative;
    z-index: 9999
}
.menu-primary-menu-container ul {
    padding: 0;
    list-style: none;
    width: 960px;
    font-size: 16px;
    margin: 0 auto
}
.menu-primary-menu-container ul li a {
    color: #000;
    display: block;
    font-weight: 500;
    padding: 3px 20px;
    text-decoration: none
}
.menu-primary-menu-container ul li {
    border-right: 1px solid #e9e9e9;
    float: left
}
.menu-primary-menu-container ul li a:hover {
    color: #b02426
}
.menu-secondary-menu-container {
    font-size: 14px
}
.menu-secondary-menu-container ul {
    list-style: none;
    margin: -.6% auto 1%;
    padding: 0;
    text-align: center
}
.menu-tertiary-menu-container {
    margin: 0 auto 1%
}
.menu-tertiary-menu-container ul {
    font-size: 12px;
    margin: -1% auto 1%;
    padding: 0;
    text-align: center
}
#page,
.content {
    margin: auto
}
.menu-tertiary-menu-container ul li a {
    background: 0 0;
    color: #656565
}

.menu-tertiary-menu-container ul li {
    display: inline-block;
    border-right: 1px solid #a1a2a3;
    padding-right: 5px;
    line-height: 12px
}
.menu-tertiary-menu-container ul li:last-child {
    border-right: none
}
#page1 {
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    box-shadow: 1px 2px 4px 3px #C9C9C9;
    -webkit-box-shadow: 1px 2px 4px 3px #C9C9C9;
    margin-bottom: 1%
}
#page2 {
    margin-top: -1.3%
}
#page {
    width: 100%;
    overflow: hidden
}
.video-wrapper {
    height: 0;
    margin-bottom: -2%;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative
}
.video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    border: 2px solid #D5B25B
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.error,
.fc-field,
.fc-submit {
    display: block
}


.grab-text {
    font-size: 28px;
    line-height: 1;
    padding: 2px 0
}
.grab-text:after {
    content: "(Click Here)";
    display: block;
    font-size: 20px
}
.register-text {
    font-size: 32px;
    line-height: 1;
    padding: 8px 0
}
.page-wrapper-2,
.page-wrapper-3 {
    margin: 0 auto;
    max-width: 960px
}
.error {
    color: #e2494c;
    font-weight: 600;
    font-size: 20px;
    height: 28px
}
.invalid {
    border: 1px solid red
}
::-webkit-input-placeholder {
    color: #626262
}
:-moz-placeholder {
    color: #494949
}
::-moz-placeholder {
    color: #494949
}
:-ms-input-placeholder {
    color: #626262
}
:input-placeholder {
    color: #626262
}
.bar-grad-1 {
    background-image: -ms-radial-gradient(center, circle farthest-corner, #0090d9 0, #035591 100%);
    background-image: -moz-radial-gradient(center, circle farthest-corner, #0090d9 0, #035591 100%);
    background-image: -o-radial-gradient(center, circle farthest-corner, #0090d9 0, #035591 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 505, color-stop(0, #0090d9), color-stop(1, #035591));
    background-image: -webkit-radial-gradient(center, circle farthest-corner, #0090d9 0, #035591 100%);
    background-image: radial-gradient(circle farthest-corner at center, #0090d9 0, #035591 100%)
}
.bar-grad-2 {
    float: left;
    background: repeating-linear-gradient(135deg, #eff0f1, #eff0f1 5px, #f5f4f4 10px, #f5f4f4 10px) rgba(0, 0, 0, 0)
}
.bar-grad-3 {
    background-image: -ms-radial-gradient(center, circle closest-corner, #FFF 1%, #cda34a 100%);
    background-image: -moz-radial-gradient(center, circle closest-corner, #FFF 1%, #cda34a 100%);
    background-image: -o-radial-gradient(center, circle closest-corner, #FFF 1%, #cda34a 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFF), color-stop(1, #cda34a));
    background-image: -webkit-radial-gradient(center, circle closest-corner, #FFF 1%, #cda34a 100%);
    background-image: radial-gradient(circle closest-corner at center, #FFF 1%, #cda34a 100%)
}
.page-wrapper-1 {
    border-bottom: 2px solid #1283B9;
    float: left;
    width: 100%
}
.page-wrapper-2 {
    padding-left: 1em;
    padding-right: 1em
}
.page-wrapper-4 {
    float: left;
    width: 100%
}
.nst-img-auth {
    margin-top: -4em;
    margin-right: 2em
}
.nst-def-c {
    margin-top: 1.3em
}
.nst-def-d{
margin-top: 1.3em
}
.nst-mcontainer-1 {
    background-color: #044074;
    padding: 2em
}
.nst-mcontainer-3{
    background: #fdfdfd;
}
.nst-mcontainer-3,
.nst-mcontainer-4 {
    color: #777;
    padding: 1em 0;
}
.nst-mcontainer-2 {
     background-color: #a5cdf1;
    background: -webkit-linear-gradient(-90deg,#a5cdf1, #e0e9f3, #a5cdf1);
    background: -o-linear-gradient(-90deg,#a5cdf1, #e0e9f3, #a5cdf1);
    background: -moz-linear-gradient(-90deg,#a5cdf1, #e0e9f3, #a5cdf1);
    background: linear-gradient(-90deg,#a5cdf1, #e0e9f3, #a5cdf1);
}
.nst-mcontainer-2:after {
    content: "";
    display: table;
    clear: both
}
.nst-txt-extend i{
    font-size: 20px;
    margin-left: .6em;
    font-weight:bold;
}
.nst-txt-2-extend{
   color: #fff;
    font-size: 16px;
    margin-top: .8em;
text-align: center;
    display: block;
line-height:1.4;
font-weight:400;
max-width: 380px;
margin-left: auto;
margin-right: auto;
margin-top: -0.1em;
margin-bottom: 0.3em;
text-shadow: none;
}
.nst-txt-extend:after{
display:none;
}
.nst-btn-1,
.nst-txt-2 {
    display: block;
    text-align: center
}
.nst-mcontainer-4 {
    background-color: #edecec
}
.nst-btn-1 {
    background-color: #bca15c;
          box-shadow: 5px 5px 5px #656565;
    border-radius: 2px;
    padding: .4em
}
.nst-btn-1:hover {
    background-color: #459bde;
}
.nst-txt-1 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 1px 1px #4b4b4b
}
.nst-txt-1:after,
.nst-txt-2:before {
    font-family: FontAwesome;
    font-weight: 700
}
/*.nst-txt-1:after {
    content: "\f101";
    font-size: 20px;
    margin-left: .6em
}*/
.nst-txt-2 {
    color: #fff;
    font-size: 16px;
    margin-top: .8em
}
.nst-txt-2:before {
    color: #bea146;
    content: "\f023";
    margin-right: .6em
}
.nst-txt-3 {
    color: #045692;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
}
.nst-txt-3 span{
    text-align: center;
    font-weight: bold;
font-size: 36px;
}
.nst-txt-4,
.nst-txt-5 {
    line-height: 1.3;
    color: #fff
}
.nst-txt-4 {
    font-size: 40px;
    text-align: center;
    color: #31568e;
    font-weight: bold;
margin-top:3em;
}

.nst-txt-5 {
    display: inherit;
    font-size: 29px;
    margin-left: 0em;
    text-align: center;
    font-family: sans-serif;
   /* text-transform: uppercase;*/
    font-weight: 600;
}
.nst-txt-6,
.nst-txt-7 {
    line-height: 1.2;
    text-align: center
}
.nst-txt-6-top{
    font-weight: 600 !important;
margin-top:2em;
text-align:center;
}
.nst-txt-6-bottom{
margin-top:1em !important;
text-align:left;
    font-size: 18px !important;
    color: black !important;
}
.nst-txt-6 {
    color: #044074;
    font-size: 23px;
    font-weight: 500;
margin-top:2em;
}
.nst-txt-7 {
    color: #045692;
    font-size: 32px
}
.nst-def-c img{
margin-top:0.5em;
}
.nst-bullet-1{

}
.nst-bullet-1 li,
.nst-bullet-2 li {
    line-height: 1.4;
    list-style-type: none;
    list-style-position: inside;
    text-indent: -1.4em;
    -webkit-font-smoothing: antialiased;
}
.nst-bullet-1 li:nth-child(1),
.nst-bullet-1 li:nth-child(3),
.nst-bullet-2 li:nth-child(1),
.nst-bullet-2 li:nth-child(3){
 font-weight: 600;
}
.nst-bullet-1 li {
    color: black;
    font-family: Roboto, sans serif;
    margin-bottom: 1em;
    font-size: 18px;
}
.nst-bullet-1 li:before {
    color: #a8c832;
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: .4em;
}
.nst-bullet-2 li {
    color: #777;
    font-family: Roboto, sans serif;
    margin-bottom: 1em;
}
.cst-list-1 li,
.cst-list-1 ul {
    margin-bottom: 2%
}
.nst-bullet-2 li:before {
    color: #045692;
    content: "\f058";
    font-family: FontAwesome;
    font-size: 21px;
    font-weight: 400;
    margin-right: .4em;
    vertical-align:middle;
	
}
.nst-container-1 {
    float: left;
    width: 50%
}
.nst-container-2 {
    float: right;
    width: 50%;
    text-align: center
}
.cst-container-1 {
    float: left;
    margin-top: 6.5%;
    position: relative;
    text-align: left;
    width: 33%;
    z-index: -2
}
.cst-container-2 {
    float: left;
    margin-top: 1%;
    text-align: center;
    width: 33%
}
.cst-container-3 {
    float: left;
    margin-top: 1.4%;
    text-align: center;
    width: 33%
}
.cst-sub-container-2 {
    float: left;
    margin-top: -4%;
    text-align: center
}
.cst-sub-container-3 {
    float: left;
    margin-left: 5%;
    margin-top: -5%;
    text-align: center
}
.cst-sub-container-4 {
    color: #fff;
    float: left;
    margin-top: -3em;
    padding: .8em 0;
    position: relative;
    width: 100%;
    z-index: -1
}
.cst-text-1 {
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    font-size: 26px;
    padding: .4% 1%;
    text-align: center
}
.cst-text-2 {
    font-weight: 600;
    font-size: 36px;
    padding-left: 1%
}
.cst-text-3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    padding-left: 1%
}
.cst-text-4 {
    color: #A32325;
    font-weight: 500;
    font-size: 56px
}
.cst-text-6,
.cst-text-7 {
    color: #0082B8;
    font-weight: 500
}
.cst-text-5 {
    font-size: 16px;
    margin-top: -6%
}
.cst-text-6 {
    font-size: 34px;
    line-height: 1.2;
    text-align: center
}
.cst-text-7 {
    font-size: 30px;
    line-height: 1;
    text-align: left
}
.cst-text-8,
.cst-text-9 {
    font-weight: 500;
    text-align: center
}
.cst-text-8 {
    color: #0878be;
    font-size: 40px;
    line-height: 1.2
}
.cst-text-9 {
    color: #0082B8;
    font-size: 26px;
    line-height: 1.4;
    margin-top: 1%
}
.cst-text-9 a {
    color: #00aefd;
    font-weight: 400;
    margin-left: 6%;
    position: relative;
    text-decoration: none
}
.cst-text-9 a:before {
    background: url(images/skype-icon-v1.png) left center no-repeat;
    content: " ";
    height: 40px;
    margin-left: -12%;
    position: absolute;
    width: 40px
}
.cst-text-10 {
    line-height: 1.2;
    font-weight: 500;
    font-size: 26px;
    padding: .4% 1%;
    text-align: center
}
.copyright,
.rights {
    font-size: 14px;
    text-align: center
}
.book-cover-event {
    margin-left: 22%;
    max-width: 270px
}
.cst-list-1 {
    margin-top: 0
}
.cst-list-1 li {
    background: url(images/list.png) left center no-repeat;
    line-height: 1.3;
    list-style: none;
    padding-left: 3%
}
.about-image {
    float: left;
    margin: 1% 2% 0 0
}
.freebook_btn{
width:50%;
margin:20px auto;
}
.note-box {
    background: #e6ecf0;
    border-radius: 6px;
    margin-top: 3%;
    padding: .2% 3% 1%
}
#footer {
    position: relative
}
#footer ul li a {
    text-decoration: none;
    color: #555
}
.rights,
.rights a {
    color: #656565
}
#footer ul li.current-menu-ancestor>a,
#footer ul li.current-menu-item>a,
#footer ul li.current-menu-parent>a,
#footer ul li.current_page_ancestor>a,
#footer ul li.current_page_item>a {
    text-decoration: underline;
    background: 0 0
}
#footer ul li {
    border-right: 1px solid #a1a2a3;
    display: inline-block;
    line-height: 12px;
    margin-top: 20px;
    padding-right: 5px
}
#footer ul li:last-child {
    border: none
}
.copyright {
    clear: both;
    line-height: 1.2;
    margin-top: 2%
}
.copyright a {
    text-decoration: none
}
@media screen and (max-width: 1440px) {
    .cst-text-3 {
        font-size: 18px
    }
    .cst-text-4 {
        font-size: 40px;
        margin-bottom: 2%
    }
    .cst-text-5 {
        font-size: 12px
    }
}
@media screen and (max-width: 1326px) {
    .cst-sub-container-2 {
        width: 30%
    }
    .cst-sub-container-3 {
        margin-left: 0;
        width: 66%
    }
    .book-cover-event {
        margin-left: 0
    }
    .cst-text-4 {
        margin-bottom: 2%
    }
}
@media screen and (max-width: 1115px) {
    .cst-text-3 {
        font-size: 16px
    }
    .cst-text-4 {
        font-size: 40px
    }
}
@media screen and (max-width: 1024px) {
    .cst-sub-container-2 {
        width: 30%
    }
    .cst-sub-container-3 {
        width: 66%
    }
    .cst-text-3 {
        font-size: 14px
    }
    .cst-text-4 {
        font-size: 36px
    }
    .cst-text-5 {
        font-size: 11px
    }
}
@media screen and (max-width: 970px) {
    .page-wrapper-1 {
        text-align: center
    }
    .cst-container-1,
    .cst-container-3,
    .cst-sub-container-2,
    .cst-sub-container-3 {
        float: none;
        text-align: center;
        width: 100%
    }
    .cst-container-2 {
        padding-left: 15.6%;
        width: 70%
    }
    .cst-sub-container-2,
    .cst-sub-container-3 {
        margin-top: 0
    }
    .cst-sub-container-4 {
        margin-top: 1em
    }
    .cst-text-5 {
        margin-top: -3%
    }
    .cst-list-1 li {
        padding-left: 4%
    }

}

@media screen and (max-width: 768px) {
.freebook_btn{
width:80%;
}
.nst-def-c img,
.nst-def-d img{
    padding-top: 10px;
}
.nst-txt-6{
font-size:38px;
margin-top:0px;
}
.nst-txt-5 {
    margin-left: 0;
}
    .cst-list-1 li {
        padding-left: 6%
    }
    .cst-text-9 a:before {
        background: 0 0
    }
    .nst-container-1,
    .nst-container-2 {
        float: none;
        width: 100%
    }
   
    .nst-def-c,.nst-def-d {
        margin-top: 0;
        text-align: center
    }
    .nst-txt-1 {
        font-size: 20px
    }
    .nst-img-auth {
        margin-top: 0;
        margin-right: 10px;
    }
}
@media screen and (max-width: 600px) {
.nst-txt-4{
margin-top:0em;
}
    .cst-container-2 {
        padding-left: 0;
        width: 100%
    }
ul.nst-bullet-1,
ul.nst-bullet-2,
blockquote p{
font-size: .9em;
}
.nst-txt-6,
.nst-txt-4{
font-size:1.2em;
}
.nst-txt-5 {
    font-size: 27px;
    margin-left: 0;
    text-align: center;
}
.nst-mcontainer-1{
    padding: 2em 0px;
}
}
@media screen and (max-width: 320px) {
.nst-txt-4{
font-size: 1em;
}
.nst-txt-6{
    font-size: 1em;
}
}
@media screen and (max-width: 500px) {

    .cst-list-1 li {
        padding-left: 8%
    }
    .nst-txt-3{
        font-size: 28px
    }

}
@media screen and (max-width: 320px) {
    .cst-list-1 li {
        padding-left: 14%
    }
    .alignleft {
        float: none;
        text-align: center
    }
}
.nst-txt-1{
text-decoration: none;
    text-shadow: 1px 1px #4b4b4b;
    text-decoration: none;
    text-shadow: 1px 1px #4e4e4e;
    white-space: normal !important;
    word-wrap: break-word;
    background-color: #3389cb;
}
.freebook_btn{
margin-bottom:0px;
}