@charset "utf-8";
/* CSS Document */

/* font */
@font-face {
  font-family: 'Roboto-Light';
  src: url('fonts/Roboto/Roboto-Light.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('fonts/Roboto/Roboto-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), 
  url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), 
  url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), 
  url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

#mc_embed_signup{font-family: 'Roboto-Regular', sans-serif; font-size: 14px;  text-align:center;}
#mc_embed_signup_scroll { background-color:#000; }
#mc_embed_signup form {display:block; position:relative; text-align:center; #padding:1px 0 1px 3%;}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:0px 0; font-size:1.4em;}
#subscribe-form input {border:none; -webkit-appearance:none;background-color:rgba(255,255,255,.5);#-webkit-border-radius: 5px;#-moz-border-radius: 5px;#border-radius: 5px; display:block;}
#subscribe-form input:focus {#border-color:#333;}
#subscribe-form .button {
	font-family: 'Roboto-Regular', sans-serif;
	clear:both; 
	background-color: #E40044; 
	border:solid 1px #E40044; 
	color: #333; 
	cursor: pointer; 
	display:block; 
	font-size:15px; 
	height: 40px; 
	line-height: 28px;
	margin: 10px auto auto auto; 
	padding:0; 
	text-align: center; 
	text-decoration: none; 
	vertical-align: top; 
	white-space: nowrap; 
	width: auto; 
	transition: all 0.23s ease-in-out 0s;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#subscribe-form .button:hover {background-color:#fff; color:#333;}
#subscribe-form .small-meta {font-size: 11px;}
#subscribe-form .nowrap {white-space:nowrap;}     
#subscribe-form .clear {clear:none; display:inline;}


#subscribe-form input {font-family: 'Roboto-Regular', sans-serif; font-size: 12px;  padding:12px 0.4em; margin:0 0px 0px 0; min-height:40px; width:80%; #min-width:130px; #-webkit-border-radius: 3px; #-moz-border-radius: 3px;#border-radius: 3px;display:block;margin:auto;}
#subscribe-form input.button { width:50%; margin-top:15px;vertical-align:top;}

#mc_embed_signup #subscribe-result {margin:auto 0; #padding:1em .5em .5em 0; font-weight:normal; top:-2em; z-index:1; width:100%;text-align:center;color:#fff!important;}

#subscribe-result {color:#fff!important;}

/* general */
.g-recaptcha {
    display: block;
    margin: auto;
}
.g-recaptcha div {
    display: block;
    margin: auto;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #fff;
}
#wrappers {
	min-height:100%;
	position:relative;
}
#content {
	margin: auto;
	padding-top: 0px;
	width:100%;
}
#goTop{
	padding:0px;
	position:fixed;
	top:70%;
	right:-100px;
	background-image: url(pics/to_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 75px;
	z-index: 11001;
	cursor:pointer;
}
#content #pagetitle {
	color: #878787;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight:normal;
	display:block;
	font-size:1em;
	margin:15px auto 15px auto;
	width:90%;
	#max-width: 1400px;
}
#content #pagetitle a {
	color: #000;
	text-decoration:none;
}
.g-recaptcha {
    display: block;
    margin: auto;
}
.g-recaptcha div {
    display: block;
    margin: auto;
}
#response,
#response2  {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	text-align: center;
	line-height:150%;
	margin-bottom:5%;
	width: 100%;
}
#response a,
#response2 a{
	color:#333;
	font-size: 1.25em;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: normal;
	text-decoration: none;
}
#response a:hover,
#response2 a:hover{
	color: #333;
	text-decoration: underline;
}
.rowcount {
	font-family: 'Roboto-Regular', sans-serif;
	color:#999;
	font-size:.75em;
	text-align:center;
}
.searchresults {
	width:95%;
	margin:15px auto;
}
.search_row {
	display:inline-block;
	width:90%;
	padding:.5%;
	#border-bottom:solid 1px #ebebeb;
}
.search_row:nth-child(even) {
	background-color:#f9f9f9;
}
.search_row a{
	font-family: 'Roboto-Regular', sans-serif;
	color:#071962;
	font-size:1.25em;
	text-decoration:none;
}
.search_row a:hover{
	color:#071962;
}
.search_row .search_desc{
	font-family: 'Roboto-Regular', sans-serif;
	font-size:.75em;
	color:#333;
	margin:5px 0;
}
.search_row .search_desc a{
	font-family: 'Roboto-Regular', sans-serif;
	color:#071962;
	font-size:.9em;
	text-decoration:none;
}
.search_row .search_desc a:hover{
	text-decoration:underline;
}
/* general */
/* main_content */
.main_content {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position:relative;
	padding-bottom:50px;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	background-color: #ebebeb;
}
.main_content h2,.main_content h3{
	color: #333;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight:normal;
}
.main_content h4 {
	color: #E40044;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight:600;
}
.main_content h3,.main_content h4{
	border-bottom:solid 1px #E40044;
	padding-bottom:25px;
}

.main_content .text {
	color: #555555;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight:normal;
	background-color: #fff;
	padding:20px;
	width:100%;
	max-width:1070px;
	border-radius:6px;
}
.main_content .text article .datesarticle{
	color: #E40044;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight:normal;
	font-size:.9em;
	text-align:right;
	display:inline-block;
	width:100%;
}
.main_content .text article .datesarticle em {
	margin-right:5px;
}
blockquote {
    margin: 1rem 0 1rem;
}
.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #fff;
    border-left: 2px solid #E40044;
}
.main_content .text .imagetext img{
	width:100%;
	max-width:1070px;
	height:auto;
}
.main_content .text .inforight {
	position:relative;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight:normal;
	color:#fff;
    background:#333;
	padding:30px;	
	font-size:.9em;
}
.main_content .text .inforight div {
	margin-bottom:7px;
}
.main_content .text .inforight em {
	margin-right:5px;
	font-size:1.15em;
	color:#E40044;
}
.main_content input,.main_content textarea,.main_content select {
	font-family: 'Roboto-Regular', sans-serif;
	color: #333;
	border: 1px solid rgba(33,33,33,.25);
    background-color: #fff;
	margin:auto;
	display: block;
}
.main_content input[type="submit"]{
	font-family: 'Roboto-Regular', sans-serif;
	color: #fff;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	background-color: #E40044;
	border: 1px solid #E40044;
	cursor: pointer;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.main_content input[type="submit"]:hover{
	background-color: #333;
	border:solid 1px #333;
}

.main_content #form_section .checkbox{
	background-color:rgba(239,239,239,.75);
}

.main_content ::-webkit-input-placeholder {
   color: rgba(33,33,33,.5);
}

.main_content :-moz-placeholder { /* Firefox 18- */
  color: rgba(33,33,33,.5);
}

.main_content ::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(33,33,33,.5);
}

.main_content :-ms-input-placeholder {  
   color: rgba(33,33,33,.5); 
}
.main_content .text #contact_info {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.main_content .text #contact_info h3 {
   text-align:center;
}
.main_content .text #contact_info .row {
    font-family: 'Roboto-Regular', sans-serif;
    color: #333;
    font-weight: normal;
	text-align:center;
}
.main_content .text #contact_info .row i {
    color: #E40044;
	margin-right:5px;	
}

.main_content .text .work_map {
	display:block;
	margin:auto;	
}
.main_content .text .work_map #gmap_canvas {
	height:400px;
}
/* list */
#wrappers #content .main_content .text .B_item {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	display:block;
	overflow: hidden;
	cursor:pointer;
}
#wrappers #content .main_content .text .B_item .dates {
    position: absolute;
    margin:0;
	top:0;
	left:0;
	padding: 5px 10px;
	text-align:left;
	background:#333;
	border:solid 1px #333;
	color:#fff;
	font-weight:normal;
	font-family: 'Roboto-Regular', sans-serif;
	z-index:3;
}
#wrappers #content .main_content .text .B_item .dates i {
    display: inline-block;
    margin-right:5px;
	color:#fff;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.main_content .text .B_item h4 {
	font-family: 'Roboto-Regular', sans-serif;
	position: absolute;
	color: #fff;
	text-align: center;
	left:0;
	bottom:0;
	margin:0;
	background-color:#E40044;
	font-weight:normal;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.main_content .text .title {
	position: absolute;
	width: 100%;
	text-align: center;
	opacity: 1;
	transition: all 0.7s ease;
	bottom: -100%;
	height: 100%;
	background-image:url(pics/logo_white.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 200px 100px;
}
.main_content .text .title img{
	margin:auto;
	z-index:3001;
	position:absolute;
	bottom:0;
	top:0;
	right:0;
	left:0;
	color:#fff;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width: 200px;
    text-align: center;
}
.main_content .text .B_item:hover .title {
    opacity: 1;
	bottom: 0%;
}
.main_content .text .B_item:hover .title {
	background-color: rgba(00, 00, 00, 0.75);
}
/* list */
.main_content .text .Bl_item {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	display:inline-block;
	border:none;
	background: #fff;
	border-bottom:solid 1px #545454;
}
.main_content .text .Bl_item .dates {
    position: absolute;
    margin: 0 10px;
    top: 5px;
	padding: 5px 10px;
	text-align:left;
	background:#7db849;
	color:#fff;
	font-weight:normal;
	font-family: 'Roboto-Regular', sans-serif;
	z-index:3;
}
.main_content .text .Bl_item .dates.off {
	background:#DC143C;
}
.main_content .text .Bl_item .imgLiquid {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.main_content .text .Bl_item .cont {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.main_content .text .Bl_item .cont .desc {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.main_content .text .Bl_item .cont .desc h5 {
	width:100%;
	font-weight:normal;
	font-family: 'Roboto-Regular', sans-serif;
	color:#333;
}
.main_content .text .Bl_item .cont .desc h5:after {
	border-color: #e0e0e0!important;
	content: "";
    display: block;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: relative;
    bottom: 1px;
    padding-bottom: 20px;
}
.main_content .text .Bl_item .cont .sum {
	text-align:left;
	font-weight:normal;
	font-family: 'Roboto-Light', sans-serif;
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
	color:#333;
	font-weight:normal;
}
.main_content .text .Bl_item .cont .moar {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-family: 'Roboto-Regular', sans-serif;
	color:#fff;
	background-color:#E40044;
	border:solid 1px #E40044;
	letter-spacing:.05em;
	text-decoration:none;
	text-align:center;
	display:inline-block;
	margin:auto;
}
.main_content .text .Bl_item .cont .moar:hover{
	background-color:#333;
	border:solid 1px #333;
}
/* epidotoumena */

@media all and (min-width: 1400px) {
	
/* main_content */
.main_content {
	padding-top:20px;
	width:100%;
}
.main_content h2 {
	display:inline-block;
	font-size:1.7em;
	width:100%;
	margin:0 0 1.5% 0;
	line-height:normal;
}
.main_content h3 {
	font-size:1.6em;
}
.main_content  h4 {
	font-size:1.45em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .imgLiquid {
	display:inline-block;
	width:23.5%;
	height:150px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:1em;
	line-height:150%;
	margin:auto;
	text-align:left;
	padding:20px 50px;
}
.main_content .text .imgLiquid {
	width:100%;
	height:400px;
	margin:0px auto 30px auto;
}
.main_content .text .infoleft {
  width: 55%;
  vertical-align:top;
  display:inline-block;
  margin:0;
 }
 .main_content .text .infoleft .workdata .imgLiquid{
  height:350px;
  width:100%;
 }
.main_content .text .inforight {
	display:inline-block;
	width:40%;
	vertical-align:top;
	margin-left:1%;
}

.main_content .text #contact_info {
    display: block;
    height: auto;
    width: 75%;
    vertical-align: top;
    position: relative;
    padding-bottom: 1%;
    text-align: center;
    margin: auto;
}
.main_content .text #contact_info h3 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    margin-bottom: 15px;
    display: block;
	padding-bottom:15px;
}
.main_content .text .row {
    display: inline-block;
    text-align: left;
    font-size: .9em;
    padding: .25%;
}
.main_content #form_section {
	width: 70%;
	margin: 10px auto 30px auto;
	padding:10px 80px;
	display:block;
}
.main_content #form_section input {
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section .input_small{
	width: 20%;
	text-align:center;
}
.main_content #form_section .input_smallest {
	width: 10%;
	text-align:center;
}
.main_content #form_section  #symbol {
	width: 5%;
	text-align:center;
	display:inline-block;
}
.main_content #form_section textarea{
	font-size: 1em;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section legend{
	font-size: 1em;
	width: 90%;
	margin: auto;
}
.main_content #form_section select{
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 47%;
	margin:.8%;
}
.main_content #form_section input[type="submit"]{
	font-size: 1em;
	margin-top: 25px;
	padding: 8px 10px;
	width: 100%;
}
/* list */
#wrappers #content .main_content .text .B_item {
	width:48.5%;
	margin:2% .5%;
	display:inline-block;
	height:330px;
}
#wrappers #content .main_content .text .B_item .dates {
    font-size:.9em;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	width:100%;
	height:330px;
}
.main_content .text .B_item h4 {
	font-size: 1em;
	padding: 15px 10px;
	width:100%;
}
.main_content .text .B_item:hover h4 {
	bottom: -15%;
}
.main_content .text .B_item .title {
	background-color: rgba(00, 00, 00, 0.25);
}
/* list */
.main_content .text .Bl_item {
	width:48.5%;
	margin:1% .5%;
	padding: 10px;
}
.main_content .text .Bl_item .dates {
    font-size:.9em;
	top:10px;
	left:0;
}
.main_content .text .Bl_item .imgLiquid {
	width:100%;
	height:250px;
	margin:0;
}
.main_content .text .Bl_item .cont {
	width:100%;
	padding:10px 0;
}
.main_content .text .Bl_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
.main_content .text .Bl_item .cont .desc h5 {
	font-size:1.1em;
	margin-top:8px;
	margin-bottom:5px;
}
.main_content .text .Bl_item .cont .desc h5:before {
    bottom: 27px;
}
.main_content .text .Bl_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
.main_content .text .Bl_item .cont .moar {
	width:50%;
	padding:8px 10px;
	font-size:.85em;
	margin:20px auto auto auto;
}

}


@media all and (min-width: 1200px) and (max-width: 1399px) {

/* main_content */
.main_content {
	padding-top:10px;
	width:100%;
}
.main_content h2 {
	display:inline-block;
	font-size:1.7em;
	width:100%;
	margin:0 0 1.5% 0;
	line-height:normal;
}
.main_content h3 {
	font-size:1.6em;
}
.main_content  h4 {
	font-size:1.45em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .imgLiquid {
	display:inline-block;
	width:23.5%;
	height:150px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:1em;
	line-height:150%;
	margin:auto;
	text-align:left;
	padding:20px 50px;
}
.main_content .text .imgLiquid {
	width:100%;
	height:400px;
	margin:0px auto 30px auto;
}
.main_content .text .infoleft {
  width: 55%;
  vertical-align:top;
  display:inline-block;
  margin:0;
 }
 .main_content .text .infoleft .workdata .imgLiquid{
  height:350px;
 }
.main_content .text .inforight {
	display:inline-block;
	width:40%;
	vertical-align:top;
	margin-left:1%;
}
.main_content .text #contact_info {
    display: block;
    height: auto;
    width: 75%;
    vertical-align: top;
    position: relative;
    padding-bottom: 1%;
    text-align: center;
    margin: auto;
}
.main_content .text #contact_info h3 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    margin-bottom: 15px;
    display: block;
	padding-bottom:15px;
}
.main_content .text .row {
    display: inline-block;
    text-align: left;
    font-size: .9em;
    padding: .25%;
}
.main_content #form_section {
	width: 70%;
	margin: 10px auto 30px auto;
	padding:10px 80px;
	display:block;
}
.main_content #form_section input {
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section input {
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section .input_small{
	width: 20%;
	text-align:center;
}
.main_content #form_section .input_smallest {
	width: 10%;
	text-align:center;
}
.main_content #form_section  #symbol {
	width: 5%;
	text-align:center;
	display:inline-block;
}
.main_content #form_section textarea{
	font-size: 1em;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section legend{
	font-size: 1em;
	width: 90%;
	margin: auto;
}
.main_content #form_section select{
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 47%;
	margin:.8%;
}
.main_content #form_section input[type="submit"]{
	font-size: 1em;
	margin-top: 25px;
	padding: 8px 10px;
	width: 100%;
}
/* main_content */
/* list */
#wrappers #content .main_content .text .B_item {
	width:48.5%;
	margin:2% .5%;
	display:inline-block;
	height:330px;
}
#wrappers #content .main_content .text .B_item .dates {
    font-size:.9em;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	width:100%;
	height:330px;
}
.main_content .text .B_item h4 {
	font-size: 1em;
	padding: 15px 10px;
	width:100%;
}
.main_content .text .B_item:hover h4 {
	bottom: -17%;
}
.main_content .text .B_item .title {
	background-color: rgba(00, 00, 00, 0.25);
}
/* list */
.main_content .text .Bl_item {
	width:48.5%;
	margin:1% .5%;
	padding: 10px;
}
.main_content .text .Bl_item .dates {
    font-size:.9em;
	top:10px;
	left:0;
}
.main_content .text .Bl_item .imgLiquid {
	width:100%;
	height:250px;
	margin:0;
}
.main_content .text .Bl_item .cont {
	width:100%;
	padding:10px 0;
}
.main_content .text .Bl_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
.main_content .text .Bl_item .cont .desc h5 {
	font-size:1.1em;
	margin-top:8px;
	margin-bottom:5px;
}
.main_content .text .Bl_item .cont .desc h5:before {
    bottom: 27px;
}
.main_content .text .Bl_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
.main_content .text .Bl_item .cont .moar {
	width:50%;
	padding:8px 10px;
	font-size:.85em;
	margin:20px auto auto auto;
}

}

@media all and (min-width: 1024px) and (max-width: 1199px) {

/* main_content */
.main_content {
	padding-top:10px;
	width:100%;
}
.main_content h2 {
	display:inline-block;
	font-size:1.6em;
	width:100%;
	margin:0 0 1.5% 0;
	line-height:normal;
}
.main_content h3 {
	font-size:1.5em;
}
.main_content  h4 {
	font-size:1.4em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .imgLiquid {
	display:inline-block;
	width:23.5%;
	height:150px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:1em;
	line-height:150%;
	margin:auto;
	width:95%;
	text-align:left;
	padding:30px 50px;
}
.main_content .text .imgLiquid {
	width:100%;
	height:400px;
	margin:0px auto 30px auto;
}
.main_content .text .infoleft {
  width: 55%;
  vertical-align:top;
  display:inline-block;
  margin:0;
 }
 .main_content .text .infoleft .workdata .imgLiquid{
  height:300px;
 }
.main_content .text .inforight {
	display:inline-block;
	width:43%;
	vertical-align:top;
	margin-left:.7%;
}
.main_content .text #contact_info {
    display: block;
    height: auto;
    width: 75%;
    vertical-align: top;
    position: relative;
    padding-bottom: 1%;
    text-align: center;
    margin: auto;
}
.main_content .text #contact_info h3 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    margin-bottom: 15px;
    display: block;
	padding-bottom:15px;
}
.main_content .text .row {
    display: inline-block;
    text-align: left;
    font-size: .9em;
    padding: .25%;
}
.main_content #form_section {
	width: 70%;
	margin: 10px auto 30px auto;
	padding:10px 80px;
	display:block;
}
.main_content #form_section input {
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section .input_small{
	width: 20%;
	text-align:center;
}
.main_content #form_section .input_smallest {
	width: 10%;
	text-align:center;
}
.main_content #form_section  #symbol {
	width: 5%;
	text-align:center;
	display:inline-block;
}
.main_content #form_section textarea{
	font-size: 1em;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section legend{
	font-size: 1em;
	width: 90%;
	margin: auto;
}
.main_content #form_section select{
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 47%;
	margin:.8%;
}
.main_content #form_section input[type="submit"]{
	font-size: 1em;
	margin-top: 25px;
	padding: 8px 10px;
	width: 100%;
}
/*main_content */
/* list */
#wrappers #content .main_content .text .B_item {
	width:48.5%;
	margin:2% .5%;
	display:inline-block;
	height:330px;
}
#wrappers #content .main_content .text .B_item .dates {
    font-size:.9em;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	width:100%;
	height:330px;
}
.main_content .text .B_item h4 {
	font-size: 1em;
	padding: 15px 10px;
	width:100%;
}
.main_content .text .B_item:hover h4 {
	bottom: -17%;
}
.main_content .text .B_item .title {
	background-color: rgba(00, 00, 00, 0.25);
}
/* list */
.main_content .text .Bl_item {
	width:48.5%;
	margin:1% .5%;
	padding: 10px;
}
.main_content .text .Bl_item .dates {
    font-size:.9em;
	top:10px;
	left:0;
}
.main_content .text .Bl_item .imgLiquid {
	width:100%;
	height:250px;
	margin:0;
}
.main_content .text .Bl_item .cont {
	width:100%;
	padding:10px 0;
}
.main_content .text .Bl_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
.main_content .text .Bl_item .cont .desc h5 {
	font-size:1.1em;
	margin-top:8px;
	margin-bottom:5px;
}
.main_content .text .Bl_item .cont .desc h5:before {
    bottom: 27px;
}
.main_content .text .Bl_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
.main_content .text .Bl_item .cont .moar {
	width:50%;
	padding:8px 10px;
	font-size:.85em;
	margin:20px auto auto auto;
}

}


@media all and (min-width: 768px) and (max-width: 1023px) {

/* main_content */
.main_content {
	padding-top:10px;
	width:100%;
}
.main_content h2 {
	display:inline-block;
	font-size:1.5em;
	width:100%;
	margin:0 0 1.5% 0;
	line-height:normal;
}
.main_content h3 {
	font-size:1.4em;
}
.main_content  h4 {
	font-size:1.35em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .imgLiquid {
	display:inline-block;
	width:23.5%;
	height:130px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:1em;
	line-height:150%;
	margin:auto;
	width:95%;
	text-align:left;
	padding:30px 40px;
}
.main_content .text .imgLiquid {
	width:100%;
	height:300px;
	margin:0px auto 30px auto;
}
.main_content .text .infoleft {
  width: 100%;
  vertical-align:top;
  display:block;
  margin:0 auto;
 }
.main_content .text .inforight {
	width:100%;
	vertical-align:top;
	display:block;
	margin:3% auto;
}
.main_content .text #contact_info {
    display: block;
    height: auto;
    width: 85%;
    vertical-align: top;
    position: relative;
    padding-bottom: 1%;
    text-align: center;
    margin: auto;
}
.main_content .text #contact_info h3 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    margin-bottom: 15px;
    display: block;
	padding-bottom:15px;
}
.main_content .text .row {
    display: inline-block;
    text-align: left;
    font-size: .9em;
    padding: .25%;
}
.main_content #form_section {
	width: 90%;
	margin: 10px auto 30px auto;
	padding:10px 80px;
	display:block;
}
.main_content #form_section input {
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section .input_small{
	width: 20%;
	text-align:center;
}
.main_content #form_section .input_smallest {
	width: 10%;
	text-align:center;
}
.main_content #form_section  #symbol {
	width: 5%;
	text-align:center;
	display:inline-block;
}
.main_content #form_section textarea{
	font-size: 1em;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section legend{
	font-size: 1em;
	width: 90%;
	margin: auto;
}
.main_content #form_section select{
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 47%;
	margin:.8%;
}
.main_content #form_section input[type="submit"]{
	font-size: 1em;
	margin-top: 25px;
	padding: 8px 10px;
	width: 100%;
}
/* main_content */
/* list */
#wrappers #content .main_content .text .B_item {
	width:48.5%;
	margin:2% .5%;
	display:inline-block;
	height:250px;
}
#wrappers #content .main_content .text .B_item .dates {
    font-size:.9em;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	width:100%;
	height:250px;
}
.main_content .text .B_item h4 {
	font-size: 1em;
	padding: 15px 10px;
	width:100%;
}
.main_content .text .B_item:hover h4 {
	bottom: -17%;
}
.main_content .text .B_item .title {
	background-color: rgba(00, 00, 00, 0.25);
}
/* list */
.main_content .text .Bl_item {
	width:80%;
	display:block;
	margin:3% auto;
	padding: 10px;
}
.main_content .text .Bl_item .dates {
    font-size:.9em;
	top:10px;
	left:0;
}
.main_content .text .Bl_item .imgLiquid {
	width:100%;
	height:250px;
	margin:0;
}
.main_content .text .Bl_item .cont {
	width:100%;
	padding:10px 0;
}
.main_content .text .Bl_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
.main_content .text .Bl_item .cont .desc h5 {
	font-size:1em;
	margin-top:8px;
	margin-bottom:5px;
}
.main_content .text .Bl_item .cont .desc h5:before {
    bottom: 27px;
}
.main_content .text .Bl_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
.main_content .text .Bl_item .cont .moar {
	width:50%;
	padding:8px 10px;
	font-size:.85em;
	margin:20px auto auto auto;
}

}

@media all and (min-width: 600px) and (max-width: 767px) {

/* main_content */
.main_content {
	padding-top:5px;
	width:100%;
}
.main_content h2 {
	display:inline-block;
	font-size:1.5em;
	width:100%;
	margin:0 0 1.5% 0;
	line-height:normal;
}
.main_content h3 {
	font-size:1.4em;
}
.main_content  h4 {
	font-size:1.35em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .imgLiquid {
	display:inline-block;
	width:31.5%;
	height:130px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:.9em;
	line-height:150%;
	margin:auto;
	width:95%;
	text-align:left;
	padding:30px 40px;
}
.main_content .text .imgLiquid {
	width:100%;
	height:250px;
	margin:0px auto 30px auto;
}
.main_content .text .infoleft {
  width: 100%;
  vertical-align:top;
  display:block;
  margin:1% auto 0 auto;
 }
.main_content .text .inforight {
	width:100%;
	vertical-align:top;
	display:block;
	margin:3% auto;
}
.main_content .text #contact_info {
    display: block;
    height: auto;
    width: 95%;
    vertical-align: top;
    position: relative;
    padding-bottom: 1%;
    text-align: center;
    margin: auto;
}
.main_content .text #contact_info h3 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    margin-bottom: 15px;
    display: block;
	padding-bottom:15px;
}
.main_content .text .row {
    display: inline-block;
    text-align: left;
    font-size: .9em;
    padding: .25%;
}
.main_content #form_section {
	width: 100%;
	margin: 10px auto 30px auto;
	padding:10px 80px;
	display:block;
}
.main_content #form_section input {
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section .input_small{
	width: 25%;
	text-align:center;
}
.main_content #form_section .input_smallest {
	width: 15%;
	text-align:center;
}
.main_content #form_section  #symbol {
	width: 5%;
	text-align:center;
	display:inline-block;
}
.main_content #form_section textarea{
	font-size: 1em;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section legend{
	font-size: 1em;
	width: 90%;
	margin: auto;
}
.main_content #form_section select{
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 47%;
	margin:.8%;
}
.main_content #form_section input[type="submit"]{
	font-size: 1em;
	margin-top: 25px;
	padding: 8px 10px;
	width: 100%;
}
/* main_content */
/* list */
#wrappers #content .main_content .text .B_item {
	width:85%;
	margin:2.5% auto;
	display:block;
	height:250px;
}
#wrappers #content .main_content .text .B_item .dates {
    font-size:.9em;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	width:100%;
	height:250px;
}
.main_content .text .B_item h4 {
	font-size: 1em;
	padding: 15px 10px;
	width:100%;
}
.main_content .text .B_item:hover h4 {
	bottom: -17%;
}
.main_content .text .B_item .title {
	background-color: rgba(00, 00, 00, 0.25);
}
/* list */
.main_content .text .Bl_item {
	width:80%;
	display:block;
	margin:3% auto;
	padding: 10px;
}
.main_content .text .Bl_item .dates {
    font-size:.9em;
	top:10px;
	left:0;
}
.main_content .text .Bl_item .imgLiquid {
	width:100%;
	height:250px;
	margin:0;
}
.main_content .text .Bl_item .cont {
	width:100%;
	padding:10px 0;
}
.main_content .text .Bl_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
.main_content .text .Bl_item .cont .desc h5 {
	font-size:1em;
	margin-top:8px;
	margin-bottom:5px;
}
.main_content .text .Bl_item .cont .desc h5:before {
    bottom: 27px;
}
.main_content .text .Bl_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
.main_content .text .Bl_item .cont .moar {
	width:50%;
	padding:8px 10px;
	font-size:.85em;
	margin:20px auto auto auto;
}


}


@media all and (min-width: 450px) and (max-width: 599px) {

/* main_content */
.main_content {
	padding-top:5px;
	width:100%;
}
.main_content h2 {
	display:inline-block;
	font-size:1.4em;
	width:100%;
	margin:0 0 1.5% 0;
	line-height:normal;
}
.main_content h3 {
	font-size:1.3em;
}
.main_content  h4 {
	font-size:1.25em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .imgLiquid {
	display:inline-block;
	width:48.5%;
	height:130px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:.9em;
	line-height:150%;
	margin:auto;
	width:95%;
	text-align:justify;
	padding:30px;
}
.main_content .text .imgLiquid {
	width:100%;
	height:250px;
	margin:0px auto 30px auto;
}
.main_content .text .infoleft {
  width: 100%;
  vertical-align:top;
  display:block;
  margin:1% auto 0 auto;
 }
.main_content .text .inforight {
	width:100%;
	vertical-align:top;
	display:block;
	margin:3% auto;
}
.main_content .text #contact_info {
    display: block;
    height: auto;
    width: 100%;
    vertical-align: top;
    position: relative;
    padding-bottom: 1%;
    text-align: center;
    margin: auto;
}
.main_content .text #contact_info h3 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    margin-bottom: 15px;
    display: block;
	padding-bottom:15px;
}
.main_content .text .row {
    display: inline-block;
    text-align: left;
    font-size: .9em;
    padding: .25%;
}
.main_content #form_section {
	width: 100%;
	margin: 10px auto 30px auto;
	padding:10px 40px;
	display:block;
}
.main_content #form_section input {
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section .input_small{
	width: 25%;
	text-align:center;
}
.main_content #form_section .input_smallest {
	width: 15%;
	text-align:center;
}
.main_content #form_section  #symbol {
	width: 5%;
	text-align:center;
	display:inline-block;
}
.main_content #form_section textarea{
	font-size: 1em;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section legend{
	font-size: 1em;
	width: 90%;
	margin: auto;
}
.main_content #form_section select{
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 47%;
	margin:.8%;
}
.main_content #form_section input[type="submit"]{
	font-size: 1em;
	margin-top: 25px;
	padding: 8px 10px;
	width: 100%;
}
/* main_content */
/* list */
#wrappers #content .main_content .text .B_item {
	width:100%;
	margin:3.5% auto;
	display:block;
	height:250px;
}
#wrappers #content .main_content .text .B_item .dates {
    font-size:.9em;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	width:100%;
	height:250px;
}
.main_content .text .B_item h4 {
	font-size: 1em;
	padding: 15px 10px;
	width:100%;
}
.main_content .text .B_item:hover h4 {
	bottom: -17%;
}
.main_content .text .B_item .title {
	background-color: rgba(00, 00, 00, 0.25);
}
/* list */
.main_content .text .Bl_item {
	width:95%;
	display:block;
	margin:3% auto;
	padding: 10px;
}
.main_content .text .Bl_item .dates {
    font-size:.9em;
	top:10px;
	left:0;
}
.main_content .text .Bl_item .imgLiquid {
	width:100%;
	height:220px;
	margin:0;
}
.main_content .text .Bl_item .cont {
	width:100%;
	padding:10px 0;
}
.main_content .text .Bl_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
.main_content .text .Bl_item .cont .desc h5 {
	font-size:1em;
	margin-top:8px;
	margin-bottom:5px;
}
.main_content .text .Bl_item .cont .desc h5:before {
    bottom: 27px;
}
.main_content .text .Bl_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
.main_content .text .Bl_item .cont .moar {
	width:50%;
	padding:8px 10px;
	font-size:.85em;
	margin:20px auto auto auto;
}

}

@media all and (max-width: 449px) {

/* main_content */
.main_content {
	padding-top:5px;
	width:100%;
}
.main_content h2 {
	display:inline-block;
	font-size:1.25em;
	width:100%;
	margin:0 0 1.5% 0;
	line-height:normal;
}
.main_content h3 {
	font-size:1.25em;
}
.main_content  h4 {
	font-size:1.25em;
	text-align:center;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .imgLiquid {
	display:block;
	width:85%;
	height:150px;
	margin:2.5% auto;
}
.main_content .text {
	display:block;
	font-size:.9em;
	line-height:150%;
	margin:auto;
	width:100%;
	text-align:justify;
	padding:20px;
}
.main_content .text ul{
	padding-inline-start: 20px;
}   
.main_content .text .imgLiquid {
	width:100%;
	height:250px;
	margin:0px auto 30px auto;
}
.generic-blockquote {
    padding: 15px 30px 15px 30px;
}
.main_content .text .infoleft {
  width: 100%;
  vertical-align:top;
  display:block;
  margin:1% auto 0 auto;
 }
.main_content .text .inforight {
	width:100%;
	vertical-align:top;
	display:block;
	margin:3% auto;
	text-align:left;
	padding: 30px 15px;
}
.main_content .text #contact_info {
    display: block;
    height: auto;
    width: 95%;
    vertical-align: top;
    position: relative;
    padding-bottom: 1%;
    text-align: center;
    margin: auto;
}
.main_content .text #contact_info h3 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.35em;
    margin-bottom: 15px;
    display: block;
	padding-bottom:15px;
}
.main_content .text .row {
    display: inline-block;
    text-align: left;
    font-size: .9em;
    padding: .25%;
}
.main_content #form_section {
	width: 100%;
	margin: 10px auto 30px auto;
	padding:10px 20px;
	display:block;
}
.main_content #form_section input {
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section .input_small{
	width: 25%;
	text-align:center;
}
.main_content #form_section .input_smallest {
	width: 15%;
	text-align:center;
}
.main_content #form_section  #symbol {
	width: 5%;
	text-align:center;
	display:inline-block;
}
.main_content #form_section textarea{
	font-size: 1em;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section legend{
	font-size: 1em;
	width: 90%;
	margin: auto;
}
.main_content #form_section select{
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 47%;
	margin:.8%;
}
.main_content #form_section input[type="submit"]{
	font-size: 1em;
	margin-top: 25px;
	padding: 8px 10px;
	width: 100%;
}
/* main_content */
/* list */
#wrappers #content .main_content .text .B_item {
	width:100%;
	margin:25px auto;
	display:block;
	height:250px;
}
#wrappers #content .main_content .text .B_item .dates {
    font-size:.9em;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	width:100%;
	height:250px;
}
.main_content .text .B_item h4 {
	font-size: 1em;
	padding: 15px 10px;
	width:100%;
}
.main_content .text .B_item:hover h4 {
	bottom: -17%;
}
.main_content .text .B_item .title {
	background-color: rgba(00, 00, 00, 0.25);
}
/* list */
.main_content .text .Bl_item {
	width:100%;
	display:block;
	margin:3% auto;
	padding: 10px;
}
.main_content .text .Bl_item .dates {
    font-size:.9em;
	top:10px;
	left:0;
}
.main_content .text .Bl_item .imgLiquid {
	width:100%;
	height:220px;
	margin:0;
}
.main_content .text .Bl_item .cont {
	width:100%;
	padding:10px 0;
}
.main_content .text .Bl_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
.main_content .text .Bl_item .cont .desc h5 {
	font-size:1em;
	margin-top:8px;
	margin-bottom:5px;
}
.main_content .text .Bl_item .cont .desc h5:before {
    bottom: 27px;
}
.main_content .text .Bl_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
.main_content .text .Bl_item .cont .moar {
	width:100%;
	padding:8px 10px;
	font-size:.85em;
	margin:20px auto auto auto;
}

}
/*//////////////////////////////// header ////////////////////////////////////////////*/
/* header nav*/
.header_index {
	z-index: 110;
	position:relative;
	top: 0px;
	left: auto;
	right: auto;
	width: 100%;
-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background-color: #fff;
}
/* header nav*/
.header_index_nav {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.header_index .header_top{
	width: 100%;
	background-color: #333;
	position:absolute;
}
#wrappers .header_index .header_tools  {
	z-index: 93;
}
#wrappers .header_index .header_tools a {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color:#fff;
	text-decoration:none;
	font-family: 'OpenSans-Light', sans-serif;
}
#wrappers .header_index .header_tools a:hover {
	color:#333;
	background-color:#fff;
}
#wrappers .header_index #logo {
-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index:92;
	background-color:#fff;
}
#wrappers .header_index  #logo img{
-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#wrappers .header_index .header_menu {
	text-align: center;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index:90;
	background-color: #fff;
}
.header_index .sb-search {
	width: 0%;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	z-index: 6002;
}
.header_index .sb-search {
	float: right;
	overflow: hidden;
}
.header_index .sb-search .sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: transparent;
	margin: 0;
	z-index: 10;
	font-family: 'OpenSans-Light', sans-serif;
}
.header_index .sb-search .sb-search-input::-webkit-input-placeholder {
	color: rgba(33,33,33,.8);
}
.header_index .sb-search .sb-search-input:-moz-placeholder {
	color: rgba(33,33,33,.8);
}
.header_index .sb-search .sb-search-input::-moz-placeholder {
	color: rgba(33,33,33,.8);
}
.header_index .sb-search .sb-search-input:-ms-input-placeholder {
	color: rgba(33,33,33,.8);
}
.header_index .sb-search .sb-icon-search,
.header_index .sb-search .sb-search-submit  {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
}
.header_index .sb-search .sb-search-submit {
	background: #ebebeb; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.header_index .sb-search .sb-icon-search {
	border-left:solid 1px rgba(255,255,255,.25)!important;
	z-index: 90;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	background: #333;
}
.header_index .sb-search .sb-icon-search:before {
	content: "\f002";
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {	
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #333;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
.header_index #espa {
    z-index:999;
}
.header_index #espa img{
	width:100%;
}
/* header */

@media all and (min-width: 1400px) {

/* header */
.header_index #espa {
    top: 60px;
    position: absolute;
    display: inline-block;
    right: 0px;
    width: 300px;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.header_index_nav #espa {
    right: -300px;
}
.header_index {
	height: 130px;
	position:fixed;
}
.header_index .header_top{
	height: 35px;
	top:0px;
}
.header_index .header_top .header_tools{
	top: 0px;
	position: absolute;
	display: inline-block;
	right:50px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.75em;
	padding:9px 5px;
}
#wrappers .header_index .header_tools  a:nth-child(1) {
	margin-right:5px;
}
#wrappers .header_index .header_tools  a:nth-child(1) i,.header_index .header_tools  a:nth-child(2) i,
#wrappers .header_index .header_tools  a:nth-child(1) em,.header_index .header_tools  a:nth-child(2) em{
	margin-right:5px;
}
#wrappers .header_index .header_top .header_tools i,
#wrappers .header_index .header_top .header_tools em{
	margin-right:5px;
}
#wrappers .header_index #logo {
	height: 100%;
    width: 260px;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
}	
#wrappers .header_index #logo img{
	width: 220px;
	display:inline-block;
	margin:8px 0 0 15px;
    padding: 0;
}
#wrappers .header_index .header_menu {
	position: absolute;
    width: 100%;
    left:0px;
    right: 0;
	bottom:0;
    margin: auto;
}
#wrappers .header_index .sb-search {
	position:absolute;
	top:0px;
	right:0px;
	min-width: 35px;
	height: 35px;
}
#wrappers .header_index .sb-search .sb-search-input {
	padding: 10px 35px 10px 10px;
	font-size: .85em;
	width: 100%;
	height: 35px;
	color: #333;
	background:#f1f1f1;
}
#wrappers .header_index .sb-search .sb-icon-search,
#wrappers .header_index .sb-search .sb-search-submit  {
	line-height: 35px;
	width: 34px;
	height: 35px;
}
#wrappers .header_index .sb-search .sb-icon-search {
	font-size: 1em;
	color: #fff;
}

#wrappers .header_index  .sb-search.sb-search-open,
.no-js #wrappers .header_index  .sb-search {
	
}
/* Open state */
#wrappers .header_index  .sb-search.sb-search-open,
.no-js #wrappers .header_index  .sb-search {
	width: 520px;
}
.header_index_nav {
	height: 100px;
}
#wrappers .header_index_nav  #logo {
	width:180px;
}	
#wrappers .header_index_nav  #logo img{
	width: 150px;
}
/* header */

}

@media all and (min-width: 1200px) and (max-width: 1399px) {
	
/* header */
.header_index #espa {
    top: 60px;
    position: absolute;
    display: inline-block;
    right: 0px;
    width: 300px;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.header_index_nav #espa {
   right: -300px;
}
.header_index {
	height: 130px;
	position:fixed;
}
.header_index .header_box {
	display:block;
	margin:auto;
	max-width:1070px;
	width:100%;
}
.header_index .header_top{
	height:36px;
	top:0px;
}
.header_index .header_top .header_tools{
	top: 0px;
	position: absolute;
	display: inline-block;
	right:50px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.75em;
	padding:9px 5px;
}
#wrappers .header_index .header_tools  a:nth-child(1) {
	margin-right:5px;
}
#wrappers .header_index .header_tools  a:nth-child(1) i,.header_index .header_tools  a:nth-child(2) i,
#wrappers .header_index .header_tools  a:nth-child(1) em,.header_index .header_tools  a:nth-child(2) em{
	margin-right:5px;
}
#wrappers .header_index .header_top .header_tools i,
#wrappers .header_index .header_top .header_tools em{
	margin-right:5px;
}
#wrappers .header_index #logo {
	height: 100%;
    width: 260px;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
}	
#wrappers .header_index #logo img{
	width: 220px;
	display:inline-block;
	margin:8px 0 0 15px;
    padding: 0;
}
#wrappers .header_index .header_menu {
	position: absolute;
    width: 100%;
    left: 0px;
    right: 0;
	bottom:0;
    margin: auto;
}
#wrappers .header_index .sb-search {
	position:absolute;
	top:0px;
	right:0px;
	min-width: 35px;
	height: 35px;
}
#wrappers .header_index .sb-search .sb-search-input {
	padding: 10px 35px 10px 10px;
	font-size: .85em;
	width: 100%;
	height: 35px;
	color: #333;
	background:#f1f1f1;
}
#wrappers .header_index .sb-search .sb-icon-search,
#wrappers .header_index .sb-search .sb-search-submit  {
	line-height: 35px;
	width: 34px;
	height: 35px;
}
#wrappers .header_index .sb-search .sb-icon-search {
	font-size: .8em;
	color: #fff;
}
#wrappers .header_index  .sb-search.sb-search-open,
.no-js #wrappers .header_index  .sb-search {
	
}
/* Open state */
#wrappers .header_index  .sb-search.sb-search-open,
.no-js #wrappers .header_index  .sb-search {
	width: 520px;
}
.header_index_nav {
	height: 100px;
}
#wrappers .header_index_nav  #logo {
	width:190px;
}	
#wrappers .header_index_nav  #logo img{
	width: 160px;
}
/* header */

}

@media all and (min-width: 1024px) and (max-width: 1199px) {

/* header_index */
.header_index #espa {
   bottom: 0px;
    position: absolute;
    display: inline-block;
    right: 80px;
    width: 320px;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.header_index_nav #espa {
   bottom: 0px;
}
.header_index {
	height: 100px;
	position:fixed;
}
.header_index .header_top{
	height: 35px;
	top:0px;
}
.header_index .header_box {
	display:block;
	margin:auto;
	max-width:1070px;
	width:95%;
}
.header_index .header_top .header_tools{
	top: 0px;
	position: absolute;
	display: inline-block;
	right:50px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.75em;
	padding:9px 5px;
}
#wrappers .header_index .header_tools  a:nth-child(1) {
	margin-right:5px;
}
#wrappers .header_index .header_tools  a:nth-child(1) i,.header_index .header_tools  a:nth-child(2) i,
#wrappers .header_index .header_tools  a:nth-child(1) em,.header_index .header_tools  a:nth-child(2) em{
	margin-right:5px;
}
#wrappers .header_index .header_top .header_tools i,
#wrappers .header_index .header_top .header_tools em{
	margin-right:5px;
}
#wrappers .header_index #logo {
	height: 100%;
    width: 210px;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
}	
#wrappers .header_index #logo img{
	width: 160px;
	display:inline-block;
	margin:8px 0 0 15px;
    padding: 0;
}
#wrappers .header_index .header_menu {
	top:35px;
	max-height:100px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
#wrappers .header_index .sb-search {
	position:absolute;
	top:0px;
	right:0px;
	min-width: 35px;
	height: 35px;
}
#wrappers .header_index .sb-search .sb-search-input {
	padding: 10px 35px 10px 10px;
	font-size: .85em;
	width: 100%;
	height: 35px;
	color: #333;
	background:#f1f1f1;
}
#wrappers .header_index .sb-search .sb-icon-search,
#wrappers .header_index .sb-search .sb-search-submit  {
	line-height: 35px;
	width: 34px;
	height: 35px;
}
#wrappers .header_index .sb-search .sb-icon-search {
	font-size: 1em;
	color: #fff;
}
#wrappers .header_index  .sb-search.sb-search-open,
.no-js #wrappers .header_index  .sb-search {
	
}
/* Open state */
#wrappers .header_index  .sb-search.sb-search-open,
.no-js #wrappers .header_index  .sb-search {
	width: 520px;
}
.header_index_nav {
	height: 100px;
}
#wrappers .header_index_nav  #logo {
	width: 180px;
}	
#wrappers .header_index_nav  #logo img{
	width: 140px;
}
/* header */
/* header_index */

}

@media all and (min-width: 768px) and (max-width: 1023px) {

/* header_index */
.header_index #espa {
   bottom: 0px;
    position: absolute;
    display: inline-block;
    right: 80px;
    width: 320px;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.header_index_nav #espa {
   bottom: 0px;
}
.header_index .header_box {
	display:block;
	margin:auto;
	max-width:1070px;
	width:95%;
}
.header_index {
	height: 100px;
	position:fixed;
}
.header_index .header_top{
	height: 35px;
	top:0px;
}
.header_index .header_top .header_tools{
	top: 0px;
	position: absolute;
	display: inline-block;
	right:50px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.75em;
	padding:9px 5px;
}
#wrappers .header_index .header_tools  a:nth-child(1) {
	margin-right:5px;
}
#wrappers .header_index .header_tools  a:nth-child(1) i,.header_index .header_tools  a:nth-child(2) i,
#wrappers .header_index .header_tools  a:nth-child(1) em,.header_index .header_tools  a:nth-child(2) em{
	margin-right:5px;
}
#wrappers .header_index .header_top .header_tools  i,
#wrappers .header_index .header_top .header_tools  em{
	margin-right:5px;
}
#wrappers .header_index #logo {
	height: 100%;
	width:180px;
	top: 0;
	left: 0;
	position: absolute;
	display:inline-block;
}	
#wrappers .header_index #logo img{
	width:150px;
	margin:auto;
	top: 0;
	left: 17px;
	bottom:0;
	position: absolute;
	display:block;
}
#wrappers .header_index .header_menu {
	top:35px;
	max-height:100px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
#wrappers .header_index .sb-search {
	position:absolute;
	top:0px;
	right:0px;
	min-width: 30px;
	height: 34px;
}
#wrappers .header_index .sb-search .sb-search-input {
	padding: 10px 30px 10px 10px;
	font-size: .85em;
	width: 100%;
	height: 34px;
	color: #333;
	background:#f1f1f1;
}
#wrappers .header_index .sb-search .sb-icon-search,
#wrappers .header_index .sb-search .sb-search-submit  {
	line-height: 34px;
	width: 29px;
	height: 34px;
}
#wrappers .header_index .sb-search .sb-icon-search {
	font-size: 1em;
	color: #fff;
}

#wrappers .header_index  .sb-search.sb-search-open,
.no-js #wrappers .header_index  .sb-search {
	
}
/* Open state */
#wrappers .header_index  .sb-search.sb-search-open,
.no-js #wrappers .header_index  .sb-search {
	width: 520px;
}
.header_index_nav {
	height: 100px;
}
/* header */

}

@media all and (min-width: 600px) and (max-width: 767px) {

/* header_index */
.header_index #espa {
   bottom: 0px;
    position: absolute;
    display: inline-block;
    right: 80px;
    width: 320px;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.header_index_nav #espa {
   bottom: 0px;
}
.header_index {
	height: 100px;
	position:fixed;
}
.header_index .header_top{
	height: 35px;
	top:0px;
}
.header_index .header_top .header_tools{
	top: 0px;
	position: absolute;
	display: inline-block;
	right:50px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.75em;
	padding:9px 5px;
}
#wrappers .header_index .header_tools  a:nth-child(1) {
	margin-right:5px;
}
#wrappers .header_index .header_tools  a:nth-child(1) i,.header_index .header_tools  a:nth-child(2) i,
#wrappers .header_index .header_tools  a:nth-child(1) em,.header_index .header_tools  a:nth-child(2) em{
	margin-right:5px;
}
#wrappers .header_index .header_top .header_tools i,
#wrappers .header_index .header_top .header_tools em{
	margin-right:5px;
}
#wrappers .header_index #logo {
	height: 100%;
	width:170px;
	top: 0;
	left: 0;
	position: absolute;
	display:inline-block;
}	
#wrappers .header_index #logo img{
	width: 140px;
	margin:auto;
	top: 0px;
	left: 15px;
	bottom:0;
	position: absolute;
	display:block;
}
#wrappers .header_index .header_menu {
	top:35px;
	max-height:100px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
#wrappers .header_index .sb-search {
	position:absolute;
	top:0px;
	right:0px;
	min-width: 30px;
	height: 34px;
}
#wrappers .header_index .sb-search .sb-search-input {
	padding: 10px 30px 10px 10px;
	font-size: .85em;
	width: 100%;
	height: 34px;
	color: #333;
	background:#f1f1f1;
}
#wrappers .header_index .sb-search .sb-icon-search,
#wrappers .header_index .sb-search .sb-search-submit  {
	line-height: 34px;
	width: 29px;
	height: 34px;
}
#wrappers .header_index .sb-search .sb-icon-search {
	font-size: 1em;
	color: #fff;
}

#wrappers .header_index  .sb-search.sb-search-open,
.no-js #wrappers .header_index  .sb-search {
	
}
/* Open state */
#wrappers .header_index  .sb-search.sb-search-open,
.no-js #wrappers .header_index  .sb-search {
	width: 50%;
}
.header_index_nav {
	height: 100px;
}
/* header */

}

@media all and (min-width: 450px) and (max-width: 599px) {

.header_index #espa {
   bottom: 0px;
    position: absolute;
    display: inline-block;
    right: 65px;
    width: 230px;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.header_index {
	height: 100px;
	position:relative;
}
.header_index .header_top{
	height: 34px;
	top:0px;
}
.header_index .header_top .header_tools{
	top: 0px;
	position: absolute;
	display: inline-block;
	right:10px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.75em;
	padding:9px 5px;
	color:#fff;
}
#wrappers .header_index .header_tools  a:nth-child(1) {
	#margin-right:5px;
}
#wrappers .header_index .header_tools  a:nth-child(1) i,.header_index .header_tools  a:nth-child(2) i,
#wrappers .header_index .header_tools  a:nth-child(1) em,.header_index .header_tools  a:nth-child(2) em{
	#margin-right:5px;
}
#wrappers .header_index .header_top .header_tools  em{
	margin-right:5px;
}
#wrappers .header_index #logo {
	width:170px;
	height:100px;
	top: 0;
	left: 0;
	position: absolute;
	display:inline-block;
}	
#wrappers .header_index #logo img{
	width: 140px;
	margin:0;
	top: 10px;
	left: 10px;
	#right:0;
	bottom:0;
	position: absolute;
	display:block;
}
#wrappers .header_index .header_menu {
	top:35px;
	max-height:100px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
#wrappers .header_index .sb-search {
	display:none;
}
/* header */

}

@media all and (max-width: 449px) {
	
.header_index #espa {
   top: 30px;
    position: absolute;
    display: inline-block;
    right: 5px;
    width: 190px;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.header_index {
	height: 100px;
	position:relative;
}
.header_index .header_top{
	height: 30px;
	top:0px;
}
.header_index .header_top .header_tools{
	top: 0px;
	position: absolute;
	display: inline-block;
	right:10px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.75em;
	padding:8px 5px;
	color:#fff;
}
#wrappers .header_index .header_tools  a:nth-child(1) {
	#margin-right:5px;
}
#wrappers .header_index .header_tools  a:nth-child(1) i,.header_index .header_tools  a:nth-child(2) i,
#wrappers .header_index .header_tools  a:nth-child(1) em,.header_index .header_tools  a:nth-child(2) em{
	#margin-right:5px;
}
#wrappers .header_index .header_top .header_tools  i,
#wrappers .header_index .header_top .header_tools  em{
	margin-right:5px;
}
#wrappers .header_index  #logo {
	height: 100%;
	width:160px;
	top: 0;
	left: 0;
	position: absolute;
	display:inline-block;
}
#wrappers .header_index  #logo img{
	width: 130px;
	margin:auto;
	top: 5px;
	left: 15px;
	#right:0;
	bottom:0;
	position: absolute;
	display:block;
}
#wrappers .header_index .header_menu {
	top:35px;
	max-height:100px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
#wrappers .header_index .sb-search {
	display:none;
}

}
/*//////////////////////////////// header ends ////////////////////////////////////////////*/
/*//////////////////////////////// footer starts ////////////////////////////////////////////*/
/* footer */
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color:#333;		
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-family: 'Roboto-Regular', sans-serif;
}
#footer .footer_container {
	max-width: 1070px;
	width:100%;
	padding: 0 50px;
	margin-right: auto;
    margin-left: auto;
}
#footer .footer_container:before,
#footer .footer_container:after {
	display: table;
    content: " ";
}
#footer .footer_container:after {
	clear: both;
}
#wrappers #footer .footer_up {
	width:100%;
	padding:15px 0px 15px 0px;
	border-bottom:solid 1px rgba(255,255,255,.1);
	background-color:#3f3f3f;
}
#wrappers #footer .footer_up a{
	font-family: 'Roboto-Regular', sans-serif;
	color:rgba(255,255,255,.75);
	text-decoration:none;
	display:inline-block;
}
#wrappers #footer .footer_up a:hover{
	color:#fff;
}
#wrappers #footer .footer_into {
	height: auto;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	float:left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#wrappers #footer .footer_into h5{
	font-family: 'Roboto-Regular', sans-serif;
	text-align: left;
	width: 100%;
	color:#fff;
	font-weight:normal;
}
#wrappers #footer .footer_into ul {
	padding:0;
}
#wrappers #footer .footer_into .infos {
	color:#fff;
	font-family: 'Roboto-Regular', sans-serif;
}
#wrappers #footer .footer_into .infos li {
	list-style:none;
	text-align:left;
	line-height: 24px;
}
#wrappers #footer .footer_into .infos li a {
	text-decoration:none;
	color:#ebebeb;
}
#wrappers #footer .footer_into .infos li  ul{
	padding:0;
	margin:0;
	padding-left: 15px;
}
#wrappers #footer .footer_into .infos li .isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}
#wrappers #footer .footer_into:nth-child(2) .infos div{
	color:#ebebeb;
	font-family: 'Roboto-Regular', sans-serif;
	text-align:left;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	color:#ebebeb;
	font-family: 'Roboto-Regular', sans-serif;
	text-align:left;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div {
    display: inline-block;
	float:left;
	margin: 0;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(1) {
	width:70%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(2) {
	width:30%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form input {
    font-size: 1em;
    padding: 10px 5px;
    margin: 0 0px 0px 0;
    min-height: 40px;
    width: 100%;
    display: inline-block;
    margin: auto;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form input.button {
    width: 100%;
    margin: 0;
    vertical-align: top;
	display: inline-block;
	padding: 10px 5px;
	line-height:0;
}
#wrappers #footer #powered {
	font-family: 'Roboto-Regular', sans-serif;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	clear: both;
	max-width: 1070px;
	width:100%;
	position: relative;
	display:block;
	font-weight: normal;
	background-color:#333;
	color:#fff;
	font-size: .8em;
	padding: 18px 50px 0 50px;
    margin: 18px auto 0 auto;
	padding-bottom:10px;
}
#wrappers #footer #powered .ours a{
	color:rgba(255, 255, 255, 1);
}
#wrappers #footer #powered .ours {
	padding-left: 0 !important;
    padding-right: 0 !important;
	float:left;
	position: relative;
    min-height: 1px;
	text-align:left;
}
#wrappers #footer #powered .social_section {
	padding-left: 0 !important;
    padding-right: 0 !important;
	float:left;
	position: relative;
    min-height: 1px;
}
#wrappers #footer #powered .social_section .social {
	list-style:none;
	margin:0;
	padding:0;
}
#wrappers #footer #powered .social_section .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
	float:left;
}
#wrappers #footer #powered .social_section .social a {
	opacity: 0.8;
    filter: alpha(opacity=80);
	color:rgba(255,255,255,.75);
	text-align:left;
}
#wrappers #footer #powered .social_section h5{
	font-family: 'Roboto-Regular', sans-serif;
	text-align: left;
	width: 100%;
	color:#fff;
	font-weight:normal;
}
#wrappers #footer #powered .social_section .social a:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}
/* footer */

@media all and (min-width: 1400px) {

#content {
	padding-bottom: 580px;
}
/* footer */
#footer {
	height: 580px;
	padding: 40px 0;	
	text-align:center;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#wrappers #footer .footer_into {
	width: 50%;
}
#wrappers #footer .footer_into:nth-child(3), #wrappers #footer .footer_into:nth-child(4) {
	margin-top:15px;
}
#wrappers #footer .footer_into h5{
	width: 100%;
	font-size:1.1em;
	line-height: 26px;
	margin:9px auto;
}
#wrappers #footer .footer_into .infos li a {
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos {
	display:block;
	width:95%;
	margin:auto;
}
#wrappers #footer .footer_into:nth-child(2) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div em {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div {
    display: inline-block;
	float:left;
	margin: 0;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(1) {
	width:70%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(2) {
	width:30%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form input {
    font-size: 1em;
    padding: 10px 5px;
    margin: 0 0px 0px 0;
    min-height: 40px;
    width: 100%;
    display: inline-block;
    margin: auto;
}
#wrappers #footer .footer_into .infos .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wrappers #footer .footer_into .infos .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
    float: left;
}
#wrappers #footer .footer_into .infos .social li a {
	padding:8px;
	font-size:1.75em;
}
#wrappers #footer #powered .ours {
	width: 66.66666667%;
}
/* footer */


}

@media all and (min-width: 1200px) and (max-width: 1399px) {

#content {
	padding-bottom: 580px;
}
/* footer */
#footer {
	height: 580px;
	padding: 30px 0;	
	text-align:center;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#wrappers #footer .footer_into {
	width: 50%;
}
#wrappers #footer .footer_into:nth-child(3), #wrappers #footer .footer_into:nth-child(4) {
	margin-top:15px;
}
#wrappers #footer .footer_into h5{
	width: 100%;
	margin:9px auto;
	font-size:1em;
	line-height: 26px;
}
#wrappers #footer .footer_into .infos li a {
	font-size:.9em;
}
#wrappers #footer .footer_into:nth-child(2) .infos {
	display:block;
	width:95%;
	margin:auto;
}
#wrappers #footer .footer_into:nth-child(2) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div em {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div {
    display: inline-block;
	float:left;
	margin: 0;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(1) {
	width:70%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(2) {
	width:30%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form input {
    font-size: 1em;
    padding: 10px 5px;
    margin: 0 0px 0px 0;
    min-height: 40px;
    width: 100%;
    display: inline-block;
    margin: auto;
}
#wrappers #footer .footer_into .infos .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wrappers #footer .footer_into .infos .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
    float: left;
}
#wrappers #footer .footer_into .infos .social li a {
	padding:8px;
}
#wrappers #footer .footer_into .infos .social li em {
	font-size:1.75em;
}
#wrappers #footer #powered .ours {
	width: 66.66666667%;
}

/* footer */

}


@media all and (min-width: 1024px) and (max-width: 1199px) {

#content {
	padding-bottom: 580px;
}
/* footer */
#footer {
	height: 580px;
	padding: 30px 0;	
	text-align:center;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#wrappers #footer .footer_into {
	width: 50%;
}
#wrappers #footer .footer_into:nth-child(3), #wrappers #footer .footer_into:nth-child(4) {
	margin-top:15px;
}
#wrappers #footer .footer_into h5{
	width: 100%;
	margin:9px auto;
	font-size:1em;
	line-height: 26px;
}
#wrappers #footer .footer_into .infos li a {
	font-size:.9em;
}
#wrappers #footer .footer_into:nth-child(2) .infos {
	display:block;
	width:95%;
	margin:auto;
}
#wrappers #footer .footer_into:nth-child(2) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div em {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div {
    display: inline-block;
	float:left;
	margin: 0;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(1) {
	width:70%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(2) {
	width:30%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form input {
    font-size: 1em;
    padding: 10px 5px;
    margin: 0 0px 0px 0;
    min-height: 40px;
    width: 100%;
    display: inline-block;
    margin: auto;
}
#wrappers #footer .footer_into .infos .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wrappers #footer .footer_into .infos .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
    float: left;
}
#wrappers #footer .footer_into .infos .social li a {
	padding:8px;
}
#wrappers #footer .footer_into .infos .social li em {
	font-size:1.75em;
}
#wrappers #footer #powered .ours {
	width: 66.66666667%;
}
/* footer */

}


@media all and (min-width: 768px) and (max-width: 1023px) {

#content {
	padding-bottom: 600px;
}
/* footer */
#footer {
	height: 600px;
	padding: 30px 0;	
	text-align:center;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#footer .footer_container {
    max-width: 667px;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#wrappers #footer .footer_into {
	width: 50%;
}
#wrappers #footer .footer_into:nth-child(3), #wrappers #footer .footer_into:nth-child(4) {
	margin-top:15px;
}
#wrappers #footer .footer_into:nth-child(4) {
	width: 100%;
	margin-top:12px;
}
#wrappers #footer .footer_into h5{
	width: 100%;
	margin:9px auto;
	font-size:1em;
	line-height: 26px;
}
#wrappers #footer .footer_into .infos li a {
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos {
	display:block;
	width:95%;
	margin:auto;
}
#wrappers #footer .footer_into:nth-child(2) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div em {
	font-size:1em;
	margin-right:5px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div {
    display: inline-block;
	float:left;
	margin: 0;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(1) {
	width:70%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(2) {
	width:30%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form input {
    font-size: 1em;
    padding: 10px 5px;
    margin: 0 0px 0px 0;
    min-height: 40px;
    width: 100%;
    display: inline-block;
    margin: auto;
}
#wrappers #footer .footer_into .infos .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wrappers #footer .footer_into .infos .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
    float: left;
}
#wrappers #footer .footer_into .infos .social li a {
	padding:8px;
}
#wrappers #footer .footer_into .infos .social li em {
	font-size:1.75em;
}
#wrappers #footer #powered  {
	max-width: 667px;
}
#wrappers #footer #powered .ours {
	width: 66.66666667%;
}
/* footer */

}

@media all and (min-width: 600px) and (max-width: 767px) {

#content {
	padding-bottom: 940px;
}
/* footer */
#footer {
	height: 940px;
	padding: 30px 0;	
	text-align:center;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#wrappers #footer .footer_into {
	width: 100%;
	margin-bottom:12px;
}
#footer .footer_container {
    max-width: 667px;
}
#wrappers #footer .footer_into:nth-child(3) {
	width: 100%;
}
#wrappers #footer .footer_into:nth-child(4) {
	width: 100%;
	margin-top:12px;
}
#wrappers #footer .footer_into h5{
	width: 100%;
	margin:9px auto;
	font-size:1.1em;
	line-height: 26px;
}
#wrappers #footer .footer_into .infos li a {
	font-size:.9em;
}
#wrappers #footer .footer_into:nth-child(2) .infos {
	display:block;
	width:100%;
	margin:auto;
}
#wrappers #footer .footer_into:nth-child(2) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div em {
	font-size:1em;
	margin-right:5px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div {
    display: inline-block;
	float:left;
	margin: 0;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(1) {
	width:70%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(2) {
	width:30%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form input {
    font-size: 1em;
    padding: 10px 5px;
    margin: 0 0px 0px 0;
    min-height: 40px;
    width: 100%;
    display: inline-block;
    margin: auto;
}
#wrappers #footer .footer_into .infos .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wrappers #footer .footer_into .infos .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
    float: left;
}
#wrappers #footer .footer_into .infos .social li a {
	padding:8px;
}
#wrappers #footer .footer_into .infos .social li em {
	font-size:1.75em;
}
#wrappers #footer #powered  {
	max-width: 667px;
}
#wrappers #footer #powered .ours {
	width: 100%;
}

/* footer */

}


@media all and (min-width: 450px) and (max-width: 599px) {

#content {
	padding-bottom: 940px;
}
/* footer */
#footer {
	height: 940px;
	padding: 30px 0;	
	text-align:center;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#wrappers #footer .footer_into {
	width: 100%;
	margin-bottom:12px;
}
#footer .footer_container {
    max-width: 667px;
}
#wrappers #footer .footer_into:nth-child(3) {
	width: 100%;
}
#wrappers #footer .footer_into:nth-child(4) {
	width: 100%;
	margin-top:12px;
}
#wrappers #footer .footer_into h5{
	width: 100%;
	margin:9px auto;
	font-size:1.1em;
	line-height: 26px;
}
#wrappers #footer .footer_into .infos li a {
	font-size:.9em;
}
#wrappers #footer .footer_into:nth-child(2) .infos {
	display:block;
	width:100%;
	margin:auto;
}
#wrappers #footer .footer_into:nth-child(2) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div em {
	font-size:1em;
	margin-right:5px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div {
    display: inline-block;
	float:left;
	margin: 0;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(1) {
	width:70%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(2) {
	width:30%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form input {
    font-size: 1em;
    padding: 10px 5px;
    margin: 0 0px 0px 0;
    min-height: 40px;
    width: 100%;
    display: inline-block;
    margin: auto;
}
#wrappers #footer .footer_into .infos .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wrappers #footer .footer_into .infos .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
    float: left;
}
#wrappers #footer .footer_into .infos .social li a {
	padding:8px;
}
#wrappers #footer .footer_into .infos .social li em {
	font-size:1.75em;
}
#wrappers #footer #powered  {
	max-width: 667px;
}
#wrappers #footer #powered .ours {
	width: 100%;
}
/* footer */

}

@media all and (max-width: 449px) {

#content {
	padding-bottom: 1020px;
}
/* footer */
#footer {
	height: 1020px;
	padding: 30px 0;	
	text-align:center;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#wrappers #footer .footer_into {
	width: 100%;
	margin-bottom:12px;
}
#footer .footer_container {
    max-width: 667px;
	padding: 0 30px;
}
#wrappers #footer .footer_into:nth-child(3) {
	width: 100%;
}
#wrappers #footer .footer_into:nth-child(4) {
	width: 100%;
	margin-top:12px;
}
#wrappers #footer .footer_into h5{
	width: 100%;
	margin:9px auto;
	font-size:1.1em;
	line-height: 26px;
}
#wrappers #footer .footer_into .infos li a {
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos {
	display:block;
	width:100%;
	margin:auto;
}
#wrappers #footer .footer_into:nth-child(2) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div em {
	font-size:1em;
	margin-right:5px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div {
    display: inline-block;
	float:left;
	margin: 0;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(1) {
	width:70%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form div:nth-child(2) {
	width:30%;
}
#wrappers #footer .footer_into:nth-child(4) #subscribe-form input {
    font-size: 1em;
    padding: 10px 5px;
    margin: 0 0px 0px 0;
    min-height: 40px;
    width: 100%;
    display: inline-block;
    margin: auto;
}
#wrappers #footer .footer_into .infos .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wrappers #footer .footer_into .infos .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
    float: left;
}
#wrappers #footer .footer_into .infos .social li a {
	padding:8px;
}
#wrappers #footer .footer_into .infos .social li em {
	font-size:1.75em;
}
#wrappers #footer #powered  {
	max-width: 667px;
}
#wrappers #footer #powered .ours {
	width: 100%;
}
/* footer */

}
/*//////////////////////////////// footer ends ////////////////////////////////////////////*/
/*//////////////////////////////// theslider_into ////////////////////////////////*/
/* theslider_into */
#theslider_into {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background:#333;
}
#theslider_into #theslider_into_desc{
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index:103;
	width:95%;
	max-width:1400px;
}
#theslider_into #theslider_into_desc h1{
	-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
    font-weight: normal;
    font-family: 'Roboto-Regular', sans-serif;
    color: #fff;
    letter-spacing: .01em;
    font-style: normal;
    text-align: left;
}
/* theslider_into */
@media all and (min-width: 1400px) {
/* theslider_into */
#theslider_into {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top:130px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	position: absolute;
	height:100%;
	display:inline-block;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:14px auto 0px auto;
	font-size: 1.35em;
	width:100%;
}
/* theslider_into */

}
@media all and (min-width: 1200px) and (max-width: 1399px) {
/* theslider_into */
#theslider_into {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top:130px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	position: absolute;
	height:100%;
	display:inline-block;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:14px auto 0px auto;
	font-size: 1.35em;
	width:100%;
}
/* theslider_into */

}
@media all and (min-width: 1024px) and (max-width: 1199px) {
#theslider_into {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top:105px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	position: absolute;
	height:100%;
	display:inline-block;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:14px auto 0px auto;
	font-size: 1.35em;
	width:100%;
}
/* theslider_into */
}
@media all and (min-width: 768px) and (max-width: 1023px) {
#theslider_into {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top:102px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	position: absolute;
	height:100%;
	display:inline-block;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:14px auto 0px auto;
	font-size: 1.25em;
	width:100%;
}
/* theslider_into */
}
@media all and (min-width: 600px) and (max-width: 767px) {
/* theslider_into */
#theslider_into {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top:100px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	position: absolute;
	height:100%;
	display:inline-block;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:16px auto 0px auto;
	font-size: 1.25em;
	width:100%;
}
/* theslider_into */
}
@media all and (min-width: 450px) and (max-width: 599px) {
/* theslider_into */
#theslider_into {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top:0px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	position: absolute;
	height:100%;
	display:inline-block;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:18px auto 0px auto;
	font-size: 1.1em;
	width:100%;
}
/* theslider_into */
}
@media all and (max-width: 449px) {
/* theslider_into */
#theslider_into {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top:0px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	position: absolute;
	height:100%;
	display:inline-block;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:18px auto 0px auto;
	font-size: 1.1em;
	width:100%;
}
/* theslider_into */

}
/*//////////////////////////////// theslider_into ////////////////////////////////*/

.blog_into, .workdata {
  display: none;
  width:100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .blog_into .owl-stage,
.workdata .owl-stage  {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .blog_into .owl-stage:after,
.workdata .owl-stage:after  {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .blog_into .owl-stage-outer,
.workdata .owl-stage-outer  {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .blog_into .owl-wrapper,
  .blog_into .owl-item,
.workdata .owl-wrapper,
  .workdata .owl-item  {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .blog_into .owl-item,
.workdata .owl-item  {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .blog_into .owl-item img,
 .workdata .owl-item img  {
    display: block;
    width: 100%; }
  .blog_into .owl-nav.disabled,
  .blog_into .owl-dots.disabled,
.workdata .owl-nav.disabled,
  .workdata .owl-dots.disabled  {
    display: none; }
  .blog_into .owl-nav .owl-prev,
  .blog_into .owl-nav .owl-next,
 .blog_into .owl-dot,
.workdata .owl-nav .owl-prev,
  .workdata .owl-nav .owl-next,
 .workdata .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .blog_into .owl-nav button.owl-prev,
  .blog_into .owl-nav button.owl-next,
  .blog_into button.owl-dot,
 .workdata .owl-nav button.owl-prev,
  .workdata .owl-nav button.owl-next,
  .workdata button.owl-dot  {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .blog_into.owl-loaded,
.workdata.owl-loaded  {
    display: block; }
  .blog_into.owl-loading,
.workdata.owl-loading  {
    opacity: 0;
    display: block; }
  .blog_into.owl-hidden,
.workdata.owl-hidden  {
    opacity: 0; }
  .blog_into.owl-refresh .owl-item,
.workdata.owl-refresh .owl-item  {
    visibility: hidden; }
  .blog_into.owl-drag .owl-item,
.workdata.owl-drag .owl-item  {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .blog_into.owl-grab,
.workdata.owl-grab  {
    cursor: move;
    cursor: grab; }
  .blog_into.owl-rtl,
 .workdata.owl-rtl  {
    direction: rtl; }
  .blog_into.owl-rtl .owl-item,
.workdata.owl-rtl .owl-item  {
    float: right; }

/* No Js */
.no-js .blog_into,
.no-js .workdata{
  display: block; }
  
  /*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
	  
	  
.ameaInterface {
	padding:0px;
	position:fixed;
	width: auto;
	z-index: 9001;
	background-color:#1E90FF;
	padding:8px 12px;
	cursor:pointer;
	text-align:center;
}
.ameaInterface i,
.ameaInterface em{
	color:#fff;
}
.amea{
	padding:0px;
	position:fixed;
	width: auto;
	z-index: 9001;
	background-color:#ebebeb;
	padding:.25%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	right:-100%;
	-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.amea .closeNav {
	display:block;
	margin:auto;
	text-align:center;
	cursor:pointer;
}
.amea .article_buttons {
	display:inline-block;
	padding-right:10px;
	padding-left:10px;
	border-right:solid 1px rgba(33,33,33,.25);
	background-color:#fff;
}
.amea .article_buttons:last-child {
	border-right:none;
}
.amea .article_buttons .article_buttonaki {
	display:inline-block;
	width:30px;
	height:28px;
}
.amea  #open_menu .article_buttonaki {
	display:inline-block;
	width:55px;
	height:28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(pics/menu2.png);
}
.amea .article_buttons .article_buttonaki img{
	width:100%;
	height:auto;
}
.amea #open_menu .article_buttonaki img{
	width:100%;
	height:auto;
}
@media all and (min-width: 1400px) {

.ameaInterface {
	top:250px;
	right:0%;
}
.ameaInterface i,
.ameaInterface em{
	font-size:1.75em;
}
.amea{
	top:250px;
	width:60px;
}
.amea .article_buttons {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-right:none;
	background-color:#fff;
}
.amea  #open_menu .article_buttonaki {
	display:block;
	width:35px;
	height:28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(pics/menu3.png);
}
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
.ameaInterface {
	top:250px;
	right:0%;
}
.ameaInterface i,
.ameaInterface em{
	font-size:1.75em;
}
.amea{
	top:250px;
	width:60px;
}
.amea .article_buttons {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-right:none;
	background-color:#fff;
}
.amea  #open_menu .article_buttonaki {
	display:block;
	width:35px;
	height:28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(pics/menu3.png);
}
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
.ameaInterface {
	top:250px;
	right:0%;
}
.ameaInterface i,
.ameaInterface em{
	font-size:1.75em;
}
.amea{
	top:250px;
	width:60px;
}
.amea .article_buttons {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-right:none;
	background-color:#fff;
}
.amea  #open_menu .article_buttonaki {
	display:block;
	width:35px;
	height:28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(pics/menu3.png);
}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
.ameaInterface {
	top:250px;
	right:0%;
}
.ameaInterface i,
.ameaInterface em{
	font-size:1.75em;
}
.amea{
	top:250px;
	width:60px;
}
.amea .article_buttons {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-right:none;
	background-color:#fff;
}
.amea  #open_menu .article_buttonaki {
	display:block;
	width:35px;
	height:28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(pics/menu3.png);
}
}
@media all and (min-width: 600px) and (max-width: 767px) {

.ameaInterface {
	display:none;
}
.amea{
	display:none;
}

.amea .article_buttons {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-right:none;
	background-color:#fff;
}
.amea  #open_menu .article_buttonaki {
	display:block;
	width:35px;
	height:28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(pics/menu3.png);
}
}
@media all and (min-width: 450px) and (max-width: 599px) {
.ameaInterface {
	display:none;
}
.amea{
	display:none;
}
}
@media all and (max-width: 449px) {
.ameaInterface {
	display:none;
}
.amea{
	display:none;
}
}