/*
Theme Name: givat-zeev
Author: Simplyad
Version: 1.0
*/

/*********************** STYLE.CSS INDEXES ***********************

*** custom resets ***
*** end resets ***

*** whole site style ***
*** end whole site style ***

*** quick tools ***
*** end quick tools ***

*** site colors ***
*** end site colors ***

*** font sizes ***
*** end font sizes ***

*** font weights ***
*** end font weights ***

*** font family ***
*** end font family ***

1.0 - header
2.0 - footer
3.0 - front page
4.0 - page

*********************** END STYLE.CSS INDEXES ***********************/

/*** custom resets ***/

.col-md-1,.col-md-2,.col-md-3,
.col-md-4,.col-md-5,.col-md-6,
.col-md-7,.col-md-8,.col-md-9,
.col-md-10,.col-md-11,.col-md-12 {
  float: right;
}

a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*** end resets ***/

/*** whole site style ***/

body {
  font-size: 16px;
	font-family: 'Arimo', sans-serif;
	font-weight:700;
	background-color:#061a38;
}

.en-html body{text-align:left; direction:ltr;}

/*** font family ***/

.arimoRegular{	font-family: 'Arimo', sans-serif;font-weight:400;}
.assistantRegular{font-family: 'Assistant', sans-serif; font-weight:400;}
.arimoBold{	font-family: 'Arimo', sans-serif;font-weight:700;}
.assistantBold{font-family: 'Assistant', sans-serif; font-weight:800;}


/*** end font family ***/

/*** end whole site style ***/

/*** quick tools ***/

.no-padding {padding: 0;}
.no-padding-top {padding-top: 0;}
.no-padding-right {padding-right: 0;}
.no-padding-bottom {padding-bottom: 0;}
.no-padding-left {padding-left: 0;}

.no-margin {margin: 0;}
.no-margin-top {margin-top: 0;}
.no-margin-right {margin-right: 0;}
.no-margin-bottom {margin-bottom: 0;}
.no-margin-left {margin-left: 0;}

.clear-float:after { 
  content: "."; 
  visibility: hidden; 
  display: block; 
  height: 0; 
  clear: both;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cover-bg{
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
	background-repeat: no-repeat !important;
    background-position: center center !important;
width:100%; height:100%;
-webkit-filter: brightness(1); filter: brightness(1);
}
.coverContain{
	  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}

.transition-015 {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.transition-030 {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}

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

.transition-100 {
  -webkit-transition: all 1.0s ease-in-out;
  -moz-transition: all 1.0s ease-in-out;
  -o-transition: all 1.0s ease-in-out;
  -ms-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
}

.visually-hidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}

.site-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.line-height-05 {line-height: 0.5}
.line-height-15 {line-height: 1.5}
.line-height-16 {line-height: 1.6}
.line-height-17 {line-height: 1.7}
.line-height-18 {line-height: 1.8}
.line-height-19 {line-height: 1.9}
.line-height-20 {line-height: 2.0}

/*** end quick tools ***/

/*** site colors ***/

.site-white {color: rgb(255, 255, 255);}
.site-white-bg {background-color: rgb(255, 255, 255);}

.site-black {color: rgb(0, 0, 0);}
.site-black-bg {background-color: rgb(0, 0, 0);}

.site-gold{color:#b9943d;}
.site-gold-bg{background-color:#b9943d;}

.site-blue{color:#061a38;}
.site-blue-bg{background-color:#061a38;}

.site-opacity-blue-bg{    background: rgba(6, 26, 56, 0.75);}

/*** end site colors ***/

/*** font sizes ***/

.font05em {font-size: 0.5em;}
.font06em {font-size: 0.6em;}
.font07em {font-size: 0.7em;}
.font08em {font-size: 0.8em;}
.font09em {font-size: 0.9em;}
.font10em {font-size: 1.0em;}
.font11em {font-size: 1.1em;}
.font12em {font-size: 1.2em;}
.font13em {font-size: 1.3em;}
.font14em {font-size: 1.4em;}
.font15em {font-size: 1.5em;}
.font16em {font-size: 1.6em;}
.font17em {font-size: 1.7em;}
.font18em {font-size: 1.8em;}
.font19em {font-size: 1.9em;}
.font20em {font-size: 2.0em;}
.font21em {font-size: 2.1em;}
.font22em {font-size: 2.2em;}
.font23em {font-size: 2.3em;}
.font24em {font-size: 2.4em;}
.font25em {font-size: 2.5em;}
.font26em {font-size: 2.6em;}
.font27em {font-size: 2.7em;}
.font28em {font-size: 2.8em;}
.font29em {font-size: 2.9em;}
.font30em {font-size: 3.0em;}
.font31em {font-size: 3.1em;}
.font32em {font-size: 3.2em;}
.font33em {font-size: 3.3em;}
.font34em {font-size: 3.4em;}
.font35em {font-size: 3.5em;}
.font25em {font-size: 2.5em;}
.font50em {font-size: 5.0em;}

/*** end font sizes ***/

/*** font weights ***/

.font100 {font-weight: 100;}
.font200 {font-weight: 200;}
.font300 {font-weight: 300;}
.font400 {font-weight: 400;}
.font500 {font-weight: 500;}
.font600 {font-weight: 600;}
.font700 {font-weight: 700;}
.font800 {font-weight: 800;}
.font900 {font-weight: 900;}

/*** end font weights ***/
/*************main menu ********/

.topHeadLinks ul{padding:20px 0 5px;}
.topHeadLinks ul li{display:inline-block; margin:0 0 0 10px;}
.topHeadLinks ul li a{color:#fff;}
.siteLogo{padding:0px 0; }

.navbar-inverse{background-color: transparent; background-image: none; border:none; margin:0;}



.main-site-navigation{    display: table;margin: 0 auto;float: inherit;}

.main-site-navigation li a{color:#fff; font-size: 1.188em; font-family: 'Arimo', sans-serif;font-weight:400;}
.en-html .main-site-navigation li{float:left;}

.navbar-inverse .navbar-brand{float:left;    padding: 0px;}
.navbar-inverse .navbar-brand img { height:45px; }


.navbar-inverse .navbar-toggle { background-color: #061a38;     float: right;margin-right: 10px; border:none;}
.navbar-inverse .navbar-toggle:hover { background-color: #061a38; }
.navbar-inverse .navbar-toggle .icon-bar { background-color: #b9943d; }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border: none; }

/*********scrolled********/
@media only all and (min-width: 1000px) {
.scrolled .menuContainer{    position: fixed;
    width: 100%;     background: rgba(6, 26, 56, 0.78);
    top: 0;
    z-index: 99;
    padding: 0;}

.scrolled .langContainer{    position: fixed;right: 0; z-index: 100;     width: 200px;}
	.scrolled .topHeadLinks{display:table;}
.scrolled .langContainer .topFlag {display:none;}
.scrolled .siteLogo  {    position: fixed;left: 0;z-index: 100;}
	.scrolled .siteLogo img{    height: 60px;}
	
}


@media only all and (max-width: 1400px) {
	.en-html .scrolled .topHeadLinks ul li a,.en-html .scrolled .topHeadLinks ul li span{font-size:.9em;}
	.en-html .scrolled .langContainer{width: 170px;}
}


@media only all and (max-width: 768px) {
	.scrolled {position: fixed;
    width: 100%;     background: rgba(6, 26, 56, 0.78);
    top: 0;
    z-index: 99;
    padding: 0;}
	
	.scrolled .langContainer{display:none;}
}
/***********swiper***************/



/************************main slider**************************/
.homeSwiper .swiper-container { width: 100%; margin:0 0 20px 0 !important;}
.homeSwiper .swiper-slide { height:715px !important;}

.homeSwiper .swiper-button-next, .homeSwiper .swiper-container-rtl .swiper-button-prev, .homeSwiper .swiper-button-prev, .homeSwiper .swiper-container-rtl .swiper-button-next{ display:block;width: 40px;height: 40px;
	
}

	.homeSwiper .slideInLeft{left: 60px !important;}
	.homeSwiper .slideInRight{right: 60px !important;}



@media only all and (max-width: 768px) {
.homeSwiper	.swiper-slide {height: 300px !important;}
}
/***********end swiper***********/

/***********counter***********/
.counterWrapTable{display: table;margin: 0 auto;width: 100%;max-width: 1423px;}

.counterWrap.aos-init{display:none;}
.counterWrap.aos-animate{display:block;}

.containerTable{    display: table;width: 100%; padding:90px 0;}

.countText{ }

.en-html .countText.font22em.line-height-05 {    font-size: 1.4em;}


.countNumber{
}

.countNumber.assistantBold.font50em {
	font-size: 5.063em;
}

.countText.font22em.line-height-05 {
	font-size: 2.250em;
	font-family: 'Assistant', sans-serif;
	font-weight:600;
}




@media only all and (max-width: 1140px) {
	.countText {
    font-size: 2em;
}
	
.en-html .countText.font22em.line-height-05 {    font-size: 1.4em;     line-height: 1em;}	
	
}


@media only all and (max-width: 768px) {
	.containerTable{   padding:30px 0;}
.countText{    font-size: 1em;line-height: 1.1em; }
.countNumber{}	
}
/***********end counter***********/

/***********home gallery***********/

.ug-gallery-wrapper{margin-top:30px;}
.ug-strip-panel,.ug-gallery-wrapper .ug-slider-wrapper{    background-color: rgb(6, 26, 56) !important;}
@media only all and (min-width: 768px) {
.galleryNotFullScreen{max-width:100% !important; height:870px !important;}

.galleryNotFullScreen .ug-gallery-wrapper .ug-slider-wrapper{
	 height: 710px !important;    background-color: #061a38 !important;
}

.galleryNotFullScreen .ug-item-wrapper
	{width: 1000px !important; 
	 height: 710px !important;
display:table !important;
 left: 50% !important;
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);	
	
}

.galleryNotFullScreen .ug-theme-panel{top: 640px !important;}
.ug-thumbs-strip-inner{height:120px !important;}
.ug-thumb-wrapper{}
.ug-thumb-wrapper,.ug-thumb-border-overlay,.ug-thumb-overlay{width:180px !important;height:120px !important;}

.galleryNotFullScreen .ug-default-button-fullscreen-single{    left: 73% !important;top: -10px !important;}

	.ug-fullscreen.ug-gallery-wrapper{}
	
	.innerPageGallery .ug-thumbs-strip-inner{
		    position: relative !important;margin: 0 auto !important;

	}
	
	
}
@media only all and (max-width: 768px) {
.galleryNotFullScreen{ }
	.ug-default-button-fullscreen-single{display:none !important;}
	.contactContainer{margin-top:35px;}
}

/***********end home gallery********/

/***********contact us bottom ***********/

.contactContainer{margin-bottom:100px;     max-width: 1000px;}

.contactContainer h3{    font-size: 1.7em; margin: 0 auto 15px;}
.contactContainer hr{    margin-top: 0px;margin-bottom: 0px;border: 0;border-top: 4px solid #b9943d;    width: 60%;}
.contactContainer .row{margin:40px auto;}

.contactFormWrap{    display: table;width: 100%;}
.group-wrapper{padding:0 5px;}
.group-wrapper input{background:#061a38; border:2px solid #b9943d; color:#fff;     width: 100%; padding:3px 10px;}
.en-html .group-wrapper input{text-align:left;}
.group-wrapper lebel{}

.group-wrapper-submit input{  background: #b9943d; color: #061a38;border: 2px solid #b9943d;width: 100%;padding:3px 10px;}

	.group-wrapper label br{display:none;}
	.group-wrapper-submit span{position:absolute;}


.visually-hidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}


	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}
.wpcf7-response-output{    color: #fff;}
	

@media (max-width: 768px) {
	.group-wrapper lebel{width:100% !important;}
}
/***********end contact us bottom ***********/



/**** Navigation bars for desktop settings ****/

@media (min-width: 1201px) {
	.menuContainer {    width: 100%;}
}
@media (min-width: 768px) {
.main-site-navigation li{float:right; padding:20px 30px;}	
	.main-site-navigation li a{padding: 18px 0; }
	.main-site-navigation li a:hover{ color:#b9943d;}
}

@media only all and (max-width: 1600px) {
	.en-html .main-site-navigation li {  padding: 20px 10px;}
	}

@media only all and (max-width: 1340px) {
	.en-html .main-site-navigation li {  padding: 20px 10px;}
	.en-html .main-site-navigation li a{    font-size: 1em;padding: 13px 0;}
	}

@media only all and (max-width: 1200px) {
	.main-site-navigation li{    padding: 15px 15px;}
	.main-site-navigation li a{    font-size: 1.3em;padding: 13px 0;}
	.en-html .main-site-navigation li {  padding: 20px 7px;}
	.en-html .main-site-navigation li a{  font-size: .8em;}
	}

@media only all and (max-width: 768px) {
	.navbar-header{ border-bottom: 1px solid #000;}
	.main-site-navigation{    margin: 0;width: 100%; border-bottom: 1px solid #000;}
	.main-site-navigation li{padding:5px 15px;}
	.main-site-navigation li a{    font-size: 1.5em; padding: 3px 0;}
	
.en-html .main-site-navigation li{width: 100%; text-align: left;}
	}

/*************end menu *********/


/*** about- page ***/
.pageHeadCover{display: table; margin-bottom:60px;}
.pageHeaderContent{    font-size: 1.15em;}
.pageHeadCover .innerLogoWrap{max-width:270px; display:table;margin:80px auto 40px;}
.pageHeaderContent .pageHeadCover h1{display: table;margin: 20px auto 30px;border-bottom: 2px solid #fff;padding-bottom: 20px;}

.pageHeaderContentInner h1{margin: 20px auto 0px; border:none; padding:0;}
.pageHeaderContentInner h2{border-bottom: 2px solid #fff;padding-bottom: 30px; display: table;    margin: 10px auto 30px;font-size: 1.6em;    width: 60%; }
.pageHeaderContent{padding:20px 70px 100px;}

.aboutPageGallery{display:table; width:100%; }
.aboutPageGallery .aboutImgGalWrap a{display:block; position: relative;height: 100%;width: 100%;     overflow: hidden;}
.aboutPageGallery .aboutImgGalWrap a img{position:absolute;}
.aboutPageGallery .aboutImgGalWrap .aboutImgGal {height:340px; display:block;}

.aboutPageGallery ul{    display: block;text-align: center;     margin: 35px auto 70px;}

.aboutImgGalWrap {margin-bottom:30px;     float: initial; display:inline-block; width:33%;}

.aboutImgGalWrap a:hover .aboutImgGal{  
	-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}

.darkOnHover{    position: relative;width: 100%;height: 100%;left: 0;background: rgba(0, 0, 0, 0.32); z-index:3;
outline: 1px solid #fff;
    outline-offset: -25px; opacity:0;
}
.darkOnHover div{z-index:4; }

.aboutImgGalWrap a:hover .darkOnHover{opacity:1;}


@media only all and (max-width: 768px) {
	.aboutImgGalWrap{width:100%;}	
	.aboutPageGallery .aboutImgGalWrap .aboutImgGal{    height: 230px;}

}

/**************project - page *************/
.plansWrapRow{margin-top:40px;}
.aboutPageGallery .innerPlansGalWrap .aboutImgGal {height:340px; display:block;}
.innerPlansGalWrap {margin-bottom:30px;     float: initial; display:inline-block; width:24%;}

.fieldGalleryWrap{margin:30px 0 60px;}
.aboutPageGallery.fieldGalleryWrap .innerFiledGalWrap .innerFiledGal {height:130px; display:block;}
.fieldGalleryWrap .innerFiledGalWrap {margin-bottom:30px;float: initial; display:inline-block; width:11%; padding: 0 5px;}
/**************end project - page *************/

@media (min-width: 1000px) {
	.topColSide{width:30%;}	
	.topColDetails{width:40%;}
}

/*** about - page end ***/


/*** project - page  ***/
@media only all and (max-width: 768px) {
	.innerPlansGalWrap{width:49%;}	
	.aboutPageGallery .innerPlansGalWrap .aboutImgGal{    height: 145px;}
	.fieldGalleryWrap { margin: 0px 0 0px;}

	.fieldGalleryWrap .innerFiledGalWrap{width:30%;}
	.aboutPageGallery.fieldGalleryWrap .innerFiledGalWrap .innerFiledGal{height:90px;}

}

/*** project - page end ***/


/*** neighbour - page  ***/

.pagePlaceWrap {    position: relative;display: table;width: 100%; margin:50px 0 20px;}
.placeMapCol,.pagePlaceWrap { height: 550px;}
.palceContent {padding:70px 70px;}
.placeMapCol iframe{width:100% !important; height:100% !important;}

@media only all and (max-width: 768px) {
.pagePlaceWrap { }
.placeMapCol{ height: 300px;     width: 100%;}	
}
/*** neighbour - page end ***/



@media only all and (max-width: 768px) {
	body{font-size:12px;}
}
.mfp-wrap{background:rgba(0, 0, 0, 0.65) !important;}

.anchor{position:absolute; margin-top:-70px;}
.simplyLogoWrap a{color:#fff;}

/*** 1.0 - header ***/
/*** 1.0 - header end ***/



/*** 2.0 - footer ***/
/*** 2.0 - footer end ***/

/*** 3.0 - front page ***/
/*** 3.0 - front page end ***/

/*** 4.0 - page ***/
/*** 4.0 - page end ***/

/*** accessibility ***/

.aicon_link {

	top: 100px;

}

.wah_keyboard_access .to-main-content-btn:focus {
	top: 0;
}


/** site fixes **/

@media only all and (min-width: 1444px) {
	
	.gallery-container-wrapper {
		width: 1444px;
	}
	
}

@media only all and (min-width: 1125px) {
	
	.contactContainer {
		max-width: 1125px;
		padding-right: 0;
		padding-left: 0;
	}
	
	.contactContainer h3 {
		font-size: 2.813em;
	}

	.group-wrapper input {
		font-size: 1.188em;
		height: 50px;
	}

	.group-wrapper-submit input {
		font-size: 1.906em;
		font-family: 'Arimo', sans-serif;
		font-weight: 700;
		line-height: 1;
		padding: 5px 0 11px;
	}
	
	.topHeadLinks ul li a, 
	.topHeadLinks ul li span {
		font-size: 1.094em;
		font-family: 'Arimo', sans-serif;
		font-weight: 400;
	}
	
	.pageHeaderContent {
		font-size: 16px;
	}
	
	.topColDetails .innerLogoWrap + h1 {
		font-size: 4.188em;
		line-height: 1;
		margin: 0 auto;
		border-bottom: 3px solid #fff;
		margin-bottom: 40px;
		padding-bottom: 40px;
		display: table;
	}
	
	.topColDetails p {
		line-height: 1.5;
		font-size: 1.188em;
	}
	
	.aboutPageGallery h3 {
		font-size: 3.188em;
		font-family: 'Assistant', sans-serif;
		font-weight:400;
	}
	
	.pageHeaderContentInner h1 {
		margin-top: 75px;
	}
	
	.pagePlaceWrap .palceContent h3 {
		font-size: 3.188em;
		line-height: 1;
		margin: 0 0 25px;
	}
	
	.pagePlaceWrap .palceContent p {
		line-height: 1.5;
		font-size: 1.188em;
	}
	
}

#contact-page #contact-list {
	max-width: 1125px;
	margin: 110px auto 0;
}

#contact-page #contact-list ul {
	width: 90%;
	margin: 0 auto;
}

#contact-page #contact-list .list-item {
	width: 33.333333%;
	float: right;
}

#contact-page #contact-list .list-item:not(:first-child) {
	padding-right: 15px;
}

#contact-page #contact-list .list-item > div {
	float: right;
}

#contact-page #contact-list .list-item .content-wrapper {
	padding-right: 15px;
	line-height: 1.2;
}

#contact-page #contact-list .list-item .content-wrapper span.phone-num {
	display: block;
}

#contact-page #contact-list .list-item h3 {
	margin-bottom: 10px;
}

#contact-page #contact-list .list-item h3,
#contact-page #contact-list .list-item .content {
	font-size: 1.344em;
}

#contact-page #contact .contactContainer {
	margin-bottom: 0;
}

#contact-page #contact .contactContainer h3 {
	margin-bottom: 35px;
}

#contact-page #contact .contactContainer .row {
	margin-top: 80px;
	margin-bottom: 100px;
}

#contact-page #contact .contactFormWrap {
	width: 90%;
	margin: 0 auto;
}

#contact-page #contact hr {
	display: none;
}

#contact-page #contact .group-wrapper {
	margin-bottom: 15px;
}

#contact-page #contact .group-wrapper,
#contact-page #contact .group-wrapper-submit {
	width: 100%;
	padding: 0;
}

#contact-page #contact .group-wrapper label,
#contact-page #contact .group-wrapper input {
	width: 100%;
	margin-bottom: 0;
}

#contact-page #full-map-wrapper {
	width: 100%;
	height: 700px;
	margin-bottom: 100px;
}

#contact-page #full-map-wrapper iframe {
	width: 100%;
	height: 100%;
}

@media only all and (max-width: 1155px) {
	
	#contact-page #contact-list {
		width: 970px;
	}
	
	#contact-page #contact .contactFormWrap,
	#contact-page #contact-list ul {
		width: 100%;
	}
	
}

@media only all and (max-width: 992px) {
	
	#contact-page #contact-list {
		width: 750px;
	}
	
	#contact-page #contact-list .list-item {
		width: 100%;
	}
	
	#contact-page #contact-list .list-item:not(:last-child) {
		margin-bottom: 15px;
	}
	
	#contact-page #contact-list .list-item:not(:first-child) {
		padding-right: 0;
	}
	
	#contact-page #contact-list .list-item > .icon-wrapper {
		width: 55px;
	}
	
	#contact-page #contact-list .list-item > .icon-wrapper img {
		display: block;
		margin: 0 auto;
	}
	
}

@media only all and (min-width: 769px) {
	
	#contact-page #contact-list .list-item .content-wrapper a.phone-num {
		display: none;
	}
	
}

@media only all and (max-width: 768px) {
	
	#contact-page #contact-list .list-item .content-wrapper span.phone-num {
		display: none;
	}
	
	#contact-page #contact-list .list-item .content-wrapper a {
		display: block;
		color: #fff;
		text-decoration: underline;
	}
	
	#contact-page #contact-list {
		width: 100%;
		padding: 0 15px;
	}
	
}

/** site fixes - end **/