@import url(fontawesome.css);
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
body {
    font-family: 'Lato', sans-serif;
}

#page-wraper {
    /*background: url(../images/womansmaller.jpg) no-repeat center fixed;*/
    /*background: url(../images/twomensmaller.jpg) no-repeat center fixed;*/
    background: url(../images/wrestlersmaller.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}


/* Basic */

body {
    overflow-x: hidden;
}

input,
select,
textarea {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

h4 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.25px;
}

img {
    width: 100%;
    overflow: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
    display: inline-block;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container {
    margin: 0 auto;
}

.main-nav {
    text-align: center;
}

.main-nav li:last-child a {
    border-bottom: 2px solid #fff;
}

.main-nav li {
    display: block;
}

.main-nav li a {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    transition: all 0.5s;
    border-top: 2px solid #fff;
}

.main-nav li:hover a,
.main-nav li.active a {
    background: #fff;
    color: #8c363e;
}

/* Sidebar Menu */

.menu .image {
    margin-top: 60px;
}

.menu .image img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
}

.menu .author-content {
    margin: 40px 0px 60px 0px;
}

.menu .author-content h4 {
    margin-bottom: 0px;
}

.menu .author-content span {
    font-size: 13px;
    font-style: italic;
    color: #fff;
}

.menu .social-network {
    margin-top: 60px;
}

.menu .social-network ul li {
    margin: 0 3px;
}

.menu .social-network ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
}

.menu .social-network ul li a:hover {
    background-color: #fff;
    color: #a43f49;
}

.menu .copyright-text {
    position: relative;
    margin-top: 60px;
}

.menu .copyright-text p {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    font-size: 13px;
}

.menu:before,
.menu:after {
    content: "";
    display: table;
}

.menu:after {
    clear: both;
}

.menu a {
    text-decoration: none;
    color: inherit;
}

.menu {
    text-align: center;
}

.menu::-webkit-scrollbar {
    display: none;
}

.menu {
    left: 10%;
  -webkit-transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
  -webkit-overflow-scrolling: touch;
  background-color: #a43f49;
  box-sizing: border-box;
  height: 100vh;  
  max-height: 100vh !important;
  max-width: 80vw !important;
  min-width: 45px !important;
  outline: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 0;
  position: fixed !important;
  top: calc(0px);  
  width: 20%;
  will-change: transform;
  z-index: 9999 !important;
}

.menu-toggle {
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  position: fixed;
  right: 25px;
  top: 25px;
}

#menu-toggle {
    z-index: 999;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    color: #a43f49;
    background-color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}

.menu-close {
  cursor: pointer;
}

#menu-close {
    cursor: pointer;
    text-align: right;
    color: #a43f49;
    background-color: #fff;
    width: 100%;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}


/* Section */

.section {
    color: #fff;
    width: 55%;
    right: 10%;
    left: 35%;
    position: relative;
    min-height: 100vh;
    padding-bottom: 80px;
    border-bottom: 3px solid rgba(250, 250, 250, 0.25);
}

.section-heading {
    text-align: center;
    padding: 80px 45px;
}

.section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.section-heading .line-dec {
    width: 60px;
    height: 3px;
    background-color: #a43f49;
    margin: 10px auto;
}

.section-heading span {
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
}


/* Buttons */

.white-button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: #fff;
    color: #a43f49;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.white-button a:hover {
    background-color: #a43f49;
    color: #fff;
}

button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #a43f49;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
    border: none;
    outline: none;
    cursor: pointer;
}

button:hover {
    outline: none;
    background-color: #a43f49;
    color: #fff;
}


/* Left & Right Post */

.right-image-post {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid rgba(250, 250, 250, 0.1);
}

.left-image img,
.right-image img {
    border-radius: 5px;
}

.right-image-post h4,
.left-image-post h4 {
    margin-top: 30px;
}

.right-image-post p,
.left-image-post p {
    margin-top: 20px;
}

.right-image-post .white-button,
.left-image-post .white-button {
    margin-top: 30px;
}


/* Services */

.downloadSection .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.service-item {
    margin-bottom: 10px;
    padding: 50px;
    background-color: rgba(250, 250, 250, 0.1);
    transition: all 0.5s;
}

.service-item h4 {
    transition: all 0.5s;
}

.service-item h2 {
    transition: all 0.5s;
}

.service-item p {
    transition: all 0.5s;
}

.service-item:hover {
    background-color: rgba(250, 250, 250, 1);
}

.service-item:hover h4 {
    color: #1e1e1e;
}

.service-item:hover h2 {
    color: #1e1e1e;
}

.service-item:hover p {
    color: #4a4a4a;
}

.service-item .service-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.service-item .first-service-icon {
    background-image: url(../images/first-white-icon.png);
}

.service-item:hover .first-service-icon {
    background-image: url(../images/first-main-icon.png);
}

.service-item .second-service-icon {
    background-image: url(../images/second-white-icon.png);
}

.service-item:hover .second-service-icon {
    background-image: url(../images/second-main-icon.png);
}

.service-item .third-service-icon {
    background-image: url(../images/third-white-icon.png);
}

.service-item:hover .third-service-icon {
    background-image: url(../images/third-main-icon.png);
}

.service-item .fourth-service-icon {
    background-image: url(../images/fourth-white-icon.png);
}

.service-item:hover .fourth-service-icon {
    background-image: url(../images/fourth-main-icon.png);
}


/* My Work */

section.siteSection .section-heading {
    text-align: center;
    padding: 80px 45px 50px 45px;
}

.isotope-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
}

.isotope-toolbar input[type="radio"] {
    display: none;
}

.isotope-toolbar span {
    text-transform: capitalize;
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    transform: ease-in-out 0.5s;
    cursor: pointer;
}

.isotope-toolbar input[type="radio"]:checked + span {
    color: #a43f49;
    border-bottom: 2px solid #a43f49;
}

.isotope-box {
    position: relative;
    width: 100%;
}

.isotope-toolbar {
    text-align: center;
    margin: 10px;
}

.isotope-toolbar p {
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.isotope-toolbar a {
    color: #fff;
}

.isotope-item {
    position: relative;
    width: 48%;
    margin: 1%;
    border-bottom: 2px solid rgba(250,250,250,0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.isotope-item img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.lazyload {
    background: #f7f7f7;
}

.lazyloading {
    background: #f7f7f7 url(//afarkas.github.io/lazysizes/assets/imgs/loader.gif) no-repeat center;
    min-height: 60px;
}

figure.snip1321 {
  overflow: hidden;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}
figure.snip1321 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.snip1321 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
figure.snip1321 h4 {
    margin-top: 15px;
  margin-bottom: 5px;
  color: #232323;
}
figure.snip1321 span {
    font-size: 14px;
    font-style: italic;
    display: block;
    color: #7a7a7a;
}
figure.snip1321 i {
  position: relative!important;
  font-size: 18px;
  background-color: #a43f49;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
}
figure.snip1321:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
figure.snip1321 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1321:hover:after,
figure.snip1321.hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}


/* Contact Me */

section.upgradeSection {
    border-bottom: none;
}

#contact input {
    background-color: rgba(250,250,250,0.1);
    border: 1px solid rgba(250,250,250,1);
    border-radius: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 15px;
}

#contact input:focus {
    outline: none;
    box-shadow: none;
}

#contact textarea {
    background-color: rgba(250,250,250,0.1);
    border: 1px solid rgba(250,250,250,1);
    border-radius: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    height: 180px;
    max-height: 220px;
    line-height: 40px;
    width: 100%;
    padding-left: 15px;
}

#contact textarea:focus {
    outline: none;
    box-shadow: none;
}

#contact {
    text-align: center;
}

@media screen and (max-width: 1680px) {
    .menu {
        left: 5%;
    }

    .section {
        color: #fff;
        width: 65%;
        right: 5%;
        left: 30%;
    }
}

@media screen and (max-width: 1680px) and (min-width: 846px) { 
    .menu .social-network ul li a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .menu .social-network ul li {
        margin: 0;
    }

    .menu .image {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1280px) {
    .menu {
        left: 0%;
    }

    .right-image-post h4,
    .left-image-post h4 {
        margin-top: 0px;
    }

    .right-image-post p,
    .left-image-post p {
        margin-top: 15px;
    }

    .right-image-post .white-button,
    .left-image-post .white-button {
        margin-top: 25px;
    }

}

.menu .container {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 1280px) and (min-width: 846px) {
    .menu {
        width: 25%;
    }
}

#menu-toggle,
#menu-close {
    display: none;
}

@media screen and (max-width: 845px) {        
    #menu-toggle,
    #menu-close {
        display: inline-block;
    }    

    .menu {        
        width: 320px;
        -webkit-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important;
        transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
        transition: transform 233ms cubic-bezier(0, 0, 0.21, 1);
        transition: transform 233ms cubic-bezier(0, 0, 0.21, 1), -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
    }

    .menu .image {
        margin-top: 40px;        
    }

    .menu .image img {
        width: 120px;
        height: 120px;
    }

    .menu .author-content {
        margin: 20px 0px 40px 0px;
    }

    .menu .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .menu.open {
        display: inline-block;
        -webkit-transform: translateX(0) !important;
                transform: translateX(0) !important;
    }

    .responsive-nav {
        display: inline-block;
    }
    .section {
        width: 94%;
        right: 3%;
        left: 3%;
    }
    .isotope-item {
        width: 94%;
        margin: 3%;
    }
    .left-image-post img {
        margin-bottom: 30px;
    }
    .right-image-post img {
        margin-top: 30px;
    }
    .isotope-item {
        border-bottom: none;
        text-align: center;
    }
    .isotope-toolbar {
        margin-bottom: 20px;
    }
}

.descImage, .centreText {
    text-align:center;
}

.closeButton 
{
	color:red;
	cursor:pointer;
	font-size:150%;
}

.siteDescBox 
{
	cursor:pointer;
}

.extraText 
{
	display:none;
}

.siteDescBox.opened
{
	cursor:auto;
	width:auto;
}

.hidden
{
	display:none;
}

.dlButton, .buyButton
{
	display:inline-block;
	height:30px;
	border-width:1px;
	color:yellow;
	border-color:yellow;
	font-weight:bold;
	border-top-right-radius:18px;
	border-bottom-right-radius:18px;
	background-color:transparent;
	border-style:solid;
}

.openButtons
{
	/*float:left;*/
	left:0;
	top:0;
	position:absolute;
	font-size:120%;
	padding:10px;
}

/*.inlineOpenButtons
{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	border: 3px solid rgba(250, 250, 250, 0.25);
	margin:10px auto;
}*/

.displayOpenButtons > div 
{
	font-size:150%;
}

.dlButton:hover, .buyButton:hover
{
	background-color:yellow;
	color:Blue;
	transition: all 0.5s;
}

.bigButton > *
{
	vertical-align:middle;
}

.bigButton a 
{
	display:inline-block;
	padding:10px;
	width:100%;
	font-size:150%;
	transition: all 0.5s;
	color:#c5e17d;
	text-align:center;
	border-radius:18px;
	background-color:black;
	border-style:solid;
}

.bigButton a:hover
{
	font-size:150%;
	transition: all 0.5s;
	background-color:#c5e17d;
	color:black;
}

.topSpace
{
	margin-top:10px;
}

.reqList > li, .bulletList > li
{
	display:list-item;
	list-style:disc;
}

.topPostButtons, .doubleCol
{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.videoBox
{
	margin-top:20px;
}

.galleryDiv > a
{
	text-align:center;
}

#galleryCont {
  position:relative;
  height:281px;
  width:450px;
  display:flex;
  align-items:center;
}

#galleryCont img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

#galleryCont img.gallOpaque {
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}

.gallSelected
{
	font-weight:bold;
}

#imgban 
{
	width:145px;
	height:98px;
	background: url('../images/payicons.png') -395px 0 no-repeat;
}

#imgeps
{
	width:128px;
	height:88px;
	background: url('../images/payicons.png') 0 -112px no-repeat;
}

#imgideal
{
	width:126px;
	height:110px;
	background: url('../images/payicons.png') -432px -100px no-repeat;
}

#imgklarna
{
	width:138px;
	height:73px;
	background: url('../images/payicons.png') -138px -266px no-repeat;
}

#imggiropay
{
	width:138px;
	height:70px;
	background: url('../images/payicons.png') -131px -99px no-repeat;
}

#imgp24
{
	width:138px;
	height:59px;
	background: url('../images/payicons.png') -424px -212px no-repeat;
}

#imgvisa
{
	width:114px;
	height:72px;
	background: url('../images/payicons.png') -9px -209px no-repeat;
}

#imgmaster
{
	width:138px;
	height:87px;
	background: url('../images/payicons.png') -278px -198px no-repeat;
}

#imgmaestro
{
	width:126px;
	height:81px;
	background: url('../images/payicons.png') -136px -177px no-repeat;
}

#imgamex
{
	width:117px;
	height:82px;
	background: url('../images/payicons.png') -131px -2px no-repeat;
}

#imgrev
{
	width:125px;
	height:125px;
	background: url('../images/payicons.png') 0 -291px no-repeat;
}

#imgali
{
	width:113px;
	height:109px;
	background: url('../images/payicons.png') -9px -4px no-repeat;
}

.paymentChoiceGrid h3
{
	margin:1em 0;
}

.paymentButton a 
{
	display:inline-block;
	padding:10px;
	width:180px;
	font-size:150%;
	transition: all 0.5s;
	color:#c5e17d;
	text-align:center;
	border-radius:18px;
	background-color:black;
	border-style:solid;
	margin:2px;
	height:90%;
}

.paymentButton a:hover
{
	font-size:150%;
	transition: all 0.5s;
	background-color:#c5e17d;
	color:black;
}

.payButtons
{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:10px;
}

blockquote
{
	padding: 10px;
	background-color:black;
	border-radius:18px;
}

/*.extraText > h2
{
	margin:10px 0 10px 0;
	font-weight:bold;
}*/

.vidCaption
{
	font-style:italic;
}

.subItemChoices, .nonsubItemChoices, .mainUpgradeCheck
{
	margin: 1.5em 0;
}

.whatToBuy, .howToBuy, .typeToBuy
{
	border: solid 3px #a43f49;
	border-radius: 18px;
	padding: 10px;
	margin: 1.5em 0;
}

.typeToBuy
{
	border-color: grey;
}

.buyBoxHeader
{
	font-style:italic;
	text-align:center;
	margin-bottom:1em;
}

.oversizeHeader
{
    max-width:50%;
    max-height:12vw;
    margin-bottom:2vh;
}

#wweUnblockerSection
{
    margin-top:1em;
}

.ajpwlogo
{
    background-color:white;
}

/* From old purchase page */
.column {float:left;}
.leftPart, .rightPart {width:10%;}
.middle {margin:40px 0; background-color:#ffffff; border: 12px solid #054b81; width:970px;}
.mainContent {padding:0 20px; font-size:1.1em;line-height:1.65em;}
.border {border-style:solid; border-width:1px;}
.cell { width:200px; text-align:center;padding-bottom:20px;}
.textcell {padding:0 0 20px 20px;}
.textpad {padding-left:10px;}
.hidden {display:none;}
.invisible {visibility:hidden;}
.warningText {color:darkred; font-weight:bold; font-size:110%;}
.unblockWarningBox {background-color:#f4f113;padding:0 5px;}
.instruction {color:black; font-weight:bold; font-size:140%;}
.halfTable {width:50%; padding:10px;}
.entryTable {margin:10px auto;}
.entryCell a,.goButton,.bold {font-weight:bold;}
.textcell, .monthSelect, .biggerLink, .biggerText {font-size:120%;font-weight:bold;}
.monthlyPrice {margin-bottom:18px;}
.conversionBorder {border-style:inset; border-width:2px; padding:5px;}
.leftText {text-align:left;}
.pillButton {background-color:#00aa00; border-radius:15px; text-align:center;color:black;font-weight:bold;}
.goodResult {color:darkgreen;}
.badResult {color:red;}
.paySection {margin-bottom:2em;}
.payTypeButton {transition-duration: 0.3s; cursor:pointer; padding:10px; border:3px solid; margin:0 5px 0 5px; border-radius:18px; color:#c5e17d; background-color:black;}
.payTypeAdditional {padding:10px; border:3px solid;}
.payTypeButton h3 {text-align:center;}
.payTypeSelected, .payTypeButton:hover {background-color:#c5e17d; color:black; border:3px inset;}
.plugCheckbox {width:2em; margin-left:1.5em;}
.noSpanWrap {white-space;nowrap;}
.clickableCell {cursor:pointer;}
.clickableCell:hover {background:blue;}
.leftIndent {margin-left:1.5em;}
@media screen and (max-width: 800px),(max-device-width: 800px) {
    .plugCheckbox {width:2em; margin-left:1em;}
    table.wrapTable>tbody>tr>td {width: 100%; float: left;}
    .entryCell {vertical-align:middle;font-size:120%; padding:10px;}
}
@media screen and (min-width: 801px),(min-device-width: 801px) {
    .checkboxIndent {column-count:2;}
    .plugCheckbox {width:2em; margin-left:1.5em;}
    .entryCell {text-align:center;vertical-align:middle;font-size:120%; padding:10px;}
    .inlineHeader {display:inline-block;}
}