*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}



html {
  background: #EEE;
  color: #222;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html ::-webkit-scrollbar {
  width: 0.6em;
  height: 0.6em;
}
html ::-webkit-scrollbar-thumb {
  background: #e02975;
}
html ::-webkit-scrollbar-track {
  background: gray;
}
html body {
  scrollbar-face-color: #e02975;
  scrollbar-track-color: gray;
}

body {
  font: 300 16px/1.7 "Helvetica Neue", Helvetica, arial, sans-serif;
  margin: 0;
}

input, textarea {
    border: 1px solid #ededed;
    max-width: 100%;
}

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

[hidden] {
  display: none;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  background: #e02975;
  border-color: #e02975;
  border-style: solid;
  color: #fff;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #e65692;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.wpcf7 {
  float: left;
  width: 100%;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

h1 {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0.67em 0;
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0.83em 0 0;
}

h3 {
  font-size: 19px;
  font-size: 1.9rem;
  margin: 1em 0;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1.33em 0;
}

h5 {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 1.67em 0;
}

h6 {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 2.33em 0;
}

a:hover {
  outline: 0;
}
a:active {
  outline: 0;
}
a:focus {
  outline: thin dotted;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 16px;
  font-size: 1.6rem;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

#warning {
  color: #c70000;
}

[class^="icon-"] {
  float: left;
  margin-right: 0.2em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

::selection {
  background: #e02975;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #e02975;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #e02975;
  color: #fff;
  text-shadow: none;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

.align-right {
  float: right;
  max-width: 18em;
  padding-top: 0;
  padding-left: 1em;
  position: relative;
  width: 50%;
  z-index: 10;
}

.align-left {
  float: left;
  max-width: 18em;
  padding-top: 0;
  padding-right: 1em;
  position: relative;
  width: 50%;
  z-index: 10;
}

.small {
  max-width: 14em;
}

.size-medium {
  height: auto;
  max-width: 200px;
  width: 40%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  float: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  margin: 12px 24px 12px 0;
  max-width: 100%;
  height: auto;
}

img.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.457142857rem 0 0.857142857rem 1.714285714rem;
}

img.aligncenter {
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
  max-width: 100%;
  height: auto;
     vertical-align: middle;
}

img.alignnone {
  margin-top: 12px;
  margin-bottom: 12px;
  max-width: 100%;
  height: auto;
     vertical-align: middle;
}

.main blockquote {
  margin: 0;
  font-size: 1.4em;
  padding: 24px;
  padding: 1.714285714rem;
  font-style: italic;
}

.size-full {
  height: auto;
  width: 100%;
}

.size-large {
  max-width: 500px;
  width: 100%;
}

.player .title header h1 {
  display: none !important;
}

.gallery-item img {
  height: auto;
  width: 90%;
}

.rslides {
  color: #000;
  float: left;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0.7em 0 0;
}
.rslides a {
  color: #000;
}

.rslides li {
  border: #CCC 3px solid;
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.featured-slider figcaption {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  color: #000;
  height: 1.7em;
  font-family: 'Oswald', sans-serif;
  font-size: 1.8em;
  line-height: 1.65;
  overflow: hidden;
  padding: 0 0.5em;
  position: absolute;
  z-index: 10;
}

.soliloquy-wrapper {
	float: left;
	width: 100%;
}

.soliloquy-container a:active, .soliloquy-container .soliloquy a:active {
  outline: none !important;
}

.soliloquy-container .soliloquy .soliloquy-slides,
.soliloquy-container .soliloquy .soliloquy-slides li,
.soliloquy-container .soliloquy-control-nav,
.soliloquy-container .soliloquy-control-nav li,
.soliloquy-container .soliloquy-direction-nav,
.soliloquy-container .soliloquy-direction-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.soliloquy-container {
  border: 0.2em solid #ccc;
  float: left;
  margin: 0;
  margin-top: 1em !important;
  position: relative;
  width: 100%;
  zoom: 1;
}

.soliloquy-container .soliloquy-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  max-height: 2000px;
  transition: all 1s ease;
}

.soliloquy-container .soliloquy {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  zoom: 1;
}

.soliloquy-container .soliloquy .soliloquy-slides > li {
  display: none;
}

.soliloquy-container .soliloquy .soliloquy-slides img {
  display: block;
  width: 100%;
}

.soliloquy-container .soliloquy-slides:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

html[xmlns] .soliloquy-container .soliloquy-slides {
  display: block;
}

* html .soliloquy-container .soliloquy-slides {
  height: 1%;
}

.no-js .soliloquy-slides > li:first-child {
  display: block;
}

.soliloquy-container .soliloquy .soliloquy-slides {
  zoom: 1;
}

.soliloquy-container .soliloquy .soliloquy-slides > li {
  position: relative;
}

.soliloquy-container .soliloquy .soliloquy-slides > li a {
  display: block;
}

.soliloquy-container .soliloquy-caption {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  zoom: 1;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  color: #fff;
  height: 1.7em;
  float: right;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em !important;
  line-height: 1.65;
  overflow: hidden;
  padding: 0 0.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  z-index: 10;
}
@media (min-width: 31.25em) {
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    width: auto;
  }
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside a {
  position: relative;
  z-index: 20;
}

.soliloquy-container .soliloquy-direction-nav {
  background: url("images/slider-arrows-horizontal.png") no-repeat scroll -9999px -9999px;
  display: none;
  height: 0;
  list-style: none;
}

.soliloquy-container:hover .soliloquy-direction-nav, .soliloquy-container.soliloquy-hover .soliloquy-direction-nav {
  display: block;
}

.soliloquy-container .soliloquy-direction-nav li a {
  border: 0 none;
  display: block;
  outline: 0;
  z-index: 30;
}

.soliloquy-container .soliloquy-direction-nav li .soliloquy-next {
  background: url("images/slider-arrows-horizontal.png") no-repeat scroll 0 -18px;
  height: 18px;
  margin-top: -8px;
  right: 10px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 13px;
  z-index: 30;
}

.soliloquy-container .soliloquy-direction-nav li .soliloquy-prev {
  background: url("images/slider-arrows-horizontal.png") no-repeat scroll 0 0;
  height: 18px;
  left: 10px;
  margin-top: -8px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 13px;
  z-index: 30;
}

.soliloquy-container .soliloquy-direction-nav li .disabled,
.soliloquy-container .soliloquy-direction-nav li .soliloquy-disabled {
  cursor: default;
  filter: alpha(opacity=30);
  opacity: .3;
}

.soliloquy-container .soliloquy-control-nav {
  background: url("images/slider-dots.png") no-repeat scroll -9999px -9999px;
  bottom: 10px;
  display: none;
  line-height: 0;
  list-style: none;
  margin-left: 5px;
  position: absolute;
  z-index: 30;
}
@media (min-width: 31.25em) {
  .soliloquy-container .soliloquy-control-nav {
    display: block;
  }
}

.soliloquy-container .soliloquy-control-nav li {
  display: inline-block;
  *display: inline;
  margin: 0 0 0 5px;
  zoom: 1;
}

.soliloquy-container .soliloquy-control-nav li a {
  background: url("images/slider-dots.png") no-repeat scroll 0 0;
  cursor: pointer;
  display: block;
  float: left;
  height: 14px;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  z-index: 50;
}

.soliloquy-container .soliloquy-control-nav li a:hover,
.soliloquy-container .soliloquy-control-nav li a.active,
.soliloquy-container .soliloquy-control-nav li a.soliloquy-active {
  background-position: 0 -14px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .soliloquy-container .soliloquy-direction-nav li .soliloquy-next {
    background: url("images/slider-arrows-horizontal@2x.png") no-repeat scroll 0 -20px;
    background-size: 100%;
  }

  .soliloquy-container .soliloquy-direction-nav li .soliloquy-prev {
    background: url("images/slider-arrows-horizontal@2x.png") no-repeat scroll 0 0;
    background-size: 100%;
  }

  .soliloquy-container .soliloquy-control-nav li a {
    background: url("images/slider-dots@2x.png") no-repeat scroll 0 0;
    background-size: 100%;
    height: 15px;
  }

  .soliloquy-container .soliloquy-control-nav li a:hover,
  .soliloquy-container .soliloquy-control-nav li a.active,
  .soliloquy-container .soliloquy-control-nav li a.soliloquy-active {
    background-position: 0 -15px;
  }
}
@media only screen and (max-width: 800px) {
  .soliloquy-container .soliloquy-caption-inside {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .soliloquy-container .soliloquy-caption-inside {
    bottom: auto;
    top: 0;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.cleafix:before, .wrapper:before, .video-loop-post:before,
.cleafix:after,
.wrapper:after,
.video-loop-post:after {
  content: " ";
  display: table;
}

.cleafix:after, .wrapper:after, .video-loop-post:after {
  clear: both;
}

.logo {
  float: left;
  position: relative;
  text-align: left;
  width: 100%;
}
.logo h4 {
  color: #8b8b8b;
  display: none;
  font-weight: normal;
  line-height: 1;
  margin: -0.2em 0 -0.4em 2em;
  position: relative;
  z-index: 10;
}
@media (min-width: 50.875em) {
  .logo h4 {
    display: block;
  }
}
.logo img {
  margin-bottom: -0.4em;
  width: 100%;
}

nav ul {
  font-family: 'Oswald', sans-serif;
  float: left;
  margin: 0;
  margin-left: -0.5em;
  padding: 0;
  text-align: center;
}
nav ul li {
  border-right: 1px solid #ababab;
  display: inline-block;
  position:relative;
  font-size: 17px;
  line-height: 19px;
  margin: 0 0 -10px 0;
  padding: 0 0.3em;
  vertical-align: top;
  zoom: 1;
}
nav ul li:last-child {
  border-right: 0;
}
nav a {
  color: #ababab;
  text-decoration: none;
}
nav a:hover {
  color: #e02975;
}


.sub_menu {display:none;}

.nav-test li:hover .sub_menu {
  background: none repeat scroll 0 0 #ededed;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
  display: block;
  left: -5px;
  position: absolute;
  width: 164px;
  z-index: 1000;
  top: 23px;
}

.sub_menu > ul {
  float: none;
  margin: 0;
  padding: 0;
}

.sub_menu li {
  border: 0 none;
  display: block;
  float: none;
  height: 33px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.sub_menu a {
  border-bottom: 1px solid #cccccc;
  display: block;
  padding: 5px 10px;
  text-align: left;
}


#menu_toggle {display:none;}

@media all and (max-width:700px){

	#menu_toggle {display:block;width:100%;cursor:pointer;text-align:center;  font-family: "Oswald",sans-serif;padding:5px 0px;font-size:18px;}
	#navigation_block {display:none;}
	
	nav ul {
		background: none repeat scroll 0 0 #f1f1f1;
		float: none;
		width:100%;
		font-family: "Oswald",sans-serif;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	nav ul li {
	  border-bottom: 1px solid #cccccc;
	  border-right: 0 solid #ababab;
	  display: block;
	  font-size: 1.1em;
	  line-height: 1.1;
		margin: 0;
	  padding: 5px 0;
	  position: relative;
	  vertical-align: top;
	  width: 100%;
	}
	
	nav a {
	  color: #ababab;
	  display: block;
	  text-decoration: none;
	}
	
	.nav-test li:hover .sub_menu,
	.sub_menu {
	  background: none repeat scroll 0 0 #ededed;
	  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	  display: block;
	  left: 0px;
	  text-align:center;
	  position: relative;
	  width: 100%;
	  z-index: 1000;
	  top: 5px;
	}
	
	
	.sub_menu a {
	  border-bottom: 0px solid #cccccc;
	  border-top: 1px solid #cccccc;
	  display: block;
	  padding: 5px 10px;
	  text-align: center;
	}


	.sub_menu ul {
	  background: none repeat scroll 0 0 #e6e6e6;
	}

}

.pagination {
  background: #000;
  color: #fff;
  float: left;
  font-weight: bold;
  line-height: 2;
  padding: 0 0.6em;
  width: 100%;
}
.pagination a {
  color: inherit;
  text-decoration: none;
}
.pagination .current {
  color: #e02975;
}

.wrapper {
  background: #fff;
  padding: 1em;
  position: relative;
  margin: 1em auto;
  max-width: 1024px;
  width: 98%;
}

.main {
  margin-top: 0;
  float: left;
  width: 100%;
}
@media (min-width: 50.875em) {
  .main {
    width: 70%;
  }
}

.box-row img {
  border: 0.2em solid white;
  float: left;
  margin: 0;
  width: 50%;
}
@media (min-width: 50.875em) {
  .box-row img {
    width: 25%;
  }
}

.posts-title {
  background: #000;
  float: left;
  margin: 0.6em 0;
  padding: 0.2em 0.4em;
  width: 100%;
}
.posts-title h3 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1em;
  margin: 0;
  text-transform: uppercase;
}

.posts-title a {
  color: #30b8bc;
  float: right;
  font-size: 0.7em;
  margin-top: 0.3em;
  text-decoration: none;
}

.posts-title i {
  margin-right: 0.3em;
  line-height: 1.3;
  font-size: 1.3em;
}

.footer {
  float: left;
}

.back-to-category {
  color: #444;
  float: left;
  font-size: 0.5em;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 50.875em) {
  .back-to-category {
    float: right;
    margin-top: 0.5em;
    width: auto;
  }
}
.back-to-category a {
  color: #e02975;
}

.entry-title {
    background-color: #e02975;
    color: #fff;
    float: left;
    font-family: "Oswald",sans-serif;
    font-size: 28px;
    line-height: 30px;
    margin: 15px 0;
    padding: 2px 16px;
    width: 100%;
}
@media (min-width: 50.875em) {
  .entry-title {
    font-size: 28px;
    line-height: 30px;
  }
}

.post-body {
  margin-top: 1em;
  float: left;
  width: 100%;
}
.post-body h2:first-of-type {
  margin-top: -1em;
}
.post-body a {
  color: #e02975;
  font-weight: bold;
}
.post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
  color: #e02975;
}

.category-ask-fanny .post-body h2:first-of-type {
  margin-top: 0;
}

h2.normal-margin {
  margin: 0.83em 0 0 !important;
}

.box-info {
  background: #f0fbfb;
  border: 0.1em solid #30b8bc;
  float: left;
  margin: 1em 0;
  padding: 0.4em;
  width: 100%;
  font-size: 19px;
  font-size: 1.9rem;
}
.box-info:before {
  color: #e02975;
  content: attr(data-title) " ";
  font-weight: bold;
}

.box-error {
  background: #fadbe8;
  border: 0.1em solid #bb1b5d;
  float: left;
  margin: 1em 0;
  padding: 0.4em;
  width: 100%;
  font-size: 19px;
  font-size: 1.9rem;
}
.box-error:before {
  color: #e02975;
  content: attr(data-title) " ";
  font-weight: bold;
}

.box-warning {
  background: #fbe6c6;
  border: 0.1em solid #b5740d;
  float: left;
  margin: 1em 0;
  padding: 0.4em;
  width: 100%;
  font-size: 19px;
  font-size: 1.9rem;
}
.box-warning:before {
  color: #e02975;
  content: attr(data-title) " ";
  font-weight: bold;
}

.box-success {
  background: #a5ebc3;
  border: 0.1em solid #1b7642;
  float: left;
  margin: 1em 0;
  padding: 0.4em;
  width: 100%;
  font-size: 19px;
  font-size: 1.9rem;
}
.box-success:before {
  color: #e02975;
  content: attr(data-title) " ";
  font-weight: bold;
}

.posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.loop-post {
  border-bottom: 1px solid #CCC;
  float: left;
  padding: 0.5em 0;
  position: relative;
  width: 100%;
}
.loop-post:last-of-type {
  border-bottom: none;
}

.loop-post-inner {
  margin-right: 1%;
  float: right;
  width: 75%;
}

.loop-post-image-container {
  border: 2px solid #CCC;
  float: left;
  overflow: hidden;
  padding-bottom: 10.5%;
  position: relative;
  width: 20%;
}

.loop-post img {
  box-shadow: none;
  float: left;
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.loop-post:hover img {
  opacity: 0.6;
}

.loop-post a {
  color: #444;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.loop-post:hover a {
  color: #808080;
}

.loop-post-title, .video-loop-post-title {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.3em;
  line-height: 1;
  margin: 0 0 0.2em 0;
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 50.875em) {
  .loop-post-title, .video-loop-post-title {
    width: 85%;
  }
}

.loop-post-info {
  margin: 0;
  margin-top: 0.3em;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 50.875em) {
  .loop-post-info {
    overflow: visible;
    width: auto;
    white-space: normal;
  }
}

.loop-post-category-title {
  background: #fff;
  color: #e02975 !important;
  font-size: 0.8em;
  height: 1em;
  line-height: 0.8;
  overflow: hidden;
  padding: 0 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -0.5em;
  z-index: 20;
}
@media (min-width: 50.875em) {
  .loop-post-category-title {
    background: #e02975;
    color: #fff !important;
    height: auto;
    line-height: 1.6;
    top: 0.5em;
  }
}

.post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.video-loop-post {
  float: left;
  width: 100%;
}
@media (min-width: 50.875em) {
  .video-loop-post {
    margin-right: 1%;
    width: 49%;
  }
}
.video-loop-post a {
  text-decoration: none;
}

.video-loop-post-title {
  background: #000;
  color: #fff;
  height: 1.5em;
  line-height: 1.2;
  padding: 0.3em;
  margin: 0;
  width: 100%;
}

.babes-loop-post-title {
  color: #636363;
  font-family: helvetica;
  line-height: 1;
  margin: 0 0 0.2em 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
}
.babes-loop-post-title:after {
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  width: 1em;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.babes-loop-post {
  float: left;
  margin: 1%;
  width: 48%;
}
@media (min-width: 31.25em) {
  .babes-loop-post {
    width: 23%;
  }
}
.babes-loop-post img {
  border: 0.2em solid #CCC;
  width: 100%;
}
.babes-loop-post a {
  color: inherit;
  text-decoration: none;
}

.bonkers-loop-post {
  float: left;
  width: 100%;
}
.bonkers-loop-post a {
  color: #444;
  text-decoration: none;
}

.category-title {
  background: #444;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  float: left;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.4;
  margin: 0.3em 0 0.1em;
  padding: 0 0.3em;
  text-transform: uppercase;
  width: 100%;
}
.category-title:before {
  margin-right: 0.3em;
  font-family: FontAwesome;
  float: left;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

.category-title-videos {
  background: #06c300;
}
.category-title-videos:before {
  content: "\f008";
}

.category-title-interviews {
  background: #8100c3;
}
.category-title-interviews:before {
  content: "\f130";
}

.category-title-confessions {
  background: #8100c3;
}
.category-title-confessions:before {
  content: "";
}

.category-title-articles {
  background: #00ccfc;
}
.category-title-articles:before {
  content: "\f044";
}

.category-title-bonkers {
  background: #ff9a0a;
}
.category-title-bonkers:before {
  content: "\f118";
}

.category-title-babes {
  background: #e02975;
}
.category-title-babes:before {
  content: "\f182";
}

.category-title-tv-babes {
  background: #e02975;
}
.category-title-tv-babes:before {
  content: "\f182";
}

.category-title-porn-star-babes {
  background: #e02975;
}
.category-title-porn-star-babes:before {
  content: "\f182";
}

.category-title-get-fanny {
  background: #565656;
}
.category-title-get-fanny:before {
  content: "\f182";
}

.category-title-top10s {
  background: #565656;
}
.category-title-top10s:before {
  content: "\f005";
}

.category-title-ask-fanny {
  background: #c30000;
}
.category-title-ask-fanny:before {
  content: "\f128";
}

.category-description {
  background: #eee;
  float: left;
  padding: 1em;
  margin: 1.5em 0;
}
.category-description img {
  border: 2px solid #CCC;
  float: left;
  margin: 0.3em 0.5em 0 0;
  width: 6em;
}

.category-description-with-menu {
  margin: 0 0 1.5em 0;
}

.subcategories-menu {
  float: left;
  list-style: none;
  margin: 1em 0 -1em -0.3em;
  padding: 0;
  width: 100%;
}
.subcategories-menu li {
  border-right: 0.1em solid #e02975;
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  padding: 0 0.3em;
}
.subcategories-menu li:last-child {
  border-right: none;
}
.subcategories-menu li a {
  color: #00b0b6;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-decoration: none;
}

.intro-selfshot {
  margin-top: 2em;
}

/* =Tiled Gallery Default Styles
-------------------------------------------------------------- */
.tiled-gallery {
  clear: both;
  margin: 0 0 20px;
  overflow: hidden;
}

.tiled-gallery img {
  margin: 2px !important;
  /* Ensure that this value isn't overridden by themes that give content images blanket margins */
}

.tiled-gallery .gallery-group {
  float: left;
  position: relative;
}

.tiled-gallery .tiled-gallery-item {
  float: left;
  margin: 0;
  position: relative;
  width: inherit;
  /* prevents ie8 bug with inline width styles */
}

.tiled-gallery .gallery-row {
  overflow: hidden;
  margin-bottom: 2px;
}

.tiled-gallery .tiled-gallery-item a {
  /* Needs to reset some properties for theme compatibility */
  background: transparent;
  border: none;
  color: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: auto;
}

.tiled-gallery .tiled-gallery-item img,
.tiled-gallery .tiled-gallery-item img:hover {
  /* Needs to reset some properties for theme compatibility */
  background: none;
  border: none;
  box-shadow: none;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
}

.tiled-gallery-caption {
  /* Captions */
  background: #eee;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  text-indent: 10px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption {
  /* Smaller captions */
  font-size: 11px;
}

/* Hide galleries in widgets until they've been resized to fit.
   Gallery widgets are almost guaranteed to need resizing, and
   the jump is a little more obvious than galleries in content. */
.widget-gallery .tiled-gallery-unresized {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}

/* =Greyscale
-------------------------------------------------------------- */
.tiled-gallery .tiled-gallery-item img.grayscale {
  position: absolute;
  left: 0;
  top: 0;
}

.tiled-gallery .tiled-gallery-item img.grayscale:hover {
  opacity: 0;
}

/* =Circles Layout
-------------------------------------------------------------- */
.tiled-gallery.type-circle .tiled-gallery-item img {
  border-radius: 50% !important;
  /* Ensure that circles are displayed in themes that add border-radius to all images as a default */
}

.tiled-gallery.type-circle .tiled-gallery-caption {
  display: none;
  opacity: 0;
}

.sidebar {
  background: #fff;
  float: right;
  width: 100%;
}
@media (min-width: 50.875em) {
  .sidebar {
    width: 27%;
  }
}

.category-title-interviews.camera:before {
	content: "\f03d";
}

.category-title-interviews.camera {
	background: #e02975;
}

div#fannycamsBox {
    padding-top: 20px;
    clear: both;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
  color: #e02975;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: white;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.1em 5.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: white;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  -webkit-transform-origin: 0.1em 5.1em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

/* Side bar */
.widget-area .widget {
  margin-bottom: 10px;
  margin-bottom: 0.4rem;
  width: 100%;
  float: right;
}
.widget-area .widget img {
  float: left;
  width: 100%;
}

.randomtext img {
  float: left;
  margin: 0 0 0.5em;
  width: 100%;
}
.randomtext img:nth-of-type(2) {
  margin: 0;
}

.about-me {
  background: #efefef;
  color: #9e9e9e;
  font-size: 0.7em;
  margin-bottom: 1em;
  padding: 0.5em;
}
.about-me p {
  color: #444;
  margin: 0;
}

.fanny-avatar {
  float: left;
  margin-right: 0.7em;
  width: 100px;
}

#wpcf7-f1209-w1-o1 {
  position: relative;
  float: left;
  width: 100%;
}

#wpcf7-f1209-w1-o1 p {
  bottom: 1.5em;
  left: 0.5em;
  height: 2em;
  margin: 0 !important;
  position: absolute;
}

.wpcf-submit {
  position: absolute;
  right: 0;
}

.container2 a {
  color: #00b0b6;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.category-heading {
  font-family: 'Oswald', sans-serif;
  margin-top: 0.2em;
}

div.wpcf7-mail-sent-ok {
  background: white;
  border: 2px solid #30b8bc;
  position: relative;
  z-index: 100;
}

.wpcf7-form .wpcf7-text {
  width: 100%;
}

#search-2 {
  background: #000;
  height: 2.5em;
  float: left;
  width: 100%;
  padding: 0.5em 0;
}

.wpcf7-textarea {
  width: 100%;
}

.widget img {
  float: left;
  width: 100%;
}

.popular-babes {
  width: 48%;
}

.popular-babes a {
  text-decoration: none;
}

.popular-babes p {
  background: #ccc;
  color: #444;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0 0.3em;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.popular-babes:hover img {
  opacity: 0.8;
}

.popular-babes:hover p {
  color: #e02975;
}

.popular-babes img {
  border: 3px solid #ccc;
  float: left;
  width: 100%;
}

.popular-babes_2 {
  float: left;
}

.popular-babes_3 {
  float: right;
}

.popular-babes_1 {
  margin-bottom: 0.6em;
  float: left;
  width: 100%;
}

.popular-babes_1 p {
  float: left;
  font-weight: bold;
  font-size: 1.1em;
}

.dogma-articles li {
  float: left;
  height: 4.8em;
  width: 100%;
}

.dogma-img {
  float: left;
  width: 35%;
}

.dogma-info {
  float: right;
  width: 62%;
}

.tags li {
  float: left;
  margin-right: 1em;
}

.tags li a {
  text-decoration: none;
}

.social-icons {
	font-size: 34px;
	font-size: 3.3rem;
	line-height: 0.5;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0.1em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
}

.social-icons a {
  color: white;
}

.social-icons li {
  font-size: inherit !important;
  float: left;
  margin-right: 0.25em;
}

.social-icons li:last-child {
  margin-right: 0;
}

.fa-twitter:hover {
  color: #4099FF;
}

.fa-youtube:hover {
	color: #FF0000;
}

.fa-facebook:hover {
  color: #3A5B96;
}

.fa-pinterest:hover {
  color: #C92228;
}

.fa-envelope:hover {
  color: #EDBF42;
}

.fa-vimeo-square:hover {
  color: #44bbff;
}

.inactive {
  color: #444 !important;
  cursor: not-allowed;
}

.sidebar-fanny {
  display: none;
  height: 226px;
  overflow: hidden;
  position: relative;
  margin-top: -30px;
}
@media (min-width: 50.875em) {
  .sidebar-fanny {
    display: block;
  }
}

.sidebar-fanny-img {
  position: absolute;
  right: 0;
}

#search-2 {
  background: #000;
  height: 3.6em;
  float: left;
  width: 100%;
  padding: 0.6em 0;
}
#search-2 input[type="text"] {
  width: 60%;
  padding-right: 2em;
}

input[type="submit"] {
  border-radius: 0 !important;
  border: none !important;
}

#search-2 {
  background: #000;
  height: 2.4em;
  padding: 0.4em 0;
}

#search-2 label {
  color: #fff;
  display: inline;
  font-family: 'Oswald', sans-serif;
  float: left;
  font-size: 1.3em;
  line-height: 0.8;
  margin: 0.2em 0.3em;
  text-transform: uppercase;
}

#search-2 input {
  border-radius: 0 !important;
  border: none;
  float: left;
  height: 25px;
}

#searchsubmit {
  background: #e02975;
  border-left: 0.3em solid black !important;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  text-transform: uppercase;
  right: 1.5em;
  width: 2.2em;
}

#randomtext-3 img {
  margin-top: 0.6em;
}

#wpcf7-f1209-o1 {
  margin-top: -2em;
  margin-left: 0.5em;
}
#wpcf7-f1209-o1 input[type=email] {
  width: 70%;
}

.attachment-page img {
  height: auto !important;
  width: 100%;
}

.next-button {
  float: right;
  font-size: 1.5em;
  padding: 0;
}

.previous-button {
  float: left;
  font-size: 1.5em;
  padding: 0;
}

.books {
	width: 100%;
	float: left;
	margin-bottom: 6px;
}

.books p {
	line-height: 21px;
}

.books h3 {
	color: #E02975;	
	padding: 0;
	margin: -22px 0 7px 0;
	font-size: 1.8rem;
	line-height: 2rem;
}

.books img {
	border: 1px solid #333;
}

#myvideo {
	width: 100% !important;
}

.streamContainer {
	float: left;
	width: 100%;
}

.streamWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 29px;
	height: 0;
}
.streamWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#stream-container {
	width: 100%    !important;
 	height: auto   !important;
}

.category-title-askfanny {
	background: #e02975;
}


.category-title-askfanny:before {
    content: "\f0a1";
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    font-family: arial;
}

#ask-fanny-header-mobile {
	display: none;
}

#ask-fanny-header-pc, #ask-fanny-header-mobile {
	width: 100%;
}

#ask-fanny-header-pc img, #ask-fanny-header-mobile img {
	width: 100%;
	height: auto;
}

#ask-fanny-charlotte {
	width: 100%;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 20px;
}

.ask-fanny-charlotte-posts {
	width: 100%;
	float: left;
	margin-top: -17px;
	color: #666;
	font-size: 14px;
	line-height: 17px;
}

.ask-fanny-charlotte-posts span {
	color: #000;
	font-size: 15px;
	line-height: 23px;
}

.ask-fanny-charlotte-posts ul {
	margin-bottom: 5px;
}

.ask-fanny-charlotte-divide {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

#ask-fanny-charlotte-name {
	width: 100%;
	float: left;
	padding-top: 9px;
	font-weight: bold;
	text-decoration: underline;
}

.ask-fanny-charlotte-posts p span {
	text-decoration: underline;
}

.ask-fanny-charlotte-posts p {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.ask-fanny-charlotte-posts p a {
	color: #e02975;
	font-weight: bold;
}

#ask-fanny-charlotte-sm {
	width: 100%;
	float: left;
}

#ask-fanny-charlotte-sm img {
	padding-right: 2px;
}

#ask-fanny-charlotte a, .ask-fanny-charlotte-posts a {
	pointer-events: none;
}

.ask-fanny-charlotte-posts p a, #ask-fanny-charlotte-sm a {
	pointer-events: auto;
}

#ask-fanny-charlotte p {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 17px;
	color: #666;
	padding: 0 0 4px 0;
	margin: 0;
}

.ask-fanny-charlotte-term, .ask-fanny-charlotte-term2 {
	width: 100%;
	float: left;
	font-size: 11px;
	line-height: 13px;
	margin-top: -5px;
	color: #666;
}

.ask-fanny-charlotte-term2 {
	margin-top: 0;
}

#ask-fanny-footer {
	width: 100%;
	float: left;
	font-size: 11px;
	line-height: 12px;
	color: #666;
	text-align: center;
	padding: 0 10px 10px 10px;
}

@media screen and (max-width: 480px){
#ask-fanny-header-mobile {
	display: block;
}

#ask-fanny-header-cta {
	width: 100%;
	float: left;
	text-align: center;
background: #070707; /* Old browsers */
background: -moz-linear-gradient(top,  #070707 0%, #3d3d3d 3%, #494949 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #070707 0%,#3d3d3d 3%,#494949 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #070707 0%,#3d3d3d 3%,#494949 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070707', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	margin: -8px 0 0 0;
	padding: 3px 0 0 0;
}

#ask-fanny-header-pc {
	display: none;
}

#ask-fanny-charlotte a, .ask-fanny-charlotte-posts a {
	pointer-events: auto;
}


}

/* =REVIEWS START
-------------------------------------------------------------- */

#review-wrapper {
  max-width: 100%;
  margin: 0 auto;
  color: #444;
  background-color: #fff;
  line-height: 13px;
}

#review-header {
  background-color: #e02975;
  float: left;
  margin-top: 15px;
  padding: 2px 12px 3px 17px;
  width: 100%;
}

#review-title {
  float: left;
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
}

.reviews-intro h1 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 30px;
  padding: 0 0 3px 0;
  margin: 0;
  color: #e02975;
  text-transform: uppercase;
}

.reviews-intro {
  background-color: #eee;
  float: left;
  padding: 10px 15px 15px;
  width: 100%;
}

.reviews h2 {
  color: #31babf;
  float: left;
  font-family: "Oswald", sans-serif;
  font-size: 27px;
  line-height: 29px;
  margin: 0 0 7px;
  padding: 0;
  width: 50%;
  text-transform: uppercase;
  border: none;
}

.reviews h2 a {
  color: #31babf;
}

#review-wrapper p {
  padding: 0; margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #222;
}

#review-wrapper p a {
  color: #e02975;
}

.reviews {
  border-bottom: 1px solid #ccc;
  float: left;
  padding: 7px 0 11px;
  width: 100%;
}

.reviews-last-child {
  border-bottom: none;
}

.score {
  float: right;
  padding-top: 4px;
  text-align: center;
  width: 50%;
}

.score_heart {
  float: right;
  padding: 0 0 5px 3px;
  color: #e02975;
  font-size: 20px;
}

.score_rate {
  background-color: #666;
  border: 1px solid #666;
  border-radius: 0 5px 5px 0;
  color: #fff;
  float: right;
  font-weight: bold;
  height: 20px;
  padding: 3px 3px 0 0;
  width: 53px;
}

.score_rate_fh {
  border: 1px solid #666;
  border-radius: 5px 0 0 5px;
  color: #666;
  float: right;
  font-weight: bold;
  height: 20px;
  padding: 3px 0 0 3px;
  width: 135px;
}

.reviews_service_cont {
  float: left;
  padding: 0 0 0 5px;
  width: 49%;
}

.reviews_services {
  list-style-type: none;  
  float: left;
  margin: 0 5px 0 0;
  background-color: #C39;
  padding: 5px;
  color: #e02975;
  color: #fff;
  font-size: 13px;
}

.reviews_services:hover {
  background-color: #666;
}

.reviews_irish {
  float: left;
}

.reviews_irish img {
  height: 23px;
  width: 41px;
  border: 1px solid #666;
}

.reviews_info {
  width: 50%;
  float: left;
  clear: both;
  position: relative;
}

.reviews_info img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

.reviews_info_link {
  position: absolute;
  background-color: #F06;
  border: 1px solid #fff; 
  border-radius: 5px;
  bottom: 11px;
  right: 9px;
  float: right;
  display: block;
  text-align: center;
  background-color: #31babf;
  padding: 4px 9px;
  color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.reviews_desc {
  float: left;
  padding: 0 0 0 5px;
  width: 49%;
}

#review-nav {
  display: none;
}

#review-nav {
  background: #666;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 5px;
  position: absolute;
  right: 0;
  width: 33%;
  z-index: 9999;
}

#review-nav .review-item {
  float: left;
  width: 100%;
  list-style: none;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #fff;
  border-bottom-color: #fff;
}

#review-nav .review-item a {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: normal;
  line-height: 18px;
  padding: 5px 5px 7px 11px;
  text-align: left;
}

#review-nav .review-item a:hover {
  color: #ABF3F8;
}

#review-nav .review-item span a {
  color: #fff;
  background-color: #31babf;
}

#review-nav .review-item span a:hover {
  color: #333;
}

.review-nav-button-holder {
  min-height: 50px;
}

div#review-nav-button-wrapper {
  color: #fff;
  font-family: "Oswald";
  position: relative;
  text-align: right;
}

#review-nav-button-wrapper a {
    display: inline-block;
    vertical-align: middle;
  font-size: 25px;
    line-height: 40px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

div#review-nav-button-wrapper i.fa.hamburger {
    vertical-align: middle;
    font-size: 43px;
    line-height: 30px;
    position: relative;
    top: -1px; 
}

@media screen and (max-width: 480px){
  
  .score {
  width: 50%;
}
.reviews h1 {
  font-size: 24px;
  line-height: 26px;
  padding: 0 0 2px;
}

.reviews h2 {
  font-size: 24px;
  line-height: 27px;
}

.score_rate_fh {
  font-size: 12px;
  width: 94px;
}

.score_rate {
  font-size: 15px;
  width: 41px;
}

.reviews_info {
  width: 100%;
  margin-bottom: 5px;
}

.reviews_service_cont {
  width: 100%;
  padding: 0;
}

.reviews_desc {
  padding: 3px 0 0 0;
  width: 100%;
} 

.reviews-intro h1 {
  font-size: 24px;
  line-height: 26px;
  padding: 0 0 4px;
  text-align: center;
}

.reviews h2 {
  font-size: 20px;
  line-height: 23px;
  width: 50%;
}

.score_rate {
  font-size: 13px;
  width: 37px;
}

.score_rate_fh {
  padding: 2px 2px 2px 4px;
  width: 99px;
}

#review-title {
  font-size: 24px;
  line-height: 40px;
  width: 69%;
}
#review-nav {
  width: 74%;
}

#review-header {
  padding: 3px 12px 6px 17px;
  width: 100%;
}

#review-nav-button-wrapper a {
  font-size: 18px;
}

#review-nav .review-item a {
  font-size: 19px;
  line-height: 21px;
}

div#review-nav-button-wrapper i.fa.hamburger {
  font-size: 32px;
  line-height: 36px;
}

}

@media screen and (max-width: 360px){
  
  .score_rate_fh {
  width: 94px;
}
}

@media screen and (max-width: 320px){
  
#review-title {
  font-size: 20px;
}

div#review-nav-button-wrapper i.fa.hamburger {
  font-size: 31px;
  line-height: 32px;
  position: relative;
}

#review-nav {
  width: 85%;
}

.score {
  width: 55%;
}

.reviews h2 {
  font-size: 19px;
  line-height: 21px;
  width: 44%;
}

.reviews_services {
  font-size: 12px;
  padding: 4px;
}

.reviews_irish {
  margin-top: 5px;
}

}


/* =REVIEWS END
-------------------------------------------------------------- */


.video-container {
}

.video-container video {
    display: block; /* Explicitly ensures the video is displayed */
    max-width: 100%;
    height: auto;
    border: 2px solid #ccc;
    border-radius: 8px;
}
