/*CSS RESET*/
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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align: baseline;background:transparent;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, output, section, summary{display:block;}meter,progress,mark, time{display:inline;}ol, ul {list-style: none;}blockquote,q{quotes: none;}html,body{height:100%;}img {border:0;vertical-align:top;text-align:left;}object{vertical-align:top;outline:none;}ul,ol{list-style:none;}table,table td{padding:0;border:none;border-collapse:collapse;}input,select,textarea{font-family:Arial, Helvetica, sans-serif;font-size:1em;vertical-align:middle;font-weight:normal;margin:0;padding:0;}textarea{overflow:auto;}

/*GLOBAL*/
html{min-width:940px;}
body{background:#fff;font-family:Arial, Helvetica, sans-serif;font-size:100%;line-height:1em;color:#000;overflow:hidden;}

#glob{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	min-width:940px;
	min-height:800px;
	font:13px/20px Arial, Helvetica, sans-serif;
	color:#8a898b;	
	color:rgba(255,255,255,.53);	
}

#gspinner{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background:url(../images/ajax-loader.gif) 50% 50% no-repeat #000;
	z-index:999;
}

header>.inner,footer>.inner{
	width:940px;
	margin:0 auto;
	position:relative;
	z-index:1;
}

/*ELEMENTS*/
a {color:#bd329c;outline:none;}
a:hover{text-decoration:none;}


p,.blo{
	line-height:20px;
	margin-bottom:20px;
}

.p2{
	margin-bottom:40px;
}

/*header */
header{
	height:40px;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:1;
	background:url(../images/op-81.png);
}

nav{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}

nav li{
	float:left;
	margin-left:18px;
}

nav li a{
	font:19px/59px 'Sofia', cursive;
	text-decoration:none;
	color:#fff;
	display:block;
	padding-left:22px;
	background:url(../images/nav-mrk.png) 0 50% no-repeat;
	
	
	-webkit-transition: all 0.2s ease-in; 
    -moz-transition: all 0.2s ease-in; 
    -ms-transition: all 0.2s ease-in; 
    -o-transition: all 0.2s ease-in; 
    transition: all 0.2s ease-in;
}

nav .frst a{
	background:none;
}

nav li a:hover,nav li.active a{
	color:#bd329c;
}

/*#content*/

#content{
	width:620px;
	height:450px;
	background:url(../images/op-70.png);
	position:absolute;
	left:50%;
	top:-450px;
	margin:0 0 0 -310px;
}

#content>ul>li{
	display:block;
	padding:40px;
}

#content .close{
	position:absolute;
	right:22px;
	top:22px;
}

h2{
	color:#bd329c;
	font:45px/1.2em  'Sofia', cursive;
	margin-bottom:22px;
}

.img-box.right dt{
	float:right;
	margin-left:34px;
}

#about .img-box.right dt{
	margin-top:46px;
}

.google_map{
	width:344px;
	height:273px;
	margin-right:20px;
}

.address dd{width:165px;}


/*footer*/
footer{
	height:40px;
	left:0;
	bottom:0;
	width:100%;
	position:absolute;
	z-index:1;
	background:url(../images/op-81.png);
}

footer .privacy{
	font:13px/40px Arial, Helvetica, sans-serif;
}

/*forms css*/

/*js css*/

.thumbs{
	background:url(../images/op-70.png);
	position:absolute;
	bottom:40px;
	width:940px;
	left:50%;
	margin-left:-470px;
	/*height:140px;*/
	height:100px;
}

.thumbs .prev,.thumbs .next{
	width:12px;
	height:23px;
	background:url(../images/prev-next-sp.png) no-repeat 0 0;
	position:absolute;
	left:18px;
	/*top:60px;*/
	top:45px;
}

.thumbs .next{
	right:18px;
	left:auto;
	background-position:100% 0;
}

.thumbs .prev:hover{background-position:0 100%;}
.thumbs .next:hover{background-position:100% 100%;}

.thumbs .pags{
	width:838px;
	position:absolute;
	left:51px;
	/*top:40px;*/
	top:20px;
}

.thumbs .pags li{
	float:left;
	margin-right:23px;
}
.bg-spinner{
	background:url(../images/ajax-loader.gif) 50% 50% no-repeat;
	background-color:rgba(0,0,0,.30);
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

/*additional classes*/
.white{
	color:#fff;
}

.border-bottom{
	background:url(../images/sep.png) 0 100% repeat-x;
	padding-bottom:26px;
	margin-bottom:20px;
}

.fl{float:left;}
.fr{float:right;}
.col-1,.col-2,.col-3{float:left;}
.all{text-align:left;}
.alr{text-align:right;}
.alc{text-align:center;}
.wrapper{width:100%;overflow:hidden;}
a.und,.und a{text-decoration:none;}
a.und:hover,.und a:hover{text-decoration:underline;}
a.nocolor, .nocolor a{color:inherit;}
.upc{text-transform:uppercase;}
.bold{font-weight:bold;}
.wrap{overflow:hidden;}
.nopa{padding:0;}
.noma{margin:0;}
.nobg{background:none;}
.nobd{border:none;}
.nofl{float:none;}
.dn{display:none;}
.clear{clear:both;line-height:0;}

/*custom boxes*/
.btn{
	font:25px/26px 'Sofia', cursive;
	color:#000;
	background:#bd329c;
	text-decoration:none;
	float:left;
	padding:0 16px 4px 16px;	
	
	-webkit-transition: all 0.2s ease-in; 
    -moz-transition: all 0.2s ease-in; 
    -ms-transition: all 0.2s ease-in; 
    -o-transition: all 0.2s ease-in; 
    transition: all 0.2s ease-in;
}

.btn:hover{
	color:#bd329c;
	background:#fff;
}

.list a{
}

dl.address dd{text-align:right;clear:both;}
dl.address dd span{float:left;}

dl.img-box,.img-box-set dl,dl.img-box dd,.img-box-set dl dd{overflow:hidden;}
dl.img-box dt,.img-box-set dl dt{float:left;}