/* 

Custom CSS for...

'Modern Business' HTML Theme by Start Bootstrap



All Start Bootstrap themes are licensed under Apache 2.0. 

For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!

*/



/* Global Styles */

@import url(https://fonts.googleapis.com/css?family=Roboto);
html, body {
	height: 100%;
}
body {
	padding-top: 0px; /* body padding for fixed top nav */
}
.img-home-portfolio,  .img-customer,  .portfolio-item {
	margin-bottom: 30px;
}
.tab-pane {
	margin-top: 15px;
}
/* Page Sections */

.section,  .section-colored {
	padding: 50px 0;
}
.section-colored {
	background-color: #e1e1e1; /* change this to change the background color of a colored section */
}
.sidebar {
	margin-top: 19px;
}
.sidebar ul {
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #cccccc;
}
/* Half Page Height Carousel Customization */

.carousel {
	height: auto;
}
.item,  .active,  .carousel-inner {
	height: 100%;
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.video_iframe iframe {
	width: 100%;
	border: none;
}
/* Social Icons Styles */

.list-social-icons {
	margin-bottom: 45px;
}
.tooltip-social a {
	text-decoration: none;
	color: inherit;
}
.facebook-link a:hover {
	color: #3b5998;
}
.linkedin-link a:hover {
	color: #007fb1;
}
.twitter-link a:hover {
	color: #39a9e0;
}
.google-plus-link a:hover {
	color: #d14836;
}
/* Service Page Styles */

.service-icon {
	font-size: 50px;
}
/* 404 Page Styles */

.error-404 {
	font-size: 8em;
}
/* Pricing Page Styles */

.price {
	font-size: 4em;
}
.price-cents {
	vertical-align: super;
	font-size: 50%;
}
.price-month {
	font-size: 35%;
	font-style: italic;
}
.menu_part {
	position: absolute;
	width: 100%;
	top: 40px; 
z-index: 1;
}
.custom_navbar {
	border-radius: 0;
	border: none;
	background: #fff;
	min-height: 92px;
	margin-bottom: 0
}
.custom_navbar a.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 6px;
}
.custom_navbar .custom_menu li a {
	color: #6d4c39;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	padding: 36px 15px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */

	transition: .5s;
}
.custom_navbar .custom_menu li a:focus {
	color: #6d4c39;
}
.custom_navbar .custom_menu li.active a {
	background: #bdd84c;
	color: #6d4c39
}
.custom_navbar .custom_menu li a:hover {
	background: #bdd84c;
	color: #6d4c39
}
.custom_navbar .custom_menu li.active a:hover, .custom_navbar .custom_menu li.active a:focus {
	background: #bdd84c;
	color: #6d4c39
}
.close_menu {
	background: #bdd84c;
	position: absolute;
	right: 0;
	z-index: 9999;
	top: 0;
	cursor: pointer;
}
.close_link {
	padding-top: 29px;
	padding-bottom: 29px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
}
.close_menu p {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 12px;
	width: 45px;
	display: inline-block;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	color: #000;
}
.close_menu img {
	float: left;
	margin-right: 12px;
}
.custom_menu ul {
	padding-right: 0px;
}
.rotate {
	transform: rotate(-45deg);
	/*transform: rotate(180deg);*/

	transition: .3s;
}
.rotate2 {
	transform: rotate(0deg);
	transition: .3s;
}
.content_caption ul {
	display: inline-block;
	list-style-type: none;
	padding: 0
}
.content_caption ul li {
	display: inline-block;
	list-style-type: none;
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 15px;
	font-family: 'Roboto', sans-serif;
	position: relative;
}
.content_caption ul li:after {
	position: absolute;
	right: -7px;
	top: 10px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 100%;
	content: '';
}
.content_caption ul li:nth-last-child(1):after {
	content: none;
}
.content_caption ul li:nth-last-child(1) {
	padding-right: 0;
}
.custom_slider .carousel-caption h2 {
	font-size: 75px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0
}
.custom_slider .carousel-caption p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	margin-top: 15px;
}
.custom_slider .carousel-caption {
	right: 45px;
	left: inherit;
	padding-bottom: 30px;
	text-align: right;
	bottom: 120px;
}
.custom_slider ol.carousel-indicators li {
	width: 17px;
	height: 17px;
	background: url(../images/bullet.png);
	border: none;
}
.custom_slider ol.carousel-indicators li.active {
	background: url(../images/bullet_active.png);
}
.welcome_section {
	padding-bottom: 41px;
	padding-top: 45px;
	width: 100%;
	display: inline-block;
}
img {
	max-width: 100%;
}
.welcome_content {
	background: #fff;
	padding: 25px;
	-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
	position: absolute;
	top: 45px;
	right: 0;
}
.welcome_block {
	position: relative;
}
.welcome_content h1 {
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #353535;
	margin: 0;
	border-left: #bdd84c 8px solid;
	padding-left: 12px;
	line-height: 48px;
	text-transform: uppercase;
}
.welcome_content p {
	font-size: 16px;
	line-height: 25px;
	color: #666666;
	font-family: 'Roboto', sans-serif;
	margin-top: 10px;
}
.read_more {
	font-size: 18px;
	text-transform: uppercase;
	color: #6d4c39;
	background: #bdd84c;
	padding: 10px 35px;
	margin-top: 15px;
	margin-bottom: 6px;
	display: inline-block;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */

	transition: .5s;
	margin-bottom: 14px;
}
.read_more:hover, .read_more:focus {
	background: #dbf081;
	text-decoration: none;
	color: #6d4c39;
}
.service_section {
	padding-bottom: 22px;
}
.service_section_content h2, .archive-section h2 {
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #353535;
	margin: 0;
	border-left: #bdd84c 8px solid;
	padding-left: 12px;
	line-height: 48px;
	text-transform: uppercase;
}
.service_section_content p {
	font-size: 16px;
	line-height: 25px;
	color: #666666;
	font-family: 'Roboto', sans-serif;
	margin-top: 10px;
}
.service_block {
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
	max-height: 130px;
	overflow: hidden;
}
.service_block a {
	display: inline-block;
	position: relative;
	max-height: 134px;
}
.overlay_service {
	position: absolute;
	width: 100%;
	background: rgba(189, 216, 76, 0.8);
	height: 100%;
	border: #fff 2px solid;
	text-align: center;
	left: 0px;
	top: 0px;
}
.service_block a:hover .overlay_service {
	background: none;
	width: 95%;
	height: 88%;
	left: 9px;
	top: 9px;
}
.overlay_service h2 {
	font-size: 20px;
	display: block;
	color: #353535;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	top: 50%;
	width: 100%;
	margin: 0px auto;
	margin-top: -10px;
}
.service_block a:hover .overlay_service h2 {
	display: none;
}
.why_choose_us {
	background: url(../images/why_choose_us.png);
	background-size: cover;
	width: 100%;
	display: inline-block;
}
.why_choose_us_block {
	width: 100%;
	background: #bdd84c;
	padding-top: 55px;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 40px;
	border-left: #59882c 15px solid;
}
.why_choose_us_block h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	color: #353535;
	font-size: 34px;
}
.why_choose_us_block p {
	font-family: 'Roboto', sans-serif;
	color: #353535;
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 30px;
	font-weight: 600;
	line-height: 20px;
	text-align: justify;
}
.why_choose_us_block ul {
	padding-left: 0;
	list-style-type: none;
}
.why_choose_us_ul {
	margin-top: 45px;
	display: inline-block;
	width: 100%;
}
.why_choose_us_block ul li {
	font-size: 18px;
	color: #353535;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	padding-left: 35px;
	position: relative;
}
.why_choose_us_block ul li:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: url(../images/tick.png);
	width: 24px;
	height: 21px;
}
.why_chhose_us_content_right {
	text-align: center;
	padding-top: 120px;
	padding-right: 0;
	padding-left: 100px;
}
.why_chhose_us_content_right h2 {
	font-size: 36px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	top: 50%;
	position: relative;
}
.Our_process_section {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	display: inline-block;
}
.process_section_content {
	background: #fff;
	padding: 25px;
	-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
	position: absolute;
	top: 45px;
	left: 0;
}
.process_section_block {
	position: relative;
}
.process_section_content h1 {
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #353535;
	margin: 0;
	border-left: #bdd84c 8px solid;
	padding-left: 12px;
	line-height: 48px;
	text-transform: uppercase;
}
.process_section_content p {
	font-size: 16px;
	line-height: 25px;
	color: #666666;
	font-family: 'Roboto', sans-serif;
	margin-top: 10px;
}
.play_btn {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -17px;
}
.process_section_block .modal-dialog {
	max-width: 1000px;
	width: auto;
}
footer {
	background: url(../images/footer.png);
	width: 100%;
	background-size: cover;
	padding-top: 40px;
	display: inline-block;
	width: 100%;
}
footer h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	margin-bottom: 35px;
}
footer p {
	font-size: 14px;
	color: #c0c0c0;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0;
}
footer ul {
	list-style-type: none;
	padding-left: 10px;
	width: 100%;
	display: inline-block;
}
footer ul li {
	list-style-type: none;
	width: 100%;
	display: inline-block;
	margin-bottom: 8px;
}
footer ul li a {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
footer ul li a i {
	margin-right: 6px;
}
.footer_address p {
	font-size: 16px;
	color: #fff;
	display: inline-flex;
	margin-bottom: 10px;
	width: 100%;
}
.footer_address p i {
	float: left;
	margin-right: 15px;
}
.footer_social a {
	color: #fff;
	font-size: 24px;
	margin-right: 10px;
}
footer ul li a:hover, footer ul li a:focus {
	color: #ccc;
	text-decoration: none;
}
.footer_copyright {
	border-top: #464646 1px solid;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 35px;
	text-align: center;
	color: #ababab;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.top_arrow {
	text-align: center;
	position: absolute;
	top: -45px;
	left: 50%;
}
.top_arrow a i {
	color: #fff;
	font-size: 22px;
}
.top_arrow a {
	font-size: 14px;
	display: block;
}
.top_arrow a:hover, .top_arrow a:focus {
	text-decoration: none;
}
.inner_banner {
	height: 360px;
	overflow: hidden;
}
.breadcrumb {
	background: none;
	border-bottom: #ccc 1px dashed;
	padding-left: 0;
	padding-right: 0;
}
.breadcrumb li a {
	color: #bdd84c;
	font-weight: 600;
}
.inner_page {
	min-height: 400px;
	padding: 25px 0 16px;
}
.inner_page .service_section_content p {
	margin-bottom: 25px;
}
.footer_address a {
	color: #fff;
}
.footer_address a:hover {
	text-decoration: none;
}
.service_view_img {
	float: right;
	width: 30%;
	margin-left: 20px;
	margin-top: 20px;
}
.inner_page .service_section_content p {
	text-align: justify;
}
.equipment_block h2 {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #353535;
	margin: 0;
	background: #bdd84c;
	margin-top: -5px;
	line-height: 26px;
	padding: 15px 0px;
	padding-left: 12px;
	text-transform: none;
}
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}
.fancybox-overlay {
	z-index: 999999 !important;
}
.equipment_block {
	margin-top: 33px;
}
.equipment_block a {
	display: inline-block;
	max-height: 222px;
	overflow: hidden;
}
.contact_form {
	margin-top: 25px;
	display: inline-block;
	width: 100%;
}
.contact_details a {
	color: #699a2e;
}
.contact_form .read_more {
	border: none;
}
.contact_form .read_more:focus {
	outline: none;
}
.inner_banner img {
	width: 100%;
}
.custom_slider .item img {
	width: 100%;
}
.service_section_content ul {
	margin-bottom: 45px;
}
.service_section_content ul li {
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	font-family: 'Roboto', sans-serif;
	margin-top: 6px;
}
.service_section_content h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
	border-bottom: #bdd84c 1px solid;
}
.phone_top {
	position: absolute;
	right: 20px;
	top: 8px;
	z-index: 1;
	color: #fff;
	font-size: 18px;
}
.phone_top i {
	margin-right: 8px;
}
.phone_top a {
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.phone_top a:hover, .phone_top a:focus {
	color: #bdd84c;
	text-decoration: none;
}
.quote_form label span {
	color: #f00
}
.fancybox-skin {
	z-index: 1000 !important;
}
.fancybox-overlay {
	z-index: 1 !important;
}
.blog-section article {
	margin-top: 20px;
	padding-bottom: 16px;
}
.blog-section .entry-title {
	clear: both;
	display: block;
	margin-bottom: 20px;
	text-align: left;
}
.blog-section .entry-content a {
	font-size: 14px;
	text-transform: uppercase;
	color: #6d4c39;
	background: #bdd84c;
	padding: 8px 30px;
	margin-top: 15px;
	margin-bottom: 6px;
	display: inline-block;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.blog-section .entry-content a:hover, .blog-section .entry-content a:focus {
	background: #dbf081;
	text-decoration: none;
	color: #6d4c39;
}
.blog-section .wp-post-image, .blog-detail-sec .post-thumbnail img {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.blog-section .wp-post-image {
	height: auto;
	max-width: 330px;
}
.widget_archive .widget-title, .blog-detail-sec h1 {
	border-left: 8px solid #bdd84c;
	color: #353535;
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 48px;
	margin: 0;
	padding-left: 12px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}
.textwidget a {
	color: #353535;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}
.textwidget a:hover {
	color: #6d4c39;
}
.sidebar ul {
	border: none;
}
.sidebar ul li {
	list-style: none;
}
.sidebar ul li a {
	color: #353535;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}
.sidebar ul li a:hover {
	color: #6d4c39;
}
.blog-main {
	padding-top: 18px;
}
.blog-main h1 {
	color: #353535;
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0px;
}

/* Responsive Styles */



@media (max-width: 2650px) {
/*  .menu_part{ z-index: 1 !important }

*/}
 @media (max-width: 1920px) {
.carousel {
	height: 66%;
}
}
 @media (max-width: 1400px) {
.carousel {
	height: auto;
}
}
 @media (max-width: 1200px) {
.equipment_block a {
	max-height: 168px;
}
.equipment_block h2 {
	font-size: 12px;
}
}
 @media (max-width: 1120px) {
.custom_menu ul {
	padding-right: 70px;
}
.welcome_content {
	top: 0
}
.why_chhose_us_content_right {
	padding-left: 25px;
}
.process_section_content {
	top: 0
}
.custom_navbar .custom_menu li a {
	padding: 36px 2px;
}
.custom_slider .carousel-caption h2 {
	font-size: 30px;
}
}
 @media (max-width: 980px) {
.close_menu {
	display: none;
}
.custom_menu ul {
	padding-right: 0;
}
.custom_navbar .custom_menu li a {
	font-size: 14px;
	padding: 36px 12px;
}
.welcome_content {
	position: static;
	box-shadow: none;
	padding-left: 15px;
	padding-right: 15px;
}
.welcome_section {
	padding-bottom: 20px;
}
.service_section_content {
	margin-bottom: 0px;
}
.why_chhose_us_content_right {
	padding-right: 0;
	padding-left: 20px;
}
.process_section_content {
	position: static;
	box-shadow: none;
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
}
.custom_slider .carousel-caption {
	bottom: 25px;
}
.custom_slider .carousel-indicators {
	bottom: 0
}
.custom_slider {
	height: auto
}
.equipment_block a {
	max-height: 120px;
}
.equipment_block h2 {
	font-size: 12px;
	min-height: 64px;
	line-height: 16px;
}
.custom_navbar .custom_menu li a {
	padding: 36px 2px;
}
.blog-section article {
	margin-top: 0px;
}
.contact_details h3 {
	margin-top: 25px;
}
.contact_form {
	margin-top: 20px;
}
}
 @media (max-width: 767px) {
.carousel {
	height: auto; /* increases the carousel height so it looks good on phones */
}
.close_menu {
	display: none;
}
.menu_part {
	top: 30px;
}
body {
	padding-top: 120px;
}
.custom_navbar .navbar-toggle {
	margin-top: 30px;
	background-color: #bdd84c;
	border: none;
}
.custom_navbar .navbar-toggle span.icon-bar {
	background-color: #fff;
}
.custom_menu ul {
	padding-right: 0
}
.navbar-nav {
	background: #bdd84c
}
.custom_navbar .custom_menu li a {
	padding: 15px
}
.navbar-collapse {
	border: none;
}
.custom_slider .carousel-caption {
}
.custom_slider .carousel-caption ul li {
	font-size: 11px;
	padding: 0px 10px;
}
.content_caption ul li:after {
	top: 3px;
}
.custom_slider .carousel-caption h2 {
	font-size: 20px;
}
.welcome_content {
	position: static;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: none;
}
.welcome_content h1 {
	line-height: 34px;
}
.welcome_section {
	padding-bottom: 15px;
}
.read_more {
	margin-bottom: 15px;
}
.service_block {
	margin-bottom: 15px;
	text-align: center;
}
.why_chhose_us_content_right {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
}
.process_section_content {
	position: static;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: none;
	clear: both;
}
footer h2 {
	margin-bottom: 15px;
}
footer p {
	margin-bottom: 25px;
}
footer ul {
	margin-bottom: 15px;
}
.footer_address {
	margin-bottom: 25px;
}
.service_view_img {
	width: 100%;
	display: inline-block;
}
.inner_banner {
	height: auto;
}
.inner_page .service_section_content {
	clear: both;
	margin-top: 25px;
	display: inline-block;
}
.equipment_block a {
	max-height: none;
}
.equipment_block h2 {
	font-size: 12px;
	min-height: auto;
	line-height: 16px;
}
.phone_top {
	color: #000;
}
.phone_top a {
	color: #000
}
.equipment_block {
	text-align: center;
}
.equipment_block img {
	margin-bottom: 20px;
}
.navbar-collapse {
	max-height: 358px;
}
.inner_page .service_section_content p {
	padding-right: 15px;
}
.post-thumbnail img {
	height: auto;
}
.welcome_section {
	padding-top: 25px;
	padding-bottom: 21px;
}
.service_section {
	padding-bottom: 10px;
}
.Our_process_section {
	padding-top: 19px;
	padding-bottom: 20px;
}
footer {
	padding-top: 22px;
}
.inner_page {
	padding: 5px 0 0;
	padding-bottom: 5px;
}
.service_section_content ul {
	margin-bottom: 25px;
}
.breadcrumb {
	margin-bottom: 0px;
}
.contact_details {
}
h1, h2, h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}
.equipment_block {
	margin-top: 0px;
	margin-bottom: 25px;
}
.contact_form {
	margin-top: 0px;
}

.slidePos{ top:20%!important; text-align:right!important}
.slidePos h2{ font-size:32px!important;}
.slidePos ul li{ font-size:15px!important;}
}
 @media (max-width: 480px) {
.equipment_block h2 {
	min-height: auto;
}
.custom_slider .carousel-caption {
	right: 10px;
	max-width: 300px;
}
.custom_slider .carousel-caption {
	text-align: center;
}
.slidePos ul li{ font-size:12px!important;}
}
 @media (min-width: 4000px) {
.equipment_block h2 {
	min-height: 84px;
}
}
.carousel-inner{ position:relative}
.caption-cont {
	
	
}
.active.caption-cont{ left:0!important; background:#f00}
.caption-cont h2 {
	font-size: 75px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0
}
.carousel-caption-fix p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	margin-top: 15px;
}


.carousel-inner > .active {
    left: 0!important; 
}
.slidePos{position:absolute; z-index:9999; top:40%; right:40px; text-align:right}



