

/* Global */


a {cursor: url('../images/black_pointer.png'), url('../images/black_pointer.cur'), auto }
a img.main {cursor: url('../images/white_dot.png'), url('../images/white_dot.cur'), auto }
.whitecursor,.change-arrow {cursor: url('../images/white_cursor.png'), url('../images/white_cursor.cur'), auto !important;}
.footer_social.fa {
	font-size: 18px;
      padding: 5px;
      border: 1px solid white;
	color:white;
}

.footer_social.fa:hover {
    background: white;
    transition: all 0.8s ease 0s;
}
body {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height:21px;
	color: #000;

}
.button-menu {
  font-family: Arial;
  color: #000000;
  font-size: 11px;
  font-weight:bold;
  background: #ffffff;
  padding: 2px 10px 2px 10px;
  border: solid #000000 1px;
  text-decoration: none;
  margin-right:10px;

  width:80px;
}

.button-menu:hover {
  background: #000000;
  text-decoration: none;
     transition: all 0.8s ease 0s;
}

 h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto+Condensed", sans-serif;
  font-weight: 700;
}

 div.accordion h3 {
    font-variant: normal;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    line-height: 21px;
}


li{
	float: left;
    list-style: none;
    text-align: center;



  }


  li a{
    text-decoration: none;


	 color:#000;
}

  li a:hover {
  background-color: #000000;
  text-decoration: none;


}






.blending img {
  mix-blend-mode: darken;
}
.blending div {
  isolation: isolate;
  background-color: white;
  transition: background-color 1s ease-in;
}
.blending div:hover {
  background-color: black;
}

/* CSS for opacity based fade. */
.opacity img {
  opacity: 1;
  transition: opacity 1s ease-in;
}
.opacity img:hover {
  opacity: 0;
}

img {
	max-width: 100%;
}
a:link {
	text-decoration: none;
}
a:hover {
	color:#000;
}
a:visited {
	color: #000;
	text-decoration: none;
}

.fright{float:right;
}
.fleft{float:left;
}

.overflow_hidden {overflow-x:hidden;}

/* Navigation */
#undefined-sticky-wrapper {position:relative;height:0 !important;}
.menu {
	position:absolute;
	bottom:0;
	width:100%;
	height:76px;
	background:#3e3e3e;
	z-index:9999;
}
#logo {
	float:left;
	margin-bottom:0;
	margin-left:0;
}





.ph-line-nav .effect {
	position:relative;
	z-index:100;
	width: 128px;
	height: 3px;
	bottom: 1px;
	background: #fff;
	margin-left:0;
}


.btn_dropdown:hover {color:#3e3e3e;}


/* General Slides */

.slide{
	background-attachment: fixed;
	width:100%;
	height:100vh;
	position: relative;
	padding:0;
	z-index:12;
	overflow:hidden;
}




img.icon_img {
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:25px;
}



/* ____________________________________ Slide 1 ____________________________________ */

.padding_slide1 {padding:0 0 0 0;
}



#slide1{
	background-image:url(../images/box-white.png);
	background-position:0 0 !important;
	background-size: cover !important;
	width:100%;
	text-align:center;
}

.filtr_bg {
	position:fixed;
	width:100%;
	 margin-top: 0;

	}
/*
@media only screen and (max-width: 1024px) {
	.filtr_bg {position:relative;}
}
/*









/* ____________________________________ Slide 2 ____________________________________ */

#slide2 {
	background:url(../images/box-white.png) repeat left top;
	width:100%;
	padding:0px 0 0px;

}






/* ____________ SERVICES_BLOCK ___________ */
.icon_bord {
	overflow:hidden;
	border-radius:50%;
	position:relative;
	top:0;
	left:50%;
	margin-left:-66px;
	width:132px;
	height:132px;
	background:url(../images/icon_bord.png) no-repeat;
}
.servc_block:hover .icon_bord {
	background:url(../images/icon_bord_h.png) no-repeat;
}

.icon1, .icon1_h {
	position:absolute;
	top:7px;
	left:7px;
	height:118px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.servc_block .icon1,
.servc_block:hover .icon1_h {
	opacity:1;
	filter: alpha(opacity=100);

}
.servc_block:hover .icon1,
.servc_block .icon1_h {
	opacity:0;
	filter: alpha(opacity=0);
}

.servc_block:hover .icon1 {
	transform: scale(3);
}
.servc_block .icon1_h {
	transform: scale(0);
}
.servc_block:hover .icon1_h {
	transform: scale(1);
}

.ca-menu li{
    min-height: 265px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.ca-content{
    position: absolute;
    left: 0px;
    top: 132px;
}
.ca-main{
    padding:21px 0 19px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 25px;
	line-height: 30px;
	color:#a3a3a3;
	font-weight:400;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub{
    text-align:center;
    color: #6f6f6f;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-menu li:hover .ca-main{
    color: #c84942;
    -webkit-animation: moveFromLeftRotate 300ms ease;
    -moz-animation: moveFromLeftRotate 300ms ease;
    -ms-animation: moveFromLeftRotate 300ms ease;
}
.ca-menu li:hover .ca-sub{
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromLeftRotate{
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -webkit-transform: translateX(0%) rotate(0deg);
    }
}
@-moz-keyframes moveFromLeftRotate{
    from {
        -moz-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -moz-transform: translateX(0%) rotate(0deg);
    }
}
@-ms-keyframes moveFromLeftRotate{
    from {
        -ms-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -ms-transform: translateX(0%) rotate(0deg);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
.contact_det,
.contact_det a {
	color:#888888;
	line-height:26px;
}
.contact_det a:hover {color:#c84942;}
/* _____________ BACK_TOP ___________ */
#back_top {
	float:right;
}
#back_top a.button {
	cursor:pointer;
	position:relative;
	z-index:300;
	display:block;
	margin:0;
	width:27px;
	height:28px;
	background:url(../images/back_top.png) no-repeat;
	text-transform:uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	color:#fff;
}
#back_top a.button:hover {text-decoration:none;}
/* ____________ //BACK_TOP __________ */

/* ___________________________________ //FOOTER ___________________________________ */

.title-services {
	margin: 0 0 0 0;
	font-weight:bold;
	text-align:left;
	font-family: "Roboto Condensed";
	 font-size:33px;
	 color:#fff;

	}

	.txt-services {
	font-family: "Arial";
	 font-size:14px;
	   line-height: 22px;
	 text-align:left;
    	width: 321px;
	 padding-top:10px;

	}

	p.title-services.scroll_effect {
    color: #ffffff;
}



.title-services-b {

	color:#fff;
	font-size:32px;
	width: 100%;
  height: auto;



	}

	hr {
	height: 4px;
	border: none;
	color: #000;
	background-color: #000;
	margin: 0 0 0 0;

	}
.text-services {
     line-height: 22px;
	 font-size:16px;
	 text-align:left;
	 width: 280px;
	 padding-top:25px;
	 line-height: 22px;


}

.title-b {
	font-size: 30px;
	 font-family:Roboto;
	    font-weight:bold;
	color: #ffffff;

	}
/* Initial style for the scroll bar (black)Track
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,1);
}
*/

.column-half { }

		#pagewrapper {

			margin: 10px 50px;
		}

		@media (min-width: 500px) {
			.row:after {
				content: " ";
				display: table;
				clear: both;
			}

			.column-half {
				float: left;
				width: 50%;
				padding: 0 20px;
				box-sizing: border-box;
			}

		}


.scroll_effect {

	display:none;
    position: absolute;


}


.scroll_text {
	display:none;
    position: absolute;
	}

#showhide {
    display: none;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.black_box{position:absolute; width:350px; height:200px; background:black; z-index:2; opacity:0;}
.hideme
{
    opacity:0;
}
.logo-s
{
    /* opacity:0; */
}

.logo-f
{
    opacity:0;
}

.logo-m
{
    opacity:0;
}


.accordion {
    margin:1em 0;
	margin-top:-150px;
	position:relative;
}
.accordion h3 {
    font-size: 20px;
    font-family: Arial;
    font-style: normal;
    margin:0 0 1px 0;
	 line-height: 21px;
	text-align:left;
	padding-top:5px;

	}
  .pane {
	  font-family: Arial;
    font-style: normal ;
	font-size:14px;
	}
	p.title-services {
    color: #000000;
}
p.title-services {
    color: #000000;
}


    .menu-top {
    /*padding-left:150px;*/
}

.accordion h3.current {

    cursor:default;
	text-align:left;

}
.accordion div.pane {

	line-height: 20px;
	 font-size:15px;
	 width:300px;

	}





/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 0%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 75%;
}
.span_2_of_4 {
	width: 50%;
}
.span_1_of_4 {
	width: 25%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}


#hero1{
 background:url(../images/clouds-for-animation.gif);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
  height:450px;
  }

.hero, .content{
  text-align:left;
  position:relative;
  width: 100%;
}





.content h1, .content p{
  color:#000;
}

h1{
  margin:0px;
  font-family: 'Roboto Slab', serif;
  font-weight:400;
  font-size:32px;
  padding:0px 20px;
}

p{
  font-family: 'Noto Sans', sans-serif;
  font-size:14px;
  padding:0px 20px;
}

/* CSS for blending based fade. */
.blending img {
  mix-blend-mode: darken;
}
.blending div {
  isolation: isolate;
  background-color: white;
  transition: background-color 0.8s ease-in;

    width: 263px;
    height: 81px;
}
.blending div:hover {
  background-color: black;
  position: relative;
    width: 263px;
    height: 81px;
}

