@import url('https://fonts.googleapis.com/css?family=Alegreya:900');

/*
Theme Name: Peterfitz
Theme URI: https://wordpress.org/themes/peterfitz/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: Peterfitz

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/


/*font-family: 'Alegreya', serif;*/

@font-face {
    font-family: "My_Write_Hand_BF";
    src: url("assets/fonts/My_Write_Hand_BF.eot");
    src: url("assets/fonts/My_Write_Hand_BF.eot?#iefix") format("embedded-opentype"), url("assets/fonts/My_Write_Hand_BF.woff") format("woff"), url("assets/fonts/My_Write_Hand_BF.ttf") format("truetype"), url("assets/fonts/My_Write_Hand_BF.svg#My_Write_Hand_BF") format("svg");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'GothamBold';
    src: url('assets/fonts/gothambold.eot');
    src: url('assets/fonts/gothambold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/gothambold.woff') format('woff'), url('assets/fonts/gothambold.ttf') format('truetype'), url('assets/fonts/gothambold.svg#gothambold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamLight';
    src: url('assets/fonts/gothamlight.eot');
    src: url('assets/fonts/gothamlight.eot?#iefix') format('embedded-opentype'), url('assets/fonts/gothamlight.woff') format('woff'), url('assets/fonts/gothamlight.ttf') format('truetype'), url('assets/fonts/gothamlight.svg#gothamlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: 'GothamLight';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h1 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 900;
    font-family: 'Alegreya', serif;
}

h2 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 900;
    font-family: "GothamBold";
}

h3 {
    font-size: 46px;
    line-height: 48px;
    font-weight: 900;
    font-family: "GothamBold";
}

h4 {
    font-size: 36px;
    line-height: 38px;
    font-weight: 900;
    font-family: 'Alegreya', serif;
}

h5 {
    font-size: 25px;
    line-height: 30px;
}

h6 {
    font-size: 15px;
    line-height: 17px;
    font-family: 'GothamBold';
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #d72e27;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: #000;
    outline: 0;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

img {
    max-width: 100%;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5em;
}

address {
    display: none;
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #eee;
    text-decoration: none;
}

big {
    font-size: 125%;
}

blockquote {
    quotes: "" "";
}

q {
    quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
    content: "";
}

:focus {
    outline: none;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    max-width: 100%;
    outline: 0;
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

label {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}

fieldset {
    margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 10px 14px;
    width: 100%;
    height: 48px;
    font-size: 21px;
    font-family: 'GothamLight';
    color: #6e6e6e;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #222;
}

select {
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 3em;
    max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
    padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
    background-color: #ddd;
    color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
    background: #bbb;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: rgba(110, 110, 110, .5);
}

:-moz-placeholder {
    color: rgba(110, 110, 110, .5);
}

::-moz-placeholder {
    color: rgba(110, 110, 110, .5);
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: rgba(110, 110, 110, .5);
}


/*--------------------------------------------------------------
Formatting
--------------------------------------------------------------*/

hr {
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
 Lists
--------------------------------------------------------------*/

ul,
ol {
    margin: 0 0 24px 20px;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 0 0 0 20px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/*--------------------------------------------------------------
 Tables
--------------------------------------------------------------*/

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

tr {
    border-bottom: 1px solid #eee;
}

td {
    padding: 0.4em;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}


/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/*-----------------custom style -------------------*/

.wrapper {
    width: 100%;
    min-width: 296px;
    margin: 0px auto;
    max-width: 1083px;
}


/*** Begin Header Section *************************************************************************************/

.link-button {
    font-size: 22px;
    background: #ef4942;
    font-family: "GothamBold";
    color: #fff;
    padding: 20px 90px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.link-button:hover {
    background: #fff;
}

.header-block {
    float: left;
    width: 100%;
}

.logo-block {
    float: left;
    margin-top: -7px;
}

.menu-block {
    float: left;
    width: 96.3%;
    margin: 14px 1.7% 0;
    padding-left: 15px;
    position: relative;
    background: url(assets/images/menu_bar.png) repeat-x left center;
}

.menu-outer {
    float: left;
    margin-top: 30px;
    padding-left: 22px;
}

.menu-outer ul {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.menu-outer ul li {
    float: left;
    width: auto;
    position: relative;
    list-style: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: url(assets/images/item_line.png) no-repeat left center;
    padding: 8px 20px 6px;
    line-height: 50px;
}

.current-menu-item,
.current-menu-parent {
    position: relative;
}

.menu-outer ul li a {
    color: #383838;
    display: inline-block;
    font-size: 15px;
    position: relative;
	text-transform: uppercase;
    width: auto;
    font-family: "GothamBold";
}

.menu-outer li.member-icon {
    /* padding: 8px 23px 6px 42px; */
    background: #464646;
    color: #ef4942;
}

.menu-outer li.member-icon > a:before {
    /* background: url("assets/images/avatar.png") no-repeat left center; */
    content: "";
    height: 41px;
    left: -20px;
    position: absolute;
    width: 25px;
}

.menu-outer li.member-icon > a {
    /* padding-left: 15px; */
    color: #ef4942;
}

.menu-outer li:hover {
    background: #464646;
    color: #ef4942;
}

.menu-outer li.current-menu-item a,
.menu-outer li:hover a {
    color: #ef4942;
}

.menu-outer ul li ul li:hover a {
    background: #1c7fb3;
}

.menu-outer ul li ul {
    background: rgba(22, 148, 210, 0.74);
    width: 200px;
    display: none;
    position: absolute;
    top: 100%;
    z-index: 100;
    padding-bottom: 10px;
}

.menu-outer ul li:hover ul {
    display: block;
}

.menu-outer ul li ul li {
    width: 100%;
    border-right: 0;
}

.menu-outer ul li ul li a {
    text-align: left;
    padding: 10px 10px 10px 18px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}

.menu-outer li.submenu:after {
    content: "\e001";
    position: absolute;
    right: 0;
    top: 14px;
    color: #fff;
    font-size: 9px;
    font-family: Flaticon;
    padding-right: 6px;
}

.offer-div {
    background: url(assets/images/offer_bg.png) no-repeat right center;
    float: right;
    width: 100%;
    padding: 15px;
    padding-left: 44px;
    position: absolute;
    right: 20px;
    top: 6px;
    height: 171px;
    max-width: 160px;
}

.offer-div a {
    font-size: 30px;
    font-family: "GothamBold";
    text-align: center;
    float: left;
    line-height: 32px;
    color: #fff;
}

.offer-div a:hover {
    color: #000;
}

.banner-overlay {
    width: 100%;
    padding-right: 30px;
    float: left;
}

.banner-overlay a {
    font-weight: bold;
}

.banner-overlay h2 {
    font-size: 50px;
    font-family: "GothamBold";
    color: #fff;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.banner-overlay p {
    font-size: 18px;
    color: #000000;
}

.banner-content {
    width: 100%;
    display: table;
    padding: 50px 0 50px;
}

.banner-content .col-sm-6 {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    float: none;
}


/*** End Header Section ***************************************************************************************/


/*** Begin Content Section ************************************************************************************/

.red-outblk {
    width: 100%;
    float: left;
    text-align: center;
    /* background: url(assets/images/red_bg.jpg) repeat left top; */
    background-color: #ef4942;
    padding: 20px 0 0px;
}

.red-outblk h2 {
    padding-bottom: 15px;
}

.form-block {
    width: 100%;
    padding-top: 10px;
    max-width: 468px;
    margin: 0 auto;
}

.form-block .link-button {
    background: #111111;
    font-size: 22px;
    color: #fff;
    margin-top: 5px;
    font-family: 'GothamLight';
    font-weight: 200;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 65px;
    padding-right: 65px;
}

.form-block .link-button:hover {
    color: #ef4942;
    background: #fff;
}

.form-block input {
    border: 0;
    
    padding-left: 80px;
}
.form-block .wpcf7-form-control-wrap{
    margin-bottom: 10px;
    display: inline-block;
}

input[type="text"].name-control {
    background: url(assets/images/man_icon.png) no-repeat 14px center #fff;
    color: #6e6e6e;
}

input[type="email"].email-control {
    background: url(assets/images/letter_icon.png) no-repeat 14px center #fff;
}

.report-block {
    float: left;
    padding: 20px 0 0px;
    width: 100%;
}

.offer-link {
    float: right;
}

.offer-link .link-button {
    font-family: 'GothamLight';
    font-size: 22px;
}

.black-outblk {
    float: left;
    padding: 35px 0 27px;
    width: 100%;
    background: #252525;
}

.offer-block {
    float: left;
    width: 100%;
}

.offer-block h4 {
    font-size: 22px;
    font-family: 'GothamLight';
    font-weight: normal;
}

.offer-block > img {
    float: left;
    width: 75px;
}

.offer-inner {
    float: left;
    padding-left: 30px;
    padding-top: 0px;
}

.offer-link {
    padding-top: 25px;
}

.offer-link a {
    font-size: 30px;
}

.two-block-outer {
    float: left;
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #d72e27;
}

.two-block-inner {
    display: table;
    width: 100%;
}

.two-block-outer h4 img {
    padding-right: 15px;
}

.two-block-left,
.two-block-right {
    display: table-cell;
    width: 50%;
    padding-bottom: 23px;
    position: relative;
    background: rgba(194, 194, 194, .3);
}

.two-block-left:before,
.two-block-right:after {
    background: rgba(194, 194, 194, .3);
    position: absolute;
    content: "";
    width: 100%;
    left: -100%;
    top: 82px;
    height: 100%;
}

.two-block-right {
    background: rgba(194, 194, 194, .76);
}

.two-block-right:after {
    background: rgba(194, 194, 194, .76);
    right: -100%;
    left: auto;
}

.two-block-outer h4 {
    line-height: 82px;
    text-transform: uppercase;
}

.two-block-left .bottom-header,
.two-block-right .bottom-header {
    background: #d72e27;
    height: 82px;
    position: relative;
}

.two-block-right .bottom-header {
    background: #c3241d;
}

.two-block-left .bottom-header:before,
.two-block-right .bottom-header:after {
    background: #d72e27;
    position: absolute;
    content: "";
    width: 100%;
    left: -100%;
    top: 0;
    height: 82px;
}

.two-block-right .bottom-header:after {
    right: -100%;
    left: auto;
    background: #c3241d;
}

.two-block-inner ul {
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
}

.two-block-inner ul li {
    width: 100%;
    color: #4c4c4c;
    float: left;
}

.two-block-inner ul li p {
    line-height: 18px;
    margin-bottom: 0;
}

.two-block-inner ul li > a {
    color: #d72e27;
    font-family: 'GothamBold';
    font-size: 14px;
}

.two-block-left li {
    border-top: 1px solid #dedede;
    padding-top: 15px;
    margin-top: 20px;
    padding-left: 60px;
    background: url(assets/images/blog_play_btn.png) no-repeat left 20px;
}

.two-block-left li:first-child {
    border-top: 0;
    margin-top: 0;
}

.two-block-right li {
    font-family: 'GothamBold';
}

.two-block-left ul {
    padding-right: 7%;
}

.two-block-left .bottom-header {
    margin-bottom: 4px;
}

.two-block-inner address {
    color: #4c4c4c;
    font-family: 'GothamBold';
    font-size: 14px;
    margin-bottom: 20px;
    padding-top: 20px;
    width: 50%;
}

.two-block-inner address,
.two-block-right ul,
.two-block-right .bottom-header {
    padding-left: 5%;
}


/*video*/

.video-block {
    line-height: 1px;
    float: right;
    /*    padding-left: 22%;*/
    position: relative;
    width: 78%;
}

.video-outer {
    position: relative;
    /*
    float: left;
    width: 100%;
    max-width: 457px;
*/
    border: 5px solid #fff;
    height: 0;
    padding-bottom: 66.7%;
}

.video-block:after {
    position: absolute;
    background: url(assets/images/video_overlay_img.png) no-repeat right bottom;
    content: "";
    top: 50%;
    left: 50%;
    height: 246px;
    width: 363px;
    background-size: 363px 246px;
    margin: -123px 0 0 -181px;
}

.video-outer iframe {
    width: 100%;
    float: left;
    height: 312px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.video-block:before {
    background: url(assets/images/video_shadow.png) no-repeat right bottom;
    bottom: -42px;
    content: "";
    height: 64px;
    right: -15px;
    position: absolute;
    width: 528px;
    background-size: 528px 64px;
}

.video-outer img {
    width: 100%;
}

.video-outer button:hover,
.video-outer button:focus,
.video-outer input[type="button"]:hover,
.video-outer input[type="button"]:focus,
.start-video {
    background: url("assets/images/play_btn.png") no-repeat scroll center center;
    float: left;
    height: 120px;
    left: 0;
    margin: -63px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 119px;
    z-index: 99;
}


/*video*/

.inner-page {
    position: relative;
}

.inner-page:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, .76);
    width: 100%;
    content: "";
}

.inner-page .banner-overlay {
    max-width: 680px;
    margin: 0 auto;
    float: none;
    text-align: center;
}


/*inner page*/

.inner-page-content {
    float: left;
    width: 100%;
    text-align: left;
}

.inner-page-content .red-outblk {
    text-align: left;
    padding: 30px 0 15px
}

.inner-page-content .red-outblk h2 {
    text-transform: uppercase;
}

.inner-page-content .red-outblk h6 {
    line-height: 24px;
    padding-bottom: 30px;
}

.inner-page-content .red-outblk p {
    margin-bottom: 15px;
}

.inner-page-content .red-outblk p a {
    color: #fff;
}

.inner-page-content .red-outblk p a:hover {
    color: #000;
}

li > a,
li {
    color: #fff;
    font-size: 14px;
}

span.wpcf7-not-valid-tip {
    color: #fff;
}

.image-radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.inner-page-content h2 {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.inner-page-content .contact-inner ul {
    margin: 0 0 18px;
}


/*** End Content Section **************************************************************************************/


/*** Begin Footer Section *************************************************************************************/

.footer-block {
    font-weight: bold;
    float: left;
    width: 100%;
    background: #ffffff;
    text-align: center;
    padding: 10px 0 10px;
}

.footer-block span {
    color: #252525;
    font-size: 13px;
}


/*** End Footer Section ***************************************************************************************/

.contact-inner {
    width: 100%;
    float: left;
}

.contact-inner ul {
    width: 100%;
    float: left;
    margin: 0;
}

.contact-inner address {
    color: #fff;
    font-family: "GothamBold";
    font-size: 14px;
}

.contact-inner li {
    width: 100%;
    float: left;
    list-style: none;
    font-family: "GothamBold";
}

.innerpage-black {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.innerpage-black h6 {
    margin-bottom: 30px;
    line-height: 24px;
}

.two-block-right li:first-child {
    border-top: 0 none;
    margin-top: 0;
}
.two-block-right li {
    background: url("assets/images/blog_play_btn.png") no-repeat scroll left 20px;
    border-top: 1px solid #dedede;
    margin-top: 20px;
    padding-left: 60px;
    padding-top: 15px;
    font-family: "GothamLight";
}


.contact-form {
	float: left;
	width: 100%;
	padding: 0 25px;
	margin-bottom: 15px;
}

div.wpcf7-mail-sent-ok {
        display: inline !important;
        padding: 10px;
}

.form-row {
	float: left;
	width: 100%;
	margin-top: 22px;
}
.form-half {
	float: left;
	width: 50%;
	padding: 0 25px;
}
.form-half input {
	float: left;
	width: 100%;
	border: 1px solid #d7d7d7;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-family: 'GothamLight';
    font-weight: 300;
    font-size: 19px;
      -webkit-appearance: none;
    
}
.form-row textarea {
	float: left;
	width: 100%;
	border: 1px solid #d7d7d7;
	height: 180px;
	padding: 20px 20px;
	resize: none;
	font-family: 'GothamLight';
        font-weight: 300;
        font-size: 19px;
       -webkit-appearance: none;
}
.form-row.textarea {
	padding: 0 25px;
}

.contact-form input[type="submit"]{
    font-family: 'GothamLight';
    font-weight: 700;
    color: #FFF;
    border: 0;
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
    background: #bb0a02;
    border-bottom: solid 6px #870a04;
    font-size: 17px;
    line-height: 17px;
    padding: 18px 30px;
    
}
.contact-form input[type="submit"]:hover,.contact-form input[type="submit"]:focus{
    color: #FFF;
    background: #d80d04;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
   color: #878787;
   opacity: 1;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #878787;
  opacity: 1;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #878787;
   opacity: 1;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {  
   color: #878787;
   opacity: 1;
}
.submit-btn {
	margin-top: 25px;
        text-align: center;
}