/* reset.css */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    min-width: 1200px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*   -----------------------Код сайта-----------------------    */

body {
    background-color: #f9f9f9;
    font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
}


.header-top {
	height: 100px;
	border-top: 2px solid #a6a6a6;
	border-bottom: 1px solid #ffffff;
	background-color: #fff;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}
h4{
    font-size: 18px;
    margin-bottom: 10px;
}
h5{
    font-size: 14px;
}
h6{
    font-size: 10px;
}

.header-top-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.meny {
    text-decoration: none;
    background-color: #e5e5e5;
}

#logo {
    font-size:19px;
    line-height:5px;
    float: left;
    width: 76px;
    text-align: center;
	padding-top: 10px;
}

#logo a {
    text-decoration: none;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
}

#logo img {
    width: 300px;
}
.logo {
    float: left;
    width: 548px;
    color: #787878;
    line-height:30px;
    margin-left: 250px;
    font-size:14px;
    font-family: 'PT Sans', sans-serif;
}

.logo div{
	float: left;
	padding-left: 10px;
}
.top-block{
	width: 180px;
	padding-top: 10px;
}
.top-block img{
	width: 60px;
	float: left;
	padding-top: 7px;
}
.top-block span{
    float: left;
    padding: 18px 0px 0px 5px;
	width: 85px;
	line-height: 20px;
}
.contacts {
    float: right;
}

.contacts-tell {
    margin-top: 25px;
	font-size:30px;

}

.contacts-callback {
    float: right;
    margin-top: 5px;
}

/*   -----------------------Меню-----------------------    */
.meny {
    clear:both;
}

.meny-p {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.meny-p ul li {
    display:inline-block;
    height: 41px;
    text-align: center;
    font-family: "Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.meny-p a {
    line-height:41px;
    margin: 0px 20px;
    color: #0f2f3e;
}

.meny-p ul li:hover {
     background-color: #cfcfcf;
     background-position: right center;
}

.meny-p ul li:active {
     background-color: #ababab;
     background-position: right center;
}

/*   -----------------------Слайдер-----------------------    */

.slider {
    background-image: url(/wp-content/themes/mysite/images/fon-img.jpg);
}

.slider-big {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: block;
    height: 500px;
    position: relative;

}
.slider-big h1{
    font-size: 60px;
    text-align: center;
    color: #fff;
    padding-top: 150px;
}
.slider-big-services{
    text-align: center;
    padding-top: 30px;
    color: #fff;
    font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
}
.slider-big-services ul{
    padding: 10px 0px 0px 15px;

}
.slider-big-img{
    float: right;
    padding-top: 40px;
}

.scroll-down {
	bottom: 20px;
	position: absolute;
	left: 50%;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: block;
	z-index: 10;
    text-align: center;
}

.scroll-down span{
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/*   -----------------------Блог-----------------------    */
.topblog{
	margin: 20;
	text-align: center
    text-decoration: none;
    background-color: #f9f9f9;
    height: 300px;
}
h1 {
	font-size: 30px;
}

h2 {
	font-size: 20px;
}

.blog{
    text-decoration: none;
    background-color: #f9f9f9;
    height: 300px;
}

.blog-big h1{
	margin-bottom: 20px;
}

.blog-big{
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.blog-big a{
	font-size: 18px;
	color: #16395a;
}

.blog-big li{
    list-style-type: none;
    display: inline;
    float: left;
    width: 25%;
	padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 25px;

}

.blog-big h3{
    font-family: "Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 20px 20px 20px 0px;
    font-size: 25px;
}

.news-image {
    position: relative;
    z-index: 1;
	overflow: hidden;
    height: 240px;
}

.autor-post {
    font-family: 'PT Sans', sans-serif;
    float: left;
    font-size: 14px;
    line-height: 20px;
}

.autor-post img{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-left: 26px;
    margin-top: -43px;
    position: relative;
    z-index: 2;
    background-position: 0% 50%;
}

.autor-post a{
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    margin-left: 10px;
    color: #4DBDEB !important;
    font-weight: bold;
}

.time-post {
    float: right;
    width: 30%;
    font-size: 14px;
    line-height: 20px;
    color: #5D6769;
    font-size: 12px;
}

.news-title a{
	clear:both;
    font-family: 'PT Sans', sans-serif;
    float: left;
    margin-left: 5px;
    font-size: 20px;
    color: #6b787f;
    margin-top: 10px;
}

.news-title a:hover {
	color: #50acd2;
}

.news-category {
    clear: both;
    margin-left: 5px;
    font-size: 14px;
    line-height:30px;
    color: #50acd2;
}

.news-category a{
    color: #50acd2;
    text-decoration: none;
}

.news-description {
	font: normal 15px / 25px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    margin-bottom: 20px;
    padding-right: 25px;
    height: 50px;
    word-spacing: normal;
    color: #676b6d;
}

.news-category-bottom-more2{
    float: left;
    border-color: #4DBDEB;
    color: #4DBDEB;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    line-height: 38px;
    padding: 0px 15px 0px 15px;
    text-decoration: none;
}
.news-category-bottom-more2:hover{
    border-color: #2299cc;
    color: #2299cc;
}
.news-category-bottom-likes, .news-category-bottom-comments{
    float: left;
    margin-left: 100px;
    font-size: 20px;
    margin-top: 10px;
    color: #99A2A3;
}
.news-category-bottom-comments{
    float: left;
    margin-left: 120px;
}
.news-category-bottom-comments a{
    color: #99A2A3;
    text-decoration: none;
}
.news-category-bottom-comments a:hover{
    color: #2299cc;
}

.pagination{
	clear:both;
	padding: 0px;
	float: left;
}
.page-numbers{
	border: 1px solid #4DBDEB;

	padding: 5px 15px;
}

/*   -----------------------Материал-----------------------    */
.img-article {
	position: relative;
	margin-bottom: 20px;
    overflow: hidden;
	/*height: 235px;*/
}


.autor-article-name{
    margin: -47px 0px 40px 110px;
}

.autor-article img{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-left: 26px;
    margin-top: -63px;
    position: relative;
    z-index: 2;
    background-position: 0% 50%;
}

.autor-article a{
    margin-left: 10px;
    color: #4DBDEB !important;
    font-weight: bold;
}

.time-article {
    float: right;
    margin-top: -20px;
    line-height: 20px;
    color: #9e9e9e;
    font-size: 12px;
}

.title-article {
    clear:both;
	float: left;
}

.autor-article {
    float: left;
    font-size: 14px;
    line-height: 20px;
}


.entry img{
	margin-right: 10px;
}

.entry ul {
	list-style-type: square;
	margin-left: 40px;
}
.entry ol {
	list-style-type: decimal;
    margin-left: 40px;
}

.entry strong {
	font-weight: bold;
}

.entry em {
	font-style: italic;
}

.single {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    background-color: #f9f9f9;
    padding: 20px 0px 50px 0px;
}

.single-left-block {
    float: left;
	padding-left:15px;
	width: 900px;
    font: normal 15px / 25px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #676b6d;
}

.single-left-block h1 {
	font: normal 700 35px / 44px "Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 15px;
	color: #262b2e;
}
.single-left-block h2 {
	margin-top: 25px;
    margin-bottom: 15px;
	color: #262b2e;
	font: normal 600 30px / 44px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}

.single-left-block h3 {
	color: #262b2e;
	font: normal 600 26px / 44px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}
.single-left-block p{
    margin-bottom: 10px;
	margin-top: 0.71429em;
    /*text-indent: 1.5em;*/
}

.single-left-block a{
    color: #33bee5;
    margin-bottom: 0.71429em;
   /* text-indent: 1.5em; */
    text-decoration: none;
}


/* Дизайн материала*/


.key {
    background: #5a5a5a;
    display: inline-block;
    padding: 0 7px;
    color: #fff;
    border-radius: 2px;
    text-shadow: none;
    border: 1px solid #5a5a5a;
	margin-bottom: 5px;
}




/* Разметка wordpress*/

blockquote {
	padding: 1px 20px 10px;
    margin: 20px 0 20px 0;
    background: #fbf7eb;
    border-left: 7px solid #e5cf82;
}

.social{
	width: 100%;
	height: 180px;
	padding: 20px 30px 33px;
	background-color: #eee;
	text-align: center;
	margin-bottom: 20px;
}

.social-height{
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}

.email-search{
	margin-top: 10px;
}

.email-title{
	float: left;
	width: 185px;
	font-size: 18px;
}

.email-form{
	float: left;
	margin-left: 15px;
}

.breadcrumbs{
    padding:8px 15px;
    margin:0 0 20px;
    list-style:none;
    background-color:#f5f5f5;
    border-radius:4px
}

.breadcrumbs li{
    display: inline;
}

.comments i{
    color: #777;
}

.tags a:before{
	content: " ";
}

.tags a{
	background-color: #eeeeee;
	padding: 10px 15px;
	border-radius: 4px;
	color: #2a6496;
}

.tags-player {
	background-color: #eeeeee;
	padding: 10px 15px;
	border-radius: 4px;
	color: #2a6496;
	margin-right: 15px;
}


/*   -----------------------Правый блок-----------------------    */


.single-right-block {
    float: left;
    width: 300px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 10px;
}

/*   ---- Форма поиска ----    */
.search-querys{
    border-radius: 2px;
    padding: 10px;
    width: 207px;
    border: 1px solid #ddd;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}


.email-form-text{
	width: 295px;
	font-size: 18px;
}

.search-btns{
    width: 70px;
	height: 38px;
    padding: 10px;
    border: 1px solid #ddd;
    margin-left: -4px;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: #4DBDEB;
    border-bottom-color: #3594BA;
    border-top-color: #A6E2F7;
    box-shadow: 1px 1px 0 0 #3594BA,1px -1px 0 0 #3594BA,-1px 1px 0 0 #3594BA,-1px -1px 0 0 #3594BA;
    color: #fff;
}
.search-btns:hover{
    width: 70px;
    background-color: #28aee5;
    border-top-color: #26a1d3;
}

/*   ---- Форма блока ----    */
.widget-header {
    margin: 0 0 1em 0;
    background: #eee;
}

.widget-title {
    display: inline-block;
    margin: 0;
    padding: 0.5em 1em;
    font-family: 'Hammersmith One', Tahoma, Arial;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    background: #2299cc;
}

.textwidget{
    background-color: #f9f9f9;
}

/*   ---- Форма блока меню ----    */
.widget-header2 {
    margin: 0 0 1em 0;
    background: #eee;
}



.widget-title2 {
	float: left;
    display: inline-block;
    margin: 0;
    padding: 0.5em 1em;
    font-family: 'Hammersmith One', Tahoma, Arial;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    background: #2299cc;
}

.widget-header2 select{
	width: 185px;
	height: 28px;
	float: right;
	border-radius: 2px;
}

.widget-header2 label {
	display: none;
}

/*   ---- Форма меню разделов ----    */

.menu-blog-container, #banner2 {
    margin-bottom: 25px;
}

.menu-blog-container ul{
    list-style-image: url(../images/li.png);
    margin-left: 25px;
}

.menu-blog-container li{
    padding: 8px 0;
    border-bottom: 1px dashed #d6d6d6;
    text-align: left;
}

.menu-blog-container li a{
    font-family: 'Hammersmith One', Tahoma, Arial;
    font-size: 12px;
    text-decoration: none;
    color: #777;
}

.menu-blog-container li a:hover{
    color: #33bee5;
}

 .menu-blog-container i{
    color: #777;
    padding-right: 8px;
}

/*   ---- Форма новых записей ----    */
.text ul{
    margin-bottom: 25px;
}
.text li {
    padding: 10px;
    border-bottom: 1px dashed #d6d6d6;
    text-align: left;
}

.text a{
    font-family: 'Hammersmith One', Tahoma, Arial;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #33bee5;
}

.text span{
    font-family: 'Hammersmith One', Tahoma, Arial;
    color: #999;
    font-size: 10px;
    display: block;
    margin-top: 10px;
}

/*   -----------------------Сертификаты-----------------------    */

.ideas{
    clear:both;
    height:350px;

}

.ideas-big{
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    height: 500px;
    /*background-image: url(../images/cam.png);*/
    background-repeat: no-repeat;
    background-position: bottom right;
}
.ideas-big-left{
	width: 50%;
	float: left;
}
.ideas-big-left-roizvodstvo{
	width: 600px;
	font-size: 14px;
}
.ideas-big h3 {
    font-family: "Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 20px 20px 20px 0px;
    font-size: 25px;
}

.ideas-big img {
    width: 350px;
    margin-bottom: 25px;
}

    .skills {
	text-align: center;
}

.chart {
	position: relative;
	display: inline-block;
	margin: 20px 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

/*   -----------------------Портфолио-----------------------    */


.portfolio{
	clear:both;
	padding-bottom: 420px;
}

.portfolio-big{
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;

}

.portfolio-big h3{
    font-family: "Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 20px 20px 20px 0px;
    font-size: 25px;
}



.run_img {
    position: relative;
	float: right;
	width: 250px;
	margin-top: -75px;
    /* display: inline-block; */
    padding: 0 10px;
    padding-left: 35px;
    line-height: 45px;
    /* font-family: 'pf_square_sans_proitalic', Arial, serif; */
    font-size: 14px;
    color: #8EA1A4;
    border: 1px dashed #8EA1A4;
	margin-bottom: 10px;
    /* clear:both; */
}


.portfolio01{
	float: left;
	width: 340px;
	height: 340px;
	background-image: url(../images/portfolio/project1.png);
	position: relative;
}
.portfolio01 a{
	text-decoration: none;
	margin: 20px 30px 20px;
	position: absolute;
	color: #000;
}
.portfolio01 p{
	font-size:15px;
	margin-top: 10px;
	max-width: 210px;
}
.portfolio01 h4{
	font-size:35px;
	margin-top: 15px;
	line-height: 1.2;
}

.portfolio02{
	background-image: url(../images/portfolio/project2.png);
}

.portfolio03{
	background-image: url(../images/portfolio/project3.jpg);
}
.portfolioall{
	margin: 380px 39% 25px;
	width: 250px;
}

/*   -----------------------Форма обратного звонка-----------------------    */

.footercallback{
    clear: both;
    background-color: #0f2f3e;
    height: 400px;
    background-image: url(../images/slider_bg.jpg);
}

.footercallback-big{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer{
    clear:both;
    background-color: #16395a;
    height: 290px;
}

.foot-down {
	float: left;
	width: 100%;
	border-top: 1px solid #1f4971;
	margin-top: 20px;
	}
.creator {
	color: #66a1d8;
	float: right;}

#wind{
    width: 294px;
    padding: 20px 0px;
    margin-top: -45px;
    position: relative;
    z-index: 2;
    color: #fff;
    background-color: #144871;
    border-color: #76818d;
    font-size: 16px;
    border: 1px solid #4a7b98;
    border-radius: 4px;
}

.na07{
    margin-left: 15px;
}

.footer-copy-big{
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    font-family: 'PT Sans', sans-serif;
    color: #999999;
    font-size: 13px;
    line-height: 50px;
}

.input-groups {
    margin-bottom: 5px !important;
    position: relative;
    display: table;
    border-collapse: separate;
    float: left;
    width: 40%
}

.input-groups-addon, .forms-control, .input-groups-addon2, .forms-control2 {

    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    /*  display: table-cell; */
}

.input-groups-addon {
    padding: 11px 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.forms-control {
    height: 38px;
    padding: 6px 12px;
    font-size: 12px;
    width: 250px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-groups-addon2 {
    padding: 40px 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.forms-control2 {
    height: 96px;
    width: 250px;
    padding: 6px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}


.submit {
    padding: 10px 16px;
    color: #fff;
    background-color: #144871;
    border-color: #76818d;
    font-size: 16px;
    border: 1px solid #4a7b98;
    border-radius: 4px;
    z-index: 1;
}

.submit:hover {
    background-color: #2299cc;
}


.submit:active {
     background-color: transparent;
}


.slider-form {
    text-decoration: none;
    float: right;
    background-image: url(../images/slider_img.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 60%;
    height: 360px;
    margin-top: -35px;

}

/*   -----------------------Пол сайта-----------------------    */

.footer-copy {
    float: left;
}
.footer-copy-big a{
    text-decoration: none;
    color: #999999;
    font-family: 'PT Sans', sans-serif;
}

.social-foter {
    float: right;
    margin-right: 70px;
}

.social-list {
    list-style: none;
    padding: 0;
    margin: 4px -15px 0 -64px;
}
.social-list li {
    float: left;
}
.social-list li a {
    display: block;
    margin: 0 0 0 7px;
}
.social-list li a img {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.social-list li a img:hover {
    opacity: 0.9;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}


.footercallback-big h3 {
    text-align: center;
    font-family: "Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 20px;
    font-size: 35px;
    color: #fff;
}

.form-group {
  border-color: #fff;
  height: auto;
  padding: 10px 15px;
}

.scrollup{
    display: inline;
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
}
.cattd{
	width: 48%;
	float: left;
	padding: 0px 10px 50px 0px;

}
.footer-copy{
width: 25%;
}
.tell-f{
color: white;
margin-top: 0px;
}
.email-f{
    width: 280px;
	height: 40px;
 border-radius: 4px;
}

.foot-order-bt {
    width: 280px;
    border: 0px;
    /* display: block; */
    /* text-decoration: none; */
    /* cursor: pointer; */
    height: 35px;
    text-align: center;
    line-height: 16px;
  border-radius: 4px;
    /* background: #3877b0; */
    background: -moz-linear-gradient(top, #3877b0 0%, #25609d 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3877b0), color-stop(100%,#25609d)); */
    /* background: -webkit-linear-gradient(top, #3877b0 0%,#25609d 100%); */
    background: -o-linear-gradient(top, #3877b0 0%,#25609d 100%);
    background: -ms-linear-gradient(top, #3877b0 0%,#25609d 100%);
    background: linear-gradient(to bottom, #3877b0 0%,#25609d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3877b0', endColorstr='#25609d',GradientType=0 );
}
.ul-f{
    margin-top: -15px;
}
.ul-f li{
    height: 30px;
}
.ul-f a{
color: white;
}