/*
Theme Name: Pureblink
Author: PaperPlane.co
Author URI: http://paperplane.co/
Version: 1.0
*/


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;
}
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;
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}
a{
	color:#2a7fdc;
}





html, body{
	font-family:Arial, sans-serif;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-style: normal;
	line-height:1.8;
	font-size: 16px;
	position: relative;
	color:#FFF;
    color: #666;
	margin:0;
	padding:0;
    height: 100%;
    width: 100%;
	text-transform:uppercase;
	
}
body{
	background:#000;
}
.whiteBg{
	background:#FFF;
}


#allContainer {
    width: 100%;
    height: 100%;
    overflow-y: initial;
    position: relative;
    top: 0;
    left: 0;
	-webkit-overflow-scrolling:touch;
}



#wrapper {
    margin-top: 100px;
    float: left;
    width: 100%;
    z-index: 9000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	/*Luna*/
	background: white;
}
.scrolling #wrapper {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
}
#scrollNav {
    position: fixed;
    top: 50%;
    right: 0;
	z-index:10000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#scrollNav.hidden {
    right: -60px;
}
.scrolling{
	overflow:hidden;
}
.scrollItem {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 20px;
    border: 2px solid #666;
    box-sizing: border-box;
	cursor:pointer;
}
.scrollItem.active {
    background: #2a7fdc;
    border-color: #2a7fdc;
}

.inv{
	display:none;
}

/*LUNA*/
.block_padding{
	padding-top: 30px;
}

.block{
	width:100%;
	overflow-x:hidden;
    position: relative;
}

.container{
	width:1000px;
	margin:0 auto;
    position: relative; 
}

.innerBlock{
	width:100%;
	float:left;
    margin: 20px 0;
}

.blue{
	color:#2a7fdc;
}
.white{
	color:#FFF;
}

.black{
	color:#000;
}
.dark_gray{
	color: #383838;
}

.awardsPage{
	background:#FAFAFA;
}

.bold{
	font-family:Arial, sans-serif;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:1px;
	font-style: normal;
}
.regular{
	font-family:Arial, sans-serif;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-style: normal;
}

.light{
	font-family:Arial, sans-serif;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-style: normal;
}

.btn{
    border: 1px solid #FFF;
    padding: 10px 30px;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
    text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
}
.blackBtn{
    border: 1px solid #000;
    color: #000;
}
.btn:hover{
	background:rgba(0,0,0,0.7);
}

.blackBtn:hover{
	background:#ccc;
}
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    text-align: center;
    position: relative;
}
/*24/07/18*/
.robotoBoldCond{
	font-family:Arial, sans-serif;
	font-family: 'roboto_bold_condensed', sans-serif;
	font-weight:700;
	font-style: normal;
	font-stretch: condensed;
}
.padding_description{
	padding-top: 35px;
	padding-bottom: 100px;
	font-weight: 500;
}
.div_social_header{
     margin-left: 20px;
	padding: 40px 0;
     float: right;
	vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;	
}
#navInner{
	float: right;
}
#mainMenu.smallMenu .div_social_header{
	padding: 20px 0;
}
.link_social_header{
	text-decoration: none;
}
.img_social_header{
	width: 20px;
	height: 20px;
	margin: 0 5px;
	display: inline-block;
}



.blockLayout {
    padding: 60px 0;
}

.block_left {
	text-align:left;
}
.block_center {
	text-align:center;
}

.inner {
	font-family:Arial, sans-serif;
	font-family: 'Lato', sans-serif;
	margin-bottom:20px;
}
.block_white, .block_grey {
    background: white;
    /*color: #666;*/
	/*25/07/18*/
	color: #000;
}
.block_grey {
    background: #ebebeb;
}
.block_white .innerTitle, .block_grey .innerTitle{
    /*color: #666;*/
	/*25/07/18*/
	color: #000;
}


.block_black, .block_dark {
    background: #000;
    color: #FFF;
}
.block_dark {
    background: #1b1b1c;
}
.block_black .innerTitle, .block_dark .innerTitle{
    color: #FFF;
}

.topTitle{
	/*color:#979797;*/
	/*25/07/18*/
	color: #000;
	margin-bottom: 20px;
}

.blockProjectInfo{
    /*margin: 20px 0 40px;*/
	margin: 0 auto;
	padding: 25px 0;
}
.frame {
    height: 100px;      /* equals max image height */
    width: 100px;
    white-space: nowrap;
    text-align: center; 
    margin-right: 15px;
    float: left;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.frame img{
    vertical-align: middle;
    max-height: 100px;
    max-width: 100px;
}
.projectInfoContainer {
    /*width: 100%;*/
    float: left;
    margin: 20px 0 0;
	margin-top: 0;
	/*25/07/18*/
	width: 50%;
}
.projectInfoContainerNew {
    margin: 20px 0 0;
	margin-top: 0;
    width: 50%;
    position: relative;
    float: right;
}
.projectAwardContainer {
	width: 45%;
	margin-right: 5%;
}
.deg{
    background-image: url(images/deg.png);
    height: 128px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: repeat-x;
	/*25/07/18*/
}
.projectContentContainer{
	height:100%;
}
.projectContent {
    position: absolute;
    /*bottom: 10px;*/
    left: 0;
    width: 100%;
	/*25/07/18*/
	bottom: 30px;
}
.projectContent .title1{
	font-size: 38px;
}
.projectBtn{
    position: absolute;
    right: 0;
    bottom: 10px;
}
/*25/07/18*/
.div_services_project{
	
}
.tag_title_services_project{
	color: #2a7fdc;
	text-transform: uppercase;
	font-size: 16px;
	display: none;
}
.tag_services_project{
	color: white;
	text-transform: uppercase;
    font-size: 13px;
}
.tag_services_project span.line{
	color: #2a7fdc;
	margin: 0 2px;
	font-weight: bold;
}
.tag_services_project_80{
	width: 80%;
}


.mediaText{
    line-height: 1.4;
}
.mediaText p {
	margin-bottom: 10px;
	width: 100%;
	clear: both;
	float: left;
    line-height: 1.4;
}
.mediaText p em{
    font-style: italic;
}
.mediaText p strong{
	font-weight:700;
}
.mediaText a {
	color: #2a7fdc;
}
.mediaText a:hover {
	color: #2a7fdc;
	text-decoration:underline;
}
.mediaText ul {
	float: left;
}
.mediaText ul li {
    margin-bottom: 10px;
    position: relative;
    margin-left: 20px;
}
.mediaText ul li {
	list-style-type:circle;
}
.colContentHalf.colContentHalfLeft {
    float: left;
    /* width: 100%; */
}
.colContentHalf {
    width: 48%;
}
.colContentHalfRight {
    float: right;
}
.colTitleResults {
    width: 30%;
    float: left;
    position: relative;
     min-height: 200px;
}
.colContentResults {
    float: left;
    width: 70%;
}
.resultItem {
    width: 31%;
    margin-left: 2%;
    float: left;
    margin-bottom: 20px;
}
.resultItemTitle {
    text-transform: uppercase;
    /*font-size: 40px;*/
	/*2507/18*/
	font-size: 38px;
    letter-spacing: 0px;
}
.results_block{
	margin-bottom:20px;
}
.resultsCTA {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 5px 30px;
}
.block_white .resultItemTitle, .block_grey .resultItemTitle{
    /*color: #000;*/
	/*24/07/18*/
	color: #000;
}
.block_dark .resultItemTitle, .block_black .resultItemTitle{
    color: #FFF;
}

.block_dark .resultsCTA, .block_black .resultsCTA{
    background: transparent;
    border: 1px solid #FFF;
}
.block_dark .resultsCTA:hover, .block_black .resultsCTA:hover{
    background: #FFF;
    border: 1px solid #FFF;
	color:#000;
}


.resultItemContent {
	line-height: 1.2;
}

#allContainer.transparentMenu{
	
}
.navInner {
    float: right;
}
#nav ul li ul li a {
    color: #FFFFFF;
}
#allContainer.transparentMenu #nav ul li a:hover {
    color: #2a7fdc;
}


#allContainer.transparentMenu #wrapper{
	margin-top:0 !important;
}

/*#mainMenu.category #logo_text{
    top: 12px;
    left: 0px;
}
#mainMenu.category #logo_icon{
	display:none;
}*/

.containerMenu{
	width:94%;
}
#mainMenu{
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 10000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    background: #FFF;
     background: #000 !important;
}

.transparentMenu #mainMenu{
    background: rgba(0,0,0,0);
}

#logo{
	float:left;
	margin-top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	position:relative;
	z-index: 2;
}
#logo_icon{
      width: 120px;
    height: 120px;
	top:0px;
	left:0px;
    background-image: url(images/icon_pureblink.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	position:absolute;
}


#logo_text{
    width: 128px;
    height: 14px;
    top: 25px;
    left: 65px;
    background-image: url(images/logo_pureblink_black.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
}


#mainMenu.smallMenu #logo_text{
    width: 112px;
    height: 12px;
}

#logo img{
	width:100%;
}




#nav {
	margin:0;
	padding:0;
	float:right;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#nav ul {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#nav li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
#nav ul li a {
    display: block;
    float: left;
    text-decoration: none;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #5a5857;
    text-transform: uppercase;
    padding: 40px 30px;
    background-repeat: no-repeat;
    background-position: 12px 14px;
    background-size: 9px 9px;
    position: relative;
    z-index: 1;
	font-weight:400;
	letter-spacing:0.1em;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#nav ul li a {
    color: #FFF !important;
}


#nav a:hover, #nav ul li.active a{
    color: #2a7fdc;
}


#nav ul ul {
    display: none;
    position: fixed;
    top: 100px;
    padding: 0 3%;
    width: 94%;
    left: 0;
    right: auto;
    margin-right: 0px;
    background: #ebebeb;
	background: rgba(51,51,51,0.75);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#nav ul ul li {
	left:auto;  
	margin:0;
    float: right;
}
#nav ul ul li a, #nav ul li.active ul a{
	background:none;
    padding: 10px 30px;
}
#nav ul ul li.active a, #nav ul ul li a:hover{
	background:none;
	color:#2a7fdc;
}

#nav ul ul li a,
#nav ul li.active li a,
#nav ul li:hover ul li a,
#nav ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:14px;
    font-size: 12px;
    font-size: 10px;
	font-weight:normal;
}
#nav ul ul li a:hover,
#nav ul li.active ul li a:hover,
#nav ul li:hover ul li a:hover,
#nav ul li.hover ul li a:hover { /* This line is required for IE 6 and below */

   
}

/* Flip the last submenu so it stays within the page */
#nav ul ul.last {
   left:auto; 
   right:0; 
}

#nav ul li:hover a, #nav ul li.hover a{
    /*background: rgba(0,0,0,0.5);*/
}

#nav ul li:hover ul,
#nav ul li.hover ul, #nav ul li.current ul { 
   display:block; 
}

.infoNavMenu{
}

#nav ul li.infoNavMenu ul {
}

#nav ul li.infoNavMenu ul li {
	float: right;
}
#nav ul ul li.rightInfo {
    margin-right: 20px;
}

#burguerIcon{
	display:none;
}

#bgNav{
	display:none;
}

.innerMenu{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}


.contentInner {
    width: 600px;
    margin: 40px auto;
	text-transform:none;
    text-align: justify;
}

.contentInnerTitle{
	text-align:center;
	text-transform:uppercase;
}

.image_block{
	height:500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}

.image_block.imageheight img{
	width:100%;
	float:left;
}

.contentIcon {
    width: 100%;
    text-align: center;
}

.contentIcon img {
    width: 60px;
}






#nav .secNavMenu ul ul {
    left: -150%;
    top: 0;
    top: -23px;
    width: 150%;
    display: none !important;
    top: -10px;
}

#nav .secNavMenu ul li:hover ul {
    display: block !important;
}



#mainMenu.smallMenu{
	height:60px;
    background: #FFF;
}

#mainMenu.smallMenu.blackMenu #nav ul li a:hover{
	color:#ccc;
    color: #2a7fdc;
}

#mainMenu.smallMenu.blackMenu #nav ul ul li a:hover{
	color:#ccc;
    color: #2a7fdc;
}

#mainMenu.smallMenu #logo{
    margin-top: 0px;
}
#mainMenu.smallMenu #nav ul li a{
	padding: 20px 30px;
}
#mainMenu.smallMenu #nav ul ul li a{
	padding: 10px 20px;
}
#nav ul ul li a {
    padding: 10px 20px;
	background:none;
}
#allContainer.transparentMenu .smallMenu #nav ul ul li a{
}

#mainMenu #nav ul ul li a{
    color: #666;
}
#mainMenu.blackMenu #nav ul ul li a{
    color: #FFF;
}

#nav ul ul li a {
	background:none;
}
#mainMenu.smallMenu #nav ul ul li a:hover {
	color:#333;
    color: #2a7fdc;
}
#mainMenu #nav ul ul li a:hover{
    color: #2a7fdc;
}
#allContainer.transparentMenu ul li a {
    color: #FFF;
}
#allContainer.transparentMenu .smallMenu ul li a {
    color: #666;
}

#allContainer.transparentMenu #logo_text{
    background-image: url(images/logo_pureblink.png);
}
#allContainer.transparentMenu .smallMenu #logo_text{
    background-image: url(images/logo_pureblink_black.png);
}
#allContainer.transparentMenu .blackMenu.smallMenu #logo_text {
    background-image: url(images/logo_pureblink.png);
}

#allContainer.transparentMenu #nav ul ul {
    background: rgba(0,0,0,0.3);
}

#allContainer.transparentMenu #nav ul ul li a{
	color:#FFF;
}

#allContainer.transparentMenu #mainMenu.smallMenu #nav ul ul {
    background: #ebebeb;
}

#allContainer.transparentMenu #mainMenu.smallMenu #nav ul ul li a{
	color:#666;
}
#allContainer.transparentMenu #mainMenu.smallMenu #nav ul ul li a:hover {
    color: #2a7fdc;
}



#allContainer.transparentMenu #mainMenu.blackMenu #nav ul ul, #allContainer.transparentMenu #mainMenu.blackMenu.smallMenu #nav ul ul{
    background: rgba(0,0,0,0.3);
}

#mainMenu.smallMenu.blackMenu {
    background: #000;
}
#allContainer.transparentMenu #mainMenu.blackMenu #nav ul li a, #allContainer.transparentMenu #mainMenu.smallMenu.blackMenu #nav ul li a {
    color: #FFFFFF;
}
#allContainer.transparentMenu #mainMenu.blackMenu #nav ul li a:hover, #allContainer.transparentMenu #mainMenu.smallMenu.blackMenu #nav ul li a:hover{
    color: #2a7fdc;
}

#mainMenu.blackMenu #logo_text{
    background-image: url(images/logo_pureblink.png);
}

#mainMenu.smallMenu #logo_icon{
      width: 75px;
    height: 75px;
	top:0px;
}
#mainMenu.smallMenu #logo_text {
    top: 8px;
    left: 0;
}
#mainMenu.smallMenu #nav{
}
#mainMenu.smallMenu #nav ul ul{
    top: 60px;
	background:#ebebeb;
	background-color: rgba(51,51,51,0.75);
}
#mainMenu.smallMenu #secMenu{
	top:17px;
}

#mainMenu.smallMenu .searchBtnTitle{
    width: 0;
    opacity: 0;
}
#mainMenu.smallMenu #searchBtn{
    padding: 0;
    width: 24px;
    height: 24px;
    background-position: 6px 6px;
}

#nav ul ul li a.catLink, #mainMenu.smallMenu #nav ul ul li a.catLink{
	background-position:0 50%;
	background-size:20px 20px;
	background-repeat:no-repeat;
    /*padding: 10px 20px 10px 25px;*/
	padding: 10px 37px 10px 25px;
	background-image: none;
}

.innerMenu li .catLink_mob{
	display: none !important;
}
.innerMenu li .catLink_desk{
	
}

/*
#nav ul ul li a#cat_00{
	background-image:url(images/service_00_bnw.png);
}
#nav ul ul li a#cat_01{
	background-image:url(images/service_01_bnw.png);
}
#nav ul ul li a#cat_02{
	background-image:url(images/service_02_bnw.png);
}
#nav ul ul li a#cat_03{
	background-image:url(images/service_03_bnw.png);
}
#nav ul ul li a#cat_04{
	background-image:url(images/service_04_bnw.png);
}
#nav ul ul li a#cat_05{
	background-image:url(images/service_05_bnw.png);
}
*/
/*
#nav ul ul li a#cat_00:hover, #nav ul ul li a#cat_00.active{
	background-image:url(images/service_00_full.png);
}
#nav ul ul li a#cat_01:hover, #nav ul ul li a#cat_01.active{
	background-image:url(images/service_01_full.png);
}
#nav ul ul li a#cat_02:hover, #nav ul ul li a#cat_02.active{
	background-image:url(images/service_02_full.png);
}
#nav ul ul li a#cat_03:hover, #nav ul ul li a#cat_03.active{
	background-image:url(images/service_03_full.png);
}
#nav ul ul li a#cat_04:hover, #nav ul ul li a#cat_04.active{
	background-image:url(images/service_04_full.png);
}
#nav ul ul li a#cat_05:hover, #nav ul ul li a#cat_05.active{
	background-image:url(images/service_05_full.png);
}
*/


#mainMenu.smallMenu.category {
    background: #FFF;
}

.whiteBG{
	background:#FFF;
}
.blackBG {
    background: #000;
}
.darkBG{
    background: #1b1b1c;
}

.bgBlack{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(images/bgBlack.png);
}
/*26/07/18*/
.bgProject{
      background: rgba(0,0,0,0.6);
}

.bgBlackDots{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(images/filter.png);
	
}

.slideshowArrow{
    background-color: #2a7fdc;
    background-repeat: no-repeat;
    background-size: 8px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
    height: 40px;
   -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
	cursor:pointer;
}

#slideshowArrowRight{
    background-image: url(images/indMap-white.png);
    background-position: 55% 50%;
    right: 0;
}
#slideshowArrowLeft{
    background-image: url(images/indMap-left.png);
    background-position: 45% 50%;
    left: 0;
}

#slideshow{
	position:relative;
    overflow-x: hidden;
}
#slideshowContainer{
    position: relative;
    float: left;
    height: 100%;
     background: #000;
     overflow: hidden;
}
.slideshowItem {
    float: left;
    height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position:relative;
	
    overflow: hidden;

}

.slideshowItem.active {
     background: #000 !important;
    position: fixed;
    z-index: 100000;
    top: 0;
    width: 100%;
    height: 100% !important;
}

.soundBtn {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     cursor: pointer;
      z-index: 1000;
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: 40px;
    height: 40px;
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
	background-image:url(images/sound_icon.png);
}

#arrow_down{
      -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    bottom: 10px;
    margin-left: -20px;
    left: 50%;
    width: 40px;
    height: 40px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/arrow_down.png);
}

#arrow_down:hover{
	opacity:0.8;
}

.soundBtn:hover {
	opacity:0.8;
}
.slideshowItem.active .soundBtn {
    background-size: cover;
    background-image: url(images/galleryIcon_close.png);
    bottom: auto;
    top: 20px;
    background-color: rgba(0,0,0,0.5);
}

.bgvid{
    position: fixed;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slideshowCentered{
	position:absolute;
	top:0;
	left:0;
}

#dotsContainer{
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 6000;
    bottom: 0;
    left: 0;
}
#dotsContainer.full{
}

#dotsContainer.fullHalf{
}

#dotsContainer .dot{
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	background-color:#ccc;
    cursor: pointer;
    display: inline-block;
    margin: 10px;
}
#dotsContainer .dot.activeDot{
    background-color: #2a7fdc;
}

.middleContent{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-transform: none;
}
.middleContentSmall{
    position: relative;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    text-transform: none;
    width: 500px;
}


img.imgTopBanner {
    /*width: 220px;*/
	width: 425px;
}

.homeBtn{
	top:20px;
    text-transform: uppercase;
}

.homeAboutBtn {
    padding: 10px 15px;
    width: 155px;
}
.homeAboutBtnLeft {
    float: left;
    margin-left: 50px;
}
.homeAboutBtnRight {
    float: right;
    margin-right: 50px;
}


.blueBtn{
    border: 1px solid #2a7fdc;
    color: #FFF;
}
.blueBtn:hover{
    background: #2a7fdc;
}
.blueBtn2{
	color: #383838;
}
.blueBtn2:hover{
	color: #FFF;
}

.title1{
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 1px;
}

.title2{
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.title3{
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.subtitle{
    font-size: 16px;
	line-height: 1;
}

.largeTitle{
    font-size: 60px;
}

.largeTitleSec{
    font-size: 40px;
}

.largeSubtitle{
	font-size:20px;
    margin-bottom: 20px;
}

.small{
	font-size:12px;
    margin-bottom: 20px;
}
.smaller{
	font-size:10px;
}

.transition{
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.speed1{
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.speed2{
    -webkit-transition-delay: 0.3;
    -moz-transition-delay: 0.3;
    -ms-transition-delay: 0.3;
    -o-transition-delay: 0.3;
    transition-delay: 0.3s;
}
.speed3{
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.speed4{
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.zIn1{
	z-index:50;
}
.zIn2{
	z-index:40;
}
.zIn3{
	z-index:30;
}
.zIn4{
	z-index:20;
}

.catHomeImage{
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
	/*14/12/18*/
	background-position: center;
}

.catHome{
    width: 20%;
    height: 100%;
    float: left;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

#catsHomeContainer{
    background: #000;
}

#catsHome {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
#catHomeBGs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.catHomeBG {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.catHomeBGInner{
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
	background-size:cover;
	background-repeat:no-repeat;
	opacity:0;
}

.catHomeBGInner.active{
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
	opacity:1;
    -webkit-transition: all 4s ease-in-out,  opacity 1s ease-in-out;
    -o-transition: all 4s ease-in-out, opacity 1s ease-in-out;
    -moz-transition: all 4s ease-in-out, opacity 1s ease-in-out;
	transition:all 4s ease-in-out, opacity 1s ease-in-out;
	
}

.catLine{
	position:absolute;
	width:3px;
	height:100%;
	background:#000;
	left:20%;
}
#catLine-1{
	left:40%;
}
#catLine-2{
	left:60%;
}
#catLine-3{
	left:80%;
}
.catHomeContent {
    position: absolute;
    color: #FFF;
    left: 10%;
    bottom: 180px;
    width: 160%;
    z-index: 10;
    pointer-events: none;
    width: 100%;
    width: 80%;
}
.catHomeContent.right{
    left: auto;
    text-align: right;
    right: 10%;
}

.catHomeTitle {
    position: absolute;
    /*bottom: 30px;
    left: 5%;
    width: 90%;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    line-height: 1.2;
    padding-top: 65px;*/
	
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	
	/*background-position:50% 0;
	background-size:50px 50px;
	background-repeat:no-repeat;*/
}

.catHomeTitle.active {
	opacity:0;
	bottom:60px;
}
/*
#service_00{
	background-image:url(images/service_00_full.png);
}
#service_01{
	background-image:url(images/service_01_full.png);
}
#service_02{
	background-image:url(images/service_02_full.png);
}
#service_03{
	background-image:url(images/service_03_full.png);
}
#service_04{
	background-image:url(images/service_04_full.png);
}
*/


.catHome:hover{
	z-index:50;
}
.catHomeInnerTitle, .catHomeInnerContent{
	position:relative;
	top:50px;
}
.catHomeInnerTitle{
    font-size: 24px;
    opacity: 0;
    line-height: 1;
	margin-top: 20px;
}
.catHome:hover .catHomeInnerTitle{
	opacity:1;
	top:0;
}
.catHomeInnerContent{
    font-size: 12px;
      font-size: 14px;
    padding-left: 0;
    opacity: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-top: 10px;
	text-transform:none;
}
.catHome:hover .catHomeInnerContent{
	opacity:1;
	top:0;
}
.lineCatHomeInnerContent{
      width: 100px;
    border-bottom: 1px solid;
    border-color: #c0c0c0 !important;
    text-align: left;
    margin: 0;
    margin-top: 15px;
    opacity: 0;
}
.catHome:hover .lineCatHomeInnerContent{
	opacity:1;
}
#catHome-0 .lineCatHomeInnerContent {
   /* color: #83be23; */
    /*border-top: 3px solid #83be23;*/
	border-color: #eb6f20;
}
#catHome-1 .lineCatHomeInnerContent {
    /*color: #2a7fdc; */
    /*border-top: 3px solid #2a7fdc;*/
	border-color: #83be23;
}
#catHome-2 .lineCatHomeInnerContent {
    /*color: #ee0c19; */
    /*border-top: 3px solid #ee0c19;*/
	border-color: #2a7fdc;
}
#catHome-3 .lineCatHomeInnerContent {
    /*color: #ffed35; */
    /*border-top: 3px solid #ffed35;*/
	border-color: #ee0c19;
}
#catHome-4 .lineCatHomeInnerContent {
    /*color: #eb6f20; */
    /*border-top: 3px solid #eb6f20;*/
	border-color: #ffed35;
}

.catBtnHome{
    opacity: 0;
    width: 70%;
    text-align: center;
    padding: 10px 5%;
    bottom: 100px;
    left: 0;
    margin-left: 10%;
    color: #FFF;
    position: absolute;
}
.catBtnHome:hover, .catBtnHome.speed3:hover{
	text-decoration:none;
    -webkit-transition-delay: 0 !important;
    -moz-transition-delay: 0 !important;
    -ms-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important;
}
.catHome:hover .catBtnHome{
    opacity: 1;
    bottom: 120px;
}

.catHomeContent.right .catBtnHome{
	float:right;
}

.bg{
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
}

/*24/07/18*/
.catHomeTitle {
	position: absolute;
    bottom: initial;
    padding: 0;
    top: 50%;
    left: 10%;
    width: 80%;
    text-align: left;
    color: #FFF;
    line-height: 1.2;
     margin-top: -30px;
}
.tag_count_catHome{
	display: inline-block;
	font-size: 12px;
	color: white;
	margin-right: 15px;
	vertical-align: middle;
	font-weight: bold;
}
.tag_count_catHomeInner{
	opacity: 0;
}
.catHome:hover .tag_count_catHomeInner{
	opacity:1;
}
.img_ico_catHomeTitle{
	display: inline-block;
	width: 18px;
	vertical-align: middle;
}
.img_ico_catHomeContent{
	margin: 0 auto;
	width: 18px;
	display: none;
}
.tag_catHomeTitle{
	margin-top: 40px;
	font-size: 22px;
}
.div_more_catHome{
     position: absolute;
    left: 10%;
    width: 80%;
    bottom: 60px;
    text-align: left;
}
.tag_more_catHome{
	padding: 7px 17px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    background-color: black;
    width: 16px;
    text-align: center;
	border: 1px solid;
	border-color: transparent;
	transition: 0.5s all;
	cursor: pointer;
}
.catHome:hover .tag_more_catHome{
	border-color: white;
}

#blinkEffect {
    width: 70%;
    text-align: left;
    float: right;
    position: relative;
}
#logo_large {
    position: absolute;
    left: -30%;
    width: 27%;
    top: -23%;
}

#aboutHomeBlock{
	overflow:hidden;
	/*24/07/18*/
	background-image: url('http://www.pureblink.com/web/wp-content/uploads/iStock-850932146.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#aboutHomeTitle{
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.thing{
	position:absolute;
}

.thingW{
	width:20%;
}
.thingH{
	height:100%;
}

.thing img{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.thingRight{
	right:0;
}
.thingLeft{
	left:0;
}
.thingTop{
	top:0;
}
.thingBottom{
	bottom:0;
}

#map{
	height:600px;
}

#footer .container{
	/*padding:40px 0;*/
}
#footer{
	padding-top: 20px;
	background-color: white;
}
/*
.col-3 {
    width: 29%;
    margin: 40px 2%;
    float: left;
}
#footer .col-3{
	background-position:0px 0;
	background-repeat:no-repeat;
	background-size:30px 30px;
}
#footerCol1{
	background-image:url(images/icon_location.png);
}
#footerCol2{
	background-image:url(images/icon_phone.png);
}
#footerCol3{
	background-image:url(images/icon_social.png);
}
*/
.img_logo_footer{
	width: 200px;
	display: block;
	padding-top: 25px;
}
.item_footer{
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding: 25px 0;
	color: #383838;
	text-transform: none;
}
.tag_title_footer{
	color: black;
}
.tag_description_footer{
	
}
.tag_link_footer{
	color: inherit;
	text-decoration: none;
}
.div_copyright{
	padding: 15px 0;
	color: #383838;
	text-transform: none;
}
.links_copyright{
	float: left;
}
.links_copyright a{
	color: #383838;
	text-decoration: none;
}
.tag_copyright{
	float: right;
}
.link_social_footer, .link_social_header{
	text-decoration: none;
	float:left;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.link_social_footer:hover, .link_social_header:hover{
	opacity:0.7;
}
.img_social_footer{
	width: 30px;
	height: 30px;
	margin: 5px 5px;
	display: inline-block;
}

.mc_fieldset {
    margin: 10px 0;
}

.input_footer{
	width: 100%;
	padding: 5px 0;
	margin: 0 auto;
	margin-bottom: 8px;
    color: #383838;
    font-size: 11px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #383838;
    display: block;
    text-align: left;
	outline: none;
     height: 20px;
}

.subscribeFooter{
      text-transform: uppercase;
    font-size: 16px;
}

.input_footer::-webkit-input-placeholder {
   color: #383838;
}
.input_footer:-moz-placeholder {
   color: #383838;
}
.btn_footer{
    border: none;
    outline: none;
    color: white;
    background-color: black;
    padding: 8px 10px;
    margin-top: 0px;
    transition: 0.5s all;
}
.btn_footer:hover{
	background-color: #383838;
	cursor: pointer
}
.subscribeFooter.btn_footer{
	margin: 0 auto;
	display: block;
	text-align: center;	
}

.social{
	width:30px;
	height:30px;
	float:left;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:30px 30px;
    margin-right: 15px;
    margin-top: 15px;
}
#social1{
	background-image:url(images/icon_twitter.png);
}
#social2{
	background-image:url(images/icon_facebook.png);
}
#social3{
	background-image:url(images/icon_vimeo.png);
}
#social4{
	background-image:url(images/icon_linkedin.png);
}

.footerItem {
    padding-left: 40px;
}

#footerCol1{
}

#featuredContent {
    height: 100%;
    position: relative;
    float: left;
}
#featuredContentInner {
    height: 100%;
    position: relative;
		float: left;
		overflow: hidden;
}

.featuredProject {
    width: 360px;
    height: 100%;
    position: relative;
    float: left;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotateY(0deg);
    /*transform: rotateY(0deg);*/
		border-right: 2px solid #FFF;
		-webkit-transform: rotateY(0deg) skew(0deg, 0deg);
		transform: rotateY(0deg) skew(0deg, 0deg);
}
.featuredProjectImg {
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
	-webkit-filter: grayscale(60%);
    -moz-filter:    grayscale(60%);
    -ms-filter:     grayscale(60%);
    -o-filter:      grayscale(60%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.featuredProjectImg .bgBlack{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.featuredProject:hover .featuredProjectImg{
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
	-webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
}
.featuredProject:hover .featuredProjectImg .bgBlack{
	/*opacity:0.6;*/
	opacity:0.2;
}
.projectCatContent {
    width: 80%;
    left: 10%;
    position: absolute;
    /*bottom: 20px;*/
	/*25/07/2018*/
	bottom: 100px;
}
.projectTitle {
    /*font-size: 26px;
    color: #FFF;*/
    line-height: 1;
	/*25/07/2018*/
	font-size: 38px;
	color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;	
}
.projectCompany{
    /*color: #2a7fdc;
    margin-bottom: 0;*/
	/*25/07/2018*/
	color: #FFF;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 10px;
	width: 160px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;	
}
.projectCats{
    /*color: #ccc;*/
	/*25/07/2018*/
	color: #2a7fdc;
	width: 50%;
	line-height: 1.5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	margin-bottom: 0;
}
.projectCats a, .projectCatsTag {
    color: #2a7fdc;
    text-decoration: none;
    display: inline-block;
}
.featuredProject:hover .projectTitle{
	color: white;
}
.featuredProject:hover .projectCompany{
	color: white;
}
.featuredProject:hover .projectCats{
	color: white;
}

.featuredHiddenRight{	
    /*-webkit-transform: rotateY(90deg); /* Safari 
		transform: rotateY(90deg);*/
		transform-origin: 100% 50%;
		-webkit-transform: rotateY(90deg) skew(0deg, -0.1turn);
		transform: rotateY(90deg) skew(0deg, -0.1turn);
}
.featuredHiddenLeft{	
    /*-webkit-transform: rotateY(-90deg); /* Safari
		transform: rotateY(-90deg);*/
		transform-origin: 0% 50%;
		-webkit-transform: rotateY(90deg) skew(0deg, 0.1turn);
		transform: rotateY(90deg) skew(0deg, 0.1turn);
}

.mCSB_container{
    height: 100%;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #2a7fdc;
    height: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 auto;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:#2a7fdc;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    opacity: 1 !important;
    height: 10px;
	background:rgba(0,0,0,0.7);
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    display: none;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
    background: #2a7fdc;
}



#catContainer{
	width:100%;
	/*Luna*/
	margin-top: 40px;
	/*Luna*/
	overflow: hidden;
}
.cat-item {
	float: left;
	width: 20%;
    width: 33.33% !important;
    border: none;
    box-sizing: border-box;
	/*
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;*/
}
/*LUNA*/
.item-work{
	width: 33.33% !important;
	/*height: 500px;*/
	overflow: hidden;
	opacity:1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
	opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
	transition:opacity 0.5s ease-in-out;
	transform-origin: 0% 0%;
	transform: rotateX(0deg) skew(0deg, 0deg);
	opacity: 0;
}
.item-work.preload{
	opacity: 0;
}
.img-item-work{
	width: 100%;
	height: 100%;
	object-fit: cover;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
	transition:all 1s ease-in-out;
}
.item-work:hover .img-item-work{
	transform: scale(1.2);
}
.div_bg_item_work{
	position: absolute;
	/*width: 0;*/
	width: 100%;
	height: 0;
	background-color: rgba(0,0,0,0.85);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	opacity: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
}
.item-work:hover .div_bg_item_work{
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 2;
	top: 0;
	bottom: initial;
}
.div_content_item_work{
	opacity: 0;
	z-index: -1;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.item-work:hover .div_content_item_work{
	opacity: 1;
	z-index: 3;
}
.div-title-item-work{
	position: absolute;
	width: 80%;
	/*left: 10%;*/
	left: 0;
	top: 100px;
	text-align: left;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;
}
.item-work:hover .div-title-item-work{
	left: 10%;
}
.div-title-item-work hr{
    width: 60px;
    margin: 0;
    margin-top: 10px;
	color: white;
}
.tag-title-item-work{
	line-height: 1;
    font-size: 34px;
    color: white;
}
.tag-client-item-work{
	line-height: 1;
    font-size: 24px;
	color: white;
	margin-top: 7px;
}
.div-services-item-work{
	position: absolute;
	width: 80%;
	/*left: 10%;*/
	left: 0;
	bottom: 70px;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
	transition:all 1s ease-in-out;
}
.item-work:hover .div-services-item-work{
	left: 10%;
}
.div-services-item-work label{
	line-height: 1;
    font-size: 30px;
	font-weight: bold;
	color: white;
	cursor: pointer;
    -webkit-transition: all 1.3s ease-in-out;
    -o-transition: all 1.3s ease-in-out;
    -moz-transition: all 1.3s ease-in-out;
	transition:all 1.3s ease-in-out;
	margin-left: -45px;
}
.item-work:hover .div-services-item-work label{
	margin-left: 0;
}
.tag-services-item-work{
	line-height: 1;
    font-size: 20px;
	color: white;	
}
/*LUNA*/
.item-work.cat-item-hidden{
	opacity:0;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg) skew(15deg, 5deg);
	transform: rotateX(90deg) skew(15deg, 5deg);
}

.vel-animate-1{
    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
.vel-animate-2{
    -webkit-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}
.vel-animate-3{
    -webkit-transition: transform 0.7s ease-in-out;
    -o-transition: transform0.71s ease-in-out;
    -moz-transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
}

.cat-item-hidden .cat-item-img{
}

.cat-featured { 
	width: 40%;
}

.cat-item .projectCatContent {
    bottom: 20px;
}

.cat-item-img{
	float:left;
	width:100%;
	-webkit-filter: grayscale(60%);
    -moz-filter:    grayscale(60%);
    -ms-filter:     grayscale(60%);
    -o-filter:      grayscale(60%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.cat-item:hover .cat-item-img{
	-webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
}

.cat-item .bgBlack{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.cat-item:hover .bgBlack{
	opacity:0.6;
}

.cat-item .projectCats{
	margin-bottom:0;
}


.grid-container{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}
.grid{
    width: 100%;
    float: left;
}

.grid-sizer, .grid-item {
	width: 20%;
    /*width: 33.33% !important;*/
}
.grid-sizer-work{
	width: 33.33% !important;
}
.grid-item-large { 
	width: 40%;
    width: 33.33% !important;
}

.grid-container-col5 .grid-sizer, .grid-container-col5 .grid-item {
width: 20%;
}
.grid-container-col5 .grid-item-large { 
width: 40%;
}

.grid-container-col4 .grid-sizer, .grid-container-col4 .grid-item {
	width: 25%;
}
.grid-container-col4 .grid-item-large { 
	width: 50%;
}



.grid-container-col3 .grid-sizer, .grid-container-col3 .grid-item {
	width: 33%;
	width: 33.33%;
}
.grid-container .grid-item-large { 
	width: 66%; 
	width: 66.66%;
}

.grid-item{
	cursor:pointer;
}
.grid-item img {
    float: left;
    width: 100%;
}
.grid-item-content{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}


.wideGalleryOuter{
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;
	/*LUNA*/
	padding-top: 30px;
}

.wideGalleryInner{
    float: left;
    width: 100%;
}

.wideGalleryItem {
    float: left;
    margin-bottom: 20px;
    width: 100%;
	position:relative;
	cursor:pointer;
	
}

.centeredBtnContainer {
    float: left;
    width: 100%;
    text-align: center;
    height: 50px;
    margin: 20px 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.wideGalleryBtnContainer.closed{
    /*margin: 40px 0 20px;*/
	margin: 20px 0;
	height: 80px;
}

.wideGalleryEmpty{
	margin: 20px 0;
	width:100%;
	float:left;
}
.wideGalleryBtnContainer{
	margin: 20px 0;
	height: 80px;	
}
.wideGalleryBtn{
}
/*26/07/18*/
.line_wide_gallery{
	margin: 0 auto;
	border: none;
	height: 26px;
	width: 1.5px;
	background-color: black;
	margin-bottom: 20px;
}

.blackFillBtn {
    background: #000;
    border: 1px solid #000;
}
.blackFillBtn:hover{
    background: #333;
    border: 1px solid #333;
}


img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	width:50%;
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 4px;
	width:50%;
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 10px;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:75%;
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

/*start MORE CASE STUDIES Single Projects*/
.text-left{
	text-align: left;
}
.div_item_case_studies{
	display: inline-block;
	vertical-align: top;
	/*width: 29%;*/
	width: 290px;
	margin: 15px 2%;
}
.img_item_case_studies{
	width: 100%;
	height: 230px;
	object-fit: cover;
	margin-bottom: -8px;
}
.div_box_item_case_studies{
	background-color: white;
	position: relative;
	min-height: 180px;
	text-align: center;
}
.div_info_item_case_studies{
	padding: 40px 0;
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
.tag_name_item_case_studies{
	font-size: 30px;
	color: black;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 5px auto;
}
.tag_company_item_case_studies{
	color: #2a7fdc;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 0;
}
.div_services_item_case_studies{
	color: black;
	line-height: 1.2;
	margin-bottom: 0;
	font-size: 12px;
	text-transform: uppercase;
}
#div_content_case_studies{
	position: relative;
	text-align: center;
}
/*end MORE CASE STUDIES Single Projects*/
/*start AWARDS*/
.div_item_ico_award{
    width: 90px;
    text-align: center;
	display: inline-block;
	padding: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid;
	border-color: transparent;
	cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;	
}
.div_item_ico_award:hover{
	border-color: #cccccc;
}
.div_item_ico_award.active{
	border-color: #9e9e9e;
}
.line_separator_award{
	width: 80%;
	height: 1px;
	margin: 10px auto;
	border: none;
	background-color: #cccccc;	
}
.btn_open_more_awards{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;	
}
.img_open_more_awards{
	width: 40px;
	display: block;
	margin: 0 auto;
}
.div_item_ico_award_hide{
	display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;	
}
.div_item_ico_award_show{
	display: block;
}
.img_ico_award{
	width: 65px;
	height: 65px;
	object-fit: contain;
	margin: 0 auto;
}
.div_info_ico_award{
	width: 90%;
	margin: 0 auto;
}
.tag_count_award{
	color: #1b1b1c;
	font-weight: bold;
	font-size: 15px;
}
.tag_more_award{
	color: black;
	font-weight: bold;
	font-size: 15px;
	float: right;
	margin-top: 2px;
}
.projectAwardDetails{
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
	background: #f7f7f7;
	display: none;
	opacity: 0;
	height: 90%;
	top: 5%;
}
.projectAwardDetailsContent{
	width: 96%;
	float: right;
	margin-top: 35px;
	position: relative;
}
.img_close_awards{
	position: absolute;
	right: 20px;
	top: -20px;
	width: 20px;
	cursor: pointer;
}
/*17/12/18*/
.img_indicator_more_awards{
	position: absolute;
	transform: translate(-50%,0);
	left: 50%;
	bottom: -15px;
	width: 20px;
}
.img_indicator_more_contact{
	margin: 0 auto;
	width: 20px;
	display: block;
	margin-bottom: 40px;
	margin-top: -50px;
}

.tag_title_award{
    text-transform: uppercase;
    font-size: 20px;
	color: black;
	padding-left: 11%;
}
.projectAwardDetailsContentScroll{
	/*height: 250px;*/
	overflow-y: scroll;
	width: 100%;
}
.projectAwardDetailsContentScroll::-webkit-scrollbar {
    width: 10px;
}
.projectAwardDetailsContentScroll::-webkit-scrollbar-track {
    border-radius: 10px;
}
.projectAwardDetailsContentScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background: #d0cece;
}

.div_item_award_details{
	margin-bottom: 10px;
}
.div_award_details_type{
	display: inline-block;
	vertical-align: top;
	width: 10%;
	text-align: center;
	color: #2a7fdc;
	font-size: 14px;
	text-transform: uppercase;
	float: left;
    /*color: #000;*/
	/*14/12/18*/
	min-height: 1px;
	/*14/12/18*/
}
.div_award_details_content{
	display: inline-block;
	width: 88%;
	/*margin-left: 2%;	*/
}
.div_award_details{
	color: #434344;
	cursor: pointer;
	margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	padding: 5px 0;
	padding-left: 1.5%;
}
.div_award_details:hover{
	/*background-color: #ebebeb;*/
}
.tag_page_award{
	text-transform: none;
	line-height: 1.2;
	font-weight: bold;
	font-size: 15px;
}
.tag_company_award{
	text-transform: none;
	line-height: 1.2;
	font-size: 12px;
}
.tag_name_award{
	text-transform: none;
	line-height: 1.2;
	font-weight: bold;
	font-size: 16px;
}

#div_gral_info_awards{
	opacity: 1;
}
#div_gral_info_awards .title1{
	text-align: left;
}

.div_award_container{
    /*padding-left: 80px;*/
	padding-left: 50px;
    text-align: left;
}
.div_award_container_padding_top{
	padding-top: 35px;
	padding-bottom: 35px;
}
.div_item_ico_award_2{
    width: 140px;
    text-align: center;
	display: inline-block;
	padding: 10px;
	padding-top: 20px;
	margin: 10px 25px;
	cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;	
}
.div_item_ico_award_2:hover{
	background-color: #ebebeb;
}
.div_item_ico_award_2.active{
	background-color: #ebebeb;
}
.img_ico_award_2{
	width: 140px;
	height: 140px;
	object-fit: contain;
	margin: 0 auto;
}
.tag_count_award_2{
	font-size: 20px;
	font-weight: bold;
	color: #616161;
}
.img_more_award{
	float: right;
    width: 15px;
    height: 15px;
    margin-top: 11px;
}
.img_detail_award{
	width: 100%;
	height: 350px;
	object-fit: cover;
	margin-bottom: 20px;
}
.div_title_detail_award{
	margin-bottom: 15px;
}
.img_ico_title_award{
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-left: -75px;
	float: left;
	object-fit: contain;
	margin-top: 5px;
}
.div_text_title_award{
	display: inline-block;
}
.div_content_detail_award{
	
}
.tag_year_award{
	font-weight: bold;
	color: black;
	font-size: 18px;
}
.div_award_details_type_2{
	text-align: left;
}
.div_detail_award_container{
	position: relative;
	padding-top: 50px;
}
.div_page_award{
	display: none;
	opacity: 0;
	position: relative;
}
.img_back_awards{
	position: absolute;
	top: -45px;
	right: 0;
	cursor: pointer;
	width: 40px;
	background-color: black;
}
/*fin AWARDS*/

.halfContainer {
    width: 50%;
    margin: 80px 0;
    float: left;
}
.contactFormLabel{
    font-family: Arial, sans-serif;
    font-family: 'roboto_bold_condensed', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: condensed;
     width: 100%;
    float: left;
     margin-top: 20px;
	color: black;
}
.daTitle {
    font-size: 26px;
     color: #000;
     line-height: 1;
}
.daSubTitle{
     margin-bottom: 20px;
	 text-transform:none;
}
.daSubTitleSent {
    margin: 40px 0 45px;
     color: #000;
}


.fullCont {
    width: 100%;
    float: left;
}
#contactForm{
}
.contactFormError{
}
textarea:focus, input:focus{
    outline: none;
}
.contactFormError {
    text-transform: none;
    width: 100%;
    float: left;
	/*14/12/18*/
	color: red;
	/*14/12/18*/
}
.formInfo{
	width: 90%;
	float: left;
	resize: none;
	border: none;
	border-bottom: 1px solid #999;
    padding: 0;
    margin: 0;
    height: 30px;
	outline: none;
	font-size: 14px;
}
.formTextarea{
	height: 90px;
}
.buttonCont {
	margin-top: 20px;
}
.submitBtn{
     padding: 8px 40px;
	 text-decoration:none;
}

/*ini LUNA*/
.wideGalleryInner_new{
	text-align: center;
}
.img_wideGalleryItem_new{
	margin: 0 auto;
}
.img_wideGalleryItem_new.img_60{
	width: 60%;
}
.img_wideGalleryItem_new.img_70{
	width: 70%;
}
.img_wideGalleryItem_new.img_80{
	width: 80%;
}
.img_wideGalleryItem_new.img_90{
	width: 90%;
}
.img_wideGalleryItem_new.img_100{
	width: 100%;
}

.wideGalleryOuter.hightAuto{
	height: auto !important;
}
.wideGalleryBtnContainer.hightAuto{
	display: none;
}


.normalize.padding{
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.normalize.margin{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.results_block{
	margin-bottom: 0;
}
.wideGalleryOuter{
	padding-top: 0;
}
.wideGalleryBtnContainer{
	margin: 0 auto;
	margin-bottom: 40px;
}
.wideGalleryBtnContainer.closed{
	margin: 0 auto;
	margin-bottom: 40px;
}
.img_wideGalleryItem_new{
	margin-bottom: -7px;
}

.div_soundBtn{
	z-index: 1000;
	position: absolute;
	bottom: 35px;
	right: 40px;	
}
.div_soundBtn .btnSound{
	cursor: pointer;
    width: 50px;
    height: 50px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
	background-image:url(images/sound_icon.png);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slideshowItem.active .btnSound {
    background-size: cover;
    background-image: url(images/galleryIcon_close.png);
    background-color: rgba(0,0,0,0.5);
	background-size: 30px;
}
.slideshowItem.active .div_soundBtn {
    bottom: auto;
	top: 35px;
}

@keyframes onda{
	0%{
		width:50px;
		height:50px;
		border:5px 
		solid #fff;
		opacity:0
	}50%{
		opacity:.1
	}
	90%{
		width:85px;
		height:85px
	}
	90%,100%{
		border:1px 
		solid #fff;
		opacity:0
	}100%{
		width:50px;
		height:50px
	}
}
.onda{
   position: absolute;
   top: 47%;
   left: 50%;
   border-radius: 50%;
   border: 2px solid #fff;
   width: 35px;
   height: 35px;
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   -webkit-animation: onda 2s infinite;
   animation: onda 2s infinite;
   opacity: 0;
   z-index: -1;
}
.onda:nth-child(2) {
    animation-delay: .4s;
}
.onda:nth-child(3) {
    animation-delay: .9s;
}
.onda:nth-child(4) {
    animation-delay: .15s;
}
.slideshowItem.active .onda{
	animation: none;
	opacity: 0;
}

.playButtonMain{
	width: 65px;
	height: 65px;
	background-image: url('images/icon-play-white-2x.png');
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
}

.div_scroll_banner{
	position: absolute;
	width: 100px;
	transform: translate(-50%, 0);
	left: 50%;
	text-align: center;
	overflow: hidden;
	bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	opacity: 0;
}
.div_scroll_banner.active{
	opacity: 1;
	cursor: pointer;
}
.div_scroll_banner p{
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}
.div_indicador_scroll_banner{
	position: relative;
	width: 2px;
	height: 30px;
	background: rgba(255,255,255,0.5);
	margin: 0 auto;
	margin-top: 8px;
}
.div_indicador_scroll_banner span {
    position: absolute;
    height: 50%;
    width: 100%;
    background: white;
    left: 0px;
    top: 0px;
    margin: 0px;
    animation: scrollAnim 1.8s infinite linear;
}
@-webkit-keyframes scrollAnim{
	0%{transform:translateY(0%)}
	50%{transform:translateY(100%)}
	100%{transform:translateY(0%)}
}

/*fin LUNA*/


@media screen and (max-width: 1366px) {
	.div_award_details_type{
		width: 15%;
	}
	.div_award_details_content{
		width: 83%;
	}
	.tag_title_award{
		padding-left: 16%;
	}
}

@media screen and (min-width: 1025px){
	.image_block.background_fixed{
		background-attachment: fixed;
	}
	#homeLargeImage{
		background-attachment: fixed;
	}
	
	#workItem{
		text-align: right;
		width: 320px;
	}
	#mainMenu.smallMenu #nav, #nav {
		height: auto !important;
	}
}

@media screen and (max-width: 1200px) {
	/*#nav ul li a {
		padding: 10px 20px 17px;
	}*/
	.projectBtn {
		right: 5%;
	}
	.soundBtn {
		right: 10px;
	}
	/*LUNA 09/11*/
	.item-work{
		height: 390px;
	}
	.div-title-item-work{
		top: 70px;
	}
	.tag-title-item-work{
		font-size: 28px;
	}
	.div-title-item-work hr{
		width: 45px;
	}
	.div-services-item-work{
		bottom: 55px;
	}
	.div-services-item-work label{
		font-size: 25px;
	}
	.tag-services-item-work{
		font-size: 17px;
	}
	/*LUNA 09/11*/
}
@media screen and (max-width: 1024px) {
	
	

	#allContainer {
    	height: auto;
	    overflow-y: visible;
	}
	
	.scrolling{
      overflow: scroll;
     -webkit-overflow-scrolling: touch;
	}
	.largeTitleSec {
		font-size: 24px;
	}
	#logo_large {
		position: relative;
		left: 0;
		top: 0;
		float: left;
	}
	.catHomeTitle {
    	bottom: 50px;
	}
	.cat-item {
		width: 33%;
	}
	.grid-sizer, .grid-item { 
		width: 33% !important;
	}
	.cat-featured { 
		width: 66%;
	}

	#mainMenu.smallMenu #logo_text, #mainMenu #logo_text{
	    background-image: url(images/logo_pureblink_black.png) !important;
		width: 89px;
		height: 10px;
		top: 15px;
		left: 51px;
	}
	#mainMenu.smallMenu #logo_icon, #mainMenu #logo_icon {
		opacity: 1;
		width: 48px;
		height: 50px;
		top: -5px;
	}
	#mainMenu.category #logo_icon{
		display:block;
	}
	#nav ul li a{
	    color: #FFF !important;
	}
	.container {
		width: 100%;
	}
	#mainMenu.smallMenu #logo, #mainMenu #logo {
		position: absolute;
		left: 20px;
		top: 0;
		z-index:9999;
		margin-top: 10px;
	}
	.link_social_footer, .link_social_header {
		float: initial;
	}
	
	#mainMenu #logo {
		margin-top: 10px;
	}
	#mainMenu.smallMenu #searchBtn{
		background: url(images/icon-search-orange.png) no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		z-index:9999;
	}
	#mainMenu.smallMenu #secMenu {
    	right: 12px;
		z-index:9999;
	}
	#mainMenu.smallMenu #burguerIcon{
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 12px;
		top: 14px;
		margin: 0;
		z-index: 9999;
	}
	#burguerIcon{
		display:block;
	}
	.burguerBread{
		background:#FFF;
		width:27px;
		height:3px;
		position:absolute;
		right: 0;
		top:6px;
	}
	#middleBread{
      	top: 14px;
		width:19px;
	}
	#bottomBread{
		top:auto;
		bottom:5px;
		width:15px;
	}
	#mainMenu.smallMenu #nav {
		/*overflow-y:scroll;*/
		-webkit-overflow-scrolling: touch;
		width: 100%;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	    background: #000;
	}
	.navInner {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: table;
	}
	#nav ul {
		width: 100%;
		display: table-cell;
		vertical-align: middle;
		float: none;
		padding-bottom: 50px;
	}
	#nav li {
		width: 100%;
	}
	.innerMenu{
		height:0;
	}
	#nav li.navDoubleCol ul li{
		width:100%;
	}
	#mainMenu.smallMenu #nav ul ul {
		position: relative;
		float: left;
		top: 0;
		display: block;
		overflow: hidden;
		padding: 0;
		box-shadow: none;
		width: 100%;
		border: none;
	    background: #ececec;
	}
	
	
	#allContainer #mainMenu #nav ul li ul li a {
		color: #9b9b9b !important;
	}
	
	
	#allContainer.transparentMenu #mainMenu.blackMenu #nav ul ul, #allContainer.transparentMenu #mainMenu.blackMenu.smallMenu #nav ul ul, #mainMenu.blackMenu.smallMenu #nav ul ul, #mainMenu.smallMenu #nav ul ul{
	    background: #000;
	}
	#mainMenu.smallMenu #nav ul ul{
		
	}
	#mainMenu.smallMenu #nav ul li a {
		width: 100%;
		padding: 15px 0%;
		background: none;
		text-align: center;
		font-size: 30px;
	}
	#mainMenu.smallMenu #nav ul li a:hover{
		background:none;
	}
	#mainMenu.smallMenu #nav ul ul li a, #mainMenu.smallMenu #nav ul ul li a:hover {
		padding: 10px 0 10px 5%;
		background-image: url(images/icon-mobile-go.png);
		background-size: 15px 15px;
		background-repeat: no-repeat;
		background-position: right 12px top 50%;
	}
	#mainMenu.smallMenu #nav ul li a.linkMed, #mainMenu.smallMenu #nav ul li a.linkMed:hover{
		background:none;
	}
	#mainMenu.smallMenu #nav ul li a.activeItem {
		color:#2a7fdc;
	}
	#mainMenu.smallMenu #nav ul ul.innerMenuInner li a{
		width: 80%;
		padding: 10px 5% 10px 15%;
	}
	#nav li.navDoubleCol ul{
		width:100%;
	}
	#nav ul ul li {
		top: 0px;
	}
	#nav ul li.infoNavMenu ul li {
		float: left;
		left: auto;
	}
	
	#mainMenu.smallMenu #nav ul li a.linkMainHas {
		background-image: url(images/icon-mobile-go.png);
		background-size: 15px 15px;
		background-repeat: no-repeat;
		background-position: right 12px top 50%;
	    padding: 10px 0 10px;
	}
	#mainMenu.smallMenu #nav .secNavMenu ul ul {
		left: auto;
		top: auto;
		width: 100%;
		display: block !important;
	}
	#bgNav{
		display:block;
		position:absolute;
		width:100%;
		height:60px;
		top:0;
		left:0;
		z-index:9991;
	    background: #000;
	}
	.arrowMob {
		display:block;
		width: 40px;
		height: 40px;
		position: absolute;
		right: 0;
		top: 0;
		/*background-image:url(images/icon-mobile-plus.png);*/
	    background-size: 15px 15px;
		background-repeat:no-repeat;
		background-position:50% 50%;
	    z-index: 3;
		/*Luna*/
		width: 50px;
		height: 50px;
		transform: translate(50%,0);
		right: 20%;
		background-image:url(images/icon-plus-white.png);
		/*Luna*/
	}
	
	.arrowMob.active {
		/*background-image:url(images/icon-mobile-minus.png);*/
		background-image:url(images/icon-less-white.png);
	}
	#catsHomeContainer{
		height:auto !important;
	}
	#catHomeBGs{
		display:none;
	}
	#catsHome {
   		height: auto;
		position:relative;
	}
	.catHome {
		width: 100%;
		height: auto;
		border-top: 3px solid #000;
		text-decoration: none;
	}
	.catLine{
		display:none;
	}
	.catHomeContent{
		/*display:none;*/
		display: block;
		position: relative;
		transform: none;
		left: initial;
		bottom: initial;
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	.catBtnHome{
		opacity:1;
	    top: auto !important;
		bottom:10px;
		display:none;
	}
	
	.middleContent{
		width:90%;
	}
	.middleContent.projectContentContainer{
		width: 100%;
		height: auto;
		bottom: 0;
		position: absolute;
	}
	.projectContentTop {
		width: 90%;
		margin: 0 auto 20px;
	}
	.div_services_project {
		background: #000;
		width: 90%;
		padding: 20px 5%;
    	float: left;
	}
	span.service {
		width: 50%;
		float: left;
	}
	span.line {
		display: none;
	}

	.projectContent{
		bottom:0;
	}
	#blockMap{
		height:auto !important;
	}
	
	.largeTitle{
		font-size:45px;
	}
	.largeSubtitle{
	    font-size: 18px;
	}
	/*24/07/18*/
	img.imgTopBanner {
		width: 220px;
	}
	.img_logo_footer{
		margin: 0 auto;
		margin-bottom: 25px;
		display: none;
	}
	.item_footer{
		width: 300px;
		margin: 0 auto;
		display: block;
		text-align: center;
		padding: 0;
	}
	.div_copyright{
		text-align: center;
	}
	.links_copyright{
		float: none;
		display: block;
		margin: 2px auto;
	}
	.tag_copyright{
		float: none;
		display: block;
		margin: 2px auto;
	}
	
	.catHomeTitle {
		width: auto;
		text-align: center;
		bottom: initial;
		position: relative;
		transform: none;
		left: initial;
		top: initial;
		padding-top:150px;
	}	
	.tag_catHomeTitle {
		margin-top: 5px;
		font-size: 20px;
	}
	.img_ico_catHomeContent{
		display: block;
		margin: 30px auto;
	}
	.img_ico_catHomeTitle{
		display: none;
	}
	.div_more_catHome {
		transform: none;
		left: initial;
		width: 100%;
		bottom: 10px;
		text-align: center;
	}
	.tag_more_catHome{
		padding: 3px 9px;
		font-size: 16px;
		margin: 0 auto;
		border-color: white;
	}
	.tag_count_catHome{
		margin: 0 auto;
		display: block;
	}
	.catHomeInnerTitle{
		display: none;
	}
	.catHomeInnerContent{
		opacity: 1;
	}
	.div_more_catHome {
		transform: none;
		left: initial;
		width: 100%;
		bottom: initial;
		text-align: center;
		position: relative;
		padding-bottom: 150px;
	}
	.tag_count_catHomeInner{
		display: none;
	}
	.catHomeInner{
		text-align: center;
	}
	.catHomeInnerContent{
		top: initial;
	}
	.lineCatHomeInnerContent{
		margin: 0 auto;
		margin-top: 15px;
		border: 1px solid;
		opacity: 1;
	}
	#mainMenu.smallMenu .div_social_header{
		padding: 10px 0 10px;
		width: 100%;
		position: absolute;
		margin-left: 0;
		text-align: center;
		bottom: 0;
     	z-index: 100;
	}	
	.link_social_footer, .link_social_header {
		float: none;
		display: inline-block;
	}
	.div_social_header{
		padding: 10px 0 10px 5%;
		text-align:center;
	}
	.projectInfoContainer{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.colContentHalf{
		float: none;
		width: 100%;
		text-align: center;
     margin-bottom: 20px;
	}
	.colTitleResults {
		width: 100%;
		float: none;
		min-height: 0;
	}
	.colContentResults{
		float: none;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 30px;
   		text-align: left;
	}
	.resultItem {
		width: 47%;
		margin-left: 1%;
		margin-right: 1%;
		float: none;
		margin-bottom: 20px;
		display: inline-block;
		text-align: left;
	}
	.resultItemTitle{
		font-size: 30px;
		line-height: 1.2;
		letter-spacing: 1;
	}
	.resultItemContent{
		font-size: 13px;
	}
	.resultsCTA{
		position: relative;
		bottom: initial;
		left: initial;
		margin: 0 auto;
	}
	.middleContentResults{
		text-align: center;
	}
	.projectBtn {
		position: relative;
    	 right: auto;

	}
	.projectContent .title1{
		margin-bottom: 15px;
		line-height: 1;
		margin-bottom: 30px;
	}
	.tag_title_services_project{
		display: block;
		margin-bottom: 10px;
	}
	.div_item_case_studies{
		width: 260px;
		margin: 15px;
	}
	.img_item_case_studies{
		height: 190px;
	}
	.div_box_item_case_studies{
		min-height: 150px;
	}
	.tag_name_item_case_studies{
		font-size: 24px;
		margin: 3px auto;
	}
	.div_services_item_case_studies{
		font-size: 11px;
	}
	.projectAwardDetails{
		position: relative;
		width: 100%;
		height: auto;
	}
	.projectInfoContainer{
		float: none;
	}
	.blockProjectInfo{
		margin: 20px 0;
	}
	.projectAwardDetailsContent{
		float: none;
		width: 95%;
		margin: 0 auto;
		padding: 15px 0;
	}
	.projectAwardDetailsContentScroll{
		height: 190px;
	}
	.projectAwardContainer{
		margin-top: 20px;
	}
	.div_award_container{
		text-align: center;
		padding-left: 0;
	}
	.div_item_ico_award_2 {
		width: 90px;
		padding: 15px;
		margin: 10px 15px;
	}
	.img_ico_award_2{
		width: 70px;
		height: 70px;
	}
	.div_content_detail_award{
		text-align: left;
	}
	.div_title_detail_award{
		text-align: left;
		/*17/12/18*/
		text-align: center;
	}
	.img_ico_title_award{
		float: none;
		margin: 0 auto;
		width: 50px;
		height: 50px;
		margin-right: 10px;
		/*17/12/18*/
		width: 60px;
		height: 60px;
		margin: 0 auto;
		margin-bottom: 8px;
		display: block;
	}
	.div_text_title_award{
		margin: 0;
		width: 80%;
	}
	.div_text_title_award .block_left{
		text-align: center;
		line-height: 1;
	}
	.img_detail_award{
		height: auto;
	}
	.tag_count_award_2{
		font-size: 18px;
	}
	.img_more_award{
		margin-top: 10px;
	}
	.tag_services_project{
		padding-right: 50px;
		width: 100%;
	}
	
	.soundBtn {
		bottom: 22px;
		right: 15px;
	}
	.img_close_awards{
		right: 0;
		top: 20px;
	}
	.projectInfoContainerNew {
		opacity: 1 !important;
		width: 100%;
	}	
	.input_footer {
    	border-bottom: 2px solid #383838;
	}
	.blockLayout {
		padding: 10px 0;
	}

	#wrapper.videoFullscreen{
		margin-top:0 !important;
	}
	#wrapper.videoFullscreen #slideshow{
		height:100% !important;
	}
	
	.videoSlide video{
	}
	.img_back_awards{
		width: 30px;
		top: -35px;
	}
	
	/*LUNA 09/11*/
	.grid-sizer-work{
		width: 50% !important;
	}
	.item-work{
		width: 50% !important;
	}
	.div_bg_item_work{
		display: none;
		opacity: 0;
		width: 0;
		height: 0;
		z-index: -1;
	}
	.div_content_item_work{
		position: absolute;
		top: initial;
		bottom: 0;
		width: 100%;
		height: auto;
		background-color: rgba(0,0,0,0.7);
		opacity: 1;
		z-index: 3;
		padding: 12px 0;
	}
	.div-title-item-work{
		position: initial;
		top: initial;
		width: auto;
		left: initial;
	}
	.tag-title-item-work{
		font-size: 22px;
		padding-left: 20px;
		padding-right: 45px;
	}
	.div-title-item-work hr{
		display: none;
	}
	.div-services-item-work{
		position: initial;
		bottom: initial;
		left: initial;
		width: auto;
	}
	.div-services-item-work label{
		font-size: 25px;
		position: absolute;
		right: 20px;
		transform: translate(0,-50%);
		top: 50%;
		margin-left: 0;
	}
	.tag-services-item-work{
		font-size: 15px;
		padding-left: 20px;
		padding-right: 45px;
	}
	.tag-client-item-work{
		font-size: 18px;
		padding-left: 20px;
		padding-right: 45px;
		margin: 5px auto;
	}
	.item-work:hover .img-item-work{
		transform: none;
	}
	#catContainer{
		margin-top: 0;
	}
	#formContainer .buttonCont{
		text-align: center;
	}
	/*LUNA 09/11*/
	.div_scroll_banner{
		display: none;
	}
	.div_scroll_banner.scroll_home{
		display: block;
		opacity: 1;
	}
	#nav ul ul li a.catLink, #mainMenu.smallMenu #nav ul ul li a.catLink{
		font-size: 18px;
		padding: 8px 0;
	}
	#mainMenu.smallMenu #nav ul ul{
		background: black;
	}
}
@media screen and (max-width: 768px) {
	.resultsCTA {
		position: relative;
		bottom: initial;
		left: initial;
		margin: 0 auto;
		margin: 0 auto;
		width: 72%;
		float: left;
		padding: 5px 10%;
		margin: 0 4%;
	}
	
	.halfContainer {
	    width: 90%;
		margin: 30px 5%;
	}
	.colTitleResults {
		margin-bottom: 50px;
	}
	.resultItem {
		width: 40%;
		margin-left: 4%;
		margin-right: 4%;
		margin-bottom: 40px;
		float: left;
	}
	.middleContentSmall{
		width:90%;
	}
	
	.projectInfoContainerNew {
		width: 100%;
		margin: 5px 0;
	}
	.title2 {
		text-align: center;
	}
	.homeAboutBtnLeft, .homeAboutBtnRight{
		margin: 10px 0;
		padding: 10px 0;
		width: 100%;
		float: left;
	}
	.padding_description{
		padding-bottom: 40px;
		padding-top: 20px;
	}
	#footerCol3{
		margin-bottom:60px;
	}
	.col-3 {
		width: 96%;
		margin: 20px 2% 0;
	}
	#blinkEffect {
		width: 70%;
		float: left;
		margin-left: 15%;
	}
	.cat-item {
		width: 50%;
	}
	
	.grid-sizer, .grid-item { 
		width: 50% !important;
	}
	.cat-featured { 
		width: 100%;
	}
	.mCSB_horizontal.mCSB_inside>.mCSB_container {
		width: 100% !important;
		overflow: scroll;
	}
	#featuredContentInner {
		width: 100% !important;
		height: auto !important;
	}
	.featuredProject {
		width: 100%;
		/*height: 200px;*/
		/*25/07/18*/
		height: auto;
		color: transparent;
	}
	.featuredHiddenRight{
		-webkit-transform: none;
		transform: none;
	}
	/*25/07/18*/
	.projectCatContent {
		width: 80%;
		left: initial;
		bottom: initial;
		position: relative;
		margin: 0 auto;
		text-align: center;
		padding: 45px 0;
     padding: 100px 0;
	}
	.projectCats{
		width: 100%;
	}
	.projectTitle{
		font-size: 32px;
	}
	.projectCompany{
		font-size: 14px;
		width: 100%;
	}
	
	.div_award_details_type{
		width: 20%;
		font-size: 13px;
	}
	.div_award_details_content{
		width: 78%;
	}
	.tag_title_award{
		padding-left: 21%;
		font-size: 17px;
	}	
	.tag_page_award{
		font-size: 14px;
	}
	.tag_company_award{
		font-size: 11px;
	}
	.tag_name_award{
		font-size: 15px;
	}
	.div_item_ico_award{
		width: 70px;
		padding: 10px;
	}
	.img_ico_award{
		width: 50px;
		height: 50px;
	}
	.tag_count_award{
		font-size: 14px;
	}
	.tag_more_award{
		font-size: 14px;
	}
	.bgProject {
		background: rgba(0,0,0,0.5);
	}
	/*LUNA*/
	.img_wideGalleryItem_new.img_60{
		width: 100%;
	}
	.img_wideGalleryItem_new.img_70{
		width: 100%;
	}
	.img_wideGalleryItem_new.img_80{
		width: 100%;
	}
	.img_wideGalleryItem_new.img_90{
		width: 100%;
	}
	.img_wideGalleryItem_new.img_100{
		width: 100%;
	}
	/*LUNA 09/11*/
	.item-work{
		height: 290px;
	}
	.projectContent .title1{
		font-size: 30px;
	}
	.tag_title_footer{
		text-align: center;
	}
	/*LUNA 09/11*/
	.subscribeFooter.btn_footer.submitBtn{
		padding: 8px 25px;
	}
}

@media screen and (max-width: 630px) {
	.tag-title-item-work{
		font-size: 19px;
	}
	.tag-services-item-work{
		font-size: 14px;
	}
	.tag-client-item-work{
		font-size: 15px;
	}
	/*17/12/18*/
	.div_text_title_award .title1{
		font-size: 24px;
	}
}

@media screen and (max-width: 500px) {
	.grid-sizer, .grid-item { 
		width: 100% !important;
	}
	.item_footer{
		width: 90%;
	}
	/*LUNA 09/11*/
	.grid-sizer-work{
		width: 100% !important;
	}
	.item-work{
		width: 100% !important;
	}
}
@media screen and (max-width: 1024px) {
	.largeTitle{
		font-size:30px;
	}
	.largeSubtitle{
	    font-size: 14px;
	}
	.contactContainer{
		text-align: center;
	}
	#div_content_case_studies{
		padding-bottom: 25px;
	}
	.owl-pagination{
		bottom: 0;
	}
	.innerMenu li .catLink_mob{
		display: block !important;
	}
	.innerMenu li .catLink_desk{
		display: none !important;
	}
	/*14/12/18*/
	.normalize.padding{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.normalize.margin{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	/*14/12/18*/
	#div_gral_info_awards .title1{
		text-align: center;
	}
}



#outerCollage{
	height:100%;
	overflow:hidden;
}
#collageWrapper{
    padding:10px;
	width:100%;
	width:calc(100% - 20px);
    overflow: hidden;
}
#collageWrapper img{
    vertical-align:bottom;
	float:left;
}


.Caption_Content{
    padding: 0 5px;
    text-align: center;
    color: #FFF;
	font-family:Arial, sans-serif;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-style: normal;
	line-height:1;
	text-transform:uppercase;
	line-height:2;
}
#displayMoreCollage{
    background: #1b1b1c;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    padding: 15px 0 10px;
    margin-top: 10px;
	cursor:pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#displayMoreCollage:hover{
    background: #000;
}


#displayMoreCollage .arrow {
    width: 10px;
    height: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-size: 10px 7px;
    background-position: 50% 50%;
    background-image: url(images/select-white.png);
    display: inline-block;
}
#displayMoreCollage.active .arrow {
	background-image:url(images/select-white-back.png);
}

.imageWrapper{
}
.outerWrapper{
	width:100%;
	height:100%;
	position:relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	cursor:pointer;
}
.outerWrapper:hover{
	opacity:0.8;
}

.hasVideo{
	
}
.outerWrapper.hasVideo:hover .videoIcon{
	opacity:1;
}
.videoIcon{
	width:72px;
	height:72px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-36px;
	margin-left:-36px;
	opacity:0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	background: url(images/videoIcon.png) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}



















#containerGallery {
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    position: fixed;
    z-index: 40000;
    display: none;
}
#containerGalleryBG {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
	opacity:0;
}
#mediaPreloader, #headerPreloader, #mailPreloader, #firstImagePreloader, #mainPreloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 115px;
    height: 10px;
    margin-left: -57px;
    margin-top: -7px;
    background-image: url(images/preloader.gif);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
}

#mediaContainer img {
    position: absolute;
}
#mediaContainer{
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	height:100%;
    z-index: 200;
}
#mediaContainer iframe,
#mediaContainer object,
#mediaContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#embedContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	opacity:0;
}

#embedContainer iframe, #embedContainer object, #embedContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#closeGallery {
      background-repeat: no-repeat;
    background-size: 40px;
    background-image: url(images/galleryIcon_close.png);
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: 0px;
    right: 0px;
    position: absolute;
}
.arrowGallery {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -25px;
}
.arrowLeft {
    background-image: url(images/galleryIcon_arrowLeft.png);
}
.arrowRight {
    background-image: url(images/galleryIcon_arrowRight.png);
    right: 0px;
    left: auto;
}
#mediaInfo {
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#mediaTitle {
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    padding-left: 2%;
}
#mediaContent {
    color: #FFF;
    font-size: 14px;
    padding: 10px 2%;
}



/*sebas 20192309*/
#catContainer{
	min-height: 800px;
}

.preloaderContainer {
	position: relative;
	height: 850px;
	width: 100%;
	margin-top: -40px;
	z-index: 1000000000;
}

.preloaderContainerSmall {
	position: relative;
	height: 60px; 
	width: 100%;
  padding: 20px 0;
}

.invPreloader{
	display: none;
}

.visPreloader{
	display: block;
}

.preload{
  position: absolute;
  height: 100px;
  width: 100px;
  background-image: url('images/loader.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100000;
}

.preloaderContainerSmall .preload{
  width: 40px;
  height: 40px;
}

/*fin sebas*/  


.iframeBlock{
    float: left;
    width: 100%;
    height: 600px;
    overflow-x: hidden;
    position: relative;
}
.iframeBlockInner{
   position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

