/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}

body {
    background-image: url(../../../../../images/layout/pawlikmarketing-source-code.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top right;
}

body.site.index{
	background-image: url(../../../../../images/layout/pawlikmarketing.jpg);
    background-position: top left;
}

#wrapper{
    width: 100%;
    min-height: 100%;
    position: relative;
}

div#header {
	position: fixed;
    width: 100%;
    height: 90px;
    background: #fff;
    border-bottom: 5px solid #ca003a;
    z-index: 10;
}

div#subheader {
    z-index: 0;
    padding-top: 100px;
}

body.site.index div#subheader {
    padding-top: 0;
}

div#subheader img,
div#header div#logo img {
    width: 100%;
}

div#header div#MenBt {
	display: none;
}

nav.pawmar {
    width: 90%;
    height: 100%;
    display: inline-block;
}

div#header div#logo {
    width: 14%;
    padding: 5px 0 0 1%;
    position: absolute;
    z-index: 1;
}

div#header div#menu {
    width: 100%;
    vertical-align: top;
    margin-top: 25px;
}

div#header div#language {
    width: 8%;
    position: absolute;
    right: 3%;
    top: 10px;
}

.mod-languages button {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    height: 60px;
}

.mod-languages img {
    width: 35px;
    height: 24px;
}

main.pawmar {
    width: 70%;
    margin: 0 auto;
    padding: 120px 0 60px 0;
}

body.site.index main.pawmar  {
    padding-top: 105px;
}

body.site.portfolio main.pawmar {
    width: 90%;
}

body.site.index mainpawmar,
body#work main.pawmar  {
    width: 96%;
}

/* Navigation */
div#MenBt {
	display: none;
}

.moduletable_menu {
    text-align: right;
}

ul.mod-menu.mod-list.nav {
    text-align: right;
    padding-right: 5%;
}

ul.mod-menu.mod-list.nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
    display: inline-block;
    list-style-type: none;
}

ul.mod-menu.mod-list.nav li a {
    font-size: 24px;
    font-family: Raleway;
    text-transform: uppercase;
    color: #ca003a;
    display: block;
    padding: 9px 25px;
    text-decoration: none;
    -webkit-transition: background 0.75s linear;
    -moz-transition: background 0.75s linear;
    -ms-transition: background 0.75s linear;
    -o-transition: background 0.75s linear;
    transition: background 0.75s linear;
    -webkit-transition: color 0.75s linear;
    -moz-transition: color 0.75s linear;
    -ms-transition: color 0.75s linear;
    -o-transition: color 0.75s linear;
    transition: color 0.75s linear;
    line-height: 21px;
}

ul.mod-menu.mod-list.nav li a:hover {
	text-decoration: none;
	background: #f5f6f7;
	color: #9692dc;
}

/* Content */
h1,
.ip-mainheader h2 {
    font-size: 28px;
    padding-top: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.left h1 {
    text-align: left;
}

h2 {
    font-size: 22px;
    text-transform: uppercase;
    padding: 5px 0;
    margin: 0 0 20px 0;
    text-align: center;
}

h3 {
	font-size: 18px;
	line-height: 26px; 
	margin: 6px 0;
}

p {
	text-align:justify;
	margin: 0 0 1em;
}

#content li { margin-bottom: 0.5em; padding-left: 10px; }

div.left {
  width: 65%;
  float: left;
  padding: 2%;
}

div.right {
    width: 45%;
    float: right;
    padding: 2% 2% 0 2%;
}

div.right img {
	width: 100%;
}

img.left {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	padding: 4px;
	border: 1px solid #d2d2d2;
	max-width: 480px;
}

img.right {
    float: right;
    margin-left: 25px;
    margin-bottom: 15px;
    padding: 4px;
    border: 1px solid #d2d2d2;
    max-width: 480px;
}

img.full {
    width: 99%;
    margin: 40px 0;
    padding: 4px;
	border: 1px solid #d2d2d2;
}

/* Homepage */
.moduletable.contactbox {
    float: right;
}

.moduletable.contactbox p {
    text-align: right;
}

div#pmportfolio {
    position: relative;
    width: 60%;
    max-width: 1000px;
    margin: 0 20% 0 40%;
    font-family: 'Raleway';
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 2px #333;
    line-height: 60px;
}

div#pmportfolio a,
div#pmportfolio a:hover {
    color: #fff;
}

div#pmportfolio img {
    width: 100%;
}

div#vacation {
    position: absolute;
    bottom: 20%;
    width: 48%;
    text-align: center;
}

div#idx {
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 48%;
    text-align: center;
}

div#webdesign {
    position: absolute;
    left: 0;
	right: 0;
	margin: auto;
    top: 45%;
    width: 48%;
    text-align: center;
}

.moduletable.portfolio div#text {
    position: relative;
    width: 50%;
    max-width: 1000px;
    margin: 0 20% 0 40%;
    text-align: center;
    padding: 1% 2%;
}

.moduletable.portfolio div#text p {
    text-align: center;
}

/* What we do */
div#mainContentLeft {
    margin-top: 60px;
}

/* Portfolio */
* {
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
}

.jux__folio_container.hover-dir {
    padding-top: 100px;
}

div#jux_portfolio_pro {
    float: none;
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
}

div#jux_portfolio_pro_133 {
    margin-left: 10% !important;
}

#jux_portfolio_pro .jux-content .jux-footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#jux_portfolio_pro .jux-des-title {
	display: none !important;
}

#jux_portfolio_pro .jux-content .jux-footer .jux-desciption {
    float: none;
    margin-right: 0;
    width: 100%;
}

#jux_portfolio_pro .jux-des-description {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

#jux_portfolio_pro .jux-des-description p {
    text-align: center;
    width: 100%;
}

#jux_portfolio_pro .gallery-related-project {
    padding-top: 0 !important;
}

.jux-related-project .jux-clearfix {
    float: none !important;
}

/* Contact */
iframe.map {
    margin-top: 20px;
    border: 1px solid #8a8a8a !important;
    width: 100%;
}

/* Not in Service */
div#notinservice {
    width: 100%;
    text-align: center;
    margin: 10% auto;
    font-size: 32px;
}