
/* Start Slider*/
.bx-wrapper {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block; 
}

/** THEME
==============================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  none;
	background: none;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	display: none;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../all/Images/RESPONSIVE_DESIGN/20150616/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3000;
}



/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	margin-left: -10px;
	left: 10px;
	background: url(../all/Images/RESPONSIVE_DESIGN/20150616/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	margin-right: -10px;
	right: 10px;
	background: url(../all/Images/RESPONSIVE_DESIGN/20150616/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;

}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}



/*Captions*/

.bx-wrapper .bx-caption {
  position: absolute;
  top: 13%;
  left: 40%;
  margin-right:12%;
  background: none;
  width: 38%;
  text-align: center;
}

.bx-wrapper .bx-caption span {
	color: #f7901e;
	font-family: Tahoma;
	/* text-shadow:-1px 0px 1px rgba(0, 0, 0, 0.59);
	text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.59);
	-webkit-text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.59);
	-moz-text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.59);
	-o-text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.59); */
	display: block;
	font-size: 2em;
}

/*----start-responsive design-----*/
@media only screen and (max-width:1440px) and (min-width:1366px) {
	.bx-wrapper .bx-caption span {
		font-size: 2em;
}
}
@media only screen and (max-width:1366px) and (min-width:1280px) {
	.bx-wrapper .bx-caption {
		width: 52%;
	}
	.bx-wrapper .bx-caption span {
		width: 84%;
	}
}
@media only screen and (max-width:1280px) and (min-width:1024px) {
	.bx-wrapper .bx-caption {
		width: 52%;
	}
	.bx-wrapper .bx-caption span {
		width: 84%;

	}
}
@media only screen and (max-width:1024px) and (min-width:768px) {
	.bx-wrapper .bx-caption{
		width: 52%;
	}
	.bx-wrapper .bx-caption span {
		width: 100%;
		font-size: 1.5em;
	}
}
@media only screen and (max-width:768px) and (min-width:640px) {
	.bx-wrapper .bx-caption {
		width:100%;
		position: absolute;
  		top: 2%;
  		left: 2%;
  		margin-right:2%;
	}
	.bx-wrapper .bx-caption span {
		width: 60%;
		font-size: 1.5em;
		margin: 0.5em auto 0.6em auto;
	}
}
@media only screen and (max-width:640px) and (min-width:480px) {
	.bx-wrapper .bx-caption{
		width:100%;
		position: absolute;
  		top: 2%;
  		left: 2%;
  		margin-right:2%;	
	}
	.bx-wrapper .bx-caption span {
		width: 90%;
		font-size: 1.5em;
		margin: 0.5em auto 0.6em auto;
		padding: 0px;
	}
}
@media only screen and (max-width:480px) and (min-width:320px) {
	.bx-wrapper .bx-caption{
		width:100%;
		position: absolute;
  		top: 2%;
  		left: 2%;
  		margin-right:2%;	
	}
	.bx-wrapper .bx-caption span {
		width: 100%;
		font-size: 1.2em;
		margin: 0.5em auto 0.6em auto;
	}
}
@media only screen and (max-width:320px) and (min-width:240px) {
	.bx-wrapper .bx-caption{
		width:100%;
		position: absolute;
  		top: 2%;
  		left: 2%;
  		margin-right:2%;	
	}
	.bx-wrapper .bx-caption span {
		width: 100%;
		font-size: 1.1em;
		margin: 0.5em auto 0.6em auto;
	}
}

/*--- End Slider---*/





/*----start-wrap-----*/

.cms-wrap{
	font-family:Tahoma, Geneva, sans-serif;
	width:75%;
	margin:0 auto;
	max-width: 1200px;
}


.bigbtn{
	font-family:Tahoma, Geneva, sans-serif;
	position:absolute;
	top: 13rem;
	left: 53%;
	background: #f7901e;
	color: #FFF;
	display: inline-block;
	padding: 0.4em 1.2em;
	font-size: 1.5em;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
	-o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.bigbtn:hover{
	color:#ff5400;
	background:#FFF;
}


/*---start-divice-fea----*/
.cms-fea {
	margin-top: 3em;
}
.cms-fea-left{
	float:left;
	width: 64%;
}
.cms-fea-right{
	float: right;
	width: 33%;
	text-align: center;
	margin-top: 0%;
}
.cms-fea-right-img{
        background: url(http://press.aicgroup.biz/tw_files/aic/all/Images/CMS_20151026/lense.png) no-repeat;
	height: 500px;
	width: 350px;
	display: inline-block;
}

.cms-fea-left-grid h3{
	font-size: 1.5em;
	color: #f7901e;
	font-weight: 400;
}
.cms-fea-left-grid h3 span{
	font-weight: 600;
}
.cms-fea-left-grid p{
	color: #5E5E5E;
	line-height: 1.7em;
	font-size: 0.95em;
	margin: 0.5em 0 2em 0;
	text-align:justify;
}
/*---//End-cms-fea----*/

/*----start-footer----*/
.cms-footer {
	border-top: 2px solid #f7901e;
	padding: 1.5em 0;
	margin-top: 2em;
}

/*----//End-footer----*/


/*----start-responsive design-----*/


@media only screen and (max-width:1440px) and (min-width:1366px) {
	.cms-wrap{
		width:78%;
	}
	
}
@media only screen and (max-width:1366px) and (min-width:1280px) {
	.cms-wrap{
		width:80%;
	}
	.bigbtn {
	  left: 54%;
	}
}
@media only screen and (max-width:1280px) and (min-width:1024px) {
	.cms-wrap{
		width:80%;
	}
	.cms-fea-left-grid p {
		margin: 0.5em 0 0.5em 0;
	}
	.cms-fea-left-grid p {
		line-height: 1.5em;
	}
	.bigbtn {
	  left: 56%;
	}
}
@media only screen and (max-width:1024px) and (min-width:768px) {
	.cms-wrap{
		width: 85%;
	}
	.cms-fea-left-grid p {
		margin: 0.5em 0 0.5em 0;
	}
	.cms-fea-left-grid p {
		line-height: 1.5em;
	}
	.cms-fea-left {
		width: 100%;
	}
	.cms-fea-right{
		display:none;
		float:none;
	}
	.bigbtn {
		top: 8rem;
	}

}
@media only screen and (max-width:768px) and (min-width:640px) {
	.cms-wrap{
		width: 90%;
	}
	.cms-fea-left-grid p {
		margin: 0.5em 0 0.5em 0;
	}
	.cms-fea-left-grid p {
		line-height: 1.5em;
	}
	.cms-fea-left {
		float:none;
		width:100%;
	}
	.cms-fea-right{
		display:none;
		float:none;
	}
	.cms-fea-left label{
		background: url(../images/cm-divices.png) no-repeat;
		height:507px;
		width:333px;
		display: block;
		margin: 0 auto;
		margin-bottom: 2.5em;
	}
	.bigbtn {
		width: 28%;
		position: absolute;
		top:10%;
		left: 41%;
		text-align: center;
		padding: 0.2em 0.5em;
		font-size: 1em;
	}
}
@media only screen and (max-width:640px) and (min-width:480px) {
	.cms-wrap{
		width: 90%;
	}
	
	.cms-fea-left-grid p {
		margin: 0.5em 0 0.5em 0;
	}
	.cms-fea-left-grid p {
		line-height: 1.5em;
	}
	.cms-fea-left {
		float:none;
		width:100%;
	}
	.cms-fea-right{
		display:none;
		float:none;
	}
	.bigbtn {
		display: none;
	}
}
@media only screen and (max-width:480px) and (min-width:320px) {
	.cms-wrap{
		width: 90%;
	}
	
	.cms-fea-left-grid p {
		margin:0.4em 0 0.7em 0;
	}
	.cms-fea-left-grid p {
		line-height: 1.5em;
		font-size: 0.875em;
	}

	.cms-fea-left {
		float:none;
		width:100%;
	}
	.cms-fea-right{
		display:none;
		float:none;
	}
	.bigbtn {
		display: none;
	}
	
	.cms-fea-left-grid h3 {
		font-size: 1.2em;
	}
}
@media only screen and (max-width:320px) and (min-width:240px) {
	.cms-wrap{
		width: 90%;
	}
	
	.cms-fea-left-grid p {
		margin:0.4em 0 0.7em 0;
	}
	.cms-fea-left-grid p {
		line-height: 1.5em;
		font-size: 0.875em;
	}
	.cms-fea-left {
		float:none;
		width:100%;
	}
	.cms-fea-right{
		display:none;
		float:none;
	}
	.cms-fea {
		margin-top: 1em;
	}
	.bigbtn {
		display: none;
	}

	.cms-fea-left-grid h3 {
		font-size: 1.05em;
	}
	.cms-footer {
		padding: 1em 0;
		margin-top: 1.5em;
	}
}




    .title_headline {

     text-align: center; 
     font-size: 1.8em;
     font-family: Arial, sans-serif;
     font-weight:thin;
     color: #7c7c7c;
     border-bottom: 1px solid #f1662e;
     width: 30%;
     margin: auto;
     margin-top: 2em;
     margin-bottom: -2em;
     position: relative;
  
   

} 

	

/*---Start Small Slider ---*/
    #owl-demo .item{
       
	   margin: 2em;
	   margin-top: 2em;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		padding: 0.5em;
		background: transparent;
		cursor:pointer;
    }
    #owl-demo .item:hover a{
    	color:transparent;
    	border-bottom:1px solid #f1662e;
    }
    #owl-demo .item img{
		
		width: 100%;
        display: block;
        height: auto;
		
	
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
/*-----*/
.item a{
	font-size: 1.1em;
	color: #555;
	margin-top: none;
	padding: 0.4em 0 0.4em 0;
	display: block;
	transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    
}
.item a span{
	
	font-weight: 40px;
    color: #2c2c2c;
	
}
.item p{
	color: #3d3d3d;
	font-size: 0.875em;
	margin: 0.5em 0;
}
/*---//--*/
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	height:57px;
	width:39px;
	display: block;
	font-size: 12px;
	transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5); /* IE 9 */
	-webkit-transform: scale(0.5, 0.5); /* Safari and Chrome */
	-o-transform: scale(0.5, 0.5); /* Opera */
	-moz-transform: scale(0.5, 0.5); /* Firefox */
}
.owl-theme .owl-controls .owl-buttons div:hover{
	opacity:0.6;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}
.owl-prev {
	position: absolute;
	top: 50%;
	width: 50%;
	left: -5%;
	background: url(../all/Images/RESPONSIVE_DESIGN/20150616/c-arrows.png) no-repeat;
}
.owl-next{
	position: absolute;
	top:50%;
	width: 50%;
	right: -5%;
	background: url(../all/Images/RESPONSIVE_DESIGN/20150616/c-arrows.png) no-repeat -39px 0px;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: url(../images/c-arrows.png) no-repeat;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	margin-top: none;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
 
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
@media only screen and (max-width:1440px) and (min-width:1366px) {
	.owl-carousel {
		margin-top: -5%;
	}
}
@media only screen and (max-width:1366px) and (min-width:1280px) {
	.owl-carousel {
		margin-top: -5%;
	}
}
@media only screen and (max-width:1280px) and (min-width:1024px) {
	.owl-carousel {
		margin-top: -5%;
	}
}
@media only screen and (max-width:1024px) and (min-width:768px) {
	.owl-carousel {
		margin-top: -5%;
	}
}
@media only screen and (max-width:768px) and (min-width:640px) {
	.owl-carousel {
		margin-top: -9%;
	}
}
@media only screen and (max-width:640px) and (min-width:480px) {
	.owl-carousel {
		margin-top: -9%;
	}
}
@media only screen and (max-width:480px) and (min-width:320px) {
	.owl-carousel {
		margin-top: -9%;
	}
}


/** home-not-logged-cms
===================================*/

/* CSS HOME  */

#homepage-map-animated.wrap {
  min-height: 476px;
  position: relative;
  width: 100%;
}

#homepage-map-animated .europe_asia{
	height: auto;
	display: inline-block;
	position: absolute;
	top:0;
	right:0;
}
	
#homepage-map-animated .africa {
  display: inline-block;
  height: auto;
  right: 26%;
  position: absolute;
  top: 13%;
}
	
#homepage-map-animated .north_america{
	height: auto;
	display: inline-block;
	position: absolute;
	top:0;
	left:0;
}
	
#homepage-map-animated .south_america {
  display: inline-block;
  height: auto;
  left: 21%;
  position: absolute;
  top: 49%;
}
	
#homepage-map-animated .australia {
  display: inline-block;
  height: auto;
  position: absolute;
  right: 6%;
  top: 16%;
}
	





#homepage-map-animated .fadeIn{
        opacity:0;
        -webkit-animation:fadeIn ease-in 1;
        -moz-animation:fadeIn ease-in 1;
        -o-animation:fadeIn ease-in 1;
        animation:fadeIn ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        -o-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
}

/* Animation Times - Time for image to fade in
---------------------------------------------------- */
#homepage-map-animated .fadeIn-3s {
        -webkit-animation-duration:3s;
        -moz-animation-duration:3s;
        -o-animation-duration:3s;
        animation-duration:3s;
}



/* Animation Delay - Time for image to be delayed
---------------------------------------------------- */
#homepage-map-animated .fadeIn-Delay-3s-asia {
        -webkit-animation-delay:0s;
        -moz-animation-delay:0s;
        -o-animation-delay:0s;
        animation-delay:0s;
}
#homepage-map-animated .fadeIn-Delay-3s-africa {
        -webkit-animation-delay:1s;
        -moz-animation-delay:1s;
        -o-animation-delay:1s;
        animation-delay:1s;
}
#homepage-map-animated .fadeIn-Delay-3s-namerica {
        -webkit-animation-delay:2s;
        -moz-animation-delay:2s;
        -o-animation-delay:2s;
        animation-delay:2s;
}
#homepage-map-animated .fadeIn-Delay-3s-samerica {
        -webkit-animation-delay:3s;
        -moz-animation-delay:3s;
        -o-animation-delay:3s;
        animation-delay:3s;
}
#homepage-map-animated .fadeIn-Delay-3s-australia {
        -webkit-animation-delay:4s;
        -moz-animation-delay:4s;
        -o-animation-delay:4s;
        animation-delay:4s;
}



/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }



/* CSS HOME  RESPONSIVE*/

@media only screen and (max-width : 480px) {
   /* Smartphone view */

   #homepage-map-animated.wrap {
    height: auto;
    position: relative;
    width: 100%;
    }   

   #homepage-map-animated .europe_asia{
      width: 65%;
   }
   #homepage-map-animated .africa{
      width: 40%;
	  right: 30%;
  	  position: absolute;
  	  top: 6%;
   }
   #homepage-map-animated .north_america{
      width: 37%;
   }
   #homepage-map-animated .south_america{
      width: 25%;
      left: 17%;
      position: absolute;
      top: 18%;
   }
   #homepage-map-animated .australia{
      width: 42%;
     position: absolute;
      right: 6%;
      top: 10%;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view */
   #homepage-map-animated .europe_asia{
      width: 65%;
   }
   #homepage-map-animated .africa{
      width: 40%;
	  right: 30%;
  	  position: absolute;
  	  top: 9%;
   }
   #homepage-map-animated .north_america{
      width: 40%;
   }
   #homepage-map-animated .south_america{
      width: 25%;
      left: 19%;
      position: absolute;
      top: 27%;
   }
   #homepage-map-animated .australia{
      width: 42%;
	  position: absolute;
      right: 8%;
      top: 13%;
   }
   
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop */
   
   #homepage-map-animated.wrap {
    height: auto;
    position: relative;
    width: 100%;
    }   

   #homepage-map-animated .europe_asia{
      width: 65%;
   }
   #homepage-map-animated .africa{
      width: 40%;
      right: 30%;
      position: absolute;
      top: 12%;
   }
   #homepage-map-animated .north_america{
      width: 37%;
   }
   #homepage-map-animated .south_america{
      width: 25%;
      left: 17%;
      position: absolute;
      top: 32%;
   }
   #homepage-map-animated .australia{
      width: 42%;
     position: absolute;
      right: 8%;
      top: 19%;
   }
  
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop */
  
    #homepage-map-animated.wrap {
    height: auto;
    position: relative;
    width: 100%;
    }   

   #homepage-map-animated .europe_asia{
      width: 66%;
   }
   #homepage-map-animated .africa{
      width: 40%;
      right: 30%;
      position: absolute;
      top: 16%;
   }
   #homepage-map-animated .north_america{
      width: 41%;
   }
   #homepage-map-animated .south_america{
      width: 25%;
      left: 17%;
      position: absolute;
      top: 48%;
   }
   #homepage-map-animated .australia{
      width: 42%;
     position: absolute;
      right: 8%;
      top: 24%;
   }

 
}




/* CSS HOME  END*/


/* GENERAL CSS ABOUT NAVIGATION PAGES */
.da-thumbs {
	list-style: none;
	overflow: hidden;
    margin: 1.5rem 1.5rem;
	position: relative;
	padding: 0;
}


.da-thumbs div {
   float: left;
   position: relative;
   width: 33%;
   overflow:hidden;
   margin: 0 0;
}

.da-thumbs div img{
	width: 100%;
	}

.da-thumbs div a,
.da-thumbs div a img {
	display:block;
	position: relative;
}

	
.da-thumbs div a {
	overflow: hidden;
}
.da-thumbs div a div {
	position: absolute;
	background: #f7901e;
	background: rgba(255, 98, 0, 0.9);
	width: 100%;
	height: 100%;
}






@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .da-thumbs div{
      width: 50%;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: 2 tiles */
   .da-thumbs div {
      width: 80%;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
   .da-thumbs div {
      width: 32%;
   }
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop: 4 tiles */
   .da-thumbs div {
      width: 32%;
   }
}

/* GENERAL CSS ABOUT NAVIGATION PAGES END */



/* ABOU US CSS */


.about-container .da-thumbs div a div span h3{
	padding: 1rem 1rem;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}
	
.about-container .da-thumbs div a div span p {
	display: block;
	padding: 1rem 1rem;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align:justify;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: none;
	box-shadow: none;
	}

@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .about-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
     padding: 1rem 1rem; 
   }
	   
   .about-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: */
   .about-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
	  padding: 1rem 1rem; 
   }
	   
   .about-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
      .about-container .da-thumbs div a div span h3{
      font-size: 1.4rem;
	  padding: 0.2rem 0.2rem; 
   }
	   
   .about-container .da-thumbs div a div span p{
      font-size: 1.2rem;
	  padding: 0.2rem 0.2rem;
   }
}



/* ABOU US CSS END */

/* SERVICES */

.services-container .da-thumbs div a div {
 	position: absolute;
	background: rgba(255, 98, 0, 0.9);
	line-height: auto;
	display: inline-block;
        vertical-align: middle;
        text-align:center;
  	width: 100%;
	height: 100%;
}
.services-container .da-thumbs div a div span {
        position: relative;
        top: 33%;
	display: block;
	padding: 1.5rem 1.5rem;
        font-size: 2rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:center;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	
}




@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .services-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
     padding: 1rem 1rem; 
   }
	   
   .services-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: */
   .services-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
	  padding: 1rem 1rem; 
   }
	   
   .services-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
      .services-container .da-thumbs div a div span h3{
      font-size: 1.4rem;
	  padding: 0.2rem 0.2rem; 
   }
	   
   .services-container .da-thumbs div a div span p{
      font-size: 1.2rem;
	  padding: 0.2rem 0.2rem;
   }
}

/* SERVICES END */


/* WORK WITH US START */

.work-with-us-container .da-thumbs div a div span h3{
	padding: 1rem 1rem;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}
	
.work-with-us-container .da-thumbs div a div span p {
	display: block;
	padding: 1rem 1rem;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align:justify;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: none;
	box-shadow: none;
	}

@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .work-with-us-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
	  padding: 1rem 1rem; 
   }
	   
   .work-with-us-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: */
   .work-with-us-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
	  padding: 1rem 1rem; 
   }
	   
   .work-with-us-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
      .work-with-us-container .da-thumbs div a div span h3{
      font-size: 1.4rem;
	  padding: 0.2rem 0.2rem; 
   }
	   
   .work-with-us-container .da-thumbs div a div span p{
      font-size: 1.2rem;
	  padding: 0.2rem 0.2rem;
   }
}

/* WORK WITH US END */


/* CONTACTS START */

.contact-container .da-thumbs div a div span h3{
	padding: 1rem 1rem;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}
	
.contact-container .da-thumbs div a div span p {
	display: block;
	padding: 1rem 1rem;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align:justify;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: none;
	box-shadow: none;
	}

@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .contact-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
	  padding: 1rem 1rem; 
   }
	   
   .contact-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: */
   .contact-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
	  padding: 1rem 1rem; 
   }
	   
   .contact-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
      .contact-container .da-thumbs div a div span h3{
      font-size: 1.4rem;
	  padding: 0.2rem 0.2rem; 
   }
	   
   .contact-container .da-thumbs div a div span p{
      font-size: 1.2rem;
	  padding: 0.2rem 0.2rem;
   }
}

/* CONTACTS END */


/* Start Slider*/
.bx-wrapper {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block; 
}

/** THEME
==============================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  none;
	background: none;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	display: none;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../all/Images/RESPONSIVE_DESIGN/20150616/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3000;
}



/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../all/Images/RESPONSIVE_DESIGN/20150616/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../all/Images/RESPONSIVE_DESIGN/20150616/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;

}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}



/*Captions*/

.bx-wrapper .bx-caption {
  position: absolute;
  top: 13%;
  left: 40%;
  margin-right:12%;
  background: none;
  width: 38%;
  text-align: center;
}

.bx-wrapper .bx-caption span {
	color: #f7901e;
	font-family: Tahoma;
	/* text-shadow:-1px 0px 1px rgba(0, 0, 0, 0.59);
	text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.59);
	-webkit-text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.59);
	-moz-text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.59);
	-o-text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.59); */
	display: block;
	font-size: 2em;
}

/*----start-responsive design-----*/
@media only screen and (max-width:1440px) and (min-width:1366px) {
	.bx-wrapper .bx-caption span {
		font-size: 2em;
}
}
@media only screen and (max-width:1366px) and (min-width:1280px) {
	.bx-wrapper .bx-caption {
		width: 52%;
	}
	.bx-wrapper .bx-caption span {
		width: 84%;
	}
}
@media only screen and (max-width:1280px) and (min-width:1024px) {
	.bx-wrapper .bx-caption {
		width: 52%;
	}
	.bx-wrapper .bx-caption span {
		width: 84%;

	}
}
@media only screen and (max-width:1024px) and (min-width:768px) {
	.bx-wrapper .bx-caption{
		width: 52%;
	}
	.bx-wrapper .bx-caption span {
		width: 100%;
		font-size: 1.5em;
	}
}
@media only screen and (max-width:768px) and (min-width:640px) {
	.bx-wrapper .bx-caption {
		width:100%;
		position: absolute;
  		top: 2%;
  		left: 2%;
  		margin-right:2%;
	}
	.bx-wrapper .bx-caption span {
		width: 60%;
		font-size: 1.5em;
		margin: 0.5em auto 0.6em auto;
	}
}
@media only screen and (max-width:640px) and (min-width:480px) {
	.bx-wrapper .bx-caption{
		width:100%;
		position: absolute;
  		top: 2%;
  		left: 2%;
  		margin-right:2%;	
	}
	.bx-wrapper .bx-caption span {
		width: 90%;
		font-size: 1.5em;
		margin: 0.5em auto 0.6em auto;
		padding: 0px;
	}
}
@media only screen and (max-width:480px) and (min-width:320px) {
	.bx-wrapper .bx-caption{
		width:100%;
		position: absolute;
  		top: 2%;
  		left: 2%;
  		margin-right:2%;	
	}
	.bx-wrapper .bx-caption span {
		width: 100%;
		font-size: 1.2em;
		margin: 0.5em auto 0.6em auto;
	}
}
@media only screen and (max-width:320px) and (min-width:240px) {
	.bx-wrapper .bx-caption{
		width:100%;
		position: absolute;
  		top: 2%;
  		left: 2%;
  		margin-right:2%;	
	}
	.bx-wrapper .bx-caption span {
		width: 100%;
		font-size: 1.1em;
		margin: 0.5em auto 0.6em auto;
	}
}

/*--- End Slider---*/





/*----start-wrap-----*/

.cms-wrap{
	font-family:Tahoma, Geneva, sans-serif;
	width:75%;
	margin:0 auto;
	max-width: 1200px;
}



.bigbtn{
	font-family:Tahoma, Geneva, sans-serif;
	position:absolute;
	top: 13rem;
	left: 53%;
	background: #f7901e;
	color: #FFF;
	display: inline-block;
	padding: 0.4em 1.2em;
	font-size: 1.5em;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
	-o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.bigbtn:hover{
	color:#ff5400;
	background:#FFF;
}

.cms-container .bigbtn {
	display:none !important;
	}
	

/*---start-divice-fea----*/
.cms-fea {
	margin-top: 3em;
}
.cms-fea-left{
	float:left;
	width: 64%;
}
.cms-fea-right{
	float: right;
	width: 33%;
	text-align: center;
	margin-top: 0%;
}
.cms-fea-right-img{
        background: url(http://press.aicgroup.biz/tw_files/aic/all/Images/CMS_20151026/lense.png) no-repeat;
	height: 500px;
	width: 350px;
	display: inline-block;
}

.cms-fea-left-grid h3{
	font-size: 1.5em;
	color: #f7901e;
	font-weight: 400;
}
.cms-fea-left-grid h3 span{
	font-weight: 600;
}
.cms-fea-left-grid p{
	color: #5E5E5E;
	line-height: 1.7em;
	font-size: 0.95em;
	margin: 0.5em 0 2em 0;
	text-align:justify;
}
/*---//End-cms-fea----*/

/*----start-footer----*/
.cms-footer {
	border-top: 1px solid #f89223;
	padding: 1.5em 0;
	margin-top: 5em;
}

/*----//End-footer----*/


/*----start-responsive design-----*/


@media only screen and (max-width:1440px) and (min-width:1366px) {
	.cms-wrap{
		width:78%;
	}
	
}
@media only screen and (max-width:1366px) and (min-width:1280px) {
	.cms-wrap{
		width:80%;
	}
	.bigbtn {
	  left: 54%;
	}
}
@media only screen and (max-width:1280px) and (min-width:1024px) {
	.cms-wrap{
		width:80%;
	}
	.cms-fea-left-grid p {
		margin: 0.5em 0 0.5em 0;
	}
	.cms-fea-left-grid p {
		line-height: 1.5em;
	}
	.bigbtn {
	  left: 56%;
	}
}
@media only screen and (max-width:1024px) and (min-width:768px) {
	.cms-wrap{
		width: 85%;
	}
	.cms-fea-left-grid p {
		margin: 0.5em 0 0.5em 0;
	}
	.cms-fea-left-grid p {
		line-height: 1.5em;
	}
	.cms-fea-left {
		width: 100%;
	}
	.cms-fea-right{
		display:none;
		float:none;
	}
	.bigbtn {
		top: 8rem;
	}

}
@media only screen and (max-width:768px) and (min-width:640px) {
	.cms-wrap{
		width: 90%;
	}
	.cms-fea-left-grid p {
		margin: 0.5em 0 0.5em 0;
	}
	.cms-fea-left-grid p {
		line-height: 1.5em;
	}
	.cms-fea-left {
		float:none;
		width:100%;
	}
	.cms-fea-right{
		display:none;
		float:none;
	}
	.cms-fea-left label{
		background: url(../images/cm-divices.png) no-repeat;
		height:507px;
		width:333px;
		display: block;
		margin: 0 auto;
		margin-bottom: 2.5em;
	}
	.bigbtn {
		width: 28%;
		position: absolute;
		top:10%;
		left: 41%;
		text-align: center;
		padding: 0.2em 0.5em;
		font-size: 1em;
	}
}
@media only screen and (max-width:640px) and (min-width:480px) {
	.cms-wrap{
		width: 90%;
	}
	
	.cms-fea-left-grid p {
		margin: 0.5em 0 0.5em 0;
	}
	.cms-fea-left-grid p {
		line-height: 1.5em;
	}
	.cms-fea-left {
		float:none;
		width:100%;
	}
	.cms-fea-right{
		display:none;
		float:none;
	}
	.bigbtn {
		display: none;
	}
}
@media only screen and (max-width:480px) and (min-width:320px) {
	.cms-wrap{
		width: 90%;
	}
	
	.cms-fea-left-grid p {
		margin:0.4em 0 0.7em 0;
	}
	.cms-fea-left-grid p {
		line-height: 1.5em;
		font-size: 0.875em;
	}

	.cms-fea-left {
		float:none;
		width:100%;
	}
	.cms-fea-right{
		display:none;
		float:none;
	}
	.bigbtn {
		display: none;
	}
	
	.cms-fea-left-grid h3 {
		font-size: 1.2em;
	}
}
@media only screen and (max-width:320px) and (min-width:240px) {
	.cms-wrap{
		width: 90%;
	}
	
	.cms-fea-left-grid p {
		margin:0.4em 0 0.7em 0;
	}
	.cms-fea-left-grid p {
		line-height: 1.5em;
		font-size: 0.875em;
	}
	.cms-fea-left {
		float:none;
		width:100%;
	}
	.cms-fea-right{
		display:none;
		float:none;
	}
	.cms-fea {
		margin-top: 1em;
	}
	.bigbtn {
		display: none;
	}

	.cms-fea-left-grid h3 {
		font-size: 1.05em;
	}
	.cms-footer {
		padding: 1em 0;
		margin-top: 1.5em;
	}
}



/*---Start Small Slider ---*/
    #owl-demo .item{
       
	   margin: 0.5em;
	   margin-top: 80px;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		padding: 0.5em;
		background: #transparent;
		cursor:pointer;
    }
    #owl-demo .item:hover a{
    	color:#171717;
    	border-bottom:2px solid #f89223;
    }
    #owl-demo .item img{
		
		width: 100%;
        display: block;
        height: auto;
		
	
}
.owl-theme .owl-controls{
	margin-top: 15px;
	text-align: center;
}
/*-----*/
.item a{
	font-size: 1.1em;
	border-bottom: 2px solid #EEE;
	color: #555;
	padding: 0.5em 0 0.4em 0;
	display:block;
	transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
}
.item a span{
	font-weight:400;
    color: #2c2c2c;
}
.item p{
	color: #3d3d3d;
	font-size: 1.1em;
	margin: 0.5em 0;
}
/*---//--*/
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	height:57px;
	width:39px;
	display: block;
	font-size: 12px;
	transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5); /* IE 9 */
	-webkit-transform: scale(0.5, 0.5); /* Safari and Chrome */
	-o-transform: scale(0.5, 0.5); /* Opera */
	-moz-transform: scale(0.5, 0.5); /* Firefox */
}
.owl-theme .owl-controls .owl-buttons div:hover{
	opacity:0.6;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}
.owl-prev {
	position: absolute;
	top: 50%;
	width: 50%;
	left: -8%;
	background: url(../all/Images/RESPONSIVE_DESIGN/20150616/c-arrows.png) no-repeat;
}
.owl-next{
	position: absolute;
	top:50%;
	width: 50%;
	right: -8%;
	background: url(../all/Images/RESPONSIVE_DESIGN/20150616/c-arrows.png) no-repeat -39px 0px;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: url(../images/c-arrows.png) no-repeat;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	margin-top: -5%;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
 
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
@media only screen and (max-width:1440px) and (min-width:1366px) {
	.owl-carousel {
		margin-top: -5%;
	}
}
@media only screen and (max-width:1366px) and (min-width:1280px) {
	.owl-carousel {
		margin-top: -5%;
	}
}
@media only screen and (max-width:1280px) and (min-width:1024px) {
	.owl-carousel {
		margin-top: -5%;
	}
}
@media only screen and (max-width:1024px) and (min-width:768px) {
	.owl-carousel {
		margin-top: -5%;
	}
}
@media only screen and (max-width:768px) and (min-width:640px) {
	.owl-carousel {
		margin-top: -9%;
	}
}
@media only screen and (max-width:640px) and (min-width:480px) {
	.owl-carousel {
		margin-top: -9%;
	}
}
@media only screen and (max-width:480px) and (min-width:320px) {
	.owl-carousel {
		margin-top: -9%;
	}
}


/** home-not-logged-cms
===================================*/

/* CSS HOME  */

#homepage-map-animated.wrap {
  min-height: 476px;
  position: relative;
  width: 100%;
}

#homepage-map-animated .europe_asia{
	height: auto;
	display: inline-block;
	position: absolute;
	top:0;
	right:0;
}
	
#homepage-map-animated .africa {
  display: inline-block;
  height: auto;
  right: 26%;
  position: absolute;
  top: 13%;
}
	
#homepage-map-animated .north_america{
	height: auto;
	display: inline-block;
	position: absolute;
	top:0;
	left:0;
}
	
#homepage-map-animated .south_america {
  display: inline-block;
  height: auto;
  left: 21%;
  position: absolute;
  top: 49%;
}
	
#homepage-map-animated .australia {
  display: inline-block;
  height: auto;
  position: absolute;
  right: 6%;
  top: 16%;
}
	





#homepage-map-animated .fadeIn{
        opacity:0;
        -webkit-animation:fadeIn ease-in 1;
        -moz-animation:fadeIn ease-in 1;
        -o-animation:fadeIn ease-in 1;
        animation:fadeIn ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        -o-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
}

/* Animation Times - Time for image to fade in
---------------------------------------------------- */
#homepage-map-animated .fadeIn-3s {
        -webkit-animation-duration:3s;
        -moz-animation-duration:3s;
        -o-animation-duration:3s;
        animation-duration:3s;
}



/* Animation Delay - Time for image to be delayed
---------------------------------------------------- */
#homepage-map-animated .fadeIn-Delay-3s-asia {
        -webkit-animation-delay:0s;
        -moz-animation-delay:0s;
        -o-animation-delay:0s;
        animation-delay:0s;
}
#homepage-map-animated .fadeIn-Delay-3s-africa {
        -webkit-animation-delay:1s;
        -moz-animation-delay:1s;
        -o-animation-delay:1s;
        animation-delay:1s;
}
#homepage-map-animated .fadeIn-Delay-3s-namerica {
        -webkit-animation-delay:2s;
        -moz-animation-delay:2s;
        -o-animation-delay:2s;
        animation-delay:2s;
}
#homepage-map-animated .fadeIn-Delay-3s-samerica {
        -webkit-animation-delay:3s;
        -moz-animation-delay:3s;
        -o-animation-delay:3s;
        animation-delay:3s;
}
#homepage-map-animated .fadeIn-Delay-3s-australia {
        -webkit-animation-delay:4s;
        -moz-animation-delay:4s;
        -o-animation-delay:4s;
        animation-delay:4s;
}



/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }



/* CSS HOME  RESPONSIVE*/

@media only screen and (max-width : 480px) {
   /* Smartphone view */

   #homepage-map-animated.wrap {
    height: auto;
    position: relative;
    width: 100%;
    }   

   #homepage-map-animated .europe_asia{
      width: 65%;
   }
   #homepage-map-animated .africa{
      width: 40%;
	  right: 30%;
  	  position: absolute;
  	  top: 6%;
   }
   #homepage-map-animated .north_america{
      width: 37%;
   }
   #homepage-map-animated .south_america{
      width: 25%;
      left: 17%;
      position: absolute;
      top: 18%;
   }
   #homepage-map-animated .australia{
      width: 42%;
     position: absolute;
      right: 6%;
      top: 10%;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view */
   #homepage-map-animated .europe_asia{
      width: 65%;
   }
   #homepage-map-animated .africa{
      width: 40%;
	  right: 30%;
  	  position: absolute;
  	  top: 9%;
   }
   #homepage-map-animated .north_america{
      width: 40%;
   }
   #homepage-map-animated .south_america{
      width: 25%;
      left: 19%;
      position: absolute;
      top: 27%;
   }
   #homepage-map-animated .australia{
      width: 42%;
	  position: absolute;
      right: 8%;
      top: 13%;
   }
   
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop */
   
   #homepage-map-animated.wrap {
    height: auto;
    position: relative;
    width: 100%;
    }   

   #homepage-map-animated .europe_asia{
      width: 65%;
   }
   #homepage-map-animated .africa{
      width: 40%;
      right: 30%;
      position: absolute;
      top: 12%;
   }
   #homepage-map-animated .north_america{
      width: 37%;
   }
   #homepage-map-animated .south_america{
      width: 25%;
      left: 17%;
      position: absolute;
      top: 32%;
   }
   #homepage-map-animated .australia{
      width: 42%;
     position: absolute;
      right: 8%;
      top: 19%;
   }
  
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop */
  
    #homepage-map-animated.wrap {
    height: auto;
    position: relative;
    width: 100%;
    }   

   #homepage-map-animated .europe_asia{
      width: 66%;
   }
   #homepage-map-animated .africa{
      width: 40%;
      right: 30%;
      position: absolute;
      top: 16%;
   }
   #homepage-map-animated .north_america{
      width: 41%;
   }
   #homepage-map-animated .south_america{
      width: 25%;
      left: 17%;
      position: absolute;
      top: 48%;
   }
   #homepage-map-animated .australia{
      width: 42%;
     position: absolute;
      right: 8%;
      top: 24%;
   }

 
}




/* CSS HOME  END*/


/* GENERAL CSS ABOUT NAVIGATION PAGES */
.da-thumbs {
	list-style: none;
	overflow: hidden;
    margin: 1.5rem 1.5rem;
	position: relative;
	padding: 0;
}


.da-thumbs div {
   float: left;
   position: relative;
   width: 33%;
   overflow:hidden;
   margin: 0 0;
}

.da-thumbs div img{
	width: 100%;
	}

.da-thumbs div a,
.da-thumbs div a img {
	display:block;
	position: relative;
}

	
.da-thumbs div a {
	overflow: hidden;
}
.da-thumbs div a div {
	position: absolute;
	background: #f7901e;
	background: rgba(255, 98, 0, 0.9);
	width: 100%;
	height: 100%;
}






@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .da-thumbs div{
      width: 50%;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: 2 tiles */
   .da-thumbs div {
      width: 80%;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
   .da-thumbs div {
      width: 32%;
   }
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop: 4 tiles */
   .da-thumbs div {
      width: 32%;
   }
}

/* GENERAL CSS ABOUT NAVIGATION PAGES END */



/* ABOU US CSS */


.about-container .da-thumbs div a div span h3{
	padding: 1rem 1rem;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}
	
.about-container .da-thumbs div a div span p {
	display: block;
	padding: 1rem 1rem;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align:justify;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: none;
	box-shadow: none;
	}

@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .about-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
     padding: 1rem 1rem; 
   }
	   
   .about-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: */
   .about-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
	  padding: 1rem 1rem; 
   }
	   
   .about-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
      .about-container .da-thumbs div a div span h3{
      font-size: 1.4rem;
	  padding: 0.2rem 0.2rem; 
   }
	   
   .about-container .da-thumbs div a div span p{
      font-size: 1.2rem;
	  padding: 0.2rem 0.2rem;
   }
}



/* ABOU US CSS END */

/* SERVICES */

.services-container .da-thumbs div a div {
 	position: absolute;
	background: rgba(255, 98, 0, 0.9);
	line-height: auto;
	display: inline-block;
        vertical-align: middle;
        text-align:center;
  	width: 100%;
	height: 100%;
}
.services-container .da-thumbs div a div span {
        position: relative;
        top: 33%;
	display: block;
	padding: 1.5rem 1.5rem;
        font-size: 2rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:center;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	
}




@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .services-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
     padding: 1rem 1rem; 
   }
	   
   .services-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: */
   .services-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
	  padding: 1rem 1rem; 
   }
	   
   .services-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
      .services-container .da-thumbs div a div span h3{
      font-size: 1.4rem;
	  padding: 0.2rem 0.2rem; 
   }
	   
   .services-container .da-thumbs div a div span p{
      font-size: 1.2rem;
	  padding: 0.2rem 0.2rem;
   }
}

/* SERVICES END */


/* WORK WITH US START */

.work-with-us-container .da-thumbs div a div span h3{
	padding: 1rem 1rem;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}
	
.work-with-us-container .da-thumbs div a div span p {
	display: block;
	padding: 1rem 1rem;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align:justify;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: none;
	box-shadow: none;
	}

@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .work-with-us-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
	  padding: 1rem 1rem; 
   }
	   
   .work-with-us-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: */
   .work-with-us-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
	  padding: 1rem 1rem; 
   }
	   
   .work-with-us-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
      .work-with-us-container .da-thumbs div a div span h3{
      font-size: 1.4rem;
	  padding: 0.2rem 0.2rem; 
   }
	   
   .work-with-us-container .da-thumbs div a div span p{
      font-size: 1.2rem;
	  padding: 0.2rem 0.2rem;
   }
}

/* WORK WITH US END */


/* CONTACTS START */

.contact-container .da-thumbs div a div span h3{
	padding: 1rem 1rem;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}
	
.contact-container .da-thumbs div a div span p {
	display: block;
	padding: 1rem 1rem;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align:justify;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: none;
	box-shadow: none;
	}

@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .contact-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
	  padding: 1rem 1rem; 
   }
	   
   .contact-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: */
   .contact-container .da-thumbs div a div span h3{
      font-size: 1.7rem;
	  padding: 1rem 1rem; 
   }
	   
   .contact-container .da-thumbs div a div span p{
      font-size: 1.5rem;
	  padding: 1rem 1rem;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
      .contact-container .da-thumbs div a div span h3{
      font-size: 1.4rem;
	  padding: 0.2rem 0.2rem; 
   }
	   
   .contact-container .da-thumbs div a div span p{
      font-size: 1.2rem;
	  padding: 0.2rem 0.2rem;
   }
}

/* CONTACTS END */

