/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	margin:10px;
	line-height:1;
	color:black;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/

body {
	font:13px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:black;
}

a, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:none;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


a 	{ 
	text-decoration: underline; 
	color:#E3E3E6;
}
	

#outer	{
	width:1020px;
	height:1080px;;
	margin:0 auto 0 auto;
	border-radius: 6px;
}

.topnav	{ 
	clear:both; 
	margin: 0px 0px 0px 0px;
}
	
#outwrapper	{ 
	width:1005px; 
	margin:0 auto;
	}
	
/*Social icons STYLE*/	
#facebook-icons {float:right; margin:15px 5px auto; margin-bottom:0px;}
#contact-icons {float:right; margin:60px auto; margin-bottom:0px;}

	
#logo	{
	float:left;
	margin:5px 0px 0px 0px;
	}
	
#cssmenu { padding-top:10px; height:auto; width:auto;}	

#content { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; margin-top:50px; font-style:normal;}
#content p{ font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:15px; float:left; padding: 5px 5px 5px 5px; text-align:justify;}
#content1_1 {font-size:28px; margin-left:20px; margin-top:-15px; text-align:center; color:#000; font-style:italic;}

#content2 { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; margin-top:0px; font-style:normal;}
#content2 p{ font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:15px; float:left; padding: 5px 5px 5px 5px; text-align:justify;}


#content3 { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; margin-top:0px; font-style:normal;}
#content3 p{ font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:15px; float:left; padding: 5px 5px 5px 5px; text-align:justify;}

#content4 { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; margin-top:0px; font-style:normal;}
#content4 p{ font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:15px; float:left; padding: 5px 5px 5px 5px; text-align:justify;}

#content5 { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; margin-top:50px; font-style:normal;}
#content5 p{ font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:15px; float:left; padding: 5px 5px 5px 5px; text-align:justify;}

#contactsmall {	margin-top:100px; padding-right:25px; float:right;}	
	
/*FOOTER STYLE*/
#BigFooter { background-image:url(../images/zapati1.jpg);}
#footer { width:1005px; margin:0 auto;}
#footer a:hover { color:#333;}
#reference p a:hover {color:#999; font-weight:normal;}


/* line 317, ../sass/screen.sass */
.imageRow {
  *zoom: 1;
  margin: 20px 0;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
/* line 320, ../sass/screen.sass */
.imageRow .single {
  float: left;
}
/* line 322, ../sass/screen.sass */
.imageRow .single a {
  float: left;
  display: block;
  background:#CCCFD1;
  padding: 5px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 55px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 332, ../sass/screen.sass */
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
  background-color:#84B6CF;
}
/* line 337, ../sass/screen.sass */
.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 343, ../sass/screen.sass */
.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* line 346, ../sass/screen.sass */
.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}
/* line 351, ../sass/screen.sass */
.imageRow .set .single a:hover {
  background-color: #8ad459;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
/* line 355, ../sass/screen.sass */
.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 358, ../sass/screen.sass */
.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
