/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height: 20px;
	color: #505050;
	background-color:#f7f7f7;
}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

::-webkit-input-placeholder {opacity: 1 !important;}
:-moz-placeholder {opacity: 1 !important;}
::-moz-placeholder {opacity: 1 !important;}
:-ms-input-placeholder {opacity: 1 !important;}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	outline:0;
	vertical-align:top;
	border:0;
	width:100%;
	max-width:100.1%;
	height:auto;
}

a {
	color:#333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-weight: bold;
}
a:hover,
a:focus {
	text-decoration:none;
	color:#C7C7C7;
	/*color:#64374f;*/
}

#page {overflow:hidden;}

.clear {
	clear:both;
	height:0;
	font-size:0;
}

section {padding: 25px 0;}

.container {
	padding-left: 30px;
	padding-right: 30px;
}




.margbot0 {margin-bottom:0 !important;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px !important;}
.margbot20 {margin-bottom:20px !important;}
.margbot25 {margin-bottom:25px !important;}
.margbot30 {margin-bottom:30px !important;}
.margbot35 {margin-bottom:35px !important;}
.margbot40 {margin-bottom:40px !important;}
.margbot50 {margin-bottom:50px !important;}
.margbot55 {margin-bottom:55px !important;}
.margbot60 {margin-bottom:60px !important;}
.margbot65 {margin-bottom:65px !important;}
.margbot70 {margin-bottom:70px !important;}
.margbot80 {margin-bottom:80px !important;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:10px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padtop0 {padding-top:0 !important;}


.center {text-align:center;}
.right {text-align:right;}



.slides .slide1 > div.container{
 animation-name: bgchange;
 animation-duration: 30s;
 animation-iteration-count: infinite;
 animation-timing-function: linear;
}
@keyframes bgchange{
    0%{ background-color: rgba(0,0,0,0.4); }
    25%{ background-color: rgba(128, 0, 255, 0.4); }
    75%{ background-color: rgba(0, 0, 255, 0.4); }
    100%{ background-color: rgba(0,0,0,0.4); }
}

#products .gallery_item > a.gallery_btn{
 display: none;
 background-color: #5d6000;
}

/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
.btn {
	margin: 0;
	padding: 12px 20px;
	border:0;
	border-radius: 0;
	box-shadow: none;
	text-transform:none;
	font-weight: 600;
	line-height: 20px;
	font-size: 16px;
	color:#fff;
	text-shadow: none;
	background:#333;
}
.btn:focus, .btn:hover {
	color:#fff;
	background-color:#64374f;
}

.btn-default {background:#333;}
.btn-active {
	color:#fff;
	background-color:#64374f;
}
.btn-active:hover {background:#333; color:#fff;}

.btn-white {background:#fff; color:#64374f;}
.btn-white:hover {background:#64374f; color:#fff;}

.btn-lg {padding:11px 30px; font-size:16px;}
.btn-sm {padding: 6px 20px 5px; font-size:13px;}
.btn-xs {padding: 2px 15px 3px; font-size:11px;}


.btn_shortcodes .btn {margin:0 7px 10px 0;}
.btn_shortcodes .btn:last-child {margin-right:0;}


.ie .btn, .ie .btn-default {filter:none !important;}





/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
ul, ol {padding:0; margin:0;}
li {padding:0; margin:0; list-style:none;}

p {margin:0 0 20px;}


h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'Droid Sans', sans-serif;
	text-transform:none;
	font-weight:700;
	line-height:1.2;
	color:#333;
}

h1 {margin:0 0 15px; font-size:28px; text-align: center;}
h2 {margin:0 0 10px; font-size:23px;}
h3 {margin:0 0 15px; font-size:20px;}
h4 {margin:0 0 21px; font-size:17px;}
h5 {margin:0 0 15px; font-size:15px;}
h6 {margin:0 0 15px; font-size:12px;}

h2.light,
h2.light a {
	color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	position:absolute;
	z-index:9999;
	left:0;
	top: 0;
	width:100%;
	padding:0;
	padding-top: 10px;
	background-color: #102;
}
header.menu_fixed {
	position:fixed;
	top:0;
	margin:0;
}

.logo {float:left; padding:0;}
.logo a {display:block;}

.logo img {
	max-width: 200px;
	max-height: 50px;
}

/* Menu */
.main_menu {float:right;}
.main_menu li {
	display:inline-block;
	margin:0 0 0 5px;
}
.main_menu li a {
	display:block;
	padding: 20px 15px;
	text-transform:uppercase;
	font-weight:400;
	color:#fff;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.31);
    letter-spacing: 1px;
}
.main_menu li a:hover,
.main_menu li.active a {
	background-color: #5d6000;
}



/*-----------------------------------------------------------------------------------*/
/*	Slider
/*-----------------------------------------------------------------------------------*/
#home {
	position:relative;
	margin-bottom:60px;
	background-color:#333
}
.flexslider.top_slider .container {position:relative;}
.flexslider.top_slider .slides li {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.flexslider.top_slider .slides li.slide1 {background-image:url(../images/slider/slide1.jpg);}

.top_slider_cap {
	position:absolute;
	left:125px;
	right:111px;
	top:50%;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.top_slider .slider_content {width:100%;}
.top_slider .slider_video {width:445px; height:260px;}
.top_slider .slider_img {
	position:absolute;
	top:50%;
	right:0;
	width:394px;
	height:auto;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.top_slider_cap h1 {
	margin:0 0 21px;
	text-transform:none;
	font-weight:700;
	line-height:36px;
	font-size:33px;
	color:#fff;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.31);
}
.top_slider_cap p {
	margin:0 0 24px;
	font-weight:400;
	line-height:23px;
	font-size:16px;
	color:#fff;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.31);
}
.top_slider_cap a.slide_btn {
	display: none;
	padding:11px 59px 12px;
	text-transform:none;
	text-align:center;
	font-weight:700;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#5d6000;
}
.top_slider_cap a.slide_btn:hover {
	background-color:#333;
}









/*-----------------------------------------------------------------------------------*/
/*	Section About
/*-----------------------------------------------------------------------------------*/
#about {
	overflow:hidden;
	position:relative;
}
#about .about_wrap .col-lg-5 {
	position:static;
}
#about .about_foto {
	position:absolute;
	right:50%;
	top:0;
	margin-right:175px;
}
#about .about_foto img {
	width:auto;
	max-width:none;
}

#about .about_text_btn {
	display:inline-block;
	padding:11px 58px;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color: #5d6000;
}
#about .about_text_btn:hover {
	background-color:#333;
}






/*-----------------------------------------------------------------------------------*/
/*	Section Products
/*-----------------------------------------------------------------------------------*/
#products .gallery_img {
	display:block;
	margin:0 0 25px;
	box-shadow:0 0 0 2px #e7e7e7;
	background-color: #5d6000;
}
#products .gallery_img img {
	width:100%;
	height: 200px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    border: 2px solid #999;
}
#products .gallery_item:hover .gallery_img img {
	opacity:0.5;
}
#products .gallery_title {
	margin:0 0 10px;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#products .gallery_item:hover .gallery_title a {
	color:#64374f;
}
#products .gallery_item span {
	display:block;
	padding:0 0 15px;
}
#products .gallery_btn {
	position:relative;
	display:inline-block;
	padding:11px 31px;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#64374f;
}
#products .gallery_btn:hover {
	color:#fff;
	background-color:#333;
}



/*-----------------------------------------------------------------------------------*/
/*	Section Testimonials
/*-----------------------------------------------------------------------------------*/
#testimonials {padding-bottom:30px;}
#testimonials .testimonials_content {
	position:relative;
	padding:21px 30px 23px;
	border:2px solid #e7e7e7;
	background-color:#fff;
}
#testimonials .testimonials_author {
	padding:39px 0 0 33px;
	color:#64374f;
}
#testimonials .testimonials_author span {
	display:block;
	text-transform:uppercase;
	font-weight:400;
	color:#333;
}





/*-----------------------------------------------------------------------------------*/
/*	Section Content
/*-----------------------------------------------------------------------------------*/
#content_type5 {
	overflow:hidden;
	position:relative;
	padding-bottom:40px;
}
#content_type5 .content_wrap .col-lg-5 {
	position:static;
}
#content_type5 .content_foto {
	position:absolute;
	left:50%;
	top:0;
	bottom:0;
	margin-left:132px;
}
/*#content_type5 .content_foto img {
	width:auto;
	max-width:none;
	height:100%;
}*/
#content_type5 .content_btn {
	display:inline-block;
	width:224px;
	padding:17px 20px;
	text-transform:none;
	text-align:center;
	font-weight:700;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#64374f;
}
#content_type5 .content_btn:hover {
	background-color:#333;
}

.content_text p {
	padding-bottom:10px;
	border-bottom: 1px solid #64374f;
}





/*-----------------------------------------------------------------------------------*/
/*	Section Contacts
/*-----------------------------------------------------------------------------------*/
#contacts {
	overflow:hidden;
	padding:65px 0 38px;
	color:#fff;
	background-image:url(../images/contacts_bg.jpg);
	background-repeat: repeat-x;
	background-position:center center;
}
#contacts h2 {color:#fff;}
#contacts a {font-weight:normal;}
#contacts .contact_inf i {
	display:inline-block;
	vertical-align:top;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:54px;
	color:#fff;
	margin:0 auto 25px;
}
#contacts .contact_inf span {
	display:block;
	vertical-align:top;
	font-size:18px;
}

.LSlink{
	color:#FFFFFF;
}





/*-----------------------------------------------------------------------------------*/
/*	Widgets
/*-----------------------------------------------------------------------------------*/

.widgets_clear {display:none;}



/* Widget Twitter */
.widget_twitter li {
	position:relative;
	padding:0 0 30px 30px;
}
.widget_twitter li:before {
	content: "\f099";
	position:absolute;
	left:0;
	top:0;
	width:24px;
	height:24px;
	font-family: FontAwesome;
	line-height:24px;
	font-size:18px;
	color:#fff;
}
.widget_twitter .tweet_text {
	display:block;
	padding:0 0 10px;
}
.widget_twitter .tweet_time {
	display:block;
}
.widget_twitter .tweet_time a {
	color:#64374f;
}
.widget_twitter .tweet_time a:hover {
	color:#fff;
}


/* Widget Contact Inf */
.widget_contact_inf li {
	padding-bottom:9px;
}
.widget_contact_inf li i {
	display:inline-block;
	margin-right:17px;
	font-size:18px;
}


/* Widget Newsletter */
.newsletter_form form {
	position:relative;
}
.newsletter_form input[type="text"] {
	width:100%;
	padding:11px 60px 11px 17px;
	line-height:20px;
	font-size:12px;
	color:#b5b5b5;
	border:0;
	border-radius:0;
	box-shadow:none;
	background:#494949;
}
.newsletter_form input[type="submit"] {
	overflow:hiiden;
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:43px;
	height:42px;
	text-indent:-999px;
	text-shadow:none;
	border:0;
	box-shadow:none;
	border-radius:0;
	background-color:#64374f ;
	background-image:url(../images/newsletter_bg.png);
	background-repeat:no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.newsletter_form input[type="submit"]:hover {
	background-color:#7f7f7f;
}


/* Widget Social */
.social a {
	display:inline-block;
	width:24px;
	height:24px;
	margin:0 2px 0 0;
	text-align:center;
	line-height:24px;
	font-size:18px;
	color:#7f7f7f;
}
.social a:hover {
	color:#64374f;
}


/* latest News */
.latest_news_item {
	position:relative;
	display:block;
	margin-bottom:25px;
	padding:0 0 17px 62px;
	border-bottom:1px solid #434343;
}
.widget_latest_news a:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:0;
}
.latest_news_item img {
	position:absolute;
	left:0;
	top:0;
	width:53px;
}
.latest_news_item p {
	margin:-5px 0 10px;
	text-transform:uppercase;
	line-height:20px;
	font-size:14px;
	color:#929292;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.latest_news_item:hover p {
	color:#fff;
}
.latest_news_item span {
	display:block;
	color:#64374f;
}


/* Widget Flickr */
.widget_flickr ul {
	margin:0 -6px -6px 0;
}
.widget_flickr li {
	overflow:hidden;
	float:left;
	width:81px;
	height:71px;
	margin:0 6px 6px 0;
	background-color:#64374f;
}
.widget_flickr li a {display:block;}
.widget_flickr li a img {
	width:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_flickr li a:hover img {
	opacity:0.3;
}


/* Widget Contact Information */
.widget_stay_connected ul {
	margin-bottom:16px;
	padding-bottom:9px;
	border-bottom:1px solid #434343;
}
.widget_stay_connected ul li {
	position:relative;
	padding:0 0 9px 37px;
}
.widget_stay_connected li i {
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:16px;
}
.widget_stay_connected li span {
	color:#929292 !important;
}


/* Widget Category */
.widget_category li {
	margin:0 0 9px;
	padding:0 0 8px;
	border-bottom:1px solid #434343;
}
.widget_category li:last-child {
	margin:0;
	padding:0;
	border:0;
}
.widget_category li a {color:#929292;}
.widget_category li a:hover {color:#fff;}



/* Widget Links */
.widget_links li {padding-bottom:9px;}
.widget_links li a {color:#929292;}
.widget_links li a:hover {color:#fff;}






/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
	padding:38px 0 21px;
	color:#929292;
	background-color:#333;
}
footer h4 {
	margin-bottom:17px;
	padding-bottom:17px;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:16px;
	color:#f2f1e6;
	border-bottom:1px solid #434343;
}
footer a {color:#929292;}
footer a:hover {color:#fff;}
footer #copyright {
	margin-top:0;
	padding-top:22px;
	color:#fff;
	border-top:1px solid #434343;
}
footer #copyright span {color:#64374f;}

.foot_text{
	text-align:center;
	padding:20px;
}


/* NAVIGATION */
.navigation {
	list-style: none;
	padding: 0;
	width: 140px;
	height: 40px;
	margin: 10px;
	background: #333;
	float: right;
	margin-right: 2em;
}

.navigation, .navigation a.main {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.navigation:hover, .navigation:hover a.main {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}

.navigation a.main {
	display: block;
	height: 40px;
	font: bold 15px/40px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	-webkit-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	padding-left: 15px;
}

.navigation:hover a.main {
	color: rgba(255,255,255,0.6);
	background: rgba(0,0,0,0.04);
}

.navigation li {
	z-index: 10;
	width: 140px;
	height: 40px;
	background: #F7F7F7;
	font: normal 12px/40px arial, sans-serif !important;
	color: #999;
	text-align: center;
	margin: 0;
	-webkit-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: perspective(350px) rotateX(-90deg);
	-o-transform: perspective(350px) rotateX(-90deg);
	transform: perspective(350px) rotateX(-90deg);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
}
.navigation li a{
	width: 140px;
	height: 40px;
	display: inline-block;
	display: inline-block;
	text-align: left;
	padding-left: 16px;
}
.navigation li a:hover{
	color: #337ab7;
}

.navigation li:nth-child(even) { background: #F5F5F5; }
.navigation li:nth-child(odd) { background: #EFEFEF; }

.navigation li.n1 {
	-webkit-transition: 0.1s linear 1.2s;
	-o-transition: 0.1s linear 1.2s;
	transition: 0.1s linear 1.2s;
}
.navigation li.n2 {
	-webkit-transition: 0.1s linear 1.1s;
	-o-transition: 0.1s linear 1.1s;
	transition: 0.1s linear 1.1s;
}
.navigation li.n3 {
	-webkit-transition: 0.1s linear 1s;
	-o-transition: 0.1s linear 1s;
	transition: 0.1s linear 1s;
}
.navigation li.n4 {
	-webkit-transition: 0.1s linear 0.9s;
	-o-transition: 0.1s linear 0.9s;
	transition: 0.1s linear 0.9s;
}
.navigation li.n5 {
	-webkit-transition:0.1s linear 0.8s;
	-o-transition:0.1s linear 0.8s;
	transition:0.1s linear 0.8s;
}
.navigation li.n6 {
	-webkit-transition: 0.1s linear 0.7s;
	-o-transition: 0.1s linear 0.7s;
	transition: 0.1s linear 0.7s;
}
.navigation li.n7 {
	-webkit-transition: 0.1s linear 0.6s;
	-o-transition: 0.1s linear 0.6s;
	transition: 0.1s linear 0.6s;
}
.navigation li.n8 {
	-webkit-transition: 0.1s linear 0.5s;
	-o-transition: 0.1s linear 0.5s;
	transition: 0.1s linear 0.5s;
}
.navigation li.n9 {
	-webkit-transition: 0.1s linear 0.4s;
	-o-transition: 0.1s linear 0.4s;
	transition: 0.1s linear 0.4s;
}
.navigation li.n10 {
	-webkit-transition: 0.1s linear 0.3s;
	-o-transition: 0.1s linear 0.3s;
	transition: 0.1s linear 0.3s;
}
.navigation li.n11 {
	-webkit-transition: 0.1s linear 0.2s;
	-o-transition: 0.1s linear 0.2s;
	transition: 0.1s linear 0.2s;
}

.navigation li.n12 {
	-webkit-transition: 0.1s linear 0.1s;
	-o-transition: 0.1s linear 0.1s;
	transition: 0.1s linear 0.1s;
}

.navigation li.n13 {
	border-radius: 0px 0px 4px 4px;
	-webkit-transition: 0.1s linear 0s;
	-o-transition: 0.1s linear 0s;
	transition: 0.1s linear 0s;
}

.navigation:hover li {
	-webkit-transform: perspective(350px) rotateX(0deg);
	-o-transform: perspective(350px) rotateX(0deg);
	transform: perspective(350px) rotateX(0deg);
	-webkit-transition:0.1s linear 0s;
	-o-transition:0.1s linear 0s;
	transition:0.1s linear 0s;
}
.navigation:hover .n1 {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.navigation:hover .n2 {
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.navigation:hover .n3 {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.navigation:hover .n4 {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.navigation:hover .n5 {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.navigation:hover .n6 {
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.navigation:hover .n7 {
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.navigation:hover .n8 {
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.navigation:hover .n9 {
	-webkit-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.navigation:hover .n10 {
	-webkit-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.navigation:hover .n11 {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.navigation:hover .n12 {
	-webkit-transition-delay: 1.1s;
	-o-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.navigation:hover .n13 {
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

@media screen and (max-width:479px) {
	.navigation {
		float: none;
	}
	header{
		height: 150px;
	}
}
@media (max-width: 767px){
	.logo{
		width: 220px !important;
	}
	.lang_nav{
		width: 198px;
		display: inline-block;
	}
	.navigation{
		margin: 0 auto;
		margin-top: 0.8em;
		position: relative;
		z-index: 1;
	}

}

.flag_svg{
	display: inline-block;
	height: 25px;
	width: 35px;
	text-align: right;
	float: right;
	margin-top: 6px;
	margin-right: 18px;
}
