*  
{ 
	margin: 0; 
	padding: 0; 
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
	font-family: 'Lato', sans-serif;
	background: #fff;
	color: #000000; 
}

.nav { 
	font-family: 'Lato Light', sans-serif;
}

i {
	font-style: italic;
}

a {
	text-decoration:none; 
	outline:none;
}

.navbar {
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

.navbar-dynamic {
    position: fixed;
    border-width: 0 0 1px;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    z-index: 1030;
}

.page-content {
	margin-top: 92px;
}

.vima-logo-header {
    width: 192px;
    height: 60px;
    margin-right: 6px;
    display: inline-block;
    background-size: 192px 60px;
    background-image: url('../images/vimasoft_logo_nomargin.png');
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 5px;
    position: relative;
    z-index: 9999;
}

.vimasoft-link {
    display: inline-block; 
}

.navbar .vimasoft-logo {
    float: right;
    background-image: url('../images/logo.png');
    background-size: 86px 92px;
    width: 86px;
    height: 90px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 7px;
    margin-top: 5px;
}

#vima-navbar-collapse .navbar-right {
    margin-right: 50px;
    margin-left: 10px;
}

.navbar-default {
	background-color:#fff;
	border-color: #fff; 
	margin:0; 
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a {
    background-color: #fff;
    color: #042f96;
	font-size:1.7em;
	font-weight:bold;
    padding-top: 38px;
    padding-bottom: 37px;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #818386;
	background-color:#fff;
}
.nav-item-collapse {
    display: none !important;
}

.nav > li > a {
    padding: 10px 10px;
}

.butn ul { 
	display:inline; 
	float:right; 
	padding:30px 0 0 20px; 
	margin:0; 
}
.butn ul li {  
	background-color: #042f96;
    float: left;
    height: 1.7em;
    line-height: 1.6em;
    list-style: outside none none;
    margin-right: 25px;
    padding: 0 10px;
    text-align: center;
	font-weight:bold;
	font-size:1.7em;
}
	
.butn ul li:last-child { 
	background-color:#042f96; 
	margin-right:0;
}
.butn ul li { 
	color: #fff; 
	text-decoration:none;
}


.banner { 
	background:url(../images/header5.jpg) center top; 
	width:100%; 
	height:350px; 
}
.banner h1 {
	font-family: 'Lato_bold', sans-serif; 
	font-size:32px; 
	font-weight: bold !important;
	color: #fff;
	text-align: center;
}
.banner_container { 
	margin-top:250px !important;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: rgb(10, 69, 151); /* Fallback for older browsers without RGBA-support */
    background: rgba(10, 69, 151, 0.30);
    height: 40px;
}
.banner p {  
	font-family: 'Lato', sans-serif; 
	font-size:18px; 
	color:#fff; 
	line-height: 20px; 
	margin:0;  
	background: black;
}
.banner ul { 
	display:inline; 
	float:left; 
	padding:25px 0 0; 
	margin:0; 
}
.banner ul li {  
	background-color: #042f96;
    float: left;
    height: 40px;
    line-height: 40px;
    list-style: outside none none;
    margin-right: 10px;
    text-align: center;
    width: 120px;
	font-size:16px; font-family: 'Lato', sans-serif; 
}
.banner ul li:last-child { 
	background-color:#042f96; 
	margin-right:0;
}
.banner ul li a { 
	color: #fff;
	padding: 10px 36px; 
	text-decoration:none; 
}

/* Sweep left to right or vice - versa */
.hvr-sweep-to-left::before {
	background: #2098d1 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 100% 50% 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
}
.hvr-sweep-to-left {
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	position: relative;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: color;
	vertical-align: middle;
}

.hvr-sweep-to-right::before {
	background: #2098d1 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 50% 0;
	transition-duration: 0.0s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
}
.hvr-sweep-to-right {
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	position: relative;
	transform: translateZ(0px);
	transition-duration: 0.0s;
	transition-property: color;
	vertical-align: middle;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.hvr-sweep-to-left::before { 
	background: #818386 none repeat scroll 0 0; 
}
.hvr-sweep-to-right::before { 
	background: #818386 none repeat scroll 0 0; 
}
.hvr-sweep-to-right-active { 
	background: #818386 none repeat scroll 0 0 !important; 
}
.banner .hvr-sweep-to-left::before { 
	background: #818386 none repeat scroll 0 0; 
}
.banner .hvr-sweep-to-right::before { 
	background: #818386 none repeat scroll 0 0; 
}
.form-group .hvr-sweep-to-right::before { 
	background: #818386 none repeat scroll 0 0; 
}

/* Sweep left to right or vice - versa */

.banner img{ 
	width:100%; 
	float:right; 
}

.content1 { 
	font-family: 'Lato', sans-serif; 
	/*width:100%; 
	float:left;*/
	padding:30px 0 30px;
}
.content1 h1, .content1 p, .content1 li { 
	color:#404143;
}
.content1 h1 { 
	font-size:30px;  
	font-family: "Lato",sans-serif;  
	margin-top:0; 
	margin-bottom:10px;
}
.content1 p, .content1 li {  
	font-size: 16px;
	line-height: 23px; 
}
.content img { 
	float:left; 
}

/* Float Shadow */
.hvr-float-shadow , hvr-float-shadow1 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-float-shadow:before , .hvr-float-shadow1:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active , .hvr-float-shadow1:hover, .hvr-float-shadow1:focus, .hvr-float-shadow1:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	/* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before, .hvr-float-shadow1:hover:before, .hvr-float-shadow1:focus:before, .hvr-float-shadow1:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.highlighted {
	color:#042f96 !important;
	font-weight: bold;
}

.content1 .more_info, .content2 .more_info { 
	background:url(../images/arrow_right.png) right center no-repeat; 
	width:auto; 
	padding-right:17px; 
}
	
.content2 { 
	background-color:#eff7fd; 
	/*width:100%; 
	float:left; */
	padding:30px 0 30px;  
}
.content2 .cont {
	padding-top:0px;
}
.content2 .part1,.content2 .part2, .content2 .part3, .content2 .part4, .content2 .part5, , .content2 .part6, .content2 .part7, .content2 .part8, .content2 .part9, .content2 .part10, .content2 .part11, .content2 .part12, .content2 .part13 { 
	margin-bottom:0px; 
}
.content2 h1 { 
	font-family: 'Lato', sans-serif; 
	color:#404143; 
	font-size:30px; 
	margin-top:0; 
}
.content2 h2, .content1 h2 { 
	font-family: 'Lato', sans-serif; 
	color:#404143; 
	font-size:16px; 
	font-weight:bold; 
	margin-bottom:10px;
}
.content2 p, .content2 li { 
	font-family: 'Lato', sans-serif; 
	color:#404143; 
	font-size:16px;
}
.content2 h4 { 
	font-family: 'Lato', sans-serif; 
	color:#404143;
}

.content3 {  
	padding: 30px 0 30px;
	/*width: 100%; 
	float: left; */
}
.content3 h1 {
	font-family: "Lato",sans-serif;
	font-size: 30px;
	line-height: 22px;
	margin: 0 0 32px;
}
.content3 p { 
	font-family: 'Lato', sans-serif; 
	padding: 0 20px;
	font-size:16px; 
	color:#404143; 
	line-height:22px; 
	text-align: justify;
}

.col-sep {
	width: 100%;
  	column-count: 2;
  	-moz-column-count: 2;
  	-webkit-column-count: 2;
  	column-gap: 5px;
  	-moz-column-gap: 5px;
  	-webkit-column-gap: 5px;
}

.content4 {  
	padding: 0px 0 0px;
	/*width: 100%; 
	float: left;*/
}
.content4 h1 {
	font-family: "Lato",sans-serif;
	font-size: 30px;
	line-height: 22px;
	margin: 0 0 25px;
	font-weight: 300; 
}
.content4 .sub_head { 
	font-family: 'Lato', sans-serif; 
	font-size:14px; 
	color:#404143;  
	padding: 0 110px;
}
.content4 .testi_wrapper { 
	margin-top:55px; 
	padding:0; 
}
.content4 .testi{ 
	background:url(../images/testi_block_bg.png) no-repeat center center;  
	height: 263px;
	margin: 0 20px 0 0;
	width: 360px;
}
.content4 .testi .inner {
	padding:34px 25px 0 10px;
}
.content4 .testi p.block::before { 
	background:url(../images/quote.png) no-repeat top left; 
	float: left; 
	height: 19px;
	width: 30px; 
	content:""; 
	padding-right:33px;
}
.content4 .testi p { 
	font-family: 'Lato', sans-serif; 
	font-size:13px; 
	color:#404143; 
	line-height:21px;
}
.auth_detail { 
	/*width:100%; 
	float:left; */
	margin-top: 10px; 
}
.auth_detail img {
    border-radius:50%; 
}	
.auth_detail p {
	color: #404143;
	float: left;
	font-family: "Lato",sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 19px;
	padding: 10px 0 0;
	width: 150px;
}
.auth_detail p span { 
	color:#0f75bb; 
}
.module_even {  
	background-color: #fff !important;
}

footer { 
	background-color:#042f96; 
	padding:58px 0 0; 
	/*float:left; 
	width:100%;*/
}
footer .container { 
	background:url(../images/footer_line.png) bottom center no-repeat; 
	padding:0 0 20px;
}
footer .logo { 
	padding-top:20px; 
}
/*footer .log a {
	background: url(../images/footer_logo_hover.png) no-repeat; 
	display:block; 
	width:200px;
}*/
/*footer .log a:hover img {visibility: hidden;}*/
footer h3 { 
	color:#fff; 
	font-size:20px; 
	font-family: "Lato",sans-serif; 
	text-transform:uppercase; 
	margin: 0 0 25px;
}
footer ul { 
	display:inline; 
}
footer ul li { 
	list-style:none; 
	color:#fff; 
	font-family: "Lato",sans-serif; 
	font-size:14px; 
	margin:15px 0 0;
	line-height: 20px; 
}
footer ul .social-network li a { 
	margin-right: -5px; 
}
footer ul li a { 
	color:#fff; 
}
footer .footer1 ul li:first-child { 
	background:url(../images/phn.png) no-repeat left center;
	padding-left:18px; 
}
footer .footer1 ul li:nth-child(2) { 
	background:url(../images/msg.png) no-repeat left center; 
	padding-left:18px;
}
footer .footer1 ul li:last-child { 
	background:url("../images/map.png") no-repeat scroll 0 20%;   
	padding-left:18px;
	padding-right: 25px;
}

footer .footer2 ul li { 
	margin:7px 0 0; 
}

footer ul li.active  a, footer ul li  a:hover, footer ul li  a:focus { 
	color:#818386; 
	text-decoration:none; 
}

.l_footer { 
	padding:26px 0; 
	/*width:100%; 
	float:left;*/
	background-color:#042f96;  
}
.l_footer p { 
	font-size:12px; 
	font-family: "Lato",sans-serif; 
	color:#fff; 
	text-align:center; 
	padding:0; 
	margin:0; 
}


/* For Inner Page */
.sub_pg .banner1 {  
	background:url(../images/header4.jpg) center top;
	width: 100%;
	height:350px;
}
.sub_pg .banner1 h1, .sub_pg .banner2 h1, .sub_pg .banner3 h1, .sub_pg .banner4 h1, .sub_pg .banner5 h1 {
	font-family: 'Lato_bold', sans-serif; 
	font-size:32px; 
	font-weight: bold !important;
	color: #fff;
	text-align: center;
}
.sub_pg .banner1 p, .sub_pg .banner2 p, .sub_pg .banner3 p, .sub_pg .banner4 p, .sub_pg .banner5 p {
	padding-right: 235px;
}

.sub_pg .banner2 {  
	background:url(../images/header2.jpg) center top;
	width: 100%;
	height:350px;
}

.sub_pg .banner3 {  
	background:url(../images/header3.jpg) center top;
	width: 100%;
	height:350px;
}

.sub_pg .banner4 {  
	background:url(../images/header1.jpg) center top;
	width: 100%;
	height:350px;
}
.sub_pg .banner5 {  
	background:url(../images/header6.jpg) center top;
	width: 100%;
	height:350px;
}

.sub_pg .contn { 
	/*width:100%; 
	float:left; */
	padding-bottom:42px; 
}
.sub_pg .contn h1 {
	font-family: "Lato",sans-serif;
	font-size: 30px;
	color: #010101; 
	font-weight:300; 
	margin-bottom:27px; 
}
	
.sub_pg .contn p { 
	margin-bottom: 20px;
	padding-bottom: 2px;
	padding-left: 30px; 
	background:url(../images/qustn_icon.png) no-repeat 0 2px;
}
.sub_pg .contn a {
	font-family: "Lato",sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom:5px; 
	color:#245796;
}
.sub_pg .contn .in_content { 
	font-size:14px; 
	font-family: 'Lato', sans-serif;  
	color:#565656; 
	margin-bottom: 20px; 
	background: none; 
	padding-left:0; 
}

.sub_pg .testi { 
	background:none; 
}
.auth_detail img {   
	border: 2px solid #6e6e6e;
	border-radius: 50%;
	width: 125px;
}
.sub_pg .testi_wrapper p {
	color: #6e6e6e;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	line-height: 21px;
	padding: 0px;
}
.auth_detail {
	text-align: center;
}
.auth_detail p {
	color: #3a454d;
	font-family: "Lato",sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 19px;
	padding: 10px 0 0;
}
.sub_pg .testi_wrapper:last-child {
	margin-bottom: 55px;
}
.auth_detail p span {
	color: #0f75bb;
}
.sub_pg p.block::before {
	background: rgba(0, 0, 0, 0) url("../images/bullet.png") no-repeat scroll left;
	content: "";
	float: left;
	height: 21px;
	padding-right: 23px;
	width: 15px;
}
.sub_pg form { 
	padding:20px 0; 
	margin:auto;  
}
/*.sub_pg form button{ background-color:#3A96C4; }*/
.sub_pg form button, .sub_pg form input[type="button"] { 
	background-color:#3A96C4; 
	text-transform:uppercase; 
}
.sub_pg form .control-label {
	text-align: left;
}
.sub_pg form textarea { 
	resize:none; 
}

.sub_pg .form_product { 
	padding:160px 20px 50px 0; 
}
.sub_pg .form_product img { 
	padding-bottom:20px; 
}
.sub_pg form label  {
	color: #5b5b5b;
	font-family: "Lato",sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px; 
}
.sub_pg .form_product p strong  {
	color: #5b5b5b;
	font-family: "Lato",sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	text-transform:uppercase; 
}
.sub_pg .form_product p { 
	color: #6e6e6e;
	font-family: "Lato",sans-serif;
	font-size: 14px; 
}
.sub_pg .form-control[readonly] {
	background-color: #f8f8f8;
	font-family: "Lato",sans-serif;
	font-size: 13px;
}

/* Coming Soon */
.comng_soon { 
	height: 200px;
	margin: 100px 0 0;
	/*width: 100%; 
	float: left;*/
}
.comng_soon h1 {
	font-family: "Lato",sans-serif;
	font-size: 45px;
	color: #010101; 
	font-weight:300; 
	text-align:center;
}

/* Back to Top */
#back-top {
	bottom: 30px;
    position: fixed;
    right: 50px;
}
#back-top span {
	border-radius: 50%;
    display: block;
    height: 40px;
    opacity: 0.5;
    width: 40px;
	background:url(../images/backtotop.png) no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	opacity:1;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 10px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:20%;
	-webkit-border-radius:20%;
	border-radius:20%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:30px;
	background-color: #D3D3D3;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.sec-logos {
    opacity:0.4;
}

.sec-logos .supporter-logos {
    padding-top: 11.7%;
    height: 200px;
    background-repeat: no-repeat;
    background-image: url("../images/exist2.png");
    background-size: contain;
    margin: auto;
}

.navbar-nav {
	/*width: 100%;*/
}

.error-margin {
	margin-left: 30%;
}

.modules {
    margin-left:10%;
}

.module {
	float:left;
    text-align:center;
    margin-right: 35px;
    margin-top: 10px;
}

.module img {
    border-radius:50%; 
    width:67px; 
    height:67px;
    border: 2px solid #6e6e6e;
    margin-bottom: 5px;
}

.machines {
	text-align: left;
}

.machine {
	margin-left: 40%;
}

/* pricing table */
.pricing {
	text-align: left;
}

.pricing-content {
	margin-left: 7%;
}

.pricing-table {
	text-align: center;
	color: #fff;
    float: left;
    width: 300px;
    margin: 10px 24px 0 0;
    background: #f8f8f8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 2px 15px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.2);
}

.pricing-table strong { 
	font-weight: 700; 
	color: #3d3d3d; 
}

.pricing-table-header {
    padding: 30px 0 25px 0;
    background: #3d3d3d;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#3e3e3e));
    background-image: -webkit-linear-gradient(top, #494949, #3e3e3e);
    background-image: -moz-linear-gradient(top, #494949, #3e3e3e);
    background-image: -o-linear-gradient(top, #494949, #3e3e3e);
    background-image: -ms-linear-gradient(top, #494949, #3e3e3e);
    background-image: linear-gradient(to bottom, #494949, #3e3e3e);
}

.pricing-table-header h2 { 
	font-size: 30px; 
	font-weight: 700; 
	text-shadow: 0 -2px 0 rgba(0,0,0,.25); 
}
.pricing-table-header h3 { 
	margin-top: 20px; 
	font-size: 24px; 
	font-weight: 400; 
	text-shadow: 0 -2px 0 rgba(0,0,0,.25); 
}

.pricing-table-space { 
	height: 10px; 
}
.pricing-table-space-head { 
	height: 20px;
}

.pricing-table-text {
    margin: 15px 30px 0 30px;
    padding: 0 10px 15px 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #888;
}

.pricing-table-features {
    margin: 15px 30px 0 30px;
    padding: 0 10px 15px 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #888;
}

.pricing-table-features span {
	padding-left: 7px;
}

.pricing-table-sign-up {
    margin-top: 25px;
    padding-bottom: 30px;
}

.pricing-table-sign-up a {
    display: inline-block;
    width: 180px;
    height: 40px;
    background: #3d3d3d;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#3e3e3e));
    background-image: -webkit-linear-gradient(top, #494949, #3e3e3e);
    background-image: -moz-linear-gradient(top, #494949, #3e3e3e);
    background-image: -o-linear-gradient(top, #494949, #3e3e3e);
    background-image: -ms-linear-gradient(top, #494949, #3e3e3e);
    background-image: linear-gradient(to bottom, #494949, #3e3e3e);
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 -2px 0 rgba(0,0,0,.25);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.pricing-table-sign-up a:hover {
    text-decoration: none;
    -moz-box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2) inset;
    box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2) inset;
}

.pricing-table-sign-up a:active {
    -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2) inset;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2) inset;
}


/* Highlighted table */

.pricing-table:hover .pricing-table-header {
    background: #204D74;
}

.pricing-table:hover .pricing-table-sign-up a {
    background: #204D74;
}


/* big screen */
@media (min-width:1200px){
	.content2 .cont {
    	/*width: 525px;*/
    	width: 50%;
	}
	.nopadd { 
		padding:0; 
	}
	.navbar-brand { 
		display:none; 
	}
}
/* big tablets landscape */
@media (max-width:1199px) {
	.banner_container h1 {
	    font-size: 32px !important;
	}
	.banner p {
    	font-size: 14px;
	}
	.nopadd { 
		padding:0; 
	}
	.content4 .testi {
	    margin: 0 10px 0 0;
	    width: 303px;
	}
	.content4 .testi .inner {
    	padding: 34px 0 0 10px;
	}
	.auth_detail {
    	margin-top: 0;
	}
	.desc_elem p {
		font-size:12px !important;
	}
	.desc_elem h2, h3 {
		font-size:14px !important;
	}
}
/* tablets landscape */
@media (min-width:992px) and (max-width:1199px){
	.navbar-brand { 
		display:none; 
	}
	.vima-logo-header {
	    width: 160px;
	    height: 50px;
	    margin-right: 3px;
	    background-size: 160px 50px;
	    margin-top: 7px;
	}
	.navbar .vimasoft-logo {
	    background-size: 72px 77px;
	    width: 72px;
	    height: 75px;
	    border-radius: 7px;
	    margin-top: 12px;
	}
	#vima-navbar-collapse .navbar-right {
	    margin-right: 25px;
	    margin-left: 5px;
	}
	.butn ul { 
		padding:30px 0 0 15px; 
		padding-top: 38px;
		padding-bottom: 32px;
	}
	.nav > li > a {
	    padding: 0px 10px;
	}
	.nav > li > a {
	    padding: 0px 5px;
	}
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a {
		font-size:1.15em;
	    padding-top: 38px;
	    padding-bottom: 32px;
	}
	.butn ul li {  
	    height: 1.15em;
	    line-height: 1.05em;
		font-size:1.15em;
	}
	.banner_container h1 {
		font-size: 28px !important;
	}
	.banner_container { 
		margin-top:258px !important;
	    height: 36px !important;
	}
	.module {
    	margin-right:20px;
	}
	.modules {
    	margin-left:0%;
	}
	.pricing-content {
		margin-left: 0%;
	}
	.pricing-table {
		margin: 10px 10px 0px 0px;
	}
}
/* tablets portrait */
@media (min-width:768px) and (max-width:991px){
	.vima-logo-header {
	    width: 128px;
	    height: 40px;
	    margin-right: 3px;
	    background-size: 128px 40px;
	    margin-top: 10px;
	}
	.navbar .vimasoft-logo {
	    background-size: 58px 62px;
	    width: 58px;
	    height: 60px;
	    border-radius: 7px;
	    margin-top: 15px;
	}
	#vima-navbar-collapse .navbar-right {
	    margin-right: 15px;
	    margin-left: 0px;
	}
	.butn ul { 
		padding:30px 0 0 5px; 
		padding-top: 38px;
		padding-bottom: 32px;
	}
	.nav > li > a {
	    padding: 0px 3px;
	}
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a {
		font-size:1.15em;
		padding-top: 38px;
	    padding-bottom: 32px;
	}
	.butn ul li {  
	    height: 1.15em;
	    line-height: 1.05em;
	    padding: 0 6px;
		font-size:1.15em;
	}
	.banner_container h1 {
	    font-size: 24px !important;
	    padding-top: 0 !important;
	}
	.banner_container { 
		margin-top:266px !important;
	    height: 32px !important;
	}
	.banner ul li {
    	width: 115px;
	}
	.content1 p {
    	width: 100%;
	}
	.content1 h1 {
    	padding: 0;
	}
	.content2 h1 {
	    font-size: 26px;
		margin-bottom: 10px;
	}
	.content2 .part1, .content2 .part2, .content2 .part3, .content2 .part4, .content2 .part5, .content2 .part6, .content2 .part7, .content2 .part8, .content2 .part9, .content2 .part10, .content2 .part11, .content2 .part12, .content2 .part13 {
    	margin-bottom: 20px;
	}
	.content3 p, .content4 .sub_head {
    	
	}
	.content4 .testi {
	    margin: 0 5px 0 0;
	    width: 235px;
	}
	.content4 .testi .inner {
    	padding: 34px 0;
	}
	.content4 .testi p {
	    font-size: 12px;
	    margin:0;
	}
	.auth_detail img {
    	margin-right: 10px;
	}
	.auth_detail p {
    	width: 126px;
	}
	.sub_pg .banner h1 {
    	padding-top: 45px;
	}
	.sub_pg .banner p {
    	padding-right: 100px;
	}
	footer .logo {
		width:100%;
	}
	footer .footer1 ul li:last-child {
    	padding-right: 0;
	}
	.navbar-brand { 
		/*display:none; */
	}
}
/* smartphones landscape */
@media (max-width:767px) {
	.vima-logo-header {
	    width: 128px;
	    height: 40px;
	    margin-right: 3px;
	    background-size: 128px 40px;
	    margin-top: 10px;
	}
	.navbar .vimasoft-logo {
	    background-size: 58px 62px;
	    width: 58px;
	    height: 60px;
	    border-radius: 7px;
	    margin-top: 15px;
	}
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a {
		font-size:1.15em;
	}
	.navbar-nav > li:first-child {
	    margin-left:0;
	}
	.navbar-nav > li:last-child {
	    margin-right:0;
	}
	.butn ul {
	    display: inline;
	    float: left;
	    padding: 0px 0 0 0px;
	    margin: 0;
	    padding-top: 10px !important;
		padding-bottom: 5px !important;
	}
	/*.navbar-header2 { 
		border-top:2px dashed #042f96; 
		border-bottom:2px dashed #042f96; 
	}*/
	.navbar-default .navbar-toggle , .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	    border-color: #fff;
		background-color:#fff;
	}
	.butn ul li {  
	    height: 1.15em;
	    line-height: 1.05em;
	    padding: 0 6px;
		font-size:1.15em;
	}
	.navbar-right {
		float:left !important;
	}
	.navbar-nav > li {
		margin-right: 0;
	}
	.navbar-nav > li > a {
		font-size: 0.8em;
		padding: 0px 0px;
		padding-top: 10px !important;
		padding-bottom: 5px !important;
	}
	.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		border-bottom: 0px;
		color: #888888;
	}
	.navbar-toggle {
		margin-right: 0px;
	}
	.navbar-collapse {
    	padding-left: 0px;
	}
	#vima-navbar-collapse .navbar-right {
	    margin-left: 0px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #888888;
	}
	.page-content {
		margin-top: 0px;
	}
	.banner {
	    background-size:cover;
		padding:0 0 30px;
	}
	.banner_container {
		margin-top:286px !important;
	    height: 22px !important;
	}
	.banner_container h1 {
    	text-align: center;
    	font-size:14px !important; 
	}
	.banner p {
    	text-align: center;
	}
	.banner ul {
	    display: block;
	    float: none;
	    margin: auto;
	    width: 260px;
	}
	.banner ul li {
	    margin: 0 10px 0 0;
	    width: 120px;
	}
	.col-sep {
		width: 100%;
	  	column-count: 1;
	  	-moz-column-count: 1;
	  	-webkit-column-count: 1;
	}
	.content1 h1 {
	    margin: 0 0 20px;
	    padding: 0;
	    text-align: center;
	}
	.content1 p {
    	width: 100%;
	}
	.resize-img {
    	width: 50% !important;
	}
	.hvr-float-shadow{ 
		width:90%; 
		margin:auto; 
		float:none; 
	}
	.float-right-img {
    	float: right;
	}
	.content2 h1 {
    	text-align:center;
	}
	.content3 {
    	padding: 40px 0;
	}
	.content4 .sub_head {
    	padding: 0;
	}
	.content4 .testi_wrapper {
    	margin-top: 25px;
	}
	.content4 .testi {
	    margin: 10px auto;
	    width: 315px;
	}
	.content4 {
    	padding: 45px 0;
	}
	.sub_pg .banner h1 {
	    margin-top: 0;
	    padding-top: 0;
	}
	.sub_pg .banner p {
	    margin-bottom: 20px;
	    padding-right: 0;
	}
	.sub_pg .banner {
    	background-size:cover;
	}
	.auth_detail { 
		display:block; 
		margin:auto; 
		float:none; 
	}
	.auth_detail img, .auth_detail p {
	    display: block;
	    float: none;
	    margin: auto;
		text-align:center;
	}

	footer {
    	padding: 10px 0 0;
	}
	footer .log { 
		margin-bottom:30px; 
		text-align: center;
	}
	footer .footer1, footer .footer2, footer .footer3 { 
		margin-bottom:10px; 
		text-align: center;
	}
	footer ul li {
    	font-size: 13px;
	}
	footer h3 {
    	font-size: 18px;
	}
	footer .container {
    	padding: 0;
	}
	.navbar-default .navbar-brand {
		color: #042f96;
	    font-family: initial;
	    font-size: 19px;
	    text-align: center;
	    text-transform: uppercase;
	}
	.sub_pg form { 
		width:95%; 
	}
	.modules {
    	margin-left:20%;
	}
	.pricing-content {
		margin-left: 20%;
	}
	.machine {
		margin-left: 20%;
	}
	.desc_elem h2 {
		font-size:11px !important; 
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.desc_elem p {
		font-size:10px !important; 
		margin-bottom: 0px !important;
	}
	
	.hide_if_small {
		display: none;
	}
	area {
		cursor: auto !important;
	}
	.resize-men {
		width: 25% !important;
	}
}
/* smartphones portrait */
@media (max-width:360px){
	h1 { 
		font-size:23px !important; 
	}
	.banner_container {
		margin-top:292px !important;
	    height: 19px !important;
	}
	.banner_container h1 { 
		font-size:11px !important; 
	}	
	.banner img , .hvr-float-shadow {
    	margin-top: 10px;
	}
	.col-sep {
		width: 100%;
	  	column-count: 1;
	  	-moz-column-count: 1;
	  	-webkit-column-count: 1;
	}
	.content4 .testi {
    	width: 300px;
	}
	.modules {
    	margin-left:0%;
	}
	.pricing-content {
		margin-left: 0%;
	}
	.machine {
		margin-left: 0%;
	}
	
	.desc_elem p  {
		font-size:10px !important; 
	}
	
	.desc_elem ul li  {
		font-size:10px !important; 
	}
	
	.desc_elem ul li  {
		font-size:10px !important; 
	}
	
	.hide_if_small {
		display: none;
	}
	area {
		cursor: auto !important;
	}
}

.centerbox {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.centerelement {
	width: 100%;
}

.intro {
	font-family: 'Lato_bold', sans-serif !important;
}

div.video-wrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 40%;
    height: 0;
}
div.video-wrapper iframe {
    box-sizing: border-box;
    background: url('../images/intro.png') center center no-repeat;
    background-size: contain;
    padding: 6.2% 27.7% 10%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}