@charset "utf-8";
/*---------------------------General Clases---------------------------------------*/
body {font-family:Arial, Helvetica, sans-serif; background:#f7f7f7 url(images/main-tail.gif) repeat; color:#666666; font-size:12px;}
article, aside, audio, canvas, command, datalist, details, figcaption, figure, footer, header, hgroup, keygen, mark, menu, meter, nav, output, progress, rp, rt, ruby, section, source, summary, time, video, wbr {display:block;}

/*table style*/
table {background: rgba(225, 225, 255, 0.2); border:1px solid #cccccc; border-right:none; border-bottom:none;}
td {padding:3px 8px; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc;}
td a {}
td p {padding:0;}
tr {}
/* End table style*/




h3, h4, h5, h6, body, form, ul {margin:0; padding:0; list-style-type:none;}
h1 {}
h2 {}
h3 {font-weight:normal; margin:0 0 5px 0;}
h4 {}
h5 {}
h6 {}
h1, h2, h3, h4, h5 {padding:8px 0;}


.left {float:left;}
.right {float:right;}
.sp { /* MOD*/clear:both;}
.spLeft {/* MOD*/clear:left;}
.spRight {clear:right;}
a img{ border:0;}






/* FIX IE7*/
html* {z-index:2;}
#navigation * {z-index:3;}

/* fon-style */
#fon-style {
position: relative;
z-index:1px;
top:0;
left:0;
width:100%;
background:#123663;
background: radial-gradient(circle farthest-side, #2669c0, #123663);
background: -o-radial-gradient(circle farthest-side, #2669c0, #123663);
background: -moz-radial-gradient(circle farthest-side, #2669c0, #123663);
background: -ms-radial-gradient(circle farthest-side, #2669c0, #123663);
background: -webkit-radial-gradient(circle farthest-side, #2669c0, #123663);
border-bottom:2px solid #ffffff;
-moz-box-shadow: 5px 5px 5px 0px #dfdfdf;
-webkit-box-shadow: 5px 5px 5px 0px #dfdfdf;
box-shadow: 5px 5px 5px 0px #dfdfdf;
}

/* BEGIN LAYOUT */
.conteiner {
position:relative;
z-index:2;
top:0;
width:990px;
margin:0 auto;
}

.b-container {
position:relative;
width:990px;
margin:0 auto;
}




.branches { border-bottom:1px solid #fff; height:20px; padding-top:3px; color:#fff;}

.branches select { border:none; margin:0; padding:0 2px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
select option {}


.usab {color:#fff; margin:0 5px; text-decoration:none;}
.usab .fa {margin:3px 0 0 0; padding:0;}


/* BEGIN HEADER */
.header-b {position:relative; margin:0; padding:0;}
.header-b .topmenu{ 
position:absolute;
top:0;
right:0;
color:#123663;
padding:0 20px;
background: #ffffff;
border-radius:0 0 10px 10px;
-moz-border-radius:0 0 10px 10px;
-webkit-border-radius:0 0 10px 10px;
-khtml-border-radius:0 0 10px 10px;
box-shadow: 0 0 5px #e3e3e3;
-moz-box-shadow: 0 0 5px #e3e3e3;
-webkit-box-shadow: 0 0 5px #e3e3e3;
}
.header-b .topmenu li{
float:left;
margin:4px 0 4px 10px;
padding:0 0 0 10px;
border-left:1px solid #123663;
}
.header-b .topmenu li a{color:#123663; text-decoration:none}
.header-b .topmenu li a:hover{color:#4080d4;}
.header-b .topmenu .first{
border-left:0;
margin-left:0;
padding-left:0;
}





.header-b .left {width: auto; margin:18px 0; padding:0;}
.header-b .left .logo {float:left; margin:0; padding:0 35px 0 0;}
.header-b .left .slogan {
float:left;
font-size:14px;
color:#ffffff;
font-style: normal;
text-transform:uppercase;
border-left:1px solid #ffffff;
margin:28px 0 0 0;
padding:0 0 0 35px;
}



.header-b .contacts {
	float:right;
	margin-top:7px;
	text-align:right;
	color:#fff;
	font-size:14px;
}
.header-b .contacts a { color:#fff; text-decoration:none;}
.header-b .contacts a:hover {text-decoration: underline;}
.b-siteinfo_item {font-style:normal; line-height:1.4;}

.b-phone { font-size:22px; line-height:1.3;}






/* BEGIN SEARCH */
#search {
width:230px;
height:34px;
background: #efefef;
margin:0 0 32px 0;
position:relative;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
#search .submit {
position:absolute;
width:16px;
height:14px;
background:url(images/bSearch.png) left top no-repeat;
left: 13px;
top: 10px;
border:0;
}
#search .text {
position:absolute;
background:none;
border:0;
width: 185px;
height:28px;
font-size:12px;
margin: 2px 0 0 35px;
color:#666666;
outline:none;
}

/* BEGIN SIDEBAR */
#sidebar {
float:left;
width:230px;
margin-left:32px;
}
#sidebar .box {margin-bottom:32px;}
#sidebar .box em {
background:url(images/marker.png) left center no-repeat;
font-size:11px;
display:block;
color:#4482d2;
margin:0 0 3px 0;
padding-left:15px;
}
#sidebar .box em b {
font-size:11px;
color:#666666;
font-style:normal;
float:right;
}
#sidebar ol {
color:##4482d2;
font-size:11px;
margin:0;
padding:20px 20px 6px 29px;
font-weight:bold;
}
#sidebar ol li {padding:0 0 16px 3px;}
#sidebar ol li a {
color:#666666;
font-size:12px;
text-decoration:none;
line-height:162%;
font-weight:normal;}
#sidebar ol li a:hover{color:#999999;}
.box .content div {float:none; margin:0; padding:2px;}
.box .content div a {color: #4482d2;}
#sidebar .box .title span {
display:block;
padding:15px 0 13px 30px;
font-size:14px;
text-transform:uppercase;
font-weight:normal;
color:#ffffff;
background:#3e88d7;
background: linear-gradient(225deg, #3e88d7, #3676d0);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3676d0), to(#3e88d7));
background: -webkit-linear-gradient(225deg, #3e88d7, #3676d0);
background: -moz-linear-gradient(225deg, #3e88d7, #3676d0);
background: -ms-linear-gradient(225deg, #3e88d7, #3676d0);
background: -o-linear-gradient(225deg, #3e88d7, #3676d0);
}
#sidebar .box .title {padding:1px; font-size:14px;}
#sidebar .box ul {padding:0 5px;}
#sidebar .box ul li {padding:1px 0; border-top:1px solid #e3e3e3;}
#sidebar .box ul .first {border:0;}
#sidebar .box ul li a {
padding:10px 0;
display:block;
color:#666666;
text-decoration:none;
font-size:12px;
}
#sidebar .box ul li a:hover{color:#4482d2; background:#fbfafa;}
#sidebar .box ul li .active{color:#4482d2;}
#sidebar .box ul li.last {border-bottom:0px;}
#sidebar #icons {text-align:left; padding-left:32px;}
#sidebar #icons img {}

#sidebar .box .rss { display:block; background:url(images/rss.png) 2% center no-repeat; width:80%; padding:12px 0 12px 20%; color:#666; text-decoration:none; text-transform:uppercase; border:1px solid #e3e3e3;}
#sidebar .box .rss:hover { background: #E1E1E1 url(images/rss.png) 2% center no-repeat;}




/* BEGIN CONTENT */
#conteiner-main {
position: relative;
z-index:1;
width:990px;
margin:0 auto -60px;
}

#main {
background:#ffffff;
padding:32px;
min-height:600px;
border-radius:0 0 10px 10px;
-moz-border-radius:0 0 10px 10px;
-webkit-border-radius:0 0 10px 10px;
-khtml-border-radius:0 0 10px 10px;
box-shadow: 0 0 5px #e3e3e3;
-moz-box-shadow: 0 0 5px #e3e3e3;
-webkit-box-shadow: 0 0 5px #e3e3e3;
}

#content{float:left; width:662px;}


#content a, #no_sidebar_content a{color:#4482d2;}
#content a:hover, #no_sidebar_content a:hover{color:#4482d2; text-decoration:none}


.b-title { background:url(images/play.png) left center no-repeat;
color:#4482d2;
text-transform:uppercase;
font-weight: bold;
font-size:18px;
padding:15px 0 15px 20px;
}
.home-title {background: none; padding:0 0 15px 0;}




#detail{
line-height:175%;
margin-bottom:30px;
padding-bottom:32px;
font-size:12px;
margin-top:-7px;
}
.homepage_widget{
line-height:175%;
font-size:12px;
margin-top:-7px;
overflow:hidden;
height:100%;
margin-bottom:30px;
}

.line{border-bottom:1px solid #E3E3E3; padding-bottom:32px;}

.homepage_widget p{
float:left;
margin:0 0 0 10px;
text-align:center;
}

.homepage_widget .first{margin-left:0;}
.homepage_widget .image{
display:block;
background:#fefefe;
text-align:center;
padding:1px;
border:1px solid #e3e3e3;
}

.homepage_widget img{}

#content .homepage_widget p a{color:#666666; text-decoration:none}
#content .homepage_widget p a:hover{color:#4482d2;}
#content ul{ margin:0 0 5px 20px; list-style:disc}
#content ul li{ margin:0 0 5px 0;}

.comments{}
.comments .comment{ background-color:#f8f8f8;  padding:10px;}
.comments .next_row{ background-color:#f2f2f2}
.comment_info{ overflow:hidden; height:30px;}
.comment_info b{ float:left; color:#4482d2;}
.comment_info span{ float:right; font-weight:bold; font-size:11px;}
.comment_form_info{ overflow:hidden; height:100%}
.comment_form_info .textbox{ float:left; width:300px;}
.comment_form_info .textbox_spacer{ float:left; width:18px; height:1px;}
.comment_form_info .captcha{ width:100px;}


#post {margin-bottom:10px;}
#post h2 {font-size:18px; margin:0 0 10px 0; padding:0; }

.errors{ color:#F00}




/*********************************************/
/***** Breadcrumbs BEGIN *****/
/*********************************************/
.b-breadcrumbs {
	width:662px;
	height:14px;
	margin:0;
	padding:0;
	color: #999;
	background:#efefef;
}

.g-clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.b-breadcrumbs_item{
	float: left;
	list-style:none;
	margin:0;
	padding:0;
}
.b-breadcrumbs_item-link {color:#4482d2; text-decoration:none; margin:0; padding:0;}
.b-breadcrumbs_item:not(:last-child):after{
	content: '/';
	margin: 0 10px;
}
/* S */
@media(max-width:768px){
	.b-breadcrumbs_item:last-child{
		display: none;
	}
}
/*********************************************/
/***** END Breadcrumbs *****/
/*********************************************/













/* BEGIN FOOTER */

.b-footer {
position: relative;
width:100%;
padding-top:75px;
background:#123663 url(images/fon-style-bg.html) bottom  repeat-x;
background: radial-gradient(circle farthest-side, #2669c0, #123663);
background: -o-radial-gradient(circle farthest-side, #2669c0, #123663);
background: -moz-radial-gradient(circle farthest-side, #2669c0, #123663);
background: -ms-radial-gradient(circle farthest-side, #2669c0, #123663);
background: -webkit-radial-gradient(circle farthest-side, #2669c0, #123663);
}

.b-footer .b-container {
	overflow:hidden;
	padding:30px 0 50px;
	text-transform:uppercase;
}

.b-footer .left {
	color:#fff;
	line-height:1.5;
}


.b-footer .left .webstudio {font-size:12px; text-transform:none; color: #fffc00;}
.b-footer .left .webstudio a { color:#ffffff; text-transform:none;}

.b-footer ul {font-size:12px; float:right;}
.b-footer li{
float:left;
padding:0 15px;
border-right:1px solid #fff;
}


.f-last:last-child {padding-right:0; border-right: none !important;}

.b-footer a {
color:#ffffff;
text-decoration:none;
font-style: normal;
text-transform:uppercase;
}
.b-footer a:hover {text-decoration:underline;}
.f-active { font-weight:bold; color:#fffc00 !important;}











/* Contacts */
.right-cont {float:right; width:425px;}
.right-cont .title {color:#4482d2; font-size:18px; margin:0; padding:0;}

.left-cont {float:left; width:470px;}

.maps {padding-top:50px;}
/* End Contacts */








/*blogs styles*/
#bloglinks {
width:auto;
margin-top: 50px;
padding:0 0 10px 0;
clear:both;
background:#eeeeee;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
box-shadow:inset 2px 2px 2px #dedede;
}
#blogdalee {
float:right;
margin:-20px 5px 0 0;
padding: 5px 10px 5px 10px;
background:#2669c0;
background: linear-gradient(#1776f2, #2669c0);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2669c0), to(#1776f2));
background: -webkit-linear-gradient(#1776f2, #2669c0);
background: -moz-linear-gradient(#1776f2, #2669c0);
background: -ms-linear-gradient(#1776f2, #2669c0);
background: -o-linear-gradient(#1776f2, #2669c0);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
#blogdalee a {
color:#ffffff;
text-decoration:none;
}
#blogdalee a:hover {
color:#e5e5e5;
}
#blogdalee:hover {
color:#e5e5e5;
background: linear-gradient(#2669c0, #1776f2);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1776f2), to(#2669c0));
background: -webkit-linear-gradient(#2669c0, #1776f2);
background: -moz-linear-gradient(#2669c0, #1776f2);
background: -ms-linear-gradient(#2669c0, #1776f2);
background: -o-linear-gradient(#2669c0, #1776f2);
}
#blogcoments {
padding:10px 0 0 8px;
width:150px;
}
#blogcoments a {
color:#2669c0;
text-decoration:none;
}
#blogcoments a:hover {
color:#387bd2;
text-decoration: underline;
}
/*end blogs styles*/


.homeBox {
position: relative;
float: left;
display: block;
margin: -34px 0 32px 0;
}
.homeBox .one_fourth {
text-align: center;
overflow: hidden;
background:#2d4a73;
background: linear-gradient(225deg, #426da1, #2d4a73);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2d4a73), to(#426da1));
background: -webkit-linear-gradient(225deg, #426da1, #2d4a73);
background: -moz-linear-gradient(225deg, #426da1, #2d4a73);
background: -ms-linear-gradient(225deg, #426da1, #2d4a73);
background: -o-linear-gradient(225deg, #426da1, #2d4a73);
border: 1px solid #E1E1E1;
height: 228px;
width: 306px;
margin-right:0px;
-webkit-transition: background 0.5s linear;
-moz-transition: background 0.5s linear;
-o-transition: background 0.5s linear;
transition: background 0.5s linear;
}
.one_half, .one_third, .two_thirds, .one_fourth, .three_fourths, .one_fifth, .two_fifth, .three_fifths, .four_fifths {
position: relative;
margin: 0;
margin-right: 3.8%;
float: left;
}

.homeBox .one_fourth div, .homeBox .last div {
padding: 10px;
}

.homeBox .one_fourth:hover{
background:#ffffff;
}

.homeBox .one_fourth .boxImage {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.homeBox .one_fourth:hover .boxImage {
position: relative;
-webkit-animation: moveFromTop 350ms ease;
-moz-animation: moveFromTop 350ms ease;
-ms-animation: moveFromTop 350ms ease;
}

.homeBox .one_fourth h2 {
color: #ffffff;
font-size:22px;
text-transform:uppercase;
margin: 0 0 5px 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.homeBox .one_fourth:hover h2 {
position: relative;
color:#2d4a73;
-webkit-animation: moveFromTop 200ms ease;
-moz-animation: moveFromTop 200ms ease;
-ms-animation: moveFromTop 200ms ease;
}

.homeBox .one_fourth .boxDescription {
color: #ffffff;
margin: 0 0 10px 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.homeBox .one_fourth:hover .boxDescription {
position: relative;
color:#2d4a73;
-webkit-animation: moveFromBottom 500ms ease-in-out;
-moz-animation: moveFromBottom 500ms ease-in-out;
-ms-animation: moveFromBottom 500ms ease-in-out;
}

@-webkit-keyframes moveFromTop {
    from {
        top: -600px;
    }
    to {
      	top: auto;
    }

}

@-moz-keyframes moveFromTop {

    from {
        -moz-transform: translateY(-600%);
    }
    to {
        -moz-transform: translateY(0%);
    }

}

@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-600%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        bottom: -400px;
    }
    to {
       	top: auto;
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(400%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(400%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}






























/*********************************************/
/***** fancyBox BEGIN *****/
/*********************************************/
.fancybox-overlay{
	background: rgba(0,0,0,0.7);
}
.fancybox-nav span{
	font-size: 3em;
	margin-top: -1em;
	display: block;
}
.fancybox-nav.fancybox-prev{
	left: 0;
}

.fancybox-nav.fancybox-next{
	right: 0;
}
.fancybox-nav.fancybox-prev span:before{
	content: "\f104"
}
.fancybox-nav.fancybox-next span:before{
	content: "\f105";
}
.fancybox-nav.fancybox-prev span{
	left: 10px;
}
.fancybox-nav.fancybox-next span{
	right: 10px;
}
.fancybox-nav span {
	visibility: visible;
}
#fancybox-loading div:before{
	content: "\f110";
	font-size: 3em;
	color: #fff;
	-webkit-animation: fa-spin 1.5s infinite linear;
  	animation: fa-spin 1.5s infinite linear;
}
#fancybox-loading{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	cursor: pointer;
	z-index: 8060;
}
.fancybox-close:before{
	padding: 10px;
	content: "\f00d";
	font-size: 2em;
}
.fancybox-close{
	position: absolute;
	top: 35px;
	right: 25px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-inner p{
	padding-right: 20px; /*close button over text*/
}
.fancybox-title{
	padding: 5px;
}
/*********************************************/
/***** END fancyBox *****/
/*********************************************/



/*********************************************/
/***** Forms BEGIN *****/
/*********************************************/
.g-form-m{

}
.g-form-m__field{
	display: block;
	margin-top: 1.5em;
}
.g-form-m__field:first-child{
	margin-top: 0;
}
.g-form-m__field-title{
	margin-bottom: 0.5em;
	color: #000;
	font-weight: bold;
}
.g-form-m__field-title_req:after{
	content: '*';
	margin-left: 2px;
	font-weight: normal;
	color: #ff1f37;
	font-size: 12px;
}
.g-form-m__field-section{	
	display: block;
	position: relative;
}
.g-form-m__field-input,
.g-form-m__field-area{
	display: block;	
	border: 1px solid #e4e4e4;
	font-size: 0.9em;
	color: #333;
}
.g-form-m__field-input{
	width: 100%;
	height: 2.5em;
	line-height: 2.4em;
	padding: 0 0.9em;
}
.g-form-m__field-captcha{
	position: relative;
	padding-right: 160px;
}
/* S */
@media(max-width:768px){
	.g-form-m__field-captcha{
		padding-right: 0;
	}
}
.g-form-m__field-captcha-image{
	position: absolute;
	right: 0;
	top: 0;
}
/* S */
@media(max-width:768px){
	.g-form-m__field-captcha-image{
		position: static;
		margin-top: 0.5em;
	}
}


.g-form-m__field-area{
	max-width: 100%;
	min-width: 100%;
	padding: 0.65em 0.9em;
	resize: vertical;
}
.g-form-m__field-icon{
	position: absolute;
	top: 8px;
	color: #999;
}
.g-form-m__field-error{
	color: red;
	font-size: 0.9em;
}
.g-form-m__field-desc{
	display: block;
	color: #666;
	font-size: 0.9em;
	vertical-align: top;
}
.g-form-m__buttons{
	margin-top: 2em;
}
.g-form-m__button-submit{
	margin-right: 1em;
}
.g-form-m__add-links{
	margin-top: 1em;
}
.g-form-m__add-link{
	display: inline-block;
	margin: 0 0.5em 0 0;
}

.g-form-m__message{	
	margin-bottom: 2em;
	padding: 5px 10px;
	font-size: 0.9em;
}
.g-form-m__message_success{
	background-color: #f9f6e7;
	border: 1px solid #e4cb59;
}
.g-form-m__message_error{
	background-color: #ffefe8;
	border: 1px solid #e89b88;
}
.g-form-m__message-item{
	margin: 5px 0;
}

.g-form-m__field_icon-left .g-form-m__field-input{
	padding-left: 25px;
}
.g-form-m__field_icon-left .g-form-m__field-icon{
	left: 8px;
}
.g-form-m__field_icon-right .g-form-m__field-input{
	padding-right: 25px;
}
.g-form-m__field_icon-right .g-form-m__field-icon{
	right: 8px;
}



.g-form-m__field_title-left .g-form-m__field-title{
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 0;
}
.g-form-m__field_title-left .g-form-m__field-section{
	display: inline-block;
	vertical-align: middle;
}
.g-form-m_main{
	padding: 2em 3em;
	background-color: #f4f4f4;
}



/** Small forms using in footer, small modal windows and other aside blocks **/
.g-form-s__section{
	display: block;
	position: relative;
	border: 1px solid #4e4e4e;
}
.g-form-s__icon{
	position: absolute;
	top: 9px;
	border: 0;
	outline: 0;
	background-color: transparent;
	color: inherit;
	padding: 1px;
}

.g-form-s_icon-left .g-form-s__icon{
	left: 10px;
}
.g-form-s_icon-left .g-form-s__input{
	padding-left: 30px;
}
.g-form-s_icon-right .g-form-s__icon{
	right: 10px;
}
.g-form-s_icon-right .g-form-s__input{
	padding-right: 30px;
}

.g-form-s__input{
	width: 100%;
	background-color: transparent;
	border: 0;
	color: #fff;
	padding: 8px 5px;
}
.g-form-s__input:focus{
	background-color: #fff;
	color: #333;
}

.g-form-s__submit{
	width: 100%;
	height: 40px;
	margin-top: 1em;
	border: 0;
	border-radius: 2px;
	color: #fff;
	background-color: rgb(65, 65, 65);
	background-color: rgba(65, 65, 65, 0.5);
}
.g-form-s__submit:hover{
	background-color: rgba(89, 89, 89, 0.5);
}



form .submit {
border:none;
padding:8px 30px;
font-size:12px;
color:#ffffff;
margin-bottom:10px;
font-weight:bold;
cursor:pointer;
text-transform:uppercase;
background:#2669c0;
background: linear-gradient(#1776f2, #2669c0);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2669c0), to(#1776f2));
background: -webkit-linear-gradient(#1776f2, #2669c0);
background: -moz-linear-gradient(#1776f2, #2669c0);
background: -ms-linear-gradient(#1776f2, #2669c0);
background: -o-linear-gradient(#1776f2, #2669c0);
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
form .submit:hover {
color:#ffffff;
background: linear-gradient(#2669c0, #1776f2);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1776f2), to(#2669c0));
background: -webkit-linear-gradient(#2669c0, #1776f2);
background: -moz-linear-gradient(#2669c0, #1776f2);
background: -ms-linear-gradient(#2669c0, #1776f2);
background: -o-linear-gradient(#2669c0, #1776f2);
}
/*********************************************/
/***** END Forms *****/
/*********************************************/
