/*
Zerotheme.com | Free Html5 Responsive Templates
Author URI: https://www.zerotheme.com/
*/
@import url(https://fonts.googleapis.com/css?family=Racing+Sans+One);
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Reset----------------------------------- */
/* ---------------------------------------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}


/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */

html { -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

a{color: #ffffff;text-decoration: none;}
a:hover {text-decoration: underline;}

h1, h2 	{font-size: 25px;line-height: 25px;}
h3, h4	{font-size: 20px;line-height: 20px;}
h5, h6	{font-size: 16px;line-height: 16px;}

p{margin: 10px 0;color: #777;}

.t-center{text-align: center;}
.t-left{text-align: left;}
.t-right{text-align: right;}
.f-right{float: right;}
.f-left{float: left;}

.post{}
.post:after, .post:before, article:after, article:before, section:after, section:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.price{font-size: 40px;color: #5ABD5E;line-height: 50px;margin-bottom: 20px;}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
html, body {width:100%; padding:0; margin:0;}
body {background: #95badf;color: #3F3F3F;font: 14px/25px Arial, Helvetica, sans-serif;font-family: Montserrat, sans-serif;}
body .wrap-body{}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Header--------------------------------- */
/* ---------------------------------------------------------------------------- */
header{padding: 10px 0 0px;background: #95badf;  border-bottom:solid #000 0px;/*border:solid #000 3px;*/}
	
header .wrap-header{}


header .logo img{display: inline-block;margin: 6px auto 30px;max-width: 300px; margin-left:0px;}
@media all and (max-width: 768px){
	header{padding: 0;}
	header .logo{text-align:center;width: 100%;}
	header .logo img{display:block;max-width: 200px; }
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Container------------------------------ */
/* ---------------------------------------------------------------------------- */
#container {}
#container .wrap-container{background: #95badf;}

/* ---content-box--- */
.content-box {}
.content-box .wrap-box {padding:150px 10px; position: relative;}
.content-box .header { margin-bottom: 50px;}
.content-box .header h2{font-size: 54px; line-height: 1.2;font-weight: 500;color: #444;}
.content-box .header .wrapper{padding: 5px; display: inline-block;}

.content-box.boxstyle-1{background-attachment:fixed; background-image: url(../images/garden.jpg); background-color: #222;color:#fff;}
.content-box.boxstyle-2{background:#F4F3F3;}

.content-box.box-1 {}
.home-page .content-box.box-1 h1{font-size: 75px;line-height: 1.2;font-weight: 500;text-transform: uppercase;color: #5ABD5E;margin: 0;}
.home-page .content-box.box-1 span{font-size: 40px;line-height: 1.2;font-weight: 500;}
.home-page .content-box.box-1 p {font-size: 22px;margin-top: 40px;}
.content-box.box-1 .post {text-align: initial;margin-bottom: 30px;}
.content-box.box-1 .post span{font-size: 20px;}
.content-box.box-1 .post p{font-size: 16px;margin-top: 10px;}
.content-box.box-1 .post img{border-radius: 50%;}

.content-box.box-2 {text-align: center;min-height: 500px}
.content-box.box-2 h2{font-size: 75px;line-height: 1.2;font-weight: 500;color: #fff;margin-bottom: 20px;}
.content-box.box-2 span{font-size: 20px;line-height: 1.2;font-weight: 500;}

.content-box.box-3 {}
.content-box.box-3 h3{font-size: 45px;line-height: 1.2;font-weight: 500;margin-bottom: 20px;text-transform: uppercase;}
.content-box.box-3 span{font-size: 20px;line-height: 1.2;font-weight: 500;color: #5ABD5E;margin-bottom: 20px;}
.content-box.box-3 .wrapper{}

.content-box.box-4 {}
.content-box.box-4 .post{margin: 20px inherit; }
.content-box.box-4 h3 {font-weight: 500; line-height: 1.2;}
.content-box.box-4 img{margin-bottom: 30px;max-width: 250px;border-radius: 50%;}



/* ---MainContent-Article--- */
#main-content{}
#main-content .wrap-content{}

article{background: #ffffff; color: #3F3F3F; }
article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
article img{height: auto;width: 100%; border: none;}
article .art-header{}
article .art-content{padding: 40px 60px 0 60px;}
article .art-content blockquote {border-left: 3px solid #1c7791;font-size: 18px;margin: 0 50px;font-style: italic;color: #666;padding-left: 20px;}
article .art-content ol {float: left;text-align: justify;margin: 10px 50px;font-size: 16px;list-style-type: circle;}

article .entry-title {text-align: center;background: url(../images/banner.jpg) no-repeat center center;min-height: 250px;padding-top: 100px;}
article  h1.entry-title{line-height: 1.2;font-size: 40px;color: #fff;}
article h2{line-height: 1.1;font-size: 20px;margin: 0;}
article .info a{ color: #BE0A0A;}
article .info a:hover{ text-decoration: underline;}


/* ---------------------------------------------------------------------------- */
/* -------------------------------------Footer--------------------------------- */
/* ---------------------------------------------------------------------------- 
footer{text-align: center;background-image: url(../images/footer.jpg);min-height: 650px;}
footer a{color: #fff;}
footer .wrap-footer{color: #fff;font-size: 13px;padding: 30px 20px;}
footer .wrap-footer h3{margin-bottom: 10px;}
footer ul.quick-link li{display: inline-block;margin: 0 10px 10px 0;}
footer ul.quick-link li a{color: #fff;font-size: 15px;font-weight: bold;}
footer ul.social-buttons{margin-top: 70px;}
footer ul.social-buttons li{display: inline-block;}
footer ul.social-buttons li a{padding-top: 15px;display: block;width: 67px;height: 67px;border-radius: 50%;font-size: 37px;line-height: 2;color: #ffffff;background-color: #464646;transition-duration: 0.3s;margin-right: 8px;}
footer ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active{background-color: #5ABD5E;}*/

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Button--------------------------------- */
/* ---------------------------------------------------------------------------- */
a.button{
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border:1px solid #ffffff; 
	display: inline-block;
	text-decoration: none;
	background: #303030;
	margin: 5px 0;
	text-transform: uppercase;
	color: #fff;
	background-color: #333;border-radius: 4px; padding: 10px 15px;
}
a.button:hover{background-color: #5ABD5E;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
.contact h2{}
#contact_form {}

#ff label {cursor:pointer;display:block;font-weight:bold;margin-bottom: 5px;}

#ff input {display:block;width:100%;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#000;	border:1px solid #AFAFAF;padding:12px;margin: 5px 0 10px 0;font-size: 16px;max-height: 45px;}

#ff textarea {display:block;width:100%;height:200px; border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background-color:#fff; color:#000;	border:1px solid #AFAFAF;padding:10px;margin: 5px 0 25px 0;}

#contact_form .btn{max-width: 25%;}
#contact_form .btn:hover{opacity: 0.7}

.maps{margin: 30px 0;}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Subcribe-------------------------------- */
/* ---------------------------------------------------------------------------- */
#subcribe {margin: 10px;}

#subcribe input[type="text"] {
    background:#fff;
    color: #867B6E;
    width: 200px;
    padding: 16px;
    }

#subcribe input[type="submit"]{
	background: #303030;
	padding: 16px;
	color: #ffffff;
	cursor: pointer;
	width: 110px;
	outline: none;
	}
	
/* ---------------------------------------------------------------------------- */
/* -------------------------------Menu---------------------------------- */
/* ---------------------------------------------------------------------------- */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;margin-right:-10px;
  padding: 0;
  border: 0;
  list-style: none; 
  font-family: "lato-regular", Helvetica, Arial, sans-serif;
  font-size:20px;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  z-index: 999;
  display: inline-block;
  float: right; margin-right:0px;
  
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0px;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 27px 17px;
  letter-spacing: 0px;
  text-decoration: none;
  color: #fff;
  font-weight: 500; 
  /*text-transform: uppercase;*/
}
#cssmenu > ul > li:hover > a {
  color: #000000;
} 
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #3B3B3B;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
	background: #3b3b3b;
	margin: 0 0 30px;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    /*text-transform: uppercase;*/
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------Slider------------------------------------- */
/* ---------------------------------------------------------------------------- */
/*.rslides{}

.callbacks_container {
  z-index: 99;
  position: relative;
  float: left;
  width: 100%;border:solid #f00 3px;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  max-height: 620px;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  top: 35%;
  padding: 30px 20px 10px;
  text-align: center;
  margin: 0;
  max-width: none;
}
.callbacks .caption h1{font-size: 57px;margin-bottom: 40px;font-weight: 500;}
.callbacks .caption span{font-size: 24px;color: #ccc;line-height: 1.2;}
.callbacks .caption .price{font-size: 60px; color: #5ABD5E; line-height: 1.2; margin-top: 30px;}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px){
	.callbacks .caption {padding: 12px 10px 5px;}
	.callbacks .caption h1{font-size: 20px;margin-bottom: 0;line-height: 1.2;}
	.callbacks .caption span{font-size: 12px;line-height: 1.2;}
}
@media(max-width: 468px){
	.callbacks .caption {display:none;}
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }*/

  
  
.btn {
    -moz-user-select: none;
    border: 3px solid #d2583e;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-family: 'Racing Sans One', cursive;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    vertical-align: middle;
    white-space: nowrap;
}

.caption ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	font-size: 20px;
	font-family: "lato-regular", Helvetica, Arial, sans-serif;
    background-color: #95badf;
}

.caption li {
    float: right;
}

.caption li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.caption li a:hover {
    color: #000;
}

/*  caption1  */
.caption1 ul {
    list-style-type: none;
	    margin: 0;
    padding: 0;
    overflow: hidden;
	font-size: 20px;
	font-family: "lato-regular", Helvetica, Arial, sans-serif;
    background-color: #95badf;
}

.caption1 li {
    float: left;
}

.caption1 li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;  margin-bottom:0px;margin-top:-20px;
    text-decoration: none;
}

.caption1 li a:hover {
    color: #000;
}

/*  listings section  */

.content{

    padding: 50px 0;

	/*border:solid #00f 3px;*/

	margin-top: -58px;width: 100%;background-color: #95badf;

}



.content ul.picture_list{

    list-style: none;

    overflow: hidden;

}



.content ul.picture_list li{

    display: block;

    width: 30.90909090909091%;

    height: auto;

    position: relative;

    float: left;

    margin: 0 3.636363636363636% 3.636363636363636% 0;

}



.content ul.picture_list li img.picture_img{

    width: 100%;

    height: auto!important;

    vertical-align: top;

}
/*  footer  */

#footer {

   clear: both;

}

footer{

    padding-top: 100px;

    background: #95badf; 

	/*border:solid #F00 3px;*/

}



footer .footer > ul{

    overflow: hidden;

}



footer .footer > ul > li{

    display: block;

    float: left;

    list-style: none;

    margin-right: 60px;

}



footer .footer > ul > li:last-child{

    margin-right: 0;

}





footer .footer > ul > li.links{

    width: 197px;

}



footer ul li.links > ul > li{

    display: block;

    width: 100%;

    list-style: none;

    margin-bottom: 27px;

}



footer ul li.links > ul > li:last-child{

    margin-bottom: 0;

}



footer .footer > ul > li.links li a{

    text-decoration: none;

    display: block;

    color: #fff;

    font-family: "lato-regular", Helvetica, Arial, sans-serif;

    font-size: 16px;

    letter-spacing: .5px;

    text-align: left;

}



footer .footer > ul > li.about{

    width: 327px;

}



footer ul li.about p{

    color: #fff;

    font-family: "lato-regular", Helvetica, Arial, sans-serif;

    font-size: 16px;

    letter-spacing: .5px;

    line-height: 34px;

    margin-top: -9px;

}



footer ul li.about > ul > li{

    display: inline-block;

    margin-right: 20px;

    margin-top: 30px;

}



footer ul li.about > ul > li:last-child{

    margin-right: 0;

}



footer ul li.about > ul > li a{

    background: url('../img/social_media2.png') no-repeat;

}



footer ul li.about > ul > li a.facebook{

    display: block;

    width: 10px;

    height: 18px;

    background-position: 0 0;

}

footer ul li.about > ul > li a.twitter{

    display: block;

    width: 19px;

    height: 18px;

    /*background-position: -11px 0px;*/

	background-position: -26px 0px;

}

footer ul li.about > ul > li a.flickr{

    display: block;

    width: 18px;

    height: 18px;

    /*background-position: -31px 0px;*/

	background-position: -10px 0px

}

footer ul li.about > ul > li a.skype{

    display: block;

    width: 17px;

    height: 18px;

    background-position: -43px 0px;

}



footer .copyrights{

    display: block;

    text-align: center;

    padding: 40px 0;

    margin-top: 60px;

    color: #fff;

    font-family: "lato-regular", Helvetica, Arial, sans-serif;

    font-size: 14px;

    letter-spacing: .5px;

   border-top: 1px solid #82abd4;

}



footer .copyrights a.ph_link{

    font-family: "lato-bold", Helvetica, Arial, sans-serif;

    font-weight: bold;

    text-decoration: none;

}

footer .image{ float:right; margin-top:-230px;margin-right: 0px;

    

}

footer .image2{ float:right; margin-top:-230px;margin-right: -350px;

    

}





.content ul.picture_list li .price{

    position: absolute;

    top: 10px;

    left: 10px;

    padding: 15px 0px;

    background: #ffffff;

    color: #514d4d;

    font-family: "lato-bold", Helvetica, Arial, sans-serif;

    font-size: 16px;

    font-weight: bold;

    letter-spacing: 1px;



    border-radius: 2px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    -o-border-radius: 2px;

}





.content ul.picture_list li:nth-child(3n+0){

    margin-right: 0;

}



.content ul li .picture_details{
	width: 100%;
	padding: 2.941176470588235% 5.882352941176471% 4.117647058823529% 5.882352941176471%;
	border-bottom: 1px solid #f2f1f1;
	border-left: 1px solid #f2f1f1;
	border-right: 1px solid #f2f1f1;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;

}



.content ul li:hover .picture_details{

    border-bottom: 1px solid #95badf;

    border-left: 1px solid #95badf;

    border-right: 1px solid #95badf;

}



.content ul li .picture_details h1{

    color: #666464;

    font-family: "lato-bold", Helvetica, Arial, sans-serif;

    font-size: 16px!important;

    font-weight: bold;

    margin-bottom: 5px;

    line-height: 28px;

}



.content ul li .picture_details h1 a{

    text-decoration: none;

    color: #666464;

}



.content ul li .picture_details h2{

    color: #9d9d9d;

    font-family: "lato-regular", Helvetica, Arial, sans-serif;

    font-size: 12px;

    line-height: 26px;

    font-weight: normal;

}



.content ul li .picture_details .picture_size{

    color: #676767;

}



.content .more_pictures{

    display: block;

    width: 100%;

    text-align: center;

    margin: 84px 0 22px 0;

}



.content .more_pictures_btn{

    text-decoration: none;

    padding: 20px 40px;

    border: 2px solid #bfd9f1;

    border-radius: 30px;

    -webkit-border-radius: 30px;

    -moz-border-radius: 30px;

    -o-border-radius: 30px;

    color: #afcbe6;

	color: #666666;

    font-family: "lato-regular", Helvetica, Arial, sans-serif;

    font-size: 16px;

    text-transform: uppercase;

    letter-spacing: 1px;

    text-align: center;



    transition: all .2s linear;

    -webkit-transition: all .2s linear;

    -moz-transition: all .2s linear;

    -o-transition: all .2s linear;

}



.content .more_pictures_btn:hover{

    color: #a0c3e5;

	color: #000000;

    border: 2px solid #000000;    

}

.content p{ 

	color: #fff;

    font-family: "lato-bold", Helvetica, Arial, sans-serif;

    font-size: 20px;

	letter-spacing: 1px;



}

.trips{ margin-left: 15px; margin-bottom:15px; margin-top: 0px;

   

}

.trips2{ margin-left: 0px;margin-top: 20px;

   

}
.wrapper{

    max-width: 1250px;

    margin: 0 auto;

    position: relative;

	/*border:solid #f00 3px;*/

}
p.Rob:first-letter  /* First letter size larger */{
font-size: 60px;
font-weight:bold;
float: left;
margin-left:0px;
display:inline;
}
.margin{ margin-left: 50px;

}   

.search3{float:right;margin-right: 50px; margin-top:-35px; 


   

}
