/*main styles overrides*/

div .row .spaceunder {
  margin-bottom : 10px;
}

.mainproductsdiv { margin-top: 14px }
.mainservicesdiv { margin-top: 52px }
.mainlatestnewsdiv  { margin-top: 72px }
/*.mainaboutdiv { margin-top: 0px }*/

.mainservicesdiv_no { margin-top: 72px }

#products #content .col-1{ margin-left:10px; width:auto; }
#products #content .col-2 .indent { margin-left:15px; }

#about #content .col-1 {margin-left:10px}

#services #content .col-1 {margin-left:10px}
#services #content .col-2  { margin-left:15px }

#fullwidthcolumn .latestnewssection { margin-left:10px; margin-right:15px }
#fullwidthcolumn .col-1 { margin-left:10px; margin-right:15px }	

#training #content .col-1 {margin-left:10px}


.jumbotron h2 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.1;
}

.jumbotron p {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.1;
}

.margincontent {
  margin-left: 20px;
  margin-right: 20px;
}

.np{
	padding:0px;
}
.nm{
	margin:0px;
}

.ml_ten {
	margin-left:10px;
}

.img-box {
  max-height: 360px;
}

.latestnewssection  h4 {
  margin-top : 0px;  
}

.delimitador{
        width:100%;
        margin:auto;
    }
	
#main{
	max-width:885px;
	width:auto;
}

body{
	min-width:200px;
	width:100%;
}
	
.contenedor{
	height:0px;
	width:100%;
	padding-top:56.25%;
	position:relative;
}

iframe {
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
}

.borderright{
	background:url("../images/divider1.gif") repeat-y right top;
}

.slogan-box {
	width:100%;
	height:auto;
	min-height: 415px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	 background-size: contain;
	/*-ms-behavior: url(/backgroundsize.min.htc);*/
}

.slogan-box .buttons {
	width:auto;
}

.flags a{
	float:left;
}

.bootstrap-navbar{
	display: none;
}

#contacts #content .col-1 {
    margin-left: 7px;
    margin-right: auto;
    width: auto;
}

#contacts #content .col-2 .indent{
	margin-left:15px;
}

.img-box h4{
	font-weight: bold;
}
.img-box a {
	text-decoration: underline;
}

.cont-box  a {
  text-decoration: underline;
}

.underlinelink {
  text-decoration: underline;
}

.latestnewssection a {
  text-decoration: underline;
}

.cont-box h4 {
  font-weight: bold;
}

.row .col-md-3 h3{
	margin-top:0px;
}

#content .site-nav{
	margin-bottom:0px;
}

/*size specific overrides*/
@media screen and (max-width:991px){
	#services #content .col-2  {
		margin-left:90px;
	}
	
	.slogan-box span .shippingsoft, .slogan-box span .shippingsoft_no {
	 -webkit-background-size: contain;
	 -moz-background-size: contain;
	 -o-background-size: contain;
	 background-size: contain;

	 /*-ms-behavior: url(/backgroundsize.min.htc);*/
	}
	#contact-form,
	#contact_form{
		max-width:100%;
		width:auto;
	}
	#contact-form textarea{
		max-width:100%;
		width:100%;
	}
	#contact-form input[type="text"]{
		max-width: 100%;
		width:80%;
	}

}

@media screen and (max-width: 910px){

	body{
		background:#acacac;
	}

	.borderright{
		background:none;
	}

	.site-nav,
	#header ul{
		display:none;
	}

	.cont-box .left-bot-corner,
	.cont-box .left-top-corner,
	.cont-box .right-bot-corner,
	.cont-box .right-top-corner{
		background:none;
	}

	#header{
		height:30px;
		background:white;
	}

	#header .indent{
		padding-top:10px;
	}


	.bootstrap-navbar{
		display:block;
		margin-bottom: 0px;
	}


	#header .fleft{
		padding-left:30px;
		color:#252525;
	}

	#footer p{
		padding-left:30px;
	}

	.img-box{
		margin-bottom:20px;
	}
}


/*index page fix for layout...different behaviour than custom bootstrap*/

@media screen and (min-width: 900px){
	#page1 #content .col-1 {width:196px; 
		padding-left:0px;
		padding-right:21px;
		margin-right:0px;
	}
	#page1 #content .col-2 {width:217px; 
		padding-left:21px;
		padding-right:21px;
		margin-right:0px;

	}
	#page1 #content .col-3 {
		width:217px;
		padding-left:21px;
		padding-right:21px;
		margin-right:0px;
	}
	#page1 #content .col-4 {
		width:196px;
		padding-left: 21px;
		margin-right:0px;
		padding-right:0px;
	}
}

@media screen and (min-width: 790px) and (max-width:900px) {
	#page1 #content .col-1 {
		padding-left:0px;
		padding-right:0px;
		margin-right:0px;
	}
	#page1 #content .col-2 {
		padding-left:15px;
		padding-right:0px;
		margin-right:0px;

	}
	#page1 #content .col-3 {
		padding-left:0px;
		padding-right:0px;
		margin-right:0px;
	}
	#page1 #content .col-4 {
		padding-left: 15px;
		margin-right:0px;
		padding-right:0px;
	}
}

@media screen and (max-width:880px){
	.mainproductsdiv { margin-top: -15px; margin-bottom: 35px }
	.mainservicesdiv { margin-top: -15px; margin-bottom: 35px }
	.mainlatestnewsdiv  { margin-top: -15px; margin-bottom: 35px }
	.mainaboutdiv { margin-top: -15px }
	
	.mainservicesdiv_no { margin-top: -15px; margin-bottom: 35px }

	#about #content .col-2 {margin-left:25px}
	#training #content .col-2 {margin-left:45px}
	#services #content .col-2  { margin-left:90px; } 
	
	.cont-box .top .flags a{ 
		float:left;
	}

	.slogan-box .buttons  {
		top:20px;
		right:20px;
		left:auto;
	}	
	
	/*.logo img{
		max-width:234px;
		width:100%;
		height:auto;
	}*/
}

@media screen and (max-width:768px){
	#services #content .col-2  { margin-left:10px; }	
	.mainproductsdiv { margin-top: -15px; margin-bottom: 35px }
	.mainservicesdiv { margin-top: -15px; margin-bottom: 35px }
	.mainlatestnewsdiv  { margin-top: -15px; margin-bottom: 35px }
	.mainaboutdiv { margin-top: -15px }
	
	.mainservicesdiv_no { margin-top: -15px; margin-bottom: 35px }

	#about #content .col-2 {margin-left:15px}
	#contacts #content .col-1 { margin-left:15px }
	
	.cont-box .inner{
		padding-left:20px;
		padding-right:20px;
	}
	.slogan-box{
		min-height: 350px;
		margin-bottom: 0px;
	}

	.slogan-box span .shippingsoft, .slogan-box span .shippingsoft_no {
		width:100px;
		height:100px;
	}
	
	.flags {
	  visibility: hidden;
	}
	
	.trainingOverview {
	  visibility: hidden;
	}

	/*resize link*/
	.link1 {
		background: url("../images/link1-left.gif") no-repeat scroll left top #1f8ad5;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		 background-size: contain;

		/* -ms-behavior: url(/backgroundsize.min.htc);*/
		 
		color: #fff;
		display: block;
		float: left;
		line-height: 0.1em;
		margin-right: 4px;
		text-decoration: none;
		text-transform: uppercase;
	}
	.link1 b {
		background: url("../images/link1-right.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		 background-size: contain;

		 /*-ms-behavior: url(/backgroundsize.min.htc);*/
		display: block;
		padding: 16px 18px 17px 19px;
	}

	.divider1a, .divider2a, .divider1c, .divider1 {
		background:none;
	}
	
	#contact-form input[type="text"] {
		width:100%;
	}
}

@media screen and (max-width:680px) {
	.slogan-box{
		min-height: 320px;
		margin-bottom:20px;
	}
}

@media screen and (max-width:600px){
	.slogan-box{
		min-height: 290px;
	}

	.slogan-box span .shippingsoft, .slogan-box span .shippingsoft_no {
		width:70px;
		height:70px;
	}

	.link1 b {
    background: url("../images/link1-right.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
    -webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	 background-size: contain;

	/* -ms-behavior: url(/backgroundsize.min.htc);*/
    display: block;
    padding: 13px 15px 14px 16px;
}


	/*.slogan-box span{
		left:0px;
	}*/
	.cont-box .inner{
		padding-left:10px;
		padding-right:10px;
	}
}

@media screen and (max-width:500px){
	.slogan-box{
		min-height: 240px;
	}

	.cont-box .top .flags{
		float:none;
		min-width:100%;
		padding-top: 5px;
		display:inline-block;
	}
}

@media screen and (max-width:400px){
	.slogan-box{
		min-height: 180px;
	}
}

.cont-box a img {
  margin-right : 5px;
}

.flags a:first-child {
  margin-right : 5px;
} 

/* Overide submit and clear button contact page */
#submit, #clear {
  text-decoration: none;
}

/* Overide sitemap unline links */
#fullwidthsitemap a {
  text-decoration: none;
}

.spacerAboveElement {
  margin-bottom: 30px;
}

#readmorelinkmainpage { 
  text-decoration: none;
}


