
/* reset css */



html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

small
{
	font-size: 85%;
}

*
{
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
	display: block;
}

nav ul
{
	list-style: none;
}

blockquote,
q
{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
	content: '';
	content: none;
}

a
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	cursor: pointer;
}

/* change colours to suit your needs */



ins
{
	background-color: #ff9;
	color: #2e3039;
	text-decoration: none;
}

/* change colours to suit your needs */


mark
{
	background-color: #ff9;
	color: #2e3039;
	font-style: italic;
}

del
{
	text-decoration: line-through;
}

abbr[title],
dfn[title]
{
	border-bottom: 1px dotted;
	cursor: help;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

hr
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

/**********************/


.fs9
{
	font-size: 9px;
}

.fs10
{
	font-size: 10px;
}

.fs11
{
	font-size: 11px;
}

.fs12
{
	font-size: 12px;
}

.fs13
{
	font-size: 13px;
}

.fs14
{
	font-size: 14px;
}

.fs15
{
	font-size: 15px;
}

.fs16
{
	font-size: 16px;
}

h1,
.h1
{
	font-size:26px;
}

h2,
.h2
{
	font-size: 14px;
}

h3,
.h3
{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}

h4,
.h4
{
	font-size: 16px;
}

h5,
.h5
{
	font-size: 14px;
}

h6,
.h6
{
	font-size: 12px;
}


p
{
	line-height: 24px;
	margin: 0 0 10px;
	font-size: 14px;
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
}

.container {
    padding: 0px;
    position: relative;
    background-color: #FFF;
	box-shadow: 0 1px 0 1px #E8E8E8;
}
#pavo-showcase .container, #pav-mass-bottom .container {
    background: none repeat scroll 0 0 #F6F6F6;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    position: relative;
}
#slideshow .container{
	background: url("../image/default/bgslide.png");
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}
#pav-promotion .container-inner{
	background: none repeat scroll 0 0 #FFFFFF;
    margin: -74px -20px 0 -20px;
    position: relative;
    z-index: 20;

}

.aside.content
{
	margin: 20px 0;
}
a,
a:visited,
a:link,
a:active,
a:hover,
a:focus,
a b
{
	outline: none;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	
}



a img
{
	border: none;
	outline: none;
}

.buttons
{
	background: #FFF;
	border: 1px solid #E8E8E8
}

.wrapper
{
	padding: 15px;
}

.wrapper.margin
{
	margin-bottom: 20px
}

.wrapper.nomargin
{
	margin: 0
}

.wrapper.nopadding
{
	padding: 0
}

.wrapper table
{
	border: 1px solid #E8E8E8;
	margin-bottom: 20px;
}

.wrapper td
{
	padding: 8px;
}

.wrapper thead td
{
	background-color: #F5F5F5;
}

/** FORM ELEMENT STYLES **/


form
{
	padding: 0;
	margin: 0;
	display: inline;
}

input[type='text'],
input[type='password'],
textarea,
select,
input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
select:focus
{
	border: 1px solid #cfcfcf !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	-ms-text-shadow: none !important;
	-o-text-shadow: none !important;
}

select
{
	outline-style: none;
	width: auto;
	margin: 0;
}

select:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus
{
	outline: none;
}

label
{
	cursor: pointer;
	display: inline;
}

input,
select
{
	vertical-align: middle;
	outline: 0;
}

/**
* PAVO FORM
*/


.pav-form h2
{
	height: auto;
	line-height: normal;
	padding: 8px 12px;
	text-align: left;
	
	color: #FFF;
}

/**
*  TOP BAR
*/




#topbar
{
	background: #FFF;
}

#topbar p
{
	padding: 0;
	margin: 0;
}

/**
* HEADER 
*/

#header #logo
{
	padding-top: 26px;
}
#header .container{
	background: #212121;
}
.header-right
{
	margin-right: 10px;
}

/**
* MAIN NAV 
*/



#pav-mainmenu
{

}

#pav-mainmenu .pav-menu-wrapper
{
}

/**
* SLIDESHOW
*/

/**
* CONTENT
*/



/**
* MASS FOOTER
*/

/**
* FOOTER
*/

.footer .container{
	background: url("../image/default/bg-footer.png") repeat-x top center #121212;
}

#footer
{
	margin: 0;
	padding: 0;
}

#footer a
{
	color: #c7c7c7;
}
#footer .footer-top{
	border: 1px solid #E8E8E8;
	margin: 40px 0 0 0;
	background: #fff;
}
.footer-top .footer-newsletter{
	padding:15px;
	border-right: 1px solid #e8e8e8;
	background: url("../image/default/bg-letter.png") no-repeat scroll right bottom transparent;
}
.footer-top .footer-newsletter .inputbox{
	width: 190px;
}
.footer-top .payment{
	padding: 18px 0;
	  background: url("../image/default/bg-banks.png") no-repeat scroll right bottom transparent;
}
.footer-top .payment .box-content {
	margin-top: 4px !important;
}
.footer-top .social{
	padding:15px 0;	
	background: url("../image/default/bg-facebook.png") no-repeat scroll right bottom transparent;
}
.footer-top h3 {
    color: #010101;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 0 0 6px 0 !important;
    background-color: transparent !important;
    text-align: left !important;
}
.footer-top h3 span {
	border: 0 !important;
	padding: 0 !important;
}
.footer-top .row-fluid > div {
	border-right: 1px solid #E8E8E8;
}
.footer-top .row-fluid > div:last-child {
	border-right: 0;
}
.footer-top .box.pav-custom {
	padding-top: 15px;
}
#footer .footer-center,#powered
{
	padding:40px 0;
	color: #c7c7c7;
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
}
#footer .footer-center h3{
	font-size: 12px;
	font-weight: bold;
	color: #eb574c;
}
.newsletter-submit input{
	margin-bottom: 0;
	margin-right:2px;
	
}
.newsletter-submit .button{
	background-color: #eb574c;
	color: #fff;
}
#footer .footer-center ul li
{
	line-height: 30px;
	overflow: hidden;
}
.list li:before, .list li:after {
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 90%;
}

.list li:before {
    background: none repeat scroll 0 0 #494949;
    width: 5px;
    z-index: 9;
    transition: all 150ms ease-in-out 0s;
}

.list li:after {
    background: none repeat scroll 0 0 #1B1B1B;
    z-index: 1;
}
.list li {
    position: relative;
}
.list li a{
    display: block;
}

.list li:hover:before {
    background: none repeat scroll 0 0 #494949;
    width: 10px;
}

#footer .footer-center ul.pav-contact-us li
{
	height: auto;
	line-height: normal;
	margin: 0 0 12px;
	line-height: 26px;
}
#footer .footer-center ul.pav-contact-us li i{
	font-size: 16px;
	margin-right: 5px;
	margin-left: 2px;
}
#footer .footer-center ul.pav-contact-us li.first
{
	line-height: normal;
}

#footer .box
{
	margin: 0;
}

#footer .box .box-content
{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 0;
	margin: 0;
}



.t-text
{
	color: #e7eaec;
	font-size: 216.6666666666667%;
	text-transform: none;
	margin-bottom: 12px;
}


#footer .footer-center p
{
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 24px;
}

.footer .box-heading
{
}

.footer .c-text
{
	font-size: 14px;
	color: #4d4e4f;
	text-transform: uppercase;
}

#powered
{
	padding: 1.8% 2.5%;
}
#powered:before {
    content: "";
    height: 1px;
    left: 45%;
    position: absolute;
    top: -1px;
    width: 10%;
    background:#eb574c;
}
#powered {
    border-top: 1px solid #2D2D2D;
    margin: 0;
    position: relative;
}
#powered address
{
	line-height: 30px;
	text-align: center;
}


/* 
* BOX STYLES 
*/


.box .box-content
{
	padding: 12px;
}

.box .box-content
{
	border-color: #e8e8e8;
	clear: both;
}
.sidebar{
	border-left: 1px solid #E8E8E8;
    margin-top: 40px;
    padding-left: 20px;
}
.sidebar .box .box-heading
{
	min-height: inherit;
	font-weight: normal;
}

#content .box
{
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}


#footer
{
}

.box.black .box-content
{
}

.box.black a
{
	color: #707070;
}

.box.highlight .box-heading
{
	background-color: #d54e58;
}

.box.nopadding .box-content
{
	padding: 0;
}