/*
Theme Name: smtpserver
Theme URI: https://wordpress.org/themes/my_smtpserver/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

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.
*/
/* dropdown for bootstrap menu*/
.dropdown-menu {
    margin: 0px auto;
}
.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
}
/*  shows the dropdown on hover*/
.navbar ul.nav li ul li:hover > ul.dropdown-menu {
    display: block;   
}
/*.navbar ul.nav li:hover > ul.dropdown-menu {
    display: block;   
}*/


/* before and after */
.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
    display: none;
}
.navbar .nav-color .nav li.dropdown.open > .dropdown-toggle, .navbar .nav-color .nav li.dropdown.active > .dropdown-toggle, .navbar .nav-color .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: rgba(25, 89, 134, 0.96) !important;
    border-radius: 5px 5px 0 0 !important;
    color: #ffffff !important;
}


.resp-vtabs .resp-tabs-container {
    
    border: 0px !important;
}
.resp-vtabs li.resp-tab-active {

    background: #dbe9f3 tnone repeat scroll 0 0 !important;
   
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
}


.empty{
    display:none;
}
.text-529 dis_none{
    display:none;
}
.grybttn{
    border-top-color: #fff !important;
}


.form-signin {
/*        max-width: 300px;*/
        padding: 19px 29px 29px;
        margin: 20px 0;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }

.form-signin h2{
    margin-bottom: 12px;
}
     
.bnrinput input.ofr-btn[type="submit"]{
    width: 100%;
}

.form-signin.land-form input[type="text"], .form-signin.land-form input[type="email"],.form-signin.land-form input[type="password"], .form-signin.land-form input[type="tel"]{
    margin-bottom: 1px;
    height: 40px;
}

.form-signin.land-form textarea{
    width: 100%;
    box-sizing: border-box;
    height: 60px;
	margin-bottom: 0px;
}

.biginput label{ 
	text-transform: uppercase;
	color: #161616;
}

.festive-offer{
    margin-top:1%;
    margin-bottom: 50px;
}
.festive-offer h2{
    color: #ffffff;
    line-height: 64px;
}

.festive-offer p{
    color: #ffffff;
    font-size: 20px;
}


.festive-offer h2 span.redtxt{
    color: #ff445e;
}

.festive-offer .couponfriday{
    background-color: #ff445e;
    color: #ffffff;
    border: 1px dashed #ffffff;
    font-size: 30px;
}

.x-mas-back{
    background-image: url(img/xmas-city.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 0 0px !important;
}

.by-row{
    padding-top: 40px;
}

section.no-gap-top{ 
	padding-top: 0px; 
	padding-bottom: 80px;
}

 div.wpcf7 .land-form img.ajax-loader {
    position: absolute;
    margin-top: -50px;
}

 div.wpcf7 .land-form span.wpcf7-not-valid-tip {
    margin-top: 0px;
}

 div.wpcf7 .land-form .capchainput{ 
margin: 6px 0;
overflow: hidden;
}

.two-block{ 
	margin-top: 60px;
}

.two-block h2{ 
	margin-bottom: 6px;
}


#snow{
 padding: 50px 20px !important;
 background: none;

 background-image: url('img/s1.png'), url('img/s2.png'), url('img/s3.png');

 left: 0;

 top: 0;

 z-index:1;
 -webkit-animation: snow 10s linear infinite;
 -moz-animation: snow 10s linear infinite;
 -ms-animation: snow 10s linear infinite;
 animation: snow 10s linear infinite;
background-color: rgba(1, 39, 71, 0.6)!important;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}


@media (min-width: 961px) and (max-width: 1198px){
.sticky-menu-active .navbar .brand img {
    height: 49px;
}
.sticky-menu-active .navbar .brand img.smtp-icon {
    height: 49px;
    width: auto;
}
	
.two-block{ 
	margin-top: 30px;
}
	
}

@media (min-width: 20px) and (max-width: 960px){

.form-signin.land-form input[type="text"], .form-signin.land-form input[type="email"],.form-signin.land-form input[type="password"], .form-signin.land-form input[type="tel"]{
    height: 32px !important;
}
.form-signin.land-form .control-group { margin-bottom: 2px;}
	
.two-block h2{ 
	font-size: 26px;
}

.two-block{ 
	margin-top: 30px;
}
	
}


@media (min-width: 20px) and (max-width: 767px){
.festive-offer h2 {
    line-height: 45px;
}
   
.x-mas-back{
    margin: 0 -20px 0px -20px !important;
}

}

@media (min-width: 20px) and (max-width: 425px){
.festive-offer .couponfriday {
    margin-top: 13px;
    display: block;
    text-align: center;
    margin-left: 0;
    padding: 12px 0;
}
	
	.two-block h2{ 
	font-size: 20px;
		font-weight: 600;
		line-height: 1;
}

.two-block{ 
	margin-top: 10px;
}
	
   
}



img.topoffer{
    position: absolute;
    height:190px;
    z-index: 9;
    left: 0px;
    top: 0px;
}

@media screen and (max-width: 520px){
	img.topoffer{
           	height:100px;  
		position: absolute;
        }
}
