
/* Screen CSS */

/* RESET ................................................ */
body, div, dl, dt, dd, pre, h1, form, fieldset, input, table, th, td, embed, object { margin: 0; padding: 0; }
:focus { outline: 0 }
:link, :visited { text-decoration: none }
a img, :link img, :visited img { border: 0; cursor: pointer; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: middle }

/* NORMALIZE ............................................ */
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-font-smoothing: antialiased; }
html, body { height: 100%; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font-family: sans-serif; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; display: inline; zoom: 1; }
audio:not([controls]) { display: none; }
abbr[title] { border-bottom: 1px dotted; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
mark { background: #ffffff; color: #555555; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 75%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; }
img { border: 0; -ms-interpolation-mode: bicubic; height: auto; max-width: 100%; }
svg:not(:root) { overflow: hidden; }
figure, form { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: .35em .625em .75em; }
legend { border: 0; margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; vertical-align: middle; }
button, input { line-height: normal; }
button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; overflow: visible; }
input, textarea, select { -webkit-appearance: none; }
input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0; }
input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type=search]::-webkit-search-decoration { -webkit-appearance: none }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { clear: both; }

/* HTML ELEMENTS....................................... */
body {  font: 14px 'Roboto', sans-serif;  text-align: left; }
.no-border { border: none !important; }
.no-border-left { border-left: none !important; }
.no-left-margin { margin-left: 0px !important; }
.left { float: left; }
.mini-top { margin-top: 26px; }

/* LAYOUT ............................................. */

.left-side {
	float: left;
	overflow: hidden;
	width: 20%;
}
.right-side {
	float: left;
	overflow: hidden;
	width: 80%;
}
a h1 { color: #000; font-weight: normal; }
a h1 span { display: block; }
h1 {
	margin: 90px 20px 30px 100px;
}
.mainmenu {
	list-style: none;
	padding-left: 106px;
}
	.mainmenu li {
		margin-bottom: 20px;
	}
	.mainmenu li a {
		color: #0b0b0b;
		font-size: 18px;
		font-weight: 300;
	}
	.mainmenu li a:hover, .mainmenu li a.active {
		color: #cdcdcd;
	}
#simple-menu {
	display: none;
}
.second { margin-left: 16px; font-weight: bold; }

.index-hold {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	width: 70%;
	max-width: 1200px;
	overflow: hidden;
	margin: 100px 100px 0px 40px;
}

.collection a{
	padding-left: 20px;
	font-weight: normal;
}
.moved {
	position: absolute;
	left: 50%;
	margin-left: -265px;
}


/* ABOUT ............................................. */

.about {
	width: 700px;
	overflow: hidden;
	margin: 100px 0 0 40px;
}
h2 {
	float: left;
	font-weight: normal;
	margin: 40px 0px;
}
.about-text {
	float: left;
	width: 700px;
	overflow: hidden;
}
	.about-text p {
		float: left;
		margin-right: 20px;
		font-size: 15px;
		line-height: 1.4em;
		text-align: justify;
		color: #0b0b0b;
	}
	.about-text p img {
		margin: 40px 0px 0px 0px;
	}

/* CONTACT ............................................. */

.contforma {
	margin:20px 0 0 0;
}
label {
	color: #727272;
	font-size: 15px;
	margin-left: 6px;
}
.style-input {
	width: 240px;
	height: 30px;
	margin: 2px 0px 18px 0px;
	border: 2px solid #ccc;
	background-color: #f9f9f9;
	padding-left: 10px;
	line-height: 30px;
	font-size: 12px;

}
.style-textarea {
	width: 320px;
	height: 120px;
	margin: 2px 0px 18px 0px;
	border: 2px solid #ccc;
	background-color: #f9f9f9;
	padding-left: 10px;
	line-height: 30px;
	font-size: 12px;
}
.footer-button2 {
    background-color: #000;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 32px;
    margin-left: 0px;
    text-transform: uppercase;
    width: 160px;
}
.footer-button2:hover {
    background-color: #ccc;
    color: #000;
}
.fb { 
	margin: 20px 0 0 38px; 
	width: 36px;
}

@media only screen and (min-width: 961px) and (max-width: 1199px){
	.mainmenu { padding-left: 20%; }
	h1 { margin-left:20%; }
}

/* RESPONSIVE TABLET ............................................. */

@media only screen and (min-width: 768px) and (max-width: 960px){

	h1 {
		margin: 30px 20px 30px 20px;
	}
	.mainmenu {
		list-style: none;
		padding-left: 26px;
	}
	
	.moved {
		position: relative;
		left: 0px;
		margin-left: 110px;
	}
	.mainmenu { display: none; }
	#simple-menu {  
		display: block;
		float: right;
		margin: 30px 20px 0 0;
	}
		#simple-menu span {
			color: #000; 
			font-weight: normal;
			font-size: 26px;
		}

	h1 { width: 50%; float: left; }
	a h1 span { display: inline; }

	.left-side {
		float: left;
		overflow: hidden;
		width: 100%;
	}
	.right-side {
		float: left;
		overflow: hidden;
		width: 100%;
	}
	.about, .index-hold {
		width: 100%;
		overflow: hidden;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		margin: 100px 0px 0 0px;
		padding: 20px;
	}
	.about-text {
		width: 100%;
		overflow: hidden;
	}
	.about-text p {
		float: left;
		margin-right: 20px;
		font-size: 13px;
		line-height: 1.4em;
		text-align: justify;
		color: #0b0b0b;
	}
	.about-text p img {
		margin: 40px 0px 0px 0px;
	}
	label {	font-size: 12px; }
	.fb { margin-left: 20px; }
}

/* RESPONSIVE MOBILE ............................................. */

@media only screen and (min-width: 320px) and (max-width: 767px){

	.moved {
		position: relative;
		left: 0px;
		margin-left: 25px;
	}
	.mainmenu { display: none; }
	#simple-menu { 
		display: block; 
		float: right;
		margin: 25px 12px 0 0;
	}
		#simple-menu span {
			color: #000; 
			font-weight: normal;
			font-size: 16px;
		}

	h1 {
		font-size: 16px;
		margin: 25px 0 0 12px;
		width: 150px;
		float:left;
	}
	a h1 span { display: inline; }

	.left-side {
		float: left;
		overflow: hidden;
		width: 100%;
	}
	.right-side {
		float: left;
		overflow: hidden;
		width: 100%;
	}
	.about {
		width: 100%;
		overflow: hidden;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		margin: 0px 0px 0 0px;
		padding: 0px 20px 20px 20px;
	}
	.index-hold {
		width: 100%;
		overflow: hidden;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		margin: 0px 0px 0 0px;
		padding: 40px 20px 20px 20px;
	}
	.about-text {
		width: 100%;
		overflow: hidden;
	}
	.about-text p {
		float: left;
		margin-right: 20px;
		font-size: 13px;
		line-height: 1.4em;
		text-align: justify;
		color: #0b0b0b;
	}
	.about-text p img {
		margin: 40px 0px 0px 0px;
	}
	.style-textarea {
		width: 260px;
	}
	label {	font-size: 12px; }
	.fb { 
	margin: 20px 0 0 18px; 
}
}


/* slider */

.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

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

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }

  #slider1 li {
  	list-style: none;
  }
  #wrapper {
  float: left;
  width: 100%;
  margin-top: 100px;
  }