/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* 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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/body_bg3.jpg);
	TEXT-ALIGN: center;
}
.wrap{
	width:1024px;
	margin:0 auto;
	padding:0 12px;
	background:#FFF;
}
.header_top{
	padding:20px 0;
}
.logo{
	float:left;
}
.search_box{
	float:right;
	border: 1px solid #DBDBDB;
	margin:13px 0px;
}
.search_box form input[type="text"]{
	width:220px;
	padding:8px;
	outline:none;
	border:none;
	background:none;
	font-size:14px;
	color:#a5a5a5;
	font-family:Arial;
	outline:none;
	margin:0;
}
.search_box form input[type="submit"]{
	border:none;
	cursor:pointer;
	color:#FFF;
	font-size:13px;
	padding:10px 15px;
	margin:0;
	font-family:'Doppio One', sans-serif;
	background: #b5bdc8;
    background: -moz-linear-gradient(top,  #b5bdc8 0%, #c1c1c1 0%, #aaaaaa 45%, #999999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(0%,#c1c1c1), color-stop(45%,#aaaaaa), color-stop(100%,#999999));
	background: -webkit-linear-gradient(top,  #b5bdc8 0%,#c1c1c1 0%,#aaaaaa 45%,#999999 100%);
	background: -o-linear-gradient(top,  #b5bdc8 0%,#c1c1c1 0%,#aaaaaa 45%,#999999 100%);
	background: -ms-linear-gradient(top,  #b5bdc8 0%,#c1c1c1 0%,#aaaaaa 45%,#999999 100%);
	background: linear-gradient(to bottom,  #b5bdc8 0%,#c1c1c1 0%,#aaaaaa 45%,#999999 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#999999',GradientType=0 );
}
.search_box form input[type="submit"]:hover{
	background: #b5bdc8;
	background: -moz-linear-gradient(top,  #b5bdc8 0%, #c1c1c1 0%, #999999 0%, #aaaaaa 61%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(0%,#c1c1c1), color-stop(0%,#999999), color-stop(61%,#aaaaaa));
	background: -webkit-linear-gradient(top,  #b5bdc8 0%,#c1c1c1 0%,#999999 0%,#aaaaaa 61%);
	background: -o-linear-gradient(top,  #b5bdc8 0%,#c1c1c1 0%,#999999 0%,#aaaaaa 61%);
	background: -ms-linear-gradient(top,  #b5bdc8 0%,#c1c1c1 0%,#999999 0%,#aaaaaa 61%);
	background: linear-gradient(to bottom,  #b5bdc8 0%,#c1c1c1 0%,#999999 0%,#aaaaaa 61%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#aaaaaa',GradientType=0 );
}
.menu{
	padding:20px 10px;
	border-bottom:5px solid #00AEEF;
	background: #A6CE38;
}
.menu li{
	display:inline-block;
	float:left;	
}
.menu li a{
	font-family:'Doppio One', sans-serif;
	color:#FFF;
	font-size:20px;
	padding:20px 25px;
	border-right: 1px solid #00AEEF
}
.menu li a:hover{
	background:#00AEEF;
}
.header_bottom_left{
	float:left;
	width:415px;
}
.header_bottom_img{
	float:left;
	width:200px;
}
.header_bottom_img2{
	float:left;
	width:200px;
	margin-left:15px;
}
.header_bottom_left_images{
	position:relative;
	margin-top:10px;
	box-shadow: 0px 0px 3px rgb(150, 150, 150);
}
.header_bottom_left_images h3{
	padding:4px 5px;
	background:#888;
	color:#FFF;
	font-size:20px;
	font-family:'Doppio One', sans-serif;
	cursor:pointer;
}
.header_bottom_left_images h3:hover{
	background:#d14ab4;
}
.header_bottom_left_images h3 img{
	position:absolute;
	right:10px;
	bottom:8px;
}
.header_bottom_right_images{
	float:left;
}
.content{
	padding:30px 0;
	TEXT-ALIGN: left;	
}
.content h2{ 
	font-size:25px;
	color:#6C6C6C;
	padding:5px 0;
	border-bottom:2px ridge #AAA;
	font-family:'Doppio One', sans-serif;
	margin-bottom:10px;
}
.grid1{
	width:330px;
	float:left;
	
}
.grid1 p span{
	font-size:12px;
	color:#cf65b9;
	font-weight:bold;
}
.grid1 p{
    font-size:12px;
    color:#888;
    line-height:1.8em;
    padding:5px 0;
}
.grid1 h5{
	font-size:12px;
	color:#cf65b9;
	cursor:pointer;
	font-weight:bold;
	padding-left:15px;
    margin-top:12px;
	background:url(../images/list_img2.png) no-repeat 0px;
}
.grid1 h5:hover{
	text-decoration:underline;
}
.grid2{
	width:330px;
	float:left;
	margin-left:10px;	
}
.grid2_data{
	padding:15px 0;
	border-bottom:1px solid #d6d5d5;
}
.grid2 img{
	float:left;
	border:1px solid #cecece;
}
.grid2_desc{
	float:left;
	width:210px;
	margin-left:10px;
}
.grid2_desc p{
    font-size:12px;
    color:#a8937e;
    line-height:1.6em;
    font-weight:bold;
}
.grid2 h5{
	font-size:12px;
	color:#cf65b9;
	cursor:pointer;
	font-weight:bold;
	padding-left:15px;
    margin-top:15px;
	background:url(../images/list_img2.png) no-repeat 0px;
}
.grid2 h5:hover{
	text-decoration:underline;
}
.grid3{
	float:left;
	width:320px;	
	margin-left:10px;
}
.sub_grid_img{
	float:left;
}
.sub_grid{
     padding:22px 0 23px;
     border-bottom:1px solid #d6d5d5;
}
.sub_grid_data{
	float:left;
    width:230px;
	padding-left:10px;
}
.sub_grid_data h4{
	color:#cf65b9;
	font-size:12px;
	font-family:'Doppio One', sans-serif;
}
.sub_grid_data p{
	font-size:12px;
    color:#888;
    line-height:1.6em;
}
.grid3 h5{
	font-size:12px;
	color:#cf65b9;
	cursor:pointer;
	font-weight:bold;
	padding-left:15px;
    margin-top:15px;
	background:url(../images/list_img2.png) no-repeat 0px;
}
.grid3 h5:hover{
	text-decoration:underline;
}
.sub_grid_data span:hover{
	text-decoration:underline;
}
.footer {
	padding:15px 10px;
	position:relative;
	background:#A6CE38;
	border-bottom:5px solid #00AEEF;
	margin-bottom:10px;
}
.footer  ul{
	height: 10px
	
}
.footer_nav li{
    float: left;
    width: 100px

}
.footer_nav li a{
	color:#FFF;
	font-size:12px;
	margin:10px;
	text-shadow: 0px 1px 2px #222;
}
.footer_nav li a:hover{
	color:#FFF;
}
.copy_right{
	position:absolute;
	right:15px;
	top:18px;
}
.copy_right p{
	font-size:12px;
	color:#a24e94;
}
.copy_right p a{
	color:#bd79ba;
	font-size:12px;
	text-decoration:underline;
}
.copy_right p a:hover{
	color:#DDD;
	text-decoration:none;
}
/* About */
.about_data{
	float:left;
	width:680px;
}
.about_data_desc{
	padding-top:10px;
}
.about_data_img img{
	float:left;
	
	border:1px solid #DDD;
}
.about_data_img_right img{
	float:right;
	border:1px solid #DDD;
}

.about_desc{
	float:left;
	width:365px;
	margin-left:10px;
	background:url(../images/pargh-icon.png) no-repeat;
}
.about_desc p{
	text-indent:20px;
	font-size:12px;
	color:#cf65b9;
	line-height:1.8em;
}
.about_data_bottom{
	margin-top:40px;
}
.box1{
	float:left;
	width:500px;
}
.box1_desc h3{
	font-size:15px;
	color:#cf65b9;
	font-weight:bold;
}
.box1_desc p{
	font-size:12px;
    color:#888;
    line-height:1.6em;
    padding:5px 0;
    width:500px
}
.box2{
	float:left;
	width:120px;
}
.sidebar{
	float:left;
	width:300px;
	margin-left:20px;
}
.sidebar p{
	font-size:12px;
    color:#888;
    line-height:1.6em;
    padding:5px 0;
}
.sidebar h5{
	font-size:12px;
	color:#cf65b9;
	cursor:pointer;
	font-weight:bold;
	padding-left:15px;
    margin-top:15px;
	background:url(../images/list_img2.png) no-repeat 0px;
}
.sidebar h5:hover{
	text-decoration:underline;
}
.sidebar_top{
	padding:15px 0;
	border-bottom:1px solid #cfcfcf;
}
.sidebar_top img{
	float:left;
	border:1px solid #DDD;
}
.sidebar_desc{
	float:left;
	width:190px;
	margin-left:8px;
}
.sidebar_desc h4{
	color:#cf65b9;
	font-size:12px;
	font-weight:bold;
}
.sidebar_desc p{
	font-size:12px;
    color:#888;
    line-height:1.6em;
    padding:5px 0;
}
/* Services */
.services_data{
	margin-top:10px;
}
.services_data h3{
	color:#cf65b9;
	font-size:18px;
	font-family:'Doppio One', sans-serif;
}
.services_data p{
    font-size:12px;
    color:#888;
    line-height:1.8em;
    padding:5px 0;
}
.serv_list{
	margin:10px 20px;
}
.serv_list li{
	list-style-image:url(../images/list_img3.png);
	font-size:12px;
	cursor:pointer;
	color:#cf65b9;
	font-weight:bold;
	padding:10px 0;
	border-bottom:1px solid #DDD;
}
.serv_list li:hover{
	color:#6C6C6C;
}
.services_list{
	margin-left:20px;
}
.services_list li{
	cursor:pointer;
	list-style-image:url(../images/list_img4.png);
	font-size:12px;
	color:#cf65b9;
	font-weight:bold;
	padding:10px 0;
	border-bottom:1px solid #DDD;
}
.services_list li:hover{
	color:#6C6C6C;
}
.services_list_bottom{
	padding-top:20px;
}
.services_list_bottom img{
	border:1px solid #DDD;
}
.services_list_bottom p{
	font-size:12px;
    color:#888;
    line-height:1.8em;
    padding:5px 0;
}
/* Gallery */
.gallery_images h4{
	color:#cf65b9;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
}
.gallery_images p{
	font-size:12px;
    color:#888;
    line-height:1.8em;
    padding:5px 0;
}
.gallery_images img{
	border:1px solid #DDD;
}
.gallery_grides{
	padding:10px 0;
}
.gallery_grid1{
	float:left;
	width:325px;
}
.gallery_grid2{
	float:left;
	width:325px;
	padding-left:12px;
}
/* contact us */
.feedback{
    padding-bottom:25px;
    position:relative;
}
form label{
	font-size:13px;
	color:#a8a8a5;
}
.feedback form input[type="text"],.feedback textarea{
	padding:8px;
	font-size:12px;
	margin-bottom:10px;
    display:block;
	width:500px;
	background:none;
	border: 1px solid #d8d8d8;
	outline:none;
	color:#666147;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05) inset;
   -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05) inset;
   -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05) inset;
    font-family:Arial, Helvetica, sans-serif;		
}
.feedback textarea{
	resize:none;
	height:130px;
	width:650px;		
}
 .feedback form input[type="text"]:focus,.feedback textarea.active { 
    border: 1px solid #c4c2c2;  
}
.feedback form input[type="submit"]{
	    border            : 1px solid #8f8f8f;
        background        : #d7d7d7;
        background        : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3ZDdkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOGE4YTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background        : -moz-linear-gradient(top,  #d7d7d7 0%, #a8a8a8 100%);
        background        : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7d7d7), color-stop(100%,#a8a8a8));
        background        : -webkit-linear-gradient(top,  #d7d7d7 0%,#a8a8a8 100%);
        background        : -o-linear-gradient(top,  #d7d7d7 0%,#a8a8a8 100%);
        background        : -ms-linear-gradient(top,  #d7d7d7 0%,#a8a8a8 100%);
        background        : linear-gradient(top,  #d7d7d7 0%,#a8a8a8 100%);
        filter            : progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#a8a8a8',GradientType=0 );
        color             : #303030;
        text-shadow       : 1px 1px 0 rgba(255, 255, 255, 0.5);  
    cursor:pointer;
    font-family:'Doppio One', sans-serif;
    font-size:12px;
    border-radius:3px;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   -o-border-radius:3px;
    padding:6px 10px;
    position:absolute;
    right:10px;
}
.feedback form input[type="submit"]:hover{
        background        : #d8d8d8;
        background        : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background        : -moz-linear-gradient(top,  #d8d8d8 0%, #c9c9c9 100%);
        background        : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#c9c9c9));
        background        : -webkit-linear-gradient(top,  #d8d8d8 0%,#c9c9c9 100%);
        background        : -o-linear-gradient(top,  #d8d8d8 0%,#c9c9c9 100%);
        background        : -ms-linear-gradient(top,  #d8d8d8 0%,#c9c9c9 100%);
        background        : linear-gradient(top,  #d8d8d8 0%,#c9c9c9 100%);
        filter            : progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#c9c9c9',GradientType=0 ); 
	 box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
}
.feedback form input[type="submit"]:active{
        background        : #c9c9c9;
        background        : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5YzljOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOWE5YTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background        : -moz-linear-gradient(top,  #c9c9c9 0%, #a9a9a9 100%);
        background        : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c9c9), color-stop(100%,#a9a9a9));
        background        : -webkit-linear-gradient(top,  #c9c9c9 0%,#a9a9a9 100%);
        background        : -o-linear-gradient(top,  #c9c9c9 0%,#a9a9a9 100%);
        background        : -ms-linear-gradient(top,  #c9c9c9 0%,#a9a9a9 100%);
        background        : linear-gradient(top,  #c9c9c9 0%,#a9a9a9 100%);
        filter            : progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#a9a9a9',GradientType=0 );
        box-shadow        : inset 0 2px 5px 0 #a0a0a0;
        -moz-box-shadow   : inset 0 2px 5px 0 #a0a0a0;
        -webkit-box-shadow: inset 0 2px 5px 0 #a0a0a0;
}
.map{
	border:1px solid #DDD;
}
.address li{
	font-size:12px;
	color:#686868;
	margin:5px 0;
	list-style-type:none;	
}
.address li span{
	color:#cf65b9;
	font-weight:bold;
}
