/* 
mta.com 395 urbanic
*/

/* 
Urbanic Template 
http://www.mta.com/preview/mta_395_urbanic 
*/
 
.mta_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.mta-top-bar {
    min-height: 40px;
    background-color:#63b9e9;
	margin-top:-40px;
}

.mta-top-menu {
    min-height:82px;
    background:rgba(255, 255, 255, 0.952941);
    z-index: 5000;
    width:100%;
	border-top:4px solid #63b9e9;
	box-shadow:2px 2px 2px #D6D6D6;
}

.mta-top-menu .navbar-toggle {
    margin-top: 0px;
}

.mta-top-menu .navbar-brand {
    padding: 0;
    margin: 0px 0 0 0;
}

.navbar-desktop
{
	background:none;
}

.header
{
	height:50px;
}

.mytaxalert-logo {
	float: left;
	width: 119px;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 44px;
	margin: 19px 0px 0px 3px;
	text-shadow: 2px 1px 0px #D6D6D6;
	color:#000 !important;
}
.mytaxalert-com {
	float: right;
	font-family: 'Open Sans', sans-serif;
	width: 137px;
	font-size: 44px;
	margin: 12px 30px 0px 2px;
		color:#fff !important;
}

.logo-tag
{
	font-size:12px;
	float: left;
    text-align: right;
    width: 90.5%;
	margin-top:0px;
	color:#9baa59;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.ring-bell {
	float: left;
	margin: 15px 0px 0px 4px;
	width: 25px;
	height:32px;
}
.phone {
	background: url(../images/contact.png) no-repeat 0 50%;
	width: 23px;
	height: 28px;
	float: left;
}
.mail {
	background: url(../images/mail.png) no-repeat 0 50%;
	width: 26px;
	height: 28px;
	float: left;
	margin-left: 20px;
}
.cntct {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	float: left;
	margin: 4px 0px 0px 6px;
}
img.ring-bell {
	opacity: 0.8;
	-webkit-animation: ring 10s 1s ease-in-out infinite;
	-webkit-transform-origin: 50% 4px;
	-moz-animation: ring 10s 1s ease-in-out infinite;
	-moz-transform-origin: 50% 4px;
	animation: ring 10s 1s ease-in-out infinite;
	transform-origin: 50% 4px;
	height:32px;
}

.but-ui li a
{
	height:37px;
	padding-top:7px !important;
	font-weight:normal !important;
}

.clickable
{
    cursor: pointer;
}

.clickable .glyphicon
{
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;

   
}

.panel-heading span
{
    border: 1px solid #fff;
	color:#fff;
    font-size: 12px;
    margin-right: -32px;
    margin-top: -33px;
    padding: 4px;
	 border-radius: 4px;
}
.bckgrnd-none
{
	background:none !important;
}
a.clickable { color: inherit; }
a.clickable:hover { text-decoration:none; }
.panel-green
{
	background:#acc03a !important;
	border:0px !important;
}

.panel-gray
{
	background:#ededed !important;
}

.border-green-1px
{
	border:#acc03a 1px solid;
}

.border-gray-1px
{
	border:1px solid #ECECEC !important;
	box-shadow:0px 0px 0px !important;
}

.border-0px
{
	border:0px !important;
}

.txt-dark-gray
{
	color:#434343 !important;
}

.txt_white
{
	color:#fff;
}

@-webkit-keyframes ring {
0% {
-webkit-transform: rotateZ(0);
}
1% {
-webkit-transform: rotateZ(30deg);
}
3% {
-webkit-transform: rotateZ(-28deg);
}
5% {
-webkit-transform: rotateZ(34deg);
}
7% {
-webkit-transform: rotateZ(-32deg);
}
9% {
-webkit-transform: rotateZ(30deg);
}
11% {
-webkit-transform: rotateZ(-28deg);
}
13% {
-webkit-transform: rotateZ(26deg);
}
15% {
-webkit-transform: rotateZ(-24deg);
}
17% {
-webkit-transform: rotateZ(22deg);
}
19% {
-webkit-transform: rotateZ(-20deg);
}
21% {
-webkit-transform: rotateZ(18deg);
}
23% {
-webkit-transform: rotateZ(-16deg);
}
25% {
-webkit-transform: rotateZ(14deg);
}
27% {
-webkit-transform: rotateZ(-12deg);
}
29% {
-webkit-transform: rotateZ(10deg);
}
31% {
-webkit-transform: rotateZ(-8deg);
}
33% {
-webkit-transform: rotateZ(6deg);
}
35% {
-webkit-transform: rotateZ(-4deg);
}
37% {
-webkit-transform: rotateZ(2deg);
}
39% {
-webkit-transform: rotateZ(-1deg);
}
41% {
-webkit-transform: rotateZ(1deg);
}
43% {
-webkit-transform: rotateZ(0);
}
100% {
-webkit-transform: rotateZ(0);
}
}
@-moz-keyframes ring {
0% {
-moz-transform: rotate(0);
}
1% {
-moz-transform: rotate(30deg);
}
3% {
-moz-transform: rotate(-28deg);
}
5% {
-moz-transform: rotate(34deg);
}
7% {
-moz-transform: rotate(-32deg);
}
9% {
-moz-transform: rotate(30deg);
}
11% {
-moz-transform: rotate(-28deg);
}
13% {
-moz-transform: rotate(26deg);
}
15% {
-moz-transform: rotate(-24deg);
}
17% {
-moz-transform: rotate(22deg);
}
19% {
-moz-transform: rotate(-20deg);
}
21% {
-moz-transform: rotate(18deg);
}
23% {
-moz-transform: rotate(-16deg);
}
25% {
-moz-transform: rotate(14deg);
}
27% {
-moz-transform: rotate(-12deg);
}
29% {
-moz-transform: rotate(10deg);
}
31% {
-moz-transform: rotate(-8deg);
}
33% {
-moz-transform: rotate(6deg);
}
35% {
-moz-transform: rotate(-4deg);
}
37% {
-moz-transform: rotate(2deg);
}
39% {
-moz-transform: rotate(-1deg);
}
41% {
-moz-transform: rotate(1deg);
}
43% {
-moz-transform: rotate(0);
}
100% {
-moz-transform: rotate(0);
}
}
 @keyframes ring {
0% {
transform: rotate(0);
}
1% {
transform: rotate(30deg);
}
3% {
transform: rotate(-28deg);
}
5% {
transform: rotate(34deg);
}
7% {
transform: rotate(-32deg);
}
9% {
transform: rotate(30deg);
}
11% {
transform: rotate(-28deg);
}
13% {
transform: rotate(26deg);
}
15% {
transform: rotate(-24deg);
}
17% {
transform: rotate(22deg);
}
19% {
transform: rotate(-20deg);
}
21% {
transform: rotate(18deg);
}
23% {
transform: rotate(-16deg);
}
25% {
transform: rotate(14deg);
}
27% {
transform: rotate(-12deg);
}
29% {
transform: rotate(10deg);
}
31% {
transform: rotate(-8deg);
}
33% {
transform: rotate(6deg);
}
35% {
transform: rotate(-4deg);
}
37% {
transform: rotate(2deg);
}
39% {
transform: rotate(-1deg);
}
41% {
transform: rotate(1deg);
}
43% {
transform: rotate(0);
}
100% {
transform: rotate(0);
}
}


.txt_green
{
	color:#c1d744;
}

/* ------ Carousel ----- */

#mta-carousel {
       
    margin-bottom:0;
    height: 300px;
	width:100%;
	
}

#mta-carousel img{
       
    margin-bottom:0;
    height: 300px;
	width:100%;
	z-index:-1000;
	
}

#mta-carousel .carousel-caption {
    z-index: 10;
}

#mta-carousel .item {
    height: 300px;
}
#mta-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 300px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #mta-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #mta-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #mta-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #mta-carousel {
        background: url('../images/mta_carousel_bg_s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 300px;
    }
}

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.mta-welcome {
    border-bottom: 1px solid #cccccc;
    min-height: 230px;
}

.mta-slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 28px;
    margin: 10px 0;
    color: #8f8f8f;
}

.mta-service {
    margin-bottom: 100px;
    margin-top: 100px;
}

.mta-service-item {
    font-family:  'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}


.mta-service-item p {
    font-weight: lighter; 
    text-align: justify; 
    margin-top: 25px;
    font-size: 14px;
    color: #929292;
}

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #e67e22;
}


.btn-orange {
    background-color: #ff7600;
    border-bottom:2px solid #d35400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-mta-green {
    background-color: #e85961;
    border-bottom:3px solid #e33f48;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color:#ffffff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #d35400;
    color:#ffffff;
}

.btn-mta-green:hover, .btn-mta-green:focus, .btn-mta-green:active, .btn-mta-green.active, .open .dropdown-toggle.btn-mta-green {
    background-color: #e33f48;
	-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
	
    color:#ffffff;
}

.btn-green {
    background-color:#2ecc71;
    border-bottom:2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color:#ffffff;
}

.nav > li > a {
    padding: 10px 20px;
	
	
	font-size:14px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #63b9e9;
    color:#fff;
	
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #63b9e9;
    color:#fff;
	border-radius:4px;
}


.nav > li > a {
    color: #929292;
}
.navbar-default {
    
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #63b9e9;
    color:#fff;
	border-radius:4px;
}

.navbar {
    margin-bottom: 0px;
}

.mta-service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 20px; 
    font-weight: bold;
    display: inline-block;
}

.mta-header-orange {
    background-color:#ff7600;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.team_hr {
    border: 1px solid #fff; 
    width: 70%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 19px;
	margin-top:26px;
}

.hr_gray {
    border: 1px solid #cccccc; 
}

.mta-team {
    background:url(../images/banner1-bg.png) no-repeat 100% 80%; 
    font-family:  'Open Sans', sans-serif;
    min-height:670px;
    color:#ffffff;
}
.mta-line-header {
    margin-top:0px;
    margin-bottom:20px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
}

.team-inner {
    margin-top:10px;
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:12px;
}

.row_team {
    margin-left:-50px;
    margin-top:70px;
}

.row_team li {
    list-style: none;
}

.mta-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
}

.mta-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #ff7600;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}


.project-overlay hr {
    width : 70%;
	
}

.mta-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #e67e22;
}

.txt_slogan {
    font-size:14px; 
    color:#929292;
}

.mta-line-header span {
    font-size: 18px; 
    float :left; 
    margin-top: 10px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px 10px 10px 10px;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
}

.blog_text {
    text-align: justify; 
    font-size: 13px; 
    margin-top: 0px;
	line-height:26px;
}

#mta-contact {
	margin-top:60px; 
	/*border-top: 1px solid #cccccc; */
	font-size:14px;
	background:url(../images/contact-bg.png) no-repeat 0% 30%;
	padding:0px 0px 40px 0px;
}
.mta-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right
{
	color:#fff;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	border-left:2px solid #ffffff; 
	min-height:160px;
}

.twitter_user {
	color: #FFFF33; 
	font-size: 14px;
	float: right;
}

.mta-partners {
	border-top: 2px solid #cccccc;
}

.mta-partners .mta-partner-item {
    margin-bottom: 5px;
}

.mta-footer {
	/*border-top: 2px solid #cccccc; */
	margin-top: 20px;
}

.footer_container {
	margin-top:20px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#333333;
}

.social-icon-fb {
    background: url('../images/fb.png') no-repeat;
    width: 48px;
    height: 48px;
    display: block;
}



.social-icon-rss {
    background: url('../images/twtr.png') no-repeat;
    width: 48px;
    height: 48px;
    display: block;
}



.social-icon-twitter {
    background: url('../images/g+.png') no-repeat;
    width: 48px;
    height: 48px;
    display: block;
}


.social-icon-linkedin {
    background: url('../images/in.png') no-repeat;
    width: 48px;
    height: 48px;
    display: block;
}



.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}


ul.mta-project-gallery  li  a img:hover {
    border: 3px solid #ff7600;
}

.mta-gallery-category a {
	color:#333333; 
}

.mta-gallery-category a.active {
	color:#e67e22; 
	text-decoration:none;
}

.mta-gallery-category a:focus {
	color:#e67e22;
	text-decoration:none;	
}

.mta-gallery-category a:hover {
	color:#e67e22; 
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.mta-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.mta-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.mta-project-gallery li img {
  cursor: pointer;
}

.mta-tweets {
    background-color: #8996a0;
    min-height:200px;
    font-family:  'Open Sans', sans-serif;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}

.blog_box {
	margin-left: -12px;
}

@media (min-width:991px) and (max-width:1200px) {
    .mta-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .mta-project-gallery {
        margin-left: -70px;
    }

    .mta-service-item-header {
        padding: 16px 10px 20px;
    }

    .mta-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
	
}


@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
    .mta-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}


@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .mta-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .mta-project-gallery {
       margin-left: 10px; 
    }

    .blog_box{
       margin-right: -140px;
    }
}


@media (min-width: 768px) {
  .navbar-nav > li > a {
   	padding:3px 15px 3px 15px;
  } 
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .mta-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
	.mta-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.mta-header-orange {
		min-width: 0px;
	}
	
}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 37%; 
	}
}

@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 33%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
	 .team_hr {
		width: 30%;
	}
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 28%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 21%;
	}
}

@media  ( max-width: 410px) {
	 .team_hr {
		width: 11%;
	}
}

.log_icon	
{
position: absolute;
padding: 6px 12px;
top: 0px;
left: 0px;
}
.sign-up
{
border: none;
text-shadow: 1px 1px 1px #4B4B4B !important;
margin: 0px;
font-size:12px;
float: left;
color: #fff !important;
padding:2px 15px 4px 30px;
margin-right:5px;
position:relative;
}

.sign-up:hover
{

background: #8bd542  !important;
text-decoration:none;

-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
/* CSSTerm.com Simple Horizontal DropDown CSS menu */

.drop_menu {
	padding:0;
	margin:0;
	list-style-type:none;
	height:30px;
}
.drop_menu li { float:left; }
.drop_menu li a {
	padding:5px 20px;
	display:block;
	color:#777777;
	text-decoration:none;
	
}

/* Submenu */
.drop_menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
	
}
.drop_menu li:hover { position:relative; background:#63b9e9; border-radius:4px; }
.drop_menu li:hover ul {
	left:0px;
	top:28px;
	background:#fff;
	padding:0px;
	
}

.drop_menu li:hover ul li a {
	padding:5px;
	display:block;
	width:150px;
	text-indent:15px;
	background-color:#fff;
}
.drop_menu li:hover ul li a:hover { background:#f7f7f7; }

.arrrow-down
{
	font-size:10px !important;
}

.margin-right10
{
	margin-right:10px;
}

.margin-right20
{
	margin-right:20px;
}

.margin-right30
{
	margin-right:30px;
}

.margin-right40
{
	margin-right:40px;
}
.margin-left50
{
	margin-left:50px !important;
}


#mta-Features
{
	padding:50px 0px 80px 0px;
	background:url(../images/semi_log_gray.png) 20% 0%;
}

#mta-Insights
{
	background:url(../images/banner2-bg.png) no-repeat 0 0;
	padding:40px 0px 70px 0px;

}

.address-bg
{
	padding:0px 0px;
	line-height:27px;
	border-radius:4px;
	text-align:left;
	background:rgba(255, 255, 255, 0.18);
	color:#fff;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.link_drkgray
{
	color:#333;
}

.border-bottom-white-1px
{
	border-bottom:1px solid #fff;
}

.padding-bottom-10px
{
	padding-bottom:10px;
}

.head-icon-benifit
{
	background:url(../images/benifit.jpg) no-repeat 50% 100%;
	background-size:120px 120px;
	height:120px;
	padding:130px 0px 0px 0px;
}

.background-none
{
	background:none !important;
	padding-top:0px;
	padding-bottom:0px;
}

.margin-top20
{
	margin-top:20px;
}

.divider-new
{
	height:9px;
	background:url(../images/divider1.png) repeat 0 0;
	width:100%;
}

.divider-new2
{
	height:9px;
	background:url(../images/divider2.png) repeat 0 0;
	width:100%;
}

.contct-form
{
	margin:20px 0px !important;
	padding:10px 10px;
	border-radius:4px;
	background: #024961;
}
.contct-form .txt_input
{
	border-radius:4px;
	background:#fff;
	height:35px;
	color:#7e7e7e;
	border:1px solid #5C5C5C;
	width:100%;
	margin:0px 0px 0px;
}
.form-control {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-style: italic;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contct-form input
{
	border-radius:4px;
	background:#fff;
	height:37px;
	color:#7e7e7e;
	border:1px solid #5C5C5C;
	width:100%;
	margin:0px 0px;
}

.contct-form .txtarea
{
	border-radius:4px;
	background:#fff;
	height:30px !important;
	padding:5px;
	color:#7e7e7e;
	border:1px solid #5C5C5C;
	width:100%;
	margin:5px 0px 5px 0px;
	font-style:italic !important;
}

.zmenit-logo
{
	margin-top:-6px;
}

.main-text
{
    position: absolute;
    top: 50px;
    width: 96.66666666666666%;
    color: #FFF;
}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}
.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover
{
    color: #000;
    background-color: #FFF;
}

.how-ul
{
	width:100%;
	padding:0px;
	margin:0px auto;
	text-align:left;
	list-style:none;
	line-height:25px;
	margin-left:20px;
}

.how-ul li
{
	background:url(../images/arrow2.png) no-repeat 0 50%;
	background-size:20px 20px;
	padding:0px 0px 0px 30px;
	float:left;
	width:100%;
	line-height:40px;
	margin:0px 10px 0px 0px;
	
}

.how-ul .li-step1
{
	background:url(../images/1.png) no-repeat 0 50%;
	padding-left:20px;
}

.how-ul .li-step2
{
	background:url(../images/2.png) no-repeat 0 50%;
	padding-left:20px;
}

.how-ul .li-step3
{
	background:url(../images/3.png) no-repeat 0 50%;
	padding-left:20px;
}

.wlcme_text
{
	font-size:14px;
	text-align:justify;
	line-height:30px;
	
	margin-top:12px;
}

.feature-panel
{
	border:0px !important;
	box-shadow:0px 0px 0px !important;
}

.feature-panel h4
{
	margin-left:40px;
}


hide {display:none}

.feature-pa
{
	padding:0px 30px 0px 0px;
	margin-left:30px;
	margin-top:35px;
	background:#63b9e9;
}

.width-850
{
	width:850px !important;
}

.width-900
{
	width:900px !important;
}

.width-930
{
	width:930px !important;
}

.font18
{
	font-size:18px !important;
}

.font17
{
	font-size:17px !important;
	margin: 20px 0px 20px 0px;
}

.margin-top10
{
	margin-top:10px !important;
}

.margin-bottom20
{
	margin-bottom:20px !important;
}

.line30
{
	line-height:30px !important;
}

.txt-gray
{
	color:#6d6d6d !important;
    padding-left: 28px;
}

.head-bg
{
	background:url(../images/divider1.png) repeat-x 0% 53%;
}

.head-txt
{
	background:#ffffff;
	width:50%;
	text-align:center;
	padding:0px 10px 0px 10px;
}

.benefit-ul
{
	list-style:none;
	width:100%;
	text-align:left;
	margin:0px auto;
}

.benefit-ul li
{
	
	border-bottom:1px dotted #CDCDCD;
	float:left;
	width:47%;
	line-height:40px;
	margin:0px 10px 0px 10px;
	color:#6d6d6d;
}

.insight-ul
{
	list-style:none;
	text-align:left;
	width:104%;
}

.insight-ul li
{
	background-size:20px 20px;
	float:left;
	width:47%;
	line-height:40px;
	margin:0px 10px 0px 10px;
	
}

.txt_blue
{
	color:#63b9e9 !important;
}

.center
{
	width:80% !important;
	margin:0px auto !important;
}

.width-700
{
	width:700px !important;
}



textarea
{
	resize:none;
}

.txt_shadow
{
	text-shadow:1px 1px #6D6D6D;
}

.txt_black
{
	color:#000 !important;
}

.comp-ul
{
	list-style:none;
}

.mta-about {
    background:#fff;
    font-family:  'Open Sans', sans-serif;
    min-height:670px;
    color:#ffffff;
}
.font14
{
	font-size:14px !important;
}

.font15
{
	font-size:15px !important;
}

.abt-ul
{
	width:100%;
	padding:0px;
	margin:0px auto;
	text-align:left;
	list-style:none;
	margin-left:20px;
}

.abt-ul li
{
	padding:0px 0px 0px 0px;
	float:left;
	width:100%;
	line-height:30px;
	margin:0px 10px 0px 0px;
	
}

.margin-top120
{
	margin-top:120px !important;
}

.overflow_hidden
{
	overflow:hidden !important;
}

.font12
{
	font-size:12px !important;
}

.line24
{
	line-height:24px;
}

.txt_justify
{
	text-justify:auto;
}

.no-margin
{
	margin:0px !important;
}

.faq-panel span
{
	margin:-25px 0px 0px 0px !important;
	border:0px !important;
	color:#6D6D6D;
	background:none !important;
}

.faq-panel
{
	background:#EBEBEB !important;
	border:0px;
}

.banner-about
{
	width:100%;
}


/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/* The responsive part */

.btn-breadcrumb > * > div {
    /* With less: .text-overflow(); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.btn-breadcrumb > *:nth-child(n+2) {
  display:none;
}

/* === For phones =================================== */
@media (max-width: 767px) {
    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 60px;
    }
}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
    .btn-breadcrumb > *:nth-last-child(-n+4) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 100px;
    }
}

/* === For desktops ================================== */
@media (min-width: 992px) {
    .btn-breadcrumb > *:nth-last-child(-n+6) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 170px;
    }
}


/***********************************************************************************/

.wlcme_txt_bg
{
	background:#060;
	padding:10px;
}

.feature-ul li
{
	background:none;
	width:100%;
	list-style:none;
	padding: 0px 0px 4px 3px;
	border-bottom: 1px dotted #AFAFAF;
	line-height:30px;
}

.feature-ul
{
	background:#F5F5F5;
	border-radius:4px;
	padding:10px;
	color:#414141;
}
.smk_accordion .accordion_in
{
	margin-top:10px !important;
}
.acc_content
{
	padding:20px !important;
	color:#666 !important;
	background-color:#FFF !important;	
}
.acc_active
{
	color:#35a0ba !important;
}
.acc_head
{
	background: #ffffff !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100% !important); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ) !important; /* IE6-8 */


}



.log-in {
	margin-top: 180px;
	background: none !important;
	border: none;
	box-shadow: none !important;
}
.right-img {
	float: right;
	margin-bottom: 10px;
}
.container-form {
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#ffffff));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
	/* IE 10 */
	background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ffffff, #f6f6f6);
	width: 80%;
	margin: 0px auto 0px auto;
	overflow: hidden;
	border-radius: 10px;
	padding: 10px;
}
.head {
	background: url(../images/logo.png) no-repeat 0 0;
	width: 171px;
	height: 38px;
	float: left;
	margin: 20px 10px 0px 0px;
}
.imgg {
	margin: 0px 0px 0px 35px;
}
#txtLoginID, #txtOuterLoginID
{
	
	/*background: url(../images/input-bg.png) no-repeat 0 0;*/
	border: 0px;
	width: 100%;
	height: 35px;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 0px 0px;
	font-family:  'Open Sans', sans-serif;
	outline:none;
	border: #E6E6E6 solid 1px;
	border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
}
#txtLoginPassword, #txtOuterLoginPassword
{
	
	/*background: url(../images/input-bg.png) no-repeat 0 0;*/
	border: 0px;
	width: 100%;
	height: 35px;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 0px 0px;
	font-family:  'Open Sans', sans-serif;
	outline:none;
	border: #E6E6E6 solid 1px;
	border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
}
#username {
	/*background: url(../images/input-bg.png) no-repeat 0 0;*/
	border: 0px;
	width: 100%;
	height: 35px;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 0px 0px;
	font-family:  'Open Sans', sans-serif;
	outline:none;
	border: #E6E6E6 solid 1px;
	border-radius:5px;
}
#form-olvidado
{
	padding:0 30px;
}
.admn-lbl {
	width: 99px;
	float: left;
	margin: 12px 0px 0px 0px;
	font-weight: normal;

}
.submit {
	width: 110px;
	height: 37px;
	text-align: center;
	border: 0px;
	text-shadow: 1px 1px 1px #2E2E2E;
	color: #fff;
	font-family: 'open_sansregular';
	font-size: 16px;
	float: right;
	margin: 13px 0px 0px 0px;
	cursor: pointer;
	background: #c2d83f;
	border-radius: 6px;
	border-bottom: 3px solid #9fb329;
}
.submit:hover {
	background: #9fb329;
	border-bottom: 3px solid #c2d83f;
}

.padding0px
{
	padding:0px !important;
}
.but-ui
{
	width:200px;
}

.thank-bg
{
	background:url(../images/bg-blue.png) repeat 0 0;
	height:400px;
}