@charset "utf-8";
/**
 * 01.Reset
 * 02.HomePage
 * 03.Services Section
 * 04.Subscribe Section
 * 05.ContactUs Section
 * 06.Media
**/


/**
 * 01.Reset
**/
@import url(bootstrap.min.css);
@import url(http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.css);



body {
    font-family: din;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
	font-family:courier, courier new, serif;
   
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;	
}
a {
    color:#000000;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
}
a:hover, a:focus {
    text-decoration: none;
    color:#000;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;	
}
p {
    margin: 0 0 15px;
}
::selection {
    text-shadow: none; color: #fff;
    background: #9AA4AF;
}
::-moz-selection {
    text-shadow: none; color: #fff;
    background: #9AA4AF;
}

em {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}



/**
 * 02.HomePage
**/
div#wpf {
    overflow: hidden;
}
.wpf-top-fasel,
.wpf-bottom-fasel {
	position: absolute;
	width: 100%;
	left: 0;
	height: 152px;
	overflow: hidden;
	z-index: 2;
}
.wpf-top-fasel {
	top: -150px;
}
.wpf-bottom-fasel {
	bottom: -150px;
}
.wpf-top-fasel:before,
.wpf-bottom-fasel:before {
	content: "";
	width: 100%;
	height: 150px;
	background: #ffffff;
	position: absolute;
	left: 0;
	-webkit-transform: rotate(3deg) skew(3deg) scale(1.1,1);
	-mox-transform: rotate(3deg) skew(3deg) scale(1.1,1);
	-ms-transform: rotate(3deg) skew(3deg) scale(1.1,1);
	-o-transform: rotate(3deg) skew(3deg) scale(1.1,1);
	transform: rotate(3deg) skew(3deg) scale(1.1,1);
}
.wpf-top-fasel:before {
	top: 75px;
}
.gray-bg.wpf-top-fasel:before {
	background: #ecf0f1;
}
.wpf-bottom-fasel:before {
	bottom: 75px;
}
.gray-bg.wpf-bottom-fasel:before {
	background: #ecf0f1;
}
.wpf-home {
    color:#ecf0f1;
    position: relative;
}
.wpf-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}
.wpf-home .wpf-wrapper {
    position: relative;
    z-index: 3;
    min-height: 600px;
	background-color: #000000;
}
.wpf-info {
    max-width: 700px;
    margin: 110px 0 0 0;
	padding:20px;
}
.wpf-logo {
    margin-bottom: 50px;
}
.wpf-messages {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1;
    height: 30px;
    font-weight: 500;
}
.wpf-messages span:first-child {
    
}
.wpf-info p {
    color: #ffffff;
    margin-bottom: 20px;
    overflow: hidden;
}
#wpf-count {
    max-width: 500px;
}
.countdown-amount {
    font-size: 50px;
    line-height: 1;
    display: block;
    font-weight:600;
    color: #ecf0f1;
}
.countdown-period {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.wpf-start-browsing {
    bottom: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100%;
    text-align:center;
    z-index:4;
}
.wpf-start-browsing a {
    color: #ffffff;
    font-size: 55px;
    width: 22px;
    height: 32px;
    display: inline-block;
    line-height: 42px;
}
.floating{
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;

    animation-name: floating;
    -webkit-animation-name: floating;

    animation-duration: 2s;	
    -webkit-animation-duration: 2s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes floating {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes floating {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes floating {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes floating {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

/**
 * 03.Services Section
**/
section.wpf-services {
    background: #fff;
    position: relative;
    padding: 30px 0 180px 0;
    text-align: center;
}
h2.wpf-s-title {
    position: relative;
    text-align: center;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0 0 10px 0;
    font-weight: 800;
    letter-spacing: 0.04em;
}
h2.wpf-s-title:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 2px solid #85776c;
    width: 32px;
}
p.wpf-desc-title {
    text-align: center;
    font-style: italic;
    margin: 0;
    font-size: 16px;
    position:relative;
    overflow:hidden;
}
section.wpf-services .wpf-wrapper {
    position: relative;
    z-index: 10;
}
.wpf-serv {
    margin: 30px 0 0 0;
    position:relative;
    overflow:hidden;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.wpf-serv i {
    height: 64px;
    width: 64px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    border: 2px solid #97261c;
    text-align: center;
    line-height: 62px;
    font-size: 22px;
    color: rgba(81, 82, 83, 1);
    margin: 0 auto 15px auto;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
}
.wpf-serv .wpf-serv-box {
    border-right: 1px solid #eee;
    padding: 30px !important;
}
.wpf-serv-box:hover i {
    background: #97261c;
    color: #fff;
}
.wpf-serv-box:nth-child(1), .wpf-serv-box:nth-child(2), .wpf-serv-box:nth-child(3) {
    padding: 0 0 30px 0;
}
.wpf-serv-box:nth-child(3) {
    border-right: 1px solid transparent;
}
.wpf-serv2 {
    margin: 0;
    border-bottom: 1px solid transparent;
}
.wpf-serv .wpf-serv-box h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.wpf-call a {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 15px;
    display: inline-block;
    margin: 30px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
}
a.wpf-btn {
    border: 2px solid #97261c;
}
a.wpf-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #97261c;
}
a.wpf-btn:hover,
a.wpf-btn:active {
    color: #FFFFFF;
}
a.wpf-btn:hover:after,
a.wpf-btn:active:after {
    width: 100%;
}


/**
 * 04.Subscribe Section
**/
section.wpf-subscribe {
    background: #fff;
    position: relative;
    padding: 60px 0 100px 0;
}

section.wpf-subscribe .wpf-wrapper {
    position: relative;
    z-index: 10;
}
section.wpf-services p {
    color: #9C9C9C;
    margin: 0;
}
.wpf-mc-center {
    float: none;
    margin: 30px auto 0 auto;
}
form#mc-form input {
    width: 90%;
    background: #FFFFFF;
    border: none;
    outline: none;
    height: 54px;
    padding: 1px 15px 0 15px;
    float: left;
    line-height: 1;
    color: #111;
    letter-spacing: 0.04em;
    border-radius: 3px 0px 0px 3px;
}
form#mc-form button {
    width: 10%;
    border: none;
    outline: none;
    float: left;
    height: 54px;
    text-align: center;
    padding: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 54px;
    border-radius: 0px 3px 3px 0px;
    background: #97261c;
}
form#mc-form label {
    display: block;
    float: left;
    font-weight: 300;
    color: #ddd;
    margin: 15px 0 0 0;
}
form#mc-form label.error {
    color: #FD8080;
}
form#mc-form label.valid {
    color: #83F387;
}
.wpf-social {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 30px 0 0 0;
    text-align: center;
}
.wpf-social a {
    width: 36px;
    height: 36px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    font-size: 18px;
}


/**
 * 05.ContactUs Section
**/
section.wpf-contact-us {
    background-color: #FFF;
    position: relative;
    padding: 30px 0 70px 0;
}
section.wpf-contact-us .wrapper {
    position: relative;
    z-index: 10;
}
.wpf-contact-inner {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}
.wpf-contact-inner h4 {
    font-weight: 700;
    margin: 0 0 15px 0;
}
ul.wpf-address li {
    padding: 6px 0;
 
}
ul.wpf-address li i {
    color: #000000;
    margin: 0 5px 0 0;
    width: 16px;
    text-align: center;
}
div#wpf-contact-form input {
    color: #000000;
	width: 100%;
    border: 2px solid #000000;
    border-radius: 3px;
    margin: 0 0 15px 0;
    height: 50px;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
div#wpf-contact-form textarea {
	color: #000000;
    width: 100%;
    border: 2px solid #000000;
    border-radius: 3px;
    margin: 0 0 15px 0;
    min-height: 100px;
    padding: 10px;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
div#wpf-contact-form input:focus, div#wpf-contact-form textarea:focus {
    border: 2px solid #bbb;
}
button.subbutton {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 15px;
    display: inline-block;
    margin: -7px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    border: 2px solid #000000;
}
button.subbutton:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #85776c;
}
button.subbutton:hover,
button.subbutton:active {
    color: #FFFFFF;
}
button.subbutton:hover:after,
button.subbutton:active:after {
    width: 100%;
}
.wpf-input-bock {
    position: relative;
}
.wpf-input-bock span {
    position: absolute;
    top: -15px;
    right: 10px;
    background: #85776c;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 2px;
}
.wpf-input-bock span:after {
    content: '';
    position: absolute;
    top: 29px;
    right: 1px;
    border-right: 3px solid transparent;
    border-left: 3px solid #4785CF;
    border-top: 3px solid #4785CF;
    border-bottom: 3px solid transparent;
}
div#wpf-contact-form p {
    color: #97261c;
    margin: 0;
}
.yt-controls {
    position: absolute;
    top: 30px;
    right: 0;
}
.yt-controls a {
    color: #fff;
    margin: 0 2px;
}


/**
 * 06.Media
**/
@media screen and (min-width: 768px) and (max-width: 1024px), (min-device-width: 768px) and
(max-device-width: 1024px) and (orientation : landscape) {
    #wpf-home .wpf-wrapper {min-height: 890px!important;}
    .wpf-info {margin: 220px 0 0 0!important;}
}
@media screen and (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
    #wpf-home .wpf-wrapper {min-height: 1120px !important;}
    .wpf-info {margin: 350px 0 0 0 !important;}
}
@media screen and (max-width: 600px), (min-device-width: 600px) and (max-device-width: 960px) and (orientation : portrait) {
    #wpf-home .wpf-wrapper {min-height: 1060px !important;}
    
.wpf-messages {font-size: 22px; margin-bottom: 15px;}
    .wpf-info {margin: 290px 0 0 0 !important;}
    .wpf-start-browsing {display: block !important;}
    .wpf-serv .wpf-serv-box {border-right: none!important; border-bottom: 1px solid #eee!important;}
    .wpf-serv .wpf-serv-box:last-child {border-bottom: none!important;}
    form#mc-form input {width: 87%;}
    form#mc-form button {width: 13%;}
    .wpf-send-message {margin: 30px 0 0 0;}
}
@media screen and (max-width: 360px), (min-device-width: 360px) and (max-device-width: 640px) and (orientation : portrait) {
    #wpf-home .wpf-wrapper {min-height: 780px !important;}
    .wpf-info {margin: 120px 0 0 0 !important;}
    .wpf-messages {font-size: 24px; margin-bottom: 15px;}
    .wpf-info p {margin-bottom: 15px;}
    span.countdown-section {width: 50% !important;}
    .wpf-start-browsing {display: block;}
    .wpf-serv .wpf-serv-box {border-right: none!important; border-bottom: 1px solid #eee!important;}
    .wpf-serv .wpf-serv-box:last-child {border-bottom: none!important;}
    form#mc-form input {width: 82%!important;}
    form#mc-form button {width: 18%!important;}
    .wpf-send-message {margin: 30px 0 0 0;}
}
@media screen and (max-width: 320px), (min-device-width: 320px) and (max-device-width: 568px) and (orientation : portrait) {
    #wpf-home .wpf-wrapper {min-height: 710px !important;}
    .wpf-info {margin: 80px 0 0 0 !important;}
    .wpf-logo {margin-bottom: 15px;}
    .wpf-messages {font-size: 20px; margin-bottom: 15px;}
    .wpf-info p {margin-bottom: 15px;}
    span.countdown-section {width: 50% !important;}
    .wpf-start-browsing {display: block;}
    .wpf-serv .wpf-serv-box {border-right: none!important; border-bottom: 1px solid #eee!important;}
    .wpf-serv .wpf-serv-box:last-child {border-bottom: none!important;}
    form#mc-form input {width: 82%!important;}
    form#mc-form button {width: 18%!important;}
    .wpf-send-message {margin: 30px 0 0 0;}
}
@media screen and (min-width: 360px) and (max-width: 640px), (min-device-width: 360px) and
(max-device-width: 640px) and (orientation : landscape) {
    .wpf-serv .wpf-serv-box {border-right: none!important; border-bottom: 1px solid #eee!important;}
    .wpf-serv .wpf-serv-box:last-child {border-bottom: none!important;}
}