/* Global */

body {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height:21px;
	color:#777;
	overflow-x:hidden;
}
::selection {
	color:#fff;
	background-color: gray;
}
::-moz-selection {
	background: red; /* Firefox */
	color:#fff;
}
img {
	max-width: 100%;
}
a:link {
	text-decoration: underline;
}
a:hover {
	color:#c84942;
}
a:visited {
	color: gray;
	text-decoration: none;
}

.fright{float:right;
}
.fleft{float:left;
}

.overflow_hidden {overflow-x:hidden;}

/* Navigation */
#undefined-sticky-wrapper {position:relative;height:0 !important;}
.menu {
	position:absolute;
	bottom:0;
	width:100%;
	height: 76px;
	background:#3e3e3e;
	z-index:9999;
	transition: all .02s ease-out;
	-moz-transition: all .02s ease-out;
	-webkit-transition: all .02s ease-out;
	-o-transition: all .02s ease-out;
	
	/*transition: all .02s ease-out;
	-moz-transition: all .02s ease-out;
	-webkit-transition: all .02s ease-out;
	-o-transition: all .02s ease-out;*/
}
#logo {
	float:left;
	margin-bottom:0;
	margin-left:0;
}

#nav {
	text-align: right;
}
.navigation{
	list-style: none;
	margin: 0;
}
ul.navigation {
	overflow-x:hidden;
	position:relative;
	text-align:center;
	margin:0 auto;
	padding:0;
	width:770px;
}
.navigation li{
	display:inline-block;
	text-align:center;
	width:128px;
	padding:28px 0 7px;
	margin:0 -2.5px;
	text-transform:none;
	background:none;
	/*border-bottom: 1px solid silver;*/
	color:#b7b7b7;
	/*transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;*/
	font: 400 18px/20px 'Droid Sans', sans-serif;
}

.navigation li:hover{
cursor:pointer;
color: #fff;
}
.navigation .active {
	cursor:pointer;
	color: red;
}
.navigation .visited {
	cursor:pointer;
	color: silver;
}

/* ________________ menu ________________ */
/*.effect {
	position: absolute;
	left: -130px;
	transition: 0.5s ease-in-out;

}
.navigation li:nth-child(1):hover ~ .effect {
	left: 128px;  /* middle of the second <a> *!/
}
.navigation li:nth-child(2):hover ~ .effect {
	left: 256px; /* middle of the third <a> *!/
}
.navigation li:nth-child(3):hover ~ .effect {
	left: 384px; /* middle of the forth <a> *!/
}
.navigation li:nth-child(4):hover ~ .effect {
	left: 512px; /* middle of the fifth <a> *!/
}
.navigation li:nth-child(5):hover ~ .effect {
	left: 640px; /* middle of the sixth <a> *!/
}

.ph-line-nav .effect {
	position:relative;
	z-index:100;
	width: 128px;
	height: 3px;
	bottom: 1px;
	/*background: #c84942;*!/
	
	margin-left:0;
	background-color: red;
}
*/
/* _______________ //LavaLamp _______________ */

.btn_dropdown {
	display:none;
	cursor:pointer;
	background: url(../images/mobilemenu.png) left center no-repeat #3e3e3e;
	margin: 20px 30px 0 0;
	width: 90px;
	height:36px;
	text-align: left;
	color:#3e3e3e;
	border-radius:3px;
	font: 16px/36px 'Droid Sans', sans-serif;
	text-transform: lowercase;
	padding-left: 20px;
}
.btn_dropdown:hover {color:#3e3e3e;}


/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	padding:0;
	z-index:12;
	overflow:hidden;
	opacity: 1;
}


h2 {
	display:block;
	margin: 0 0 23px;
	text-transform:none;
	text-align:left;
	/*border-bottom:1px solid #c9c9c9;*/
	color: gray;
	font: normal 400 30px/32px 'Droid Sans', sans-serif;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}
h2 span {
	
}

h3 {
	margin:0;
	padding:40px 0 32px 0;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Droid Sans', sans-serif;
	font-weight:800;
	font-size:32px;
	font-style:normal;
	line-height:36px;
	color:#3e3e3e;
}

h4 {
	margin:0;
	padding:0 0 15px;
	text-transform:none;
	text-align:left;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	font-size:32px;
	font-style:normal;
	line-height:36px;
	color:#3e3e3e;
}

img.icon_img {
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:25px;
}

.effect_2 {
	background:url(../images/effect_2.png) repeat left top;
	position:relative;
	top:0;
	bottom:-57px;
	height:100%;
	z-index:999 !important;
}

/* ____________________________________ Slide 1 ____________________________________ */ 

.padding_slide1 {padding:241px 0 101px 0;
}

.inset_shadow {
	position:absolute;
	z-index:10;
	left:0;
	right:0;
	top:0;
	bottom:76px;
	box-shadow:0 0 20px rgba(0,0,0, 0.5) inset;
}

#slide1{
	background-image:url(../images/slide1_bg.jpg);
	background-position:0 0 !important;
	background-size: cover !important;
	width:100%;
	text-align:center;
}

.filtr_bg {
	position:fixed;
	z-index:11;
	text-align:center;	
	left:50%;
	margin-left:-405px;
}
@media only screen and (max-width: 1024px) {
	.filtr_bg {position:relative;}
}

#slide1 h1 {
	float:none;
	display:block;
	border-right:none;
	margin:0;
	padding:0 0 0 12px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-size: 218px;
	line-height: 166px;
	color:#fff;
	font-weight:700;
	text-shadow:5px 3px 6px rgba(0,0,0,0.26);
}
#slide1 h3 {
	float:none;
	display:block;
	border-right:none;
	margin:0;
	padding:0 0 0 15px;
	letter-spacing:12px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-size: 132px;
	line-height: 105px;
	color:#fff;
	font-weight:700;
	text-shadow:5px 3px 6px rgba(0,0,0,0.26);
}
#slide1 p {
	float:none;
	display:block;
	border-right:none;
	margin:0;
	padding:0 0 0 31px;
	letter-spacing:27px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-size: 62px;
	line-height: 52px;
	color:#fff;
	font-weight:700;
	text-shadow:5px 3px 6px rgba(0,0,0,0.26);
}

#slide1 span {
	margin:0;
	padding:0 0 0 20px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-size: 96px;
	line-height: 80px;
	color:#fff;
	font-weight:700;
	letter-spacing:23px;
	text-shadow:5px 3px 6px rgba(0,0,0,0.26);
}
.slogan_text {
	display:inline-block;
	padding:0 25px;
	text-transform:uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-weight:800;
	font-size:38px;
	line-height:47px;
	color:#fff;
}
.center_bord {
	display:block;
	margin:26px auto 24px;
	height:1px;
	width:753px;
}


#slide1 .button {
	cursor:pointer;
	display:block;
	margin: 52px auto 0;
	width:64px;
	height:64px;
	border:none;
	text-transform:uppercase;
	background:url(../images/button_down.png) no-repeat center bottom #fff;
	border-radius:50%;
	-webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.30);
     -moz-box-shadow: 0 6px 6px rgba(0,0,0,0.30);
          box-shadow: 0 6px 6px rgba(0,0,0,0.30);
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}
#slide1 .button:hover {
	margin: 53px auto 0;
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}



/* ____________________________________ about ____________________________________ */ 

#slide2 {
	width:100%;
	padding: 96px 0 0;
	background-color: #ebebeb;
	background-image:url(../images/slideabout_bg.jpg);
	background-position:0 0 !important;
	background-size: cover !important;
	width:100%;
}

/* ___________________________________ //Slide 2 ___________________________________ */ 

.grid_4 p {
	color: #333333;
}

/* ____________________________________ Services ____________________________________ */ 

#slide4 {
	width:100%;
	padding-top: 96px;
	padding-right: 0;
	padding-left: 0;
	background-color: #252525;
	margin-bottom: 0px;
	bottom: -2px;
}
#slide4 h2 {
	color:#b8b8b8;
	/*border-bottom:1px solid #4e4e4e;*/
}


/* ____________ SERVICES_BLOCK ___________ */
.icon_bord {
	overflow:hidden;
	border-radius:50%;
	position:relative;
	top:0;
	left:50%;
	margin-left:-66px;
	width:132px;
	height:132px;
	background:url(../images/icon_bord.png) no-repeat;
}
.servc_block:hover .icon_bord {
	background:url(../images/icon_bord_h.png) no-repeat;
}

.icon1, .icon1_h {
	position:absolute;
	top:7px;
	left:7px;
	height:118px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.servc_block .icon1,
.servc_block:hover .icon1_h {
	opacity:1;
	filter: alpha(opacity=100);
}
.servc_block:hover .icon1,
.servc_block .icon1_h {
	opacity:0;
	filter: alpha(opacity=0);
}

.servc_block:hover .icon1 {
	transform: scale(3);
}
.servc_block .icon1_h {
	transform: scale(0);
}
.servc_block:hover .icon1_h {
	transform: scale(1);
}

.ca-menu li{
    min-height: 265px;
    overflow: visible;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	padding-bottom: 45px;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.ca-content{
    position: absolute;
    left: 0px;
    top: 135px;
}
.ca-main{
    padding:21px 0 19px;
	color:#a3a3a3;
	text-align: left;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	font: 400 25px/30px 'Droid Sans', sans-serif;
}
.ca-sub{
    text-align: left;
    color: silver;
   /* -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;*/
	margin-right: 8px;
	padding-bottom: 0;
	overflow: visible;
	margin-bottom: 2px;
}

/* ____________________________________ FAQ____________________________________ */ 

#slide6 {
	background: url(../images/qa-bk3.gif) left top repeat;
	width:100%;
	padding: 96px 0 0;
}

#slide6 h2{
	color: gray;
}
#slide6 h2 span {
	background:url(../images/slide6_bg.jpg) repeat left top;
}

/* ______________ //ACCORDION_2 ______________ */

.ac-container{
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: left;
	background-color: white;
}
.ac-container label{
	font-family: 'Droid Sans', sans-serif;
	padding: 12px 20px 10px;
	position: relative;
	z-index: 20;
	display: block;
	height: auto;
	cursor: pointer;
	color: #777;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
	line-height: 30px;
	font-size: 20px;
	background: #f1f1f1;
/*	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);*/
	/*letter-spacing: -1px;*/
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 2px solid silver;
	
	
	opacity: 1;
}
.ac-container label:hover{
	background: #c4c5c5;
	color: white;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #ff0000;
	color: white;
	font-family: 'Droid Sans', sans-serif;
	/*text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);*/
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
	border-bottom: 1px solid #ff0000;
	border-top-style: none;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_downw.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_upw.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	/*-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;*/
}
.ac-container article p{
	color: #777;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article.ac-auto{
	height: auto;
	padding-bottom: 20px;
}

/* _______________ ACCORDION2 end _______________ */

/*.accordion {
	position:relative;
}
.accordion h3 {
	position:relative;
	z-index:10;
	padding:0;
}

.accordion h3 span {
	display:block;
	position:relative;
	margin:0 0 0 84px;
	padding:12px 0 12px 0;
	text-align:left;
	text-transform:none;
	font-family: 'Droid Sans', sans-serif;
	font-weight:300;
	font-size:22px;
	line-height:22px;
	color:#343434;
}

.accordion .accord_cont {
	display: block;
	margin:0 0 0 84px;
	padding:0 41px 9px 11px;
	background:none;
	color:#8d8d8d;
}


.ac_date {
	position:absolute;
	top:13px;
	left:0;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:20px;
	color:#c84942;
}*/

/* ______________ //ACCORDION ______________ */


/* ___________________________________ //Slide 6 ___________________________________ */ 



/* ____________________________________ Slide 8 ____________________________________ */ 
#slide8 {
	width:100%;
	padding: 58px 0 0;
}
#slide8 h2 {color:#b8b8b8;
}

#slide8 h4 {
	padding-bottom:10px;
	color:#acacac;
}

/* _______________ ACCORDION_2 _______________ */
#slide8 .ac_plmin {
	position:absolute;
	top:0;
	left:105px;
	width:65px;
	height:47px;
	background:url(../images/ac_plmin_2.png) no-repeat;
}
#slide8 .vert_line {
	position:absolute;
	top:0;
	left:117px;
	width:3px;
	height:100%;
	background:url(../images/vert_line_2.png) repeat-y;
}
#slide8 .accordion h3 span {
	margin:0 0 0 150px;
	color:#a3a3a3;
}
#slide8 .accordion .accord_cont {
	margin:0 0 0 150px;
	padding-left:0;
	color:#707070;
}










/* ____________________________________ Slide 10 ____________________________________ */ 
#slide10 {
	width:100%;
	padding: 96px 0 0;
	/*background-color: white;*/
	background-image:url(../images/slide1_bg.jpg);
	background-position:0 0 !important;
	background-size: cover !important;
	width:100%;
}

/* _________________ PORTFOLIO ________________ */
.gallery-list {
	text-align:center;
	margin-right:-20px !important;
}
#slide10 .hover_img {
	overflow:hidden;
	position:relative;
	height:211px;
	width:235px;
	background-color: gray;
}

.img_block {
	display:inline-block;
	margin:0 17px 20px 0;
	width:234px;
	height:100%;
	-moz-box-shadow: -1px 2px 5px #b8b6b6;
	box-shadow: -1px 2px 5px #b8b6b6;
}

.portfolio_zoom, .portfolio_link {
	width:235px;
	height:211px;
	position:absolute;
	bottom:0;
	opacity: 0.31;
	filter: alpha(opacity=60);
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	background: no-repeat center bottom;
}
.portfolio_zoom {
	left:10px;
	background-image:url(../images/zoom.png);
}
.portfolio_link {
	right:77px;
	background-image:url(../images/link.png);
	visibility: hidden;
}
.portfolio_zoom:hover, .portfolio_link:hover {
	opacity:1;
	filter: alpha(opacity=100);
	z-index:310;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:234px;
	height:210px;
	text-indent:-9999px;
}

.item_description {
	position:absolute;
	top:0;
	left:-235px;
	width:235px;
	height:208px;
	padding:0;
	border-bottom:3px solid #343434;
	text-align:center;
	color:#fff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	background-color: #f0f0f0;
	background-image:url(../images/bagbk.png);
	font: 400 16px/20px 'Droid Sans', sans-serif;
}
.item_description p {
	padding: 84px 10px 7px;
	text-transform:uppercase;
	font-size:18px;
}
.img_block:hover .item_description {
	left:0;
}
.img_block .portf_img {
	position:absolute;
	right:0;
	top:0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	opacity: 1;
}
.img_block:hover .portf_img {
	position:absolute;
	right:-235px;
	top:0;
}



/* ________________ //PORTFOLIO _______________ */
.mobile_jon{
	visibility: hidden;
}
.port_jon{
	visibility: visible;
	font-size: 95%;
	line-height: 150%;
}

/* ___________________________________ //Slide 10 ___________________________________ */







/* ____________________________________ Slide 12 ____________________________________ */

#slide12 {
	width:100%;
	padding: 86px 0 30px;
	background-color: black;
}

#slide12 h2 {color:#b8b8b8;
}

#slide12 p {color: silver;
}
#slide12 .foto {
	float:left;
	margin:0 20px 20px 0;
}
#slide12 .foto1 {
	float:left;
	margin:0 20px 20px 0;
	border: 1px solid #1d1d1d;
}
#slide12 h5 {
	margin:-2px 0 0 0;
	padding-bottom:8px;
	text-transform:none;
	color:#9b9b9b;
	font: 400 22px/31px 'Droid Sans', sans-serif;
	text-align: left;
}

.contact_det,
.contact_det a {
	color:#888888;
	line-height:26px;
}
.contact_det a:hover {color: red;}

/* ______________ SOCIALS ______________ */
.socials a {
	display:inline-block;
	width:28px;
	height:28px;
	margin:5px 7px 0;
	background-color:#5d5d5d;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}
.socials a:hover {
	background-color:#c84942;
}
.soc1 {
	background:url(../images/socials.png) no-repeat;
	background-position:0 0;
}
.soc2 {
	background:url(../images/socials.png) no-repeat;
	background-position:-48px 0;
}
.soc3 {
	background:url(../images/socials.png) no-repeat;
	background-position:-96px 0;
}
.soc4 {
	background:url(../images/socials.png) no-repeat;
	background-position:-144px 0;
}

/* _____________ //SOCIALS _____________ */

/* ____________ CONTACT_DETAILS _____________ */
.contact_det_block {margin-top:-5px;
}

ul.foot_block_intouch {
	margin:0;
	padding:2px 0 0 0;
}

.foot_block_intouch li {padding-bottom:8px !important;}
.foot_block_intouch li p, .foot_block_intouch a {
	color:#c8c8c8;
	line-height:21px;
	font-size:14px;
	padding: 0 0 0 28px;
	margin:0;
}
.foot_block_intouch li a:hover {color: white;text-decoration:none;}

.foot_block_intouch li.touch_phone p {
	background:url(../images/contact_icon.png) no-repeat 0 0;
}
.foot_block_intouch li.touch_clock p {
	background:url(../images/contact_icon.png) no-repeat 0 -98px;
}
.foot_block_intouch li.touch_mail a {
	background:url(../images/contact_icon.png) no-repeat 0 -190px;
}
.foot_block_intouch li.touch_site a {
	background:url(../images/contact_icon.png) no-repeat 0 -294px;
	display:block;
	height:20px;
}

.foot_block_intouch li.touch_mail a:hover {
	background:url(../images/contact_icon.png) no-repeat 0 -620px;
}
.foot_block_intouch li.touch_site a:hover {
	background:url(../images/contact_icon.png) no-repeat 0 -524px;
}

.foot_block_intouch li.touch_adress a {
	background:url(../images/contact_icon.png) no-repeat 0 -425px;
}
.foot_block_intouch li.touch_adress a:hover {
	background:url(../images/contact_icon.png) no-repeat 0 -100px;
	}
.foot_block_intouch li.touch_qr a {
	background:url(../images/contact_icon.png) no-repeat 0 -710px;
}
.foot_block_intouch li.touch_qr a:hover {
	background:url(../images/contact_icon.png) no-repeat 0 -750px;
	}
	
	

	
/*.qr_link{
	background: url(../images/qrx1.png) no-repeat;
}
.qr_link a:hover{
	background: url(../images/qrx2.png) no-repeat;
}*/

/* ___________ //CONTACT_DETAILS ____________ */
/* ____________________________________ //Slide 12 ____________________________________ */

/* ____________________________________ FOOTER ____________________________________ */
.redtext{
	color: white!important;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 30px;
	
}
.redtext a {
	color: white!important;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-decoration: underline;
}
.qr {
	float: left;
	clear: left;
}
.pic1{
	float: left;
	margin-left: -7px;
}
#footer {
	position:relative;
	z-index:12;
	background:#3e3e3e;
	padding:27px 0 340px 0;
}
.copyright {
	float:left;
	text-transform: none;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	color:#9b9b9b;
	clear: left;
	margin-top: 10px;
	padding-top: 30px;
}
.copyright a {
	color:#c84942;
}
.copyright a:hover {text-decoration:none;color:#fff;
}

.linkj {
	float:left;
	text-transform: none;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	color:#9b9b9b;
	clear: left;
}
.linkj a {
	color: red;
}
.linkj a:hover {text-decoration:none;color: silver;
}
.linkj1 {
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	color: gray;
	clear: left;
	margin-left: 18px;
	margin-top: -10px;
	padding-bottom: 10px;
	text-transform: none;
}
.linkj1 a {
	color: #c84942;
}
.linkj1 a:hover {text-decoration:none;color: silver;
}
.linkj2 {
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	color: gray;
	clear: left;
	margin-left: 18px;
	margin-top: -10px;
	padding-bottom: 10px;
	text-transform: none;
}
.linkj2 a {
	color: #c84942;
}
.linkj2 a:hover {text-decoration:none;color:#fff;
}

/* _____________ BACK_TOP ___________ */
#back_top {
	float:right;
	visibility: hidden;
}
#back_top a.button {
	cursor:pointer;
	position:relative;
	z-index:300;
	display:block;
	margin:0;
	width:27px;
	height:28px;
	background:url(../images/back_top.png) no-repeat;
	text-transform:uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	color:#fff;
	padding-bottom: 30px;
}
#back_top a.button:hover {text-decoration:none;}


/* ____________ //BACK_TOP __________ */

#down_jon {
	float:right;
	visibility: visible;
}
#down_jon a.button {
	cursor:pointer;
	position:relative;
	z-index:300;
	display:block;
	margin: 5px 0 25px;
	width:27px;
	height:28px;
	background:url(../images/jondown.png) no-repeat;
	text-transform:uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	color:#fff;
}
#down_jon a.button:hover {text-decoration:none;}
#footer p{
	color: white;
}

/* ___________________________________ //FOOTER ___________________________________ */

@media only screen and (min-width: 320px) and (max-width: 767px) {
.mobile_jon{
	visibility: visible;
	font-size: 75%;
	line-height: 150%;
	font-style: italic;
	color: red;
}
#down_jon{
	visibility: hidden;
}
#back_top{
	visibility: hidden;
}

}






