html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	height: 100%;
}
html{
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	width:100%;
}
a{
	text-decoration: none;
   	outline: 0;
}
h1, h2, h3, h4{
	font-family: 'roboto_altbold';
}
/*GENERAL STYLES
======================================*/
.wrapper{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
}
.logotype{
	width: 241px;
	height: 80px;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	float: left;
}
.title{
	text-align: center;
}
.title h2{
	font-size: 40px;
	margin: 30px 0;
	text-transform: uppercase;
	font-weight: bolder;
	color: #e15d10;
	position: relative;
	z-index: 10;
}
.title p{
	display: none;
	font-size: 30px;
	font-weight: 100;
	max-width: 800px;
	margin: 0 auto;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 40px;
	position: relative;
	z-index: 10;
}
.clients li p{
	display: none;
}
@font-face {
    font-family: 'roboto_altbold';
    src: url('Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_altlight';
    src: url('Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_rgregular';
    src: url('Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family: 'roboto_rgregular';
}
/*ANIMATIONS
======================================*/
/*HOME
================================*/

.dots{
	-webkit-animation: dots_size 1.1s infinite;
	-moz-animation: dots_size 1.1s infinite;
	-ms-animation: dots_size 1.1s infinite;
	animation: dots_size 1.1s infinite;
}
/*.arw{
	-webkit-animation: arw_tr 1.1s infinite;
	-moz-animation: arw_tr 1.1s infinite;
	-ms-animation: arw_tr 1.1s infinite;
	animation: arw_tr 1.1s infinite;
}*/
/*TABS
================================*/

.wwa_left{
	-webkit-animation: slide_left 1s;
	-moz-animation: slide_left 1s;
	-ms-animation: slide_left 1s;
	-o-animation: slide_left 1s;
	animation: slide_left 1s;
}
.wwa_right{
	-webkit-animation: slide_right 1s;
	-moz-animation: slide_right 1s;
	-ms-animation: slide_right 1s;
	-0-animation: slide_right 1s;
	animation: slide_right 1s;
}
.wwa_img{
	-webkit-animation: reveal_img 1s .5s forwards;
	-moz-animation: reveal_img 1s .5s forwards;
	-ms-animation: reveal_img 1s .5s forwards;
	-o-animation: reveal_img 1s .5s forwards;
	animation: reveal_img 1s .5s forwards;
}
.w01{
	-webkit-animation: slide_left 1s;
	-moz-animation: slide_left 1s;
	-ms-animation: slide_left 1s;
	-o-animation: slide_left 1s;
	animation: slide_left 1s;
}
.w02{
	-webkit-animation: slide_right 1s;
	-moz-animation: slide_right 1s;
	-ms-animation: slide_right 1s;
	-o-animation: slide_right 1s;
	animation: slide_right 1s;
}

/*CONTACT
================================*/
input[type="submit"]{
	-webkit-animation:floating 2s infinite;
	-moz-animation:floating 2s infinite;
	-ms-animation:floating 2s infinite;
	-o-animation:floating 2s infinite;
	animation:floating 2s infinite;
}

#back_top{
	-webkit-animation: floated 2s infinite;
	-moz-animation: floated 2s infinite;
	-ms-animation: floated 2s infinite;
	animation: floated 2s infinite;
}

/*KEYFRAMES HOME
================================*/
@-webkit-keyframes dots_size{
	0%{-webkit-transform: scale(.5,.5);opacity: .3;}
	50%{-webkit-transform: scale(1.1,1.1);opacity: 1;}
	100%{-webkit-transform: scale(.5,.5);opacity: .3;}
}
@-webkit-keyframes arw_tr{
	0%{opacity: .3;}
	50%{opacity: 1;}
	100%{opacity: .3;}
}
@-moz-keyframes dots_size{
	0%{-moz-transform: scale(.5,.5);opacity: .3;}
	50%{-moz-transform: scale(1.1,1.1);opacity: 1;}
	100%{-moz-transform: scale(.5,.5);opacity: .3;}
}
@-moz-keyframes arw_tr{
	0%{opacity: .3;}
	50%{opacity: 1;}
	100%{opacity: .3;}
}
@-ms-keyframes dots_size{
	0%{-ms-transform: scale(.5,.5);opacity: .3;}
	50%{-ms-transform: scale(1.1,1.1);opacity: 1;}
	100%{-ms-transform: scale(.5,.5);opacity: .3;}
}
@-ms-keyframes arw_tr{
	0%{opacity: .3;}
	50%{opacity: 1;}
	100%{opacity: .3;}
}
@keyframes dots_size{
	0%{transform: scale(.5,.5);opacity: .3;}
	50%{transform: scale(1.1,1.1);opacity: 1;}
	100%{transform: scale(.5,.5);opacity: .3;}
}
@keyframes arw_tr{
	0%{opacity: .3;}
	50%{opacity: 1;}
	100%{opacity: .3;}
}


/*KEYFRAMES TABS
================================*/
@-webkit-keyframes fade{
	0%{ opacity: 0;}
	100%{ opacity:1;}
}
@-moz-keyframes fade{
	0%{ opacity: 0;}
	100%{ opacity:1;}
}
@-ms-keyframes fade{
	0%{ opacity: 0;}
	100%{ opacity:1;}
}
@-o-keyframes fade{
	0%{ opacity: 0;}
	100%{ opacity:1;}
}
@keyframes fade{
	0%{ opacity: 0;}
	100%{ opacity:1;}
}

@-webkit-keyframes slide_right{
	0%{ -webkit-transform: translate(50px,0px);opacity: 0;}
	100%{ -webkit-transform:translate(0,0); opacity:1;}
}
@-moz-keyframes slide_right{
	0%{ -moz-transform: translate(50px,0px);opacity: 0;}
	100%{ -moz-transform:translate(0,0); opacity:1;}
}
@-ms-keyframes slide_right{
	0%{ -ms-transform: translate(50px,0px);opacity: 0;}
	100%{ -ms-transform:translate(0,0); opacity:1;}
}
@-o-keyframes slide_right{
	0%{ -o-transform: translate(50px,0px);opacity: 0;}
	100%{ -o-transform:translate(0,0); opacity:1;}
}
@keyframes slide_right{
	0%{ transform: translate(50px,0px);opacity: 0;}
	100%{ transform:translate(0,0); opacity:1;}
}


@-webkit-keyframes slide_left{
	0%{ -webkit-transform: translate(-50px,0px); opacity: 0;}
	100%{ -webkit-transform: translate(0,0); opacity: 1;}
}
@-moz-keyframes slide_left{
	0%{ -moz-transform: translate(-50px,0px); opacity: 0;}
	100%{ -moz-transform: translate(0,0); opacity: 1;}
}
@-ms-keyframes slide_left{
	0%{ -ms-transform: translate(-50px,0px); opacity: 0;}
	100%{ -ms-transform: translate(0,0); opacity: 1;}
}
@-o-keyframes slide_left{
	0%{ -o-transform: translate(-50px,0px); opacity: 0;}
	100%{ -o-transform: translate(0,0); opacity: 1;}
}
@keyframes slide_left{
	0%{ transform: translate(-50px,0px); opacity: 0;}
	100%{ transform: translate(0,0); opacity: 1;}
}


@-webkit-keyframes reveal_img{
	0%{-webkit-transform:scale(.5,.5); opacity: 0;}
	50%{-webkit-transform:scale(1.1,1.1); opacity: .5;}
	100%{-webkit-transform:scale(1,1); opacity: 1;}
}
@-moz-keyframes reveal_img{
	0%{-moz-transform:scale(.5,.5); opacity: 0;}
	50%{-moz-transform:scale(1.1,1.1); opacity: .5;}
	100%{-moz-transform:scale(1,1); opacity: 1;}
}
@-ms-keyframes reveal_img{
	0%{-ms-transform:scale(.5,.5); opacity: 0;}
	50%{-ms-transform:scale(1.1,1.1); opacity: .5;}
	100%{-ms-transform:scale(1,1); opacity: 1;}
}
@-o-keyframes reveal_img{
	0%{-o-transform:scale(.5,.5); opacity: 0;}
	50%{-o-transform:scale(1.1,1.1); opacity: .5;}
	100%{-o-transform:scale(1,1); opacity: 1;}
}
@keyframes reveal_img{
	0%{transform:scale(.5,.5); opacity: 0;}
	50%{transform:scale(1.1,1.1); opacity: .5;}
	100%{transform:scale(1,1); opacity: 1;}
}

/*KEYFRAMES CONTACT
================================*/
@-webkit-keyframes floating{
	0%{ -webkit-transform: translate(0,0);}
	50%{ -webkit-transform:translate(0,5px);}
	100%{ -webkit-transform:translate(0,0);}
}
@-moz-keyframes floating{
	0%{ -moz-transform: translate(0,0);}
	50%{ -moz-transform:translate(0,5px);}
	100%{ -moz-transform:translate(0,0);}
}
@-ms-keyframes floating{
	0%{ -ms-transform: translate(0,0);}
	50%{ -ms-transform:translate(0,5px);}
	100%{ -ms-transform:translate(0,0);}
}
@-o-keyframes floating{
	0%{ -o-transform: translate(0,0);}
	50%{ -o-transform:translate(0,5px);}
	100%{ -o-transform:translate(0,0);}
}
@keyframes floating{
	0%{ transform: translate(0,0);}
	50%{ transform:translate(0,5px);}
	100%{ transform:translate(0,0);}
}
@-webkit-keyframes floated{
	0%{ background-position: 0% 2;}
	50%{ background-position: 0% -8px;}
	100%{ background-position: 0% 2;}
}
@-moz-keyframes floated{
	0%{ background-position: 0% 2;}
	50%{ background-position: 0% -8px;}
	100%{ background-position: 0% 2;}
}
@-ms-keyframes floated{
	0%{ background-position: 0% 2;}
	50%{ background-position: 0% -8px;}
	100%{ background-position: 0% 2;}
}
@keyframes floated{
	0%{ background-position: 0% 2;}
	50%{ background-position: 0% -8px;}
	100%{ background-position: 0% 2;}
}


/*NAVIGATION
======================================*/
#header{
	width: 100%;
	height: 88px;
	position: fixed;
	background-color: #fff;
	border-bottom: 5px solid #f08500;
	z-index: 100;
	top: 0;
}
.navigation{
	float: right;
	margin-top: 36px;
}
.navigation li{
	float: left;
}
.navigation li a.active,
.navigation a:hover {
	color: #fff;
	background-position: 0px 0px;
  }
.navigation a{
	color: #565656;
	padding: 38px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	cursor: pointer;
	background-image: url("../img/texture_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0px 100px;
	-moz-transition-duration:.3s;
	-webkit-transition-duration:.3s;
	-ms-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
}
#lang_spa{
	width: 22px;
	height:11px !important;
	display: block;
	background-image: url("../img/flag.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	padding: 0;
	margin-top: 3px;
	margin-left: 7px;
}
#lang_spa:hover{
	background-position: 0 -12px;
}
#lang_eng{
	width: 22px;
	height:11px !important;
	display: block;
	background-image: url("../img/flag_us.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	padding: 0;
	margin-top: 3px;
	margin-left: 7px;
	/**display: none;**/
}
#lang_eng:hover{
	background-position: 0 -12px;
}

/*HOME
======================================*/
#home{
	width: 100%;
	height: 100%;
	position: relative;
	background: url("../img/home_bg.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 2;
}

#tlt{
	width: 100%;
	height: 100%;
	position: relative;
}
#tlt .video{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}

#tlt .video video { 
    position: absolute;
    top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	max-height: 4000%;
	max-width: 1000%;
	width: auto;
	height: auto;
	z-index: -2;
	overflow: hidden;
	background: url('../img/home_bg.jpg') no-repeat;
	background-size: cover;
    /*top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
	background: url('../img/home_bg.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;*/
}

#tlt .video #video-pattern { 
	background: url(../video/patt.png) repeat center;
	position: absolute;
	opacity: 0.8;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.caroufredsel_wrapper {
	width: 100% !important;
	height: 100% !important;
}
#carousel div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
}
#carousel div img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}
.slogan{
	position: absolute;
	z-index: 10;
	bottom: 8%;
}
.slogan p{
	-webkit-font-smoothing: antialiased; 
-webkit-backface-visibility: hidden; 
-moz-backface-visibility: hidden; 
-ms-backface-visibility: hidden;
	font-family: 'roboto_altbold';
	color: #fff;
	font-size: 50px;
	text-shadow: 0 5px 15px rgba(0,0,0,.4);
	text-transform: uppercase;
	line-height: 50px;
	font-weight: 700;
}
.partner,
.publishing{
	color:#F08500;
}
.scrolable{
	width: 100px;
	position: absolute;
	bottom: 8%;
	left: 48%;
	z-index: 5;
}
.scrolable li{
	float: left;
	margin: 6px;
}
.scrolable h4 {
	color: #fff;
	font-family: 'roboto_altlight';
	font-size: 14px;
	text-align: center;
}
.dots{
	width: 7px;
	height: 7px;
	display: block;
	background-color: #fff;
	border-radius: 100%;
}
.arw{
    float: left;
    width: 100%;
}
.arw img{
	width: 50%;
	display: block;
	margin:0 auto;
}

/*ABOUT US
======================================*/
#about{
	background-image: url("../img/about_bg.jpg");
	background-color: #000;
	background-position: 50% 50%;
	background-attachment:fixed;
	background-repeat: no-repeat;
	color: #fff;
	overflow: hidden;
}
.wwa{
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 500px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.wwa h2{
	color: #f08500;
	text-transform: uppercase;
	font-size: 32px;
	text-shadow: 0px 0px 7px rgba(0,0,0,.6);
	margin-top: 30px;
}
.wwa_left{
	width: 50%;
	float: left;
	margin-top: 10px;
	margin-bottom: 50px;
}
.wwa_right ol {
margin-top: 10px;
line-height: 24px;
font-size: 18px;
list-style-image: url("../img/vinets.png");
margin-left: 30px;
}
/*Keyframes
================================*/
.wwa_left p{
	font-size: 28px;
	line-height: 35px;
	margin-top: 20px;
}
.wwa_img{
	width: 95%;
	margin-top: 20px;
	opacity: 0;
}
.wwa_right{
	width: 45%;
	float: left;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 50px;
}
.wwa_right p{
	margin-top: 10px;
	line-height: 24px;
	font-size: 18px;
	font-family: 'roboto_altlight';
}
.icon_container{
	width: 10%;
	float: left;
	background-image: url("../img/bg_orange.png");
}
.wwd {
	width: 48%;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
}
.wwd li h3,
.wwd li p,
.wwd li .icon_container{
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-ms-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
}

.wwd_cont{
	width: 90%;
	margin: 0 auto;
}
.w02{
	float: right;
}
.wwd li{
	width: 100%;
	clear: left;
	margin-top: 20px;
	height: 130px;
}
.serv_container{
	float: left;
	padding-left: 2%;
	width: 88%;
}
.serv_container h3{
	font-size: 27px;
	text-transform: uppercase;
	line-height: 30px;
	color: #f08500;
	text-shadow: 0px 0px 7px rgba(0,0,0,.6);
}
.serv_container p{
	font-size: 18px;
	margin-top: 10px;
}
.tab_style{
	float: left;
	width: 40%;
	margin-top: 30px;
	border-bottom: 2px solid #fff;
	text-align: left;
}
.tab_style h2{
	font-size: 38px;
	font-weight: 700;
	margin-top: 30px;
	text-transform: uppercase;
}
.tab_style p{
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 15px;
	line-height: 25px;
}
.tsr{
	float: right!important;
	text-align:right !important;
}

/*PORTFOLIO
======================================*/
#portfolio{
	background-image: url("../img/portfolio_bg.jpg");
	overflow: hidden;
	background-color: #000;
	background-attachment:fixed;
	background-repeat: repeat;
}


		/* == LETS MODIFY SOME COLORS AND STYLE FOR THE DEMO == */

		#filter2 li a.selected{
			background-color: #fff;
			color: #000;
		}
		#grid2 .media-box-date{
			color: #28ac86;
		}

		#filter3 li a.selected{
			background: #09b0dd;
		}
		#grid3 .media-box-date{
			color: #09b0dd;
		}

      	#filter{
      		margin-bottom: 14px !important;
      	}
      	#search{
      		margin-top: 0 !important;
      	}

		.media-boxes-search{
			margin-top: 8px;
      		float: right;
      	}
/*CLIENTS
======================================*/
#clients{
	background-image: url("../img/clients_bg.jpg");
	overflow: hidden;
	background-color: #000;
	background-position: 50% 50%;
	background-attachment:fixed;
	background-repeat: no-repeat;
}

.clients li{
	width: 26%;
	margin: 3.5%;
	float: left;
}

.clients li .logo_container,
.clients li p{
	-webkit-transition-duration:.7s;
	-moz-transition-duration:.7s;
	-ms-transition-duration:.7s;
	-o-transition-duration:.7s;
	transition-duration:.7s;
}

.clients li:hover .logo_container{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,1);
}
.clients li:hover p{
	color: red;
}
.clients p{
	font-family: 'roboto_altlight';
	color: #fff;
	text-align: center;
	text-shadow:0 0 6px rgba(0, 0, 0, 1);
	line-height: 25px;
	margin-top: 15px;
}
.logo_container{
	background-image: url("../img/bg_white.png");
}
/*CONTACTANOS
======================================*/
#contact{
	overflow: hidden;
	background-image: url("../img/contact_bg.jpg");
	overflow: hidden;
	background-color: #fff;
	background-position: 50% 50%;
	background-attachment:fixed;
	background-repeat: no-repeat;
}

#contactwebinar{
	overflow: hidden;
	background-image: url("../img/webinar2.jpg");
	overflow: hidden;
	background-color: #fff;
	background-position: 0% 20%;
	background-attachment:fixed;
	background-repeat: no-repeat;
}

.data_contact {
	width: 45%;
	float: left;
	margin-top: 30px;
}
.data_contact li{
	clear: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
	float: left;
}
.data_contact li:hover .data_container h3{
	color: #e15d10;
}
.data_contact li:hover .data_container p{
	color: #7c7c7c;
}
.icon_cont{
	width: 41px;
	height: 41px;
	background-color: #DB7900;
	float: left;
	background-position: 0 0;
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-ms-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
}
#add{
	background-image: url("../img/icon_pin.png");
}
#pho{
	background-image: url("../img/icon_phone.png");
}
#mai{
	background-image: url("../img/icon_envelope.png");
}


.data_contact li:hover .icon_cont {
	background-color: #000;
	background-position: 41px 0;
	opacity: .7;
}
.data_container{
	width: 70%;
	margin-left: 2%;
	float: left;
}
.contact_form{
	width: 50%;
	float: right;
	margin-top: 30px;
	margin-bottom: 50px;
}

.contact_form2{
	width: 50%;
	float: right;
	margin-top: 30px;
	margin-bottom: 50px;
}

.data_container h3{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}
.data_container p{
	font-size: 16px;
	font-weight: 100;
	color: #404040;
	margin-top: 5px;
}
.contact_form input[type="text"],
.contact_form input[type="email"]{
	width: 95%;
	height: 35px;	border:1px solid #000;
	padding: 0 2.5%;
	margin-top: 20px;
}
.contact_form input[type="submit"]{
	background-color: rgba(225,93,16,.7);
	border:none;
	color: #fff;
	padding: 15px 55px;
	text-transform: uppercase;
	float: right;
	margin-top: 20px;
	cursor: pointer;
	-webkit-transition-duration:.4s;
	-moz-transition-duration:.4s;
	-ms-transition-duration:.4s;
	-o-transition-duration:.4s;
	transition-duration:.4s;
}
.contact_form input[type="submit"]:hover{
	background-color: #646464;
}

input[type="submit"]::after {
	content: "";
	display: block;
	width: 500px;
	height: 500px;
	background-color: yellow;
	background: url("../img/shadow.png") no-repeat;
	background-size: 120px;
	margin-top: 10px;
	opacity: 1;
}

textarea{
	margin-top: 20px;
	width: 95%;
	padding: 1.5% 2.5%;
	border:1px solid #000;
	height: 120px;
}
.contact_form input[type="text"],
.contact_form input[type="email"],
textarea{
	background-color: rgba(255,255,255,.8);
}
.contact_form input[type="text"]:focus,
.contact_form input[type="email"]:focus,
textarea:focus {
      border-color: #f08500;
      outline: 0;
      -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
              box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }


/*FOOTER
======================================*/
#footer{
	width: 100%;
	height: 80px;
	background-image: url("../img/texture_bg.jpg");
	background-repeat: repeat;
	box-shadow: 0px 0px 15px rgba(0,0,0,.8);
	position: relative;

}
.social{
	float: right;
}
.social li{
	float: left;

	border-left: 1px solid #c6510d;
}
.social a{
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-ms-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
}
.social a:hover{
	border: none;
	box-shadow:0 0 13px rgba(0,0,0,.9);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
#fb{
	background-image: url("../img/icon_fb.png");
}
#fb:hover{
	background-color: #3b5998;
}
#yt{
	background-image: url("../img/icon_yt.png");
}
#yt:hover{
	background-color: #d03428;
}
#tw{
	background-image: url("../img/icon_tw.png");
}
#tw:hover{
	background-color: #1ab2e8;
}
#back_top{
	background-image: url("../img/icon_back_top.png");
	cursor: pointer;
}
#back_top:hover{
	background-color: #000;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.cr{
	color: #fff;
	font-family: 'roboto_altlight';
	background-repeat: no-repeat;
	float: left;
	font-size: 14px;
	margin-top: 43px;
	margin-left: 25px;
	line-height: 20px;
}
/*.cr::before{
	content: "";
	display: block;
	background-image: url("../img/logo_white.png");
	background-repeat: no-repeat;
	width: 241px;
	height: 80px;
}
*/
#location-canvas{
	width:100%;
	height:300px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.7);
}
/*MEDIAQUERIES
=============================================*/
@media screen and (min-width:1220px) {
	.slogan p{
		font-size: 50px;
		line-height: 50px;
	}
}
@media screen and (max-width:1219px) {
	.serv_container h3 {
		font-size: 22px;
	}
	.serv_container p {
		font-size: 16px;
		font-family: 'roboto_altlight';
	}
	.data_contact {
	width: 55%;
	}
	.contact_form{
	width: 45%;
	}
	.tab_style p{
	margin-bottom: 15px;
}
}

@media screen and (max-width:875px) {
	.wwa_left {
		width: 100%;
		margin-top: 50px;
		margin-bottom: 10px;
	}
	.wwa_right {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-top: 0px;
		margin-bottom: 50px;
	}
	.wwa_img {
		width: 100%;
	}
	.wwd {
		width: 100%;
		margin-top: initial;
		margin-bottom: initial;
	}
	.wwd li {
		width: 100%;
		clear: left;
		margin-top: 20px;
		height: initial;
		float: left;
	}
	.w01{
		margin-top: 30px;
	}
	.w02{
		margin-bottom: 30px;
	}
	.clients li {
		width: 43%;
	}
	.data_container {
		width: 65%;
	}
	.navigation a {
		padding: 38px 9px;
		letter-spacing: .5px;
		font-size: 11px;
	}
	.scrolable{
		display: none;
	}
	.tab_style h2 {
		margin-top: 5px;
	}
	.data_contact li {
		margin-top: 30px;
	}
	.data_container h3{
		font-size: 19px;
	}
}
@media screen and (max-width:799px) {
	#tlt {
		display: none;
	}
	#home {
		height: 100%;
		position: relative;
		background: url("../img/home_bg3.jpg");
	}
}

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

	.wwa h2,
	.serv_container h3 {
		color: #db7900 !important;
		text-shadow: none;
		letter-spacing: 1px;
	}
	.wwd li:hover p{
		color: #000;
	}
	.wwa_right ol {
		color: #383838;
		font-size: 16px;
	}
	.navigation a {
		padding: 25px 9px;
	}
	.navigation {
	margin-top: 20px;
	}

	#header{
		background-color: #fff;
		background-image: none;
		border-bottom: 6px solid #f08500;
	}
	#header {
		height: 60px;
	}
	.logotype{
		width: 150px;
		height: 50px;
		background-image: url("../img/logo-mobile.png");
	}
	.mob{
		width: 100% !important;
	}
	.title p {
		font-size: 16px;
		margin: 0 auto;
		line-height: 20px;
		margin-top: 5px;
		margin-bottom: 15px;
		padding: 0 10px;
		color: #fff;
	}
	.title h2 {
		font-weight: 100;
	    letter-spacing: .5px;
		font-size: 20px;
		padding: 3px;
		margin-top: 0px;
		color: #fff;
	}

	#location-canvas{
		width:100%;
		height:250px;
	}
	.slogan {
		top: 32%;
		text-align: center;
		width: 100%;
		right: 0;
	}
	.slogan p {
		font-size: 50px;
		line-height: 65px;
	}
	.tab_style h2 {
		font-size: 30px;
		margin-top: 0;
	}
	.tab_style p {
		font-size: 14px;
		margin-bottom: 0px;
		margin-top: 10px;
		line-height: 18px;
		font-family: 'roboto_altlight';
	}
	.wwa_left p {
		font-size: 20px;
		line-height: 25px;
		margin-top: 10px;
	}
	.wwa_right p {
		margin-top: 15px;
		line-height: 23px;
		font-size: 16px;
	}
	.contact_form {
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.data_contact {
		width: 100%;
	}
	#footer {
		height: 60px;
	}
	.social a:hover{
		border: none;
		box-shadow:0 0 13px rgba(0,0,0,.9);
	}
	.social a {
		width: 60px;
		height: 60px;
		background-size:60px 60px;
	}
	#about,
	#portfolio,
	#clients,
	#contact
	{
		background-image: none;
		background-color: #fff;
	}
	.cr {
		max-width: 190px;
		margin-top: 10px;
		font-size: 13px;
	}
	.tabs-content p {
		color: #383838;
	}
	.tabs-content h3{
		color: #000;
	}
	.icon_container {
		background-image:none;
		background-color: #e15d10;
	}
	.media-boxes-filter li a {
		color: #000 !important;
		border: 2px solid #000 !important;
	}
	.media-boxes-filter li a:hover{
		text-decoration: none;
		background: #000 !important;
		color: #fff !important;
	}
  .media-boxes-filter li a.selected{
	    background: #fb1953; 
	    color: #fff;
	}
	.media-boxes-search{
      border-color: #000 !important;
      color: #000 !important;
    }
    .logo_container {
		background-image: none;
		background-color:#fff;
		border: 1px solid #000; 
	}
	.clients li:hover .logo_container{
		box-shadow:none;
	}
	.clients p {
		color: #373737;
		text-shadow:none;
	}
	.clients li:hover p{
		color: #404040;
	}
	.data_container h3 {
    	color: #DB7900 !important;
	}
	.title{
		background-color: #f08500;
		position: relative;
	}
	.grid-container{
		margin-top: 10px !important;
	}
	#home::after{
		background-image: none;
	}

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

	.slogan p {
		font-size: 50px;
		line-height: 60px;
	}
	.title p {
		font-size: 14px;
		margin: 0 auto;
		line-height: 17px;
		padding: 0px 10px;
		padding-bottom: 3px;
		color: #fff;
		font-family: 'roboto_altlight';
	}
	.title h2 {
		font-weight: 100;
	    letter-spacing: .5px;
		font-size: 18px;
		padding: 3px;
		margin-top: 0px;
		color: #fff;
	}
	.navigation {
		margin-top: 0px;
		float: left;
		width: 100%;
		background-color: #f08500;
	}
	.navigation a {
		padding: 6px 0;
		width: 100%;
		text-align: center;
		display: block;
		color: #fff;
	}
	.navigation li{
		width: 19.95%;
		background-color: #ca7000;
	}
	.navigation li:last-child {
	    display: block;
	    position: absolute;
	    right: 0;
	    top: 25%;
	    background: none;
	    width: 40px;
	}
	#lang_spa{
		background-position: 0 -12px;
	}
	#lang_eng{
		background-position: 0 -12px;
	}
	#header {
		border-bottom: none;
	}
	.wwa h2 {
	    font-size: 23px;
	    margin-top: 10;
	}
	.wwa_left {
    	margin-top: 0px;
	}
	.wwa_left p {
	    font-size: 18px;
	    line-height: 22px;
	    margin-top: 10px;	
	}
	.serv_container h3 {
	    font-size: 15px;
	    line-height: 18px;
	    letter-spacing: .5px;
	}
	.wwa_right p, .wwa_right ol {
    	line-height: 18px;
	}
	.wwa_right p{
   		margin-top: 10px;
	}
	.wwa_right li {
		margin-top: 9px;
	}
	.wwa_right ol {
		margin-left: 20px;
	}
	.data_contact {
    	margin-top: 0px;
	}

}
@media screen and (max-width:480px) {
	.data_container h3 {
    white-space: nowrap;
	}
	.navigation a {
		font-size: 9.5px;
		letter-spacing: 0;
	}
	#header {
		height: 50px;
	}	
	.title h2 {
	    font-size: 18px;
	    font-weight: 100;
	    letter-spacing: .5px;
	}
	.lgo_cont{
		width: 100%;
	}
	.lgo_cont img{
		width: 80%;
		display: block;
		margin: 0 auto;
	}

	#location-canvas{
		width:100%;
		height:200px;
	}
	.clients li {
		width: 90%;
	}
	.tab_style p {
		display: none;
	}
	.tab_style h2 {
		font-size: 20px;
	}

	.cr {
		width: 100%;
		text-align: center;
		float: left;
		background-color: #8c8c8c;
		display: block;
		max-width: initial;
		margin-left: 0;
		margin-top: 0;
		padding: 3px 0;
	}
	.social {
		width: 100%;
	}
	.social li {
		float: left;
		border-left: 1px solid #c6510d;
		width: 24.5%;
	}
	.social a {
		width: 100%;
		height: 60px;
		background-size: 60px 60px;
		background-position: 50% 50%;
	}
	#back_top {
   background-position: 50% 0;
}
	.tab_style h2 {
    	font-size: 18px;
	}
	.slogan p {
	    font-size: 41px;
		line-height: 50px;
	}
	.slogan {
		top: 31%;
	}
	#home::after {
		opacity: .2;
	}
	.contact_form input[type="submit"] {
		width: 100%;
	}

	#about,
	#clients,
	#portfolio,
	#contact{
		padding-top: 0px;
	}
	.clients{
		float: left;
		width: 100%;
		margin-top: 15px;
	}
	
	@-webkit-keyframes floated{
	0%{ background-position: 50% 2;}
	50%{ background-position: 50% -8px;}
	100%{ background-position: 50% 2;}
}
@-moz-keyframes floated{
	0%{ background-position: 50% 2;}
	50%{ background-position: 50% -8px;}
	100%{ background-position: 50% 2;}
}
@-ms-keyframes floated{
	0%{ background-position: 50% 2;}
	50%{ background-position: 50% -8px;}
	100%{ background-position: 50% 2;}
}
@keyframes floated{
	0%{ background-position: 50% 2;}
	50%{ background-position: 50% -8px;}
	100%{ background-position: 50% 2;}
}

}
@media screen and (max-width:320px) {
	.slogan p {
	    font-size: 38px;
	    line-height: 43px;
	}
}











