@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
.btn {
  color: #e6e6e9;
  background-color: #3f0d12;
  border-color: #1d1d1d;
}
.btn:hover {
  color: #e6e6e9;
  background-color: #f1f0cc;
  border-color: #073b4c;
}

.btn-info {
  background-color: #769f2f;
  border-color: #769f2f;
}
.btn-info:hover {
  color: #8d775f;
  background-color: #f1f0cc;
  border-color: #f1f0cc;
}

.btn-dark {
  color: #1d1d1d !important;
  border-color: #1d1d1d !important;
}
.btn-dark:hover {
  border-color: #118ab2 !important;
}

.btn-dark2 {
  color: #000000 !important;
  border-color: transparent !important;
  background: #ffffff !important;
}
.btn-dark2:hover {
  color: #000000 !important;
  border: 2px solid #000000 !important;
  background: transparent !important;
}

.btn-light {
  color: #8d775f;
  border-color: #8d775f;
}

#terms,
#privacy,
#refund,
#contact,
#login,
#signup,
#cancel,
#order,
#password-request,
#request-password,
#reset-password {
  padding-top: 50px;
}
#terms h1,
#terms h2,
#privacy h1,
#privacy h2,
#refund h1,
#refund h2,
#contact h1,
#contact h2,
#login h1,
#login h2,
#signup h1,
#signup h2,
#cancel h1,
#cancel h2,
#order h1,
#order h2,
#password-request h1,
#password-request h2,
#request-password h1,
#request-password h2,
#reset-password h1,
#reset-password h2 {
  color: #8d775f;
}
#terms h5,
#privacy h5,
#refund h5,
#contact h5,
#login h5,
#signup h5,
#cancel h5,
#order h5,
#password-request h5,
#request-password h5,
#reset-password h5 {
  color: #e6e6e9;
}

.separator_wrapper {
  color: #3f0d12;
}
.separator_wrapper i {
  color: #8d775f;
}
.separator_wrapper i.fa-circle {
  color: #3f0d12;
}
.separator_wrapper::before, .separator_wrapper::after {
  margin-left: -20px;
  margin-right: -20px;
  height: 4px;
  width: 150px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #3f0d12 !important;
}

.icon_spacer::before, .icon_spacer::after {
  margin-left: 0;
  margin-right: 0;
}

.header-light {
  background-color: #ffffff;
}

.header-dark {
  background-color: #1d1d1d;
}

.workDetailHead {
  margin-top: 100px;
}

.bg-dark {
  background-color: #1d1d1d;
}

.row-contact {
  padding: 50px 0 !important;
}

.bg-dark-blue {
  background-color: #073b4c;
}

.bg-sky-blue {
  background-color: #118ab2;
}

.bg-pink {
  background-color: #ef476f;
}

.bg-dark-yellow {
  background-color: #ffd166;
}

.bg-light-green {
  background-color: #06d6a0;
}

.black-text {
  color: #000000;
}

.light-text {
  color: #e6e6e9 !important;
}

.section-title {
  color: #1d1d1d;
}

.uppercase {
  text-transform: uppercase;
}

.txt-grad-animation {
  color: #fff;
  background: -webkit-linear-gradient(-45deg, #50cc7f, #f5d100, #92fe9d, #00c9ff);
  background: -moz-linear-gradient(-45deg, #50cc7f, #f5d100, #92fe9d, #00c9ff);
  background: -o-linear-gradient(-45deg, #50cc7f, #f5d100, #92fe9d, #00c9ff);
  background: linear-gradient(-45deg, #50cc7f, #f5d100, #92fe9d, #00c9ff);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: txtanimation2 15s ease infinite;
  -moz-animation: txtanimation2 15s ease infinite;
  animation: txtanimation2 15s ease infinite;
}

@-webkit-keyframes txtanimation2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes txtanimation2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes txtanimation2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*Text*/
.text-uppercase {
  text-transform: uppercase;
}

.text-extra-medium {
  font-size: 26px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-capitalize {
  text-transform: capitalize;
}

.dark-text {
  color: #1d1d1d;
}

.light-text {
  color: #073b4c;
}

/*
Shorthand 	Description
m 	Margin
t 	Top
r 	Right
b 	Bottom
l 	Left
x 	X-axis (left and right)
y 	Y-axis (top and bottom)
n 	Negative
0 	0 reset
1 	--space-1 (default .5rem)
2 	--space-2 (default 1rem)
3 	--space-3 (default 2rem)
4 	--space-4 (default 4rem)
*/
.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m1 {
  margin: var(--space-1);
}

.mt1 {
  margin-top: var(--space-1);
}

.mr1 {
  margin-right: var(--space-1);
}

.mb1 {
  margin-bottom: var(--space-1);
}

.ml1 {
  margin-left: var(--space-1);
}

.mx1 {
  margin-left: var(--space-1);
  margin-right: var(--space-1);
}

.my1 {
  margin-top: var(--space-1);
  margin-bottom: var(--space-1);
}

.m2 {
  margin: var(--space-2);
}

.mt2 {
  margin-top: var(--space-2);
}

.mr2 {
  margin-right: var(--space-2);
}

.mb2 {
  margin-bottom: var(--space-2);
}

.ml2 {
  margin-left: var(--space-2);
}

.mx2 {
  margin-left: var(--space-2);
  margin-right: var(--space-2);
}

.my2 {
  margin-top: var(--space-2);
  margin-bottom: var(--space-2);
}

.m3 {
  margin: var(--space-3);
}

.mt3 {
  margin-top: var(--space-3);
}

.mr3 {
  margin-right: var(--space-3);
}

.mb3 {
  margin-bottom: var(--space-3);
}

.ml3 {
  margin-left: var(--space-3);
}

.mx3 {
  margin-left: var(--space-3);
  margin-right: var(--space-3);
}

.my3 {
  margin-top: var(--space-3);
  margin-bottom: var(--space-3);
}

.m4 {
  margin: var(--space-4);
}

.mt4 {
  margin-top: var(--space-4);
}

.mr4 {
  margin-right: var(--space-4);
}

.mb4 {
  margin-bottom: var(--space-4);
}

.ml4 {
  margin-left: var(--space-4);
}

.mx4 {
  margin-left: var(--space-4);
  margin-right: var(--space-4);
}

.my4 {
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
}

.mxn1 {
  margin-left: -var(--space-1);
  margin-right: -var(--space-1);
}

.mxn2 {
  margin-left: -var(--space-2);
  margin-right: -var(--space-2);
}

.mxn3 {
  margin-left: -var(--space-3);
  margin-right: -var(--space-3);
}

.mxn4 {
  margin-left: -var(--space-4);
  margin-right: -var(--space-4);
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-left-50 {
  margin-left: 50px;
}

/*
Shorthand 	Description
p 	Padding
t 	Top
r 	Right
b 	Bottom
l 	Left
x 	X-axis (left and right)
y 	Y-axis (top and bottom)
n 	Negative (margin only)
0 	0 reset
1 	--space-1 (default .5rem)
2 	--space-2 (default 1rem)
3 	--space-3 (default 2rem)
4 	--space-4 (default 4rem)
*/
.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1 {
  padding: var(--space-1);
}

.pt1 {
  padding-top: var(--space-1);
}

.pr1 {
  padding-right: var(--space-1);
}

.pb1 {
  padding-bottom: var(--space-1);
}

.pl1 {
  padding-left: var(--space-1);
}

.py1 {
  padding-top: var(--space-1);
  padding-bottom: var(--space-1);
}

.px1 {
  padding-left: var(--space-1);
  padding-right: var(--space-1);
}

.p2 {
  padding: var(--space-2);
}

.pt2 {
  padding-top: var(--space-2);
}

.pr2 {
  padding-right: var(--space-2);
}

.pb2 {
  padding-bottom: var(--space-2);
}

.pl2 {
  padding-left: var(--space-2);
}

.py2 {
  padding-top: var(--space-2);
  padding-bottom: var(--space-2);
}

.px2 {
  padding-left: var(--space-2);
  padding-right: var(--space-2);
}

.p3 {
  padding: var(--space-3);
}

.pt3 {
  padding-top: var(--space-3);
}

.pr3 {
  padding-right: var(--space-3);
}

.pb3 {
  padding-bottom: var(--space-3);
}

.pl3 {
  padding-left: var(--space-3);
}

.py3 {
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
}

.px3 {
  padding-left: var(--space-3);
  padding-right: var(--space-3);
}

.p4 {
  padding: var(--space-4);
}

.pt4 {
  padding-top: var(--space-4);
}

.pr4 {
  padding-right: var(--space-4);
}

.pb4 {
  padding-bottom: var(--space-4);
}

.pl4 {
  padding-left: var(--space-4);
}

.py4 {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
}

.px4 {
  padding-left: var(--space-4);
  padding-right: var(--space-4);
}

:root {
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 2rem;
  --space-4: 4rem;
}

.no-background {
  background: none;
}

.display-inline-block {
  display: inline;
}

.display-inline-block > div {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.remove-border-right {
  border-right: none !important;
}

/**** HEADER SECTION ****/
.navbar-brand img {
  width: 25% !important;
}

/**** CONTENT ****/
#ebooks-one .img-responsive {
  display: inherit;
}

#ebooks-two .img-circle.styled {
  width: 150px;
}

/**** FOOTER ****/
#login,
#request-password {
  color: #1d1d1d;
}
#login .contact-form,
#request-password .contact-form {
  left: 20% !important;
}
#login h2,
#login h5,
#request-password h2,
#request-password h5 {
  color: #e6e6e9 !important;
}
#login .btn:hover,
#request-password .btn:hover {
  color: #769f2f;
  border-color: #769f2f !important;
}
#login #submitbtn,
#request-password #submitbtn {
  padding-left: 160px;
  padding-right: 160px;
  margin-top: 60px;
}
#login .alert,
#request-password .alert {
  margin: 0 300px;
}
#login #request-password,
#request-password #request-password {
  padding: 140px 0;
}

#contact h1,
#cancel h1 {
  margin-left: 100px;
}

.nav-link {
  color: #444;
}
.nav-link:hover {
  color: #284b63;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #193532;
  background-color: #284b63;
}

#portfolio .portfolio-item img {
  height: 220px;
}

#request-password .page-section,
#reset-password .page-section,
#password-request .page-section {
  padding-top: 0;
}
#request-password .alert,
#reset-password .alert,
#password-request .alert {
  margin: 0;
}
#request-password h5,
#reset-password h5,
#password-request h5 {
  color: #769f2f;
}
#request-password h2,
#reset-password h2,
#password-request h2 {
  color: #e6e6e9;
}

.grecaptcha-badge {
  bottom: 80px !important;
}

#signup #sidebar-left {
  background-color: #3f0d12;
}
#signup #sidebar-left a,
#signup #sidebar-left .button {
  color: #8d775f;
}
#signup #sidebar-right #submitbtn:hover {
  background-color: #f1f0cc;
  border-color: #f1f0cc;
}
#signup #country,
#signup #phone_country_code,
#signup #plan {
  color: #757575;
  border-color: #757575;
  padding: 0 0;
}
#signup #join-form {
  color: #f1f0cc;
}
#signup .input-wrapper {
  color: #333333;
}

#simple-header a {
  color: #284b63;
}
#simple-header img {
  width: 240px;
}

#simple-header {
  background: #ffffff;
  margin-bottom: 1.2em;
}

#simple-header img {
  width: 200px;
}

.parsley-error {
  border-color: red;
}

ul.parsley-errors-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.parsley-errors-list li {
  color: red;
}

.card-title {
  font-size: 25px;
  color: #457d58ff;
  font-weight: 400;
  margin-bottom: 0px;
}

#order {
  padding-top: 130px;
}
#order .page-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#order-confirmation .alert-success,
#order-confirmation h3 {
  color: #0f5132 !important;
}
#order-confirmation .alert-danger,
#order-confirmation h3 {
  color: #842029 !important;
}
#order-confirmation p {
  font-size: 18px;
  color: #a71d31;
}

#member-header {
  margin-bottom: -180px;
}

.welcome-image {
  width: 100%;
}

#welcome-box {
  z-index: 200;
}

.article {
  border: 2px solid #597823;
  border-radius: 5px;
  background-color: #769f2f;
}

#content-wrapper {
  background-color: #a71d31;
}
#content-wrapper h2 {
  text-transform: uppercase;
  text-align: center;
}
#content-wrapper .entry-meta li,
#content-wrapper .entry-meta a:not(:hover) {
  color: #97dffc;
}
#content-wrapper .entry-title h2 a:hover {
  color: #a71d31;
}

.header-bg .menu-link {
  color: #3f0d12;
}

.sticky-header .not-dark .menu-link {
  color: #3f0d12;
}

#recipe .fa-cutlery,
#recipe .fa-book {
  color: #284b63;
}

.entry-content > img {
  width: 80%;
}

#profile {
  background-size: cover;
}
#profile .update-subscription {
  background-color: #3c6e71 !important;
}
#profile .update-subscription:hover {
  background-color: #457e82 !important;
}
#profile .content-outer {
  max-width: 1200px;
}
#profile .auto-container {
  max-width: inherit;
}
#profile .confirm {
  background-color: #353535 !important;
}
#profile .confirm:hover {
  background-color: #424242 !important;
}
#profile .text-green {
  color: #0f5132;
}

.no-bg-color {
  background-color: #ffffff !important;
}

.panel {
  text-align: center;
}

.panel:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}

.panel-body {
  padding: 0px;
  text-align: center;
}

.the-price {
  background-color: rgba(220, 220, 220, 0.17);
  box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
  padding: 20px;
  margin: 0;
}

.the-price h1 {
  line-height: 1em;
  padding: 0;
  margin: 0;
}

.subscript {
  font-size: 25px;
}

/* CSS-only ribbon styles    */
.cnrflash {
  /*Position correctly within container*/
  position: absolute;
  top: -9px;
  right: 4px;
  z-index: 1;
  /*Set overflow to hidden, to mask inner square*/
  overflow: hidden;
  /*Set size and add subtle rounding  		to soften edges*/
  width: 100px;
  height: 100px;
  border-radius: 3px 5px 3px 0;
}

.cnrflash-inner {
  /*Set position, make larger then 			container and rotate 45 degrees*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 145px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -webkit-transform-origin: 100% 100%;
  /*Purely decorative effects to add texture and stuff*/
  /* Safari and Chrome */
  -ms-transform-origin: 100% 100%;
  /* IE 9 */
  -o-transform-origin: 100% 100%;
  /* Opera */
  -moz-transform-origin: 100% 100%;
  /* Firefox */
  background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, 0.2) 50%);
  background-size: 4px, auto, auto, auto;
  background-color: #aa0101;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}

.cnrflash-inner:before,
.cnrflash-inner:after {
  /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
  content: " ";
  display: block;
  position: absolute;
  bottom: -16px;
  width: 0;
  height: 0;
  border: 8px solid #800000;
}

.cnrflash-inner:before {
  left: 1px;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.cnrflash-inner:after {
  right: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.cnrflash-label {
  /*Make the label look nice*/
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(1, 1, 1, 0.8);
  font-size: 0.95em;
  font-weight: bold;
  text-align: center;
}

.pink-btn {
  color: #fff;
  border: 2px solid #ca7379;
  display: block;
  font-size: 11px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #ca7379;
  border-radius: 20px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.pink-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.pink-btn:hover,
.pink-btn:focus,
.pink-btn:active {
  color: #ca7379;
}

.pink-btn:hover:before,
.pink-btn:focus:before,
.pink-btn:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.white-btn {
  color: #25262c;
  border: 2px solid #ddd;
  display: block;
  font-size: 11px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.white-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #25262c;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.white-btn:hover,
.white-btn:focus,
.white-btn:active {
  color: #ffffff;
}

.white-btn:hover:before,
.white-btn:focus:before,
.white-btn:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.white-btn-2 {
  color: #25262c;
  display: block;
  padding: 13px 30px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.white-btn-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #25262c;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.white-btn-2:hover,
.white-btn-2:focus,
.white-btn-2:active {
  color: #ffffff;
}

.white-btn-2:hover:before,
.white-btn-2:focus:before,
.white-btn-2:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.white-border-btn {
  color: #fff;
  border: 2px solid #fff;
  display: block;
  padding: 11px 30px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: transparent;
  border-radius: 20px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.white-border-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca7379;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.white-border-btn:hover,
.white-border-btn:focus,
.white-border-btn:active {
  color: #ffffff;
}

.white-border-btn:hover:before,
.white-border-btn:focus:before,
.white-border-btn:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.small-btn {
  padding: 10px 25px !important;
  font-size: 10px;
}

.medium-btn {
  padding: 11px 25px !important;
  font-size: 11px;
}

.large-btn {
  padding: 12px 30px !important;
  font-size: 12px;
}

.long-btn {
  width: 260px;
}

#gridGallery {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

h2,
.ms-WPBody h2 {
  color: #000;
}

.box h3 {
  color: #fff;
  font-family: "Source Sans Pro";
  font-weight: 700;
}

section {
  margin: 25px 0;
}

#gridGallery .row {
  background-color: black;
}

.box {
  background-position: center center;
  background-size: cover;
  border: 1px solid #fff;
  transition: opacity 0.25s;
  overflow: hidden;
}

.hiddenText {
  display: none !important;
}

.box:hover {
  cursor: pointer;
  z-index: 1;
}

#boxOne,
#boxTwo,
#boxSeven,
#boxEight {
  height: 300px;
}

#boxThree,
#boxFour,
#boxFive,
#boxSix {
  height: 150px;
}

#boxOne {
  background-image: url("/assets/images/gallery/gallery1.jpg");
}

#boxEight {
  background-image: url("/assets/images/gallery/gallery8.jpg");
}

#boxTwo {
  background-image: url("/assets/images/gallery/gallery2.jpg");
}

#boxSeven {
  background-image: url("/assets/images/gallery/gallery7.jpg");
}

#boxThree {
  background-image: url("/assets/images/gallery/gallery3.jpg");
}

#boxSix {
  background-image: url("/assets/images/gallery/gallery6.jpg");
}

#boxFour {
  background-image: url("/assets/images/gallery/gallery4.jpg");
}

#boxFive {
  background-image: url("/assets/images/gallery/gallery5.jpg");
}

.full {
  float: none;
  height: 600px !important;
  width: 1170px;
  position: absolute;
  z-index: 2;
}

#gridH {
  background-color: #eee;
  min-height: 600px;
  margin-bottom: 50px;
}

#gridH .row {
  margin-top: 150px;
}

#gridH .row .full {
  margin-top: -150px;
}

.full:hover {
  transform: scale(1);
  box-shadow: none;
}

.opacity {
  opacity: 0.8;
}

.captionBox {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 50px;
  color: white;
  left: 50px;
  padding: 25px;
  position: absolute;
  opacity: 0;
}

.captionBox p {
  font-size: 16px;
  font-weight: 300;
}

.captionBox h3 {
  margin-top: 0;
  text-transform: uppercase;
}

.transition {
  transition: 1s;
}

.bottomRight {
  left: auto;
  right: 80px;
}

.topRight {
  left: auto;
  right: 50px;
  bottom: auto;
  top: 50px;
}

.topLeft {
  bottom: auto;
  top: 50px;
}

.toggleIcon {
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  border-radius: 3px;
  bottom: 15px;
  height: 36px;
  left: -100px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  width: 36px;
}

.box.full .toggleIcon {
  background-color: rgba(0, 0, 0, 0.57);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  top: 26px;
  height: 36px;
  left: 50px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  width: 36px;
}

.box:hover .toggleIcon {
  opacity: 1;
  left: 15px;
  transition: all 0.25s ease 0s;
  background-image: url("/assets/images/icons/eye-light.png");
}

.box.full .toggleIcon {
  opacity: 1;
  left: 50px;
  top: 26px;
  border-radius: 0;
  background-image: url("/assets/images/icons/eye-light.png");
  background-size: 55%;
}

.box.full .toggleIcon:hover {
  background-color: black;
  transition: all 0s ease 0;
}

#gridGallery > .row {
  margin: 0;
}

@media (max-width: 1200px) {
  .full {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .full {
    width: 750px;
  }
}
@media (max-width: 768px) {
  #boxThree,
#boxFour,
#boxFive,
#boxSix {
    height: 300px;
  }

  .toggleIcon {
    display: none;
  }

  .full .captionBox {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 10px;
  }

  .full .captionBox p {
    display: none;
  }

  .full .captionBox h3 {
    margin-bottom: 0;
  }

  .box.full {
    height: inherit;
    width: 100%;
  }

  .box {
    max-height: 150px !important;
  }

  #gridGallery .row {
    background-color: transparent;
  }

  #gridH .row {
    margin-top: 0px;
  }

  .box.full .toggleIcon {
    height: 50px !important;
    left: 0 !important;
    top: 0 !important;
    width: 50px !important;
    display: block;
  }

  .mobileFunction {
    float: left;
    height: 150px;
    width: 100%;
  }
}

#section-pricing .btn:hover {
    color: #1d1d1d;
}

section#mu-hero {
	padding-top:100px;
}