/* Global */

body {
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height:20px;
	color: #7e7e7e;
	background-color:#ffffff;
	overflow-x:hidden;
}
img {
	max-width: 100%;
}
a:link {
	color: #fad745;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #f68f67;
	text-decoration: none;
}

.fright{float:right;
}
.fleft{float:left;
}



/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	background-color:#333333;
	z-index:9999;
}
#logo {
	margin-bottom:0;
}
#nav {
	text-align: right;
	margin: 31px 0 0 0;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
ul.navigation {
	margin:0;
	padding:0;
}
.navigation li{
	float: left;
	margin-left:20px;
	padding:0 10px;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	color:#a6a6a6;
}
.navigation li:last-child {padding:0 0 0 10px;}
.navigation li:hover{
	cursor:pointer;
	color: #fad745;
}

.navigation .active{
	cursor:pointer;
	color: #fad745;
	font-weight:400;
}




/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:0;
}
h1 {
	margin:0 0 27px 0;
	text-transform:uppercase;
	border-bottom:1px solid #e0e0e0;
	font-family:'PT Sans';
	font-size: 52px;
	line-height: 68px;
	color:#333333;
	font-weight: 700;
}
h1 span {
	border-bottom:1px solid #333333;
}
h2 {
	margin:0 0 42px 0;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 24px;
	line-height: 26px;
	color:#333333;
	font-weight: 400;
}
h4 {
	margin:0 0 19px 0;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	font-size:20px;
	line-height:26px;
	color:#333333;
}


/* ____________________________________ Slide 1 ____________________________________ */ 
.effects {
	position:relative;
}
.effects_1 {
	background:url(../images/effect_1.png) no-repeat left top;
	position:absolute;
	top:-169px;
	left:-175px;
	width:474px;
	height:296px;
	z-index:99;
}
.effect_2 {
	background:url(../images/effect_2.png) repeat left top;
}
.padding_slide1 {padding:375px 0 60px 0;
}

#slide1{
	background-color:#ffffff;
	background-image:url(../images/christina_ph_02_el_onetrain.jpg);
	background-size: cover !important;
	text-align:center;
	background-position:0 0 !important;
}
#slide1 h1 {
	position:relative;
	z-index:100;
	margin:0;
	padding:3px 0;
	border-top:1px solid #fad745;
	border-bottom:1px solid #fad745;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 70px;
	line-height: 75px;
	background:#fad745;
	color:#333333;
	font-weight: 700;
}
#slide1 h2 {
	padding:0 5px;
	margin:0 0 18px 0;
	background:#fad745;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 23px;
	line-height: 25px;
	color:#333333;
	font-weight: 700;
}


#slide1 a.button {
    background-image: url(../images/arrow_down.png);
    display: block;
    height: 76px;
    margin:0 auto;
    width: 76px;
}
a.button:hover {cursor:pointer;
}

/* ____________________________________ Slide 2 ____________________________________ */ 

#slide2{
	background-color:#fff;
	padding:90px 0 79px 0;
}
#slide2 .grid_8 img {
	margin-bottom:15px;
}

/* _______________ ACCORDION _______________ */
.accordion {
}
.accordion h3 {
	padding: 11px 5px 2px 20px;
	margin:0 0 3px 0;
	text-transform:uppercase;
	font-family:'Arial';
	font-size:16px;
	line-height:22px;
	color:#878787;
	cursor: pointer;
	min-height:30px;
	position:relative;
	font-weight:400;
	background:#f6f6f6;
	border-bottom:1px solid #e9e9e9;
	border-top:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-left:4px solid #dedede;
}
.accordion h3:hover {
	color:#fad745;
	background:#333333;
	border-left:4px solid #fad745;
}
.accordion h3:last-child {border-bottom:none;
}
.accordion h3.active {
	color:#fad745;
	background:#333333;
	border-left:4px solid #fad745;
	margin:0;
}
.accordion h3 span {
}
.accordion h3.active span {
	background:url(../images/h3_minus.png) no-repeat left top;
	
}
.accordion .accord_cont {
	padding:13px 20px 13px 24px;
	display: none;
	background:#fff;
}
.accordion .accord_cont p {
	margin:0;
	padding:0;
}
/* ______________ //ACCORDION ______________ */


/* ____________________________________ Slide 3 ____________________________________ */ 

#slide3{
	background-image:url(../images/christina_ph_01_el_loop_bridge.jpg);
	background-size: cover !important;
	width:100%;
	background-position:0 0 !important;
	text-align:center;
}
.padding_slide3 {
	padding:267px 0;
}
#slide3 p {
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 56px;
	line-height: 52px;
	color:#fff;
	font-weight: 400;
}

#slide3 span {
	padding:0 5px;
	margin:0 0 18px 0;
	background:#fad745;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 75px;
	line-height: 86px;
	color:#333333;
	font-weight: 700;
}


/* ____________________________________ Slide 33 ____________________________________ */ 

#slide33{
	background-image:url(../images/christina_ph_12_flmgo.jpg);
	background-size: cover !important;
	width:100%;
	background-position:0 0 !important;
	text-align:center;
}
.padding_slide33 {
	padding:267px 0;
}
#slide33 p {
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 56px;
	line-height: 52px;
	color:#fad745;
	font-weight: 400;
}


#slide33 span {
	padding:0 5px;
	margin:0 0 18px 0;
	background:#fad745;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 75px;
	line-height: 86px;
	color:#333333;
	font-weight: 700;
}

/* ____________________________________ Slide 4 ____________________________________ */

#slide4{
	background-color:#fff;
	padding:90px 0 36px;
}

/* _________________ PORTFOLIO ________________ */
.overflow_hidden {overflow-x:hidden;}

.gallery-list li.grid_3 {width:235px !important;}

#slide4 ul{
	margin-bottom:29px;
	padding:0;
	list-style-type:none;
}

#slide4 .hover_img {
	overflow:hidden;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	height:234px;
	text-align:center;
}
#slide4 .hover_img img {border-radius:50%;
}
.hover_img {
	position:relative;
	background:#333333;
	z-index:99;
}

.portfolio_zoom, .portfolio_link {
	display:none;
	width:36px;
	height:35px;
	position:absolute;
	left:78px;
	top:147px;
	background-image:url(../images/zoom.png);
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_link {
	left:122px;
	background-image:url(../images/link.png);
}
.portfolio_zoom:hover, .portfolio_link:hover {background-position:0 -40px;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link { display:block;
}

.portfolio_descr {
	position: absolute;
	left: 0;
	right: 0;
	top: 38px;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity:0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.portfolio_descr h3 {
	display: block;
	text-transform:uppercase;
	color: #fad745;
	font-family: 'PT Sans';
	font-weight:400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}

.portfolio_descr p {
	margin: 0;
	padding:0 20px;
	color: #c8c8c8;
	font-size: 14px;
	line-height: 20px;
}

.hover_img:hover  .portfolio_descr{
	opacity:1;
	filter: alpha(opacity=100)
}

.hover_img .img_bord {
	position:absolute;
	top:7px;
	left:7px;
	background:url(../images/img_bord.png) no-repeat;
	opacity:0;
	filter: alpha(opacity=0)
	width:221px;
	height:221px;
	width:221px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.hover_img:hover .img_bord {
	opacity:1;
	filter: alpha(opacity=100)
}
/* _________ FILTER ________ */
#filter_img li {
	display:inline-block;
	cursor:pointer;
}

#filter_img li {
	border-left:3px solid #dedede;
	border-top:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	background:#f6f6f6;
	margin:0 8px 8px 0;
	padding:0 10px;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	font-size:16px;
	line-height:26px;
	color:#878787;
}

#filter_img li.selected,
#filter_img li:hover {
	background:#333333;
	color:#fad745;
	border-left:3px solid #333333;
	border-top:1px solid #333333;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
}
/* ________ //FILTER _______ */

/* ________________ //PORTFOLIO _______________ */






/* ____________________________________ Slide 44  ____________________________________ */
/* ____________________________________ Slide 44  ____________________________________ */

#slide44{
	background-color:#fff;
	padding:90px 0 36px;
}

/* _________________ PORTFOLIO ________________ */
.overflow_hidden {overflow-x:hidden;}

.gallery-list li.grid_3 {width:235px !important;}

#slide44 ul{
	margin-bottom:29px;
	padding:0;
	list-style-type:none;
}

#slide44 .hover_img {
	overflow:hidden;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	height:234px;
	text-align:center;
}
#slide44 .hover_img img {border-radius:50%;
}
.hover_img {
	position:relative;
	background:#333333;
	z-index:99;
}

.portfolio_zoom, .portfolio_link {
	display:none;
	width:36px;
	height:35px;
	position:absolute;
	left:78px;
	top:147px;
	background-image:url(../images/zoom.png);
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_link {
	left:122px;
	background-image:url(../images/link.png);
}
.portfolio_zoom:hover, .portfolio_link:hover {background-position:0 -40px;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link { display:block;
}

.portfolio_descr {
	position: absolute;
	left: 0;
	right: 0;
	top: 38px;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity:0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.portfolio_descr h3 {
	display: block;
	text-transform:uppercase;
	color: #fad745;
	font-family: 'PT Sans';
	font-weight:400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}

.portfolio_descr p {
	margin: 0;
	padding:0 20px;
	color: #c8c8c8;
	font-size: 14px;
	line-height: 20px;
}

.hover_img:hover  .portfolio_descr{
	opacity:1;
	filter: alpha(opacity=100)
}

.hover_img .img_bord {
	position:absolute;
	top:7px;
	left:7px;
	background:url(../images/img_bord.png) no-repeat;
	opacity:0;
	filter: alpha(opacity=0)
	width:221px;
	height:221px;
	width:221px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.hover_img:hover .img_bord {
	opacity:1;
	filter: alpha(opacity=100)
}
/* _________ FILTER ________ */
#filter_img li {
	display:inline-block;
	cursor:pointer;
}

#filter_img li {
	border-left:3px solid #dedede;
	border-top:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	background:#f6f6f6;
	margin:0 8px 8px 0;
	padding:0 10px;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	font-size:16px;
	line-height:26px;
	color:#878787;
}

#filter_img li.selected,
#filter_img li:hover {
	background:#333333;
	color:#fad745;
	border-left:3px solid #333333;
	border-top:1px solid #333333;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
}
/* ________ //FILTER _______ */

/* ________________ //PORTFOLIO _______________ */

/* ____________________________________ Slide 44  ____________________________________ */
/* ____________________________________ Slide 44  ____________________________________ */
/* ____________________________________ Slide 44  ____________________________________ */











/* ____________________________________ Slide 5 ____________________________________ */ 
.padding_slide5 {
	padding:267px 0;
}
#slide5{
	background-image:url(../images/christina_ph_05_mdpark.jpg);
	background-position:0 0 !important;
	text-align:center;
	background-size: cover !important;
	width:100%;
}
#slide5 span {
	padding:0 5px;
	margin:0 0 18px 0;
	background:#fad745;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 75px;
	line-height: 86px;
	color:#333333;
	font-weight: 700;
}
/* ___________________________________ //Slide 5 ___________________________________ */ 

/* ____________________________________ Slide 6 ____________________________________ */

#slide6{
	background-color:#fff;
	padding:90px 0 44px;
}

/* _________ SKILLS ________ */
#skills_block {
	padding:0;
	margin:0;
}
#skills_block p {
	margin:0;
	padding:0 0 3px 0;
}
#skills_block p span {color:#fad745;}

#skills_block li {
	margin-bottom:25px;
	height:19px;
	width:100%;
	border:1px solid #e9e9e9;
	background:#f6f6f6;
}

#skills_block li .percentage_60 {
	margin:-1px 0 0 -1px;
	width:60%;
	height:21px;
	background:#fad745;
}
#skills_block li .percentage_70 {
	margin:-1px 0 0 -1px;
	width:70%;
	height:21px;
	background:#fad745;
}
#skills_block li .percentage_50 {
	margin:-1px 0 0 -1px;
	width:50%;
	height:21px;
	background:#fad745;
}
#skills_block li .percentage_65 {
	margin:-1px 0 0 -1px;
	width:65%;
	height:21px;
	background:#fad745;
}

/* ________ //SKILLS _______ */

/* ________ serv_inf _______ */
.serv_inf {
	margin:0 0 20px 0;
}

.serv_inf img {
	float:left;
	margin-right:20px;
	-webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}
.serv_inf:hover img {
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.serv_inf a {
	display:block;
	padding:5px 0 10px;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	font-size:20px;
	line-height:22px;
	color:#333333;
}
.serv_inf a:hover {
	text-decoration:none;
	color:#fad745;
}
/* _______ //serv_inf ______ */

/* ____________________________________ //Slide 6 ____________________________________ */

/* ____________________________________ Slide 47 ____________________________________ */ 
.padding_slide47 {
	padding:286px 0 244px;
}
#slide47{
	background-image:url(../images/christina_ph_10_chicagotheatre.jpg);
	background-position:0 0 !important;
	text-align:center;
	background-size: cover !important;
	width:100%;
}

#slide47 span {
	padding:0 5px;
	margin:0 0 18px 0;
	background:#fad745;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 75px;
	line-height: 86px;
	color:#333333;
	font-weight: 700;
}


/* ___________________________________ //Slide 47 ___________________________________ */ 




/* ____________________________________ Slide 44 ____________________________________ */

#slide44{
	padding:75px 0 74px;
	background-image:url(../images/slide44_bg.jpg);
	background-size: cover !important;
	width:100%;
	background-position:0 0 !important;
}
#slide44 h1 {
	background:url(../images/serv_line.png) no-repeat right center;
}
#slide44 h1 span {
	background:url(../images/slide4_bg.jpg) repeat left top;
	padding-right:3px;
}
/* ________________ SERV_BLOCK _______________ */
.serv_block {
	position:relative;
	margin-top:16px !important;
}

.serv_block h4 {
	padding-top:26px;
	padding-bottom:24px;
	padding-left:84px;
	margin-bottom:18px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.serv_block a {
	font-family: 'Raleway', sans-serif;
	font-style:italic;
	font-size:12px;
	color:#000;
}
.serv_block:hover h4 {
	color:#f96e5b;
}

.serv_icon,
.serv_icon_h {
	position:absolute;
	left:0;
	top:0;
}

.serv_block:hover .serv_icon_h,
.serv_block .serv_icon {
	opacity:1;
	filter: alpha(opacity=100);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.serv_block .serv_icon_h,
.serv_block:hover .serv_icon {
	opacity:0;
	filter: alpha(opacity=0);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
/* ________________ //SERV_BLOCK _______________ */

/* ___________________________________ //Slide 44 ___________________________________ */




/* ____________________________________ Slide 7 ____________________________________ */ 
.padding_slide7 {
	padding:286px 0 244px;
}
#slide7{
	background-image:url(../images/christina_ph_06_flmgo.jpg);
	background-position:0 0 !important;
	text-align:center;
	background-size: cover !important;
	width:100%;
}

#slide7 span {
	padding:0 5px;
	margin:0 0 18px 0;
	background:#fad745;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 75px;
	line-height: 86px;
	color:#333333;
	font-weight: 700;
}


/* ___________________________________ //Slide 7 ___________________________________ */ 


/* ____________________________________ Slide 8 ____________________________________ */

#slide8{
	background-color:#fff;
	padding:90px 0 90px;
}

/* ________________ team_block _________________ */
.team_block {
	text-align:center;
	border-bottom:3px solid #c8c8c8;
}
.team_block h4 {
	margin:24px 0 10px;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	font-size:20px;
	line-height:26px;
	color:#333333;
}
.team_block p {
	margin:0 0 10px 0;
	padding:0 0 16px 0;
	border-bottom:1px solid #c8c8c8;
	font-size:16px;
	color:#c8c8c8;
}
ul.team_soc {
	margin:10px 0 12px 0;
	padding:0;
}
.team_soc li {display:inline-block;}
.team_soc li a {
	display:inline-block;
	margin-right:2px;
	width:28px;
	height:28px;
}
a.soc1 {
	background:url(../images/team_soc_icons.png) no-repeat 0 0 #c8c8c8;
}
a.soc2 {
	background:url(../images/team_soc_icons.png) no-repeat -30px 0 #c8c8c8;
}
a.soc3 {
	background:url(../images/team_soc_icons.png) no-repeat -62px 0 #c8c8c8;
}
a.soc4 {
	background:url(../images/team_soc_icons.png) no-repeat -89px 0 #c8c8c8;
}

a.soc1:hover {
	background:url(../images/team_soc_icons.png) no-repeat 0 0 #333333;
}
a.soc2:hover {
	background:url(../images/team_soc_icons.png) no-repeat -30px 0 #333333;
}
a.soc3:hover {
	background:url(../images/team_soc_icons.png) no-repeat -62px 0 #333333;
}
a.soc4:hover {
	background:url(../images/team_soc_icons.png) no-repeat -89px 0 #333333;
}

.team_block:hover h4 {
	color:#fad745;
}
.team_block:hover {
	border-bottom:3px solid #fad745;
}
/* _______________ //team_block ________________ */

/* ____________________________________ //Slide 8 ____________________________________ */


/* ____________________________________ Slide 9 ____________________________________ */ 
.padding_slide9 {
	padding:136px 0 109px;
}
#slide9{
	background-image:url(../images/christina_ph_03_wrigly_jh.jpg);
	background-position:0 0 !important;
	text-align:center;
	background-size: cover !important;
	width:100%;
}

#slide9 p {
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 61px;
	line-height: 60px;
	color:#fad745;
	font-weight: 700;
}

#slide9 span {
	padding:0 5px;
	margin:0 0 18px 0;
	background:#fad745;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 75px;
	line-height: 86px;
	color:#333333;
	font-weight: 700;
}

/* ____________________________________ Slide 10 ____________________________________ */

#slide10{
	background-color:#fff;
	padding:90px 0 0 0;
}

/* ______________ CONTACT_FORM ______________ */
.contact_form input[type="text"],
.contact_form textarea {
	width:94%;
	margin-bottom:19px;
	padding:11px 10px 9px 19px;
	background: #f6f6f6;
	font-family:'PT Sans';
	font-weight:400;
	border-left:3px solid #dedede;
	border-top:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	color:#8c8c8c;
}
.contact_form textarea {
	resize: none;
	height: auto;
    min-height: 125px;
}

.contact_btn {
	display: inline-block;
	border:none;
	text-transform:uppercase;
	margin:0 10px 14px 0;
	padding:5px 15px 6px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	text-align: center;
	vertical-align: middle;
	background-color: #333333;
}
.contact_btn:hover {
	background-color:#fad745;
	color:#333333;
}
#note .notification_ok {
	margin-top:20px;
	padding:7px 10px;
	text-align:center;
	text-transform:uppercase;
	background:#333333;
	font-family:'PT Sans';
	font-weight:400;
	font-size:16px;
	color:#fad745;
}
#note .notification_error {
	font-family:'PT Sans';
	font-weight:400;
	font-size:16px;
	color:#f00;
}
/* _____________ //CONTACT_FORM _____________ */

/* ____________ 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 34px;
	margin:0;
}
.foot_block_intouch li a:hover {color:#fad745;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 p {
	background:url(../images/contact_icon.png) no-repeat 0 -425px;
}

/* ___________ //CONTACT_DETAILS ____________ */
#map_block {
	margin:66px 0 0 0;
}

/* ___________________________________ //Slide 10 ___________________________________ */ 


/* ____________________________________ FOOTER ____________________________________ */
#footer {
	background:#333333;
	padding:27px 0 23px;
}
.copyright {
	float:left;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	color:#979797;
}
.copyright a {
	color:#fad745;
}
.copyright a:hover {text-decoration:underline:
}

/* _____________ BACK_TOP ___________ */
#back_top {
	float:right;
}
#back_top a.button {
	display:block;
	text-transform:uppercase;
	padding-right:28px;
	background:url(../images/back_top_bg.png) no-repeat top right;
	font-family:'PT Sans';
	font-weight:400;
	height:19px;
	color:#979797;
}
#back_top a.button:hover {text-decoration:none;}
/* ____________ //BACK_TOP __________ */

/* ___________________________________ //FOOTER ___________________________________ */











