@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');
body {
    line-height: 24px;
    font-size: 14px;
    color: #b6b7b9;
	background: #13151f;
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
	color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h4 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
a {
    transition: 0.6s;
}
a,
a:hover {
    color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    width: 100%;
    border: none;
}
a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-bottom: 0;
}
select:focus,
select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}
button{
    cursor: pointer;
}
textarea {
	height: 160px;
}
input[type="text"],
input[type="submit"],
button[type="submit"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea {
    background: #24262d;
    width: 100%;
    padding: 8px 15px;
    border: none;
}
input[type="submit"],
button[type="submit"] {
    width: auto;
    color: #666;
    padding: 4px 15px;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.section-title h1 i {
    color: #fece50;
	font-size: 40px;
	margin-right: 5px;
}
.mt-100 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.pt-60 {
	padding-top: 20px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-20 {
	padding-bottom: 20px;
}
.ptb-100 {
    padding: 100px 0;
}
.ptb-90 {
    padding: 90px 0;
}
.owl-nav div {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 35px;
    background: #fff;
    color: #000;
    height: 35px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    font-size: 29px;
    transition: 0.4s;
    margin-top: -60px;
}
.owl-nav div:hover {
    background: #000;
    color: #fff;
}
.owl-nav div.owl-next {
    right: 20px;
    left: auto;
}
.owl-dots {
    text-align: center;
    margin-top: 35px;
}
.owl-dot {
    width: 20px;
    height: 6px;
	border-radius: 5px;
    background: #595a5f;
    display: inline-block;
    margin: 0 5px;
}
.owl-dot.active {
    width: 28px;
    background: #efe52b;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.theme-btn {
    color: #fff;
	border-radius: 35px;
    padding: 5px 25px;
    display: inline-block;
    font-size: 14px;
	cursor: pointer;
	font-weight: 500;
}
.theme-btn:hover {
    border: 1px solid #efe52b;
	background: transparent;
    color: #efe52b;
}
.theme-btn2:hover,
.theme-btn2 {
    color: #fff;
	background: #963dad; /* Old browsers */
	background: -moz-linear-gradient(top, #963dad 0%, #9c3db1 34%, #ba3fc4 65%, #c340ca 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #963dad 0%,#9c3db1 34%,#ba3fc4 65%,#c340ca 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #963dad 0%,#9c3db1 34%,#ba3fc4 65%,#c340ca 100%); 
	border: none;
}
.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
textarea,
input,
textarea::-webkit-input-placeholder ,
input::-webkit-input-placeholder {
    color: #fff;
}
.header {
	padding: 18px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header-area {
    grid-template-rows: repeat(2,1fr);
    grid-template-columns: repeat(12,1fr);
    align-items: center;
    grid-gap: 20px;
}
.logo {
	position:relative;
	margin-top:-10px;
    height:153px;
    width:250px;
    margin-left:-40px;
    z-index: 8;
}
.header-right {
    grid-column: span 10;
    text-align: right;
    display: flex;
    align-items: center;
}
.menu-area {
    font-size: 16px;
    font-weight: 500;
    margin-top: -100px;
}
.mainmenu {
	position:relative;
	float:right;
    text-align: right;
    margin-left:200px;
    border: 1px solid #efe52b;
    background: rgba(25, 25, 25, .75);
}
.mainmenu li {
    display: inline-block;
	position: relative;
}
.mainmenu li a:not(.theme-btn) {
    display: inline-block;
	margin-right: 30px;
	padding: 3px 0;
}
.slicknav_menu {
	padding: 0;
    background: transparent;
    z-index: 9;
}
.mainmenu {
    display: block;
}
.slicknav_menu {
	display: none;
	font-size:22px;
}
.header.sticky {
	border-bottom: 1px solid #fff;
	background: #000;
}
.mainmenu li:hover ul {
    transform: scaleY(1);
}
.mainmenu li ul li {
	display: block;
}
.mainmenu li ul {
    position: absolute;
    top: 100%;
    background: #000;
    left: -21px;
    text-align: right;
    min-width: 170px;
    transform: scaleY(0);
    transition: all 0.4s;
    border: 1px solid #efe52b;
    background: rgba(25, 25, 25, .75);
}
.mainmenu li a.active, .mainmenu li a:hover {
    color: #efe52b;
}
.header-right form {
    display: flex;
    max-width: 380px;
    border: 1px solid #eee;
    border-radius: 30px;
    margin-left: auto;
}
.header-right form button {
    background: transparent;
    color: #fff;
    border: none;
    padding-right: 10px;
}
option {
	color: #000;
}
.header-right form select {
    background: url('https://www.murdochmurdoch.net/img/select-icon.png') no-repeat right center;
    color: #fff;
    padding: 0 20px 0 30px;
    border: none;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.header-right form input {
    width: auto;
	background: transparent;
	color: #fff;
    border: none;
    margin: 0;
    border-left: 1px solid #ddd;
    margin-left: 20px;
}
.header-right ul li a:hover {
	color: #efe52b;
}
.header-right ul li {
    padding: 8px 0 0;
    margin-left: 15px;
    display: inline-block;
}
.bg-index-area {
    position: relative;
    background-image: url('https://www.murdochmurdoch.net/img/background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    
}
.bg-index-area-slide {
    background: #13151f;
    margin: 320px 15px 50px;
    padding-top: 52px;
    box-shadow: 0 0 20px #000000;
}
.bg-index-area-content > img {
    position: relative;
    margin-top: -120px;
}
.bg-index-area-slider {
	margin: auto;
	width: 950px;
}
.author-review {
    color: #fece50;
    float: left;
}
.review h4 {
    padding-left: 25px;
    overflow: hidden;
}
.review {
    margin: 8px 0 35px;
}
.bg-index-area-content h3 {
    margin-top: 35px;
}
.single-slide-cast {
    width: 11.5%;
	margin-right: 1%;
	float: left;
    margin-top: 15px;
}
.single-slide-cast img {
    border-radius: 100%;
}
.single-slide-cast.text-center {
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    max-width: 45px;
    border: 2px solid #efe52b;
    color: #efe52b;
}
.pr-50 {
	padding-right: 10px;
	margin-left: -15px;
}
.slide-trailor {
    overflow: hidden;
    margin-top: 40px;
}
.slide-cast {
    overflow: hidden;
}
.slide-trailor h3 {
    float: left;
    margin: 0;
    margin-right: 25px;
}
.bg-index-area-thumb .bg-index-area-slide {
	margin: 0 15px;
}
.thumb-prev {
    position: absolute;
    bottom: 0;
    left: -690px;
    max-width: 950px;
    -webkit-perspective: 80px;
    perspective: 80px;
}
.thumb-next {
    position: absolute;
    bottom: 0;
    right: -690px;
    max-width: 950px;
    -webkit-perspective: 80px;
    perspective: 80px;
}
hr {
	margin: 0;
	border-top: 1px solid #efe52b;
}
.portfolio-menu {
	padding-top: 30px;
}
.portfolio-menu li {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    padding-bottom: 20px;
    cursor: pointer;
}
.portfolio-menu li::before {
    background: transparent;
    bottom: -2px;
    left: 0;
    right: 0;
    transition: 0.4s;
    content: "";
    height: 4px;
    position: absolute;
    z-index: 99;
}
.portfolio-menu li.active {
    color: #fff;
}
.portfolio-menu li.active::before,.portfolio-menu li:hover::before {
    background: #efe52b;
}
.portfolio-content h2 {
    margin-top: 20px;
}
.single-portfolio {
    margin-top: 50px;
}
.content-area,
.single-portfolio-img {
	overflow: hidden;
	position: relative;
}
.single-portfolio-img:hover .popup-img i {
	opacity: 1;
}
.single-portfolio-img .popup-img i {
	opacity: 0;
}
.content-area img,
.single-portfolio-img img {
	transition: 0.9s;
}
.content-area:hover img,
.single-portfolio:hover img {
	transform: scale(1.2);
}
.single-portfolio .review {
    margin-bottom: 0;
}
.portfolio-sidebar img {
    margin-top: 30px;
	border-radius: 10px;
}
.portfolio-sidebar {
    margin-top: 20px;
}
.content-area {
    position: relative;
	margin-top: 35px;
	margin-bottom: 20px;
}
/* .popup-img i:hover {
    color: #fece50;
    border: 2px solid #fece50;
} */
.popup-img i {
    width: 60px;
    height: 60px;
    line-height: 60px;
	color: #fece50;
    border: 2px solid #fece50;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.video-text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(19,21,31,0.6);
    padding: 20px 35px;
    width: 100%;
}
.video-text .review {
    margin-bottom: 0;
}
.single-news {
	position: relative;
	color: #fff;
}
.news-content {
    position: absolute;
    left: 60px;
    bottom: 35px;
    right: 420px;
}
.news-bg-1 {
	background: url('https://www.murdochmurdoch.net/img/news/news1.jpg') no-repeat center / cover;
    height: 350px;
}
.news-bg-2 {
	background: url('https://www.murdochmurdoch.net/img/news/news2.jpg') no-repeat center / cover;
    height: 350px;
}
.news-bg-3 {
	background: url('https://www.murdochmurdoch.net/img/news/news3.jpg') no-repeat center / cover;
    height: 350px;
}
.news-date {
	position: absolute;
	left: 60px;
	top: 0;
	background: #f09819; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #f09819 0%, #ef8128 34%, #ec474c 64%, #efe52b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #f09819 0%,#ef8128 34%,#ec474c 64%,#efe52b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #f09819 0%,#ef8128 34%,#ec474c 64%,#efe52b 100%);
	padding: 20px;
}
.news-date h2 span {
	font-size: 16px;
}
.news-content > h2 {
    margin-bottom: 15px;
}
.news-slider .single-news{
    max-width: 950px;
    margin: 50px auto 0;
}
.single-news a {
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.news-slide-area {
    position: relative;
    overflow: hidden;
}
.news-next {
    position: absolute;
    width: 950px;
    bottom: 0;
    left: 0;
    margin-left: -770px;
    z-index: 99;
    cursor: pointer;
}
.news-prev {
    position: absolute;
    width: 950px;
    bottom: 0;
    right: 0;
    margin-right: -770px;
    z-index: 99;
    cursor: pointer;
    height: 350px;
}
.footer {
    position: relative;
	padding: 30px 0 30px;
}
.footer::before {
    position: absolute;
    background: #13151f;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.widget h4,.widget img {
    margin-bottom: 40px;
}
.widget ul li {
    margin-top: 15px;
}
.widget h6 {
    margin-top: 18px;
}
.widget {
    margin-bottom: 40px;
}
.widget button {
    background: transparent;
    color: #efe52b;
    border: none;
    padding: 0;
}
.widget form {
    margin-top: 25px;
}
.copyright {
    padding-top: 25px;
}
.bg-area-murdoch {
    background-image: url('https://www.murdochmurdoch.net/img/background.jpg');
}
.bg-area {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	min-height: 1080px;
}
.bg-area-content {
	text-align: center;
}
.bg-area-content h1 {
	font-size: 60px;
}
.frame-box {
	margin-top:-900px;
    padding: 15px;
    padding-bottom:40px;
    box-shadow: 0 0 20px #000000;
    position: relative;
    background:#13151f;
    max-width:1280px;
    max-height:740px;
}
.frame-box2 {
	margin-top:-900px;
    padding: 15px;
    padding-bottom:40px;
    box-shadow: 0 0 20px #000000;
    position: relative;
    background:#13151f;
    max-width:1280px;
    background: rgba(25, 25, 25, .75);
}
.frame-box3 {
	margin-top:-900px;
    padding: 15px;
    padding-bottom:40px;
    box-shadow: 0 0 20px #000000;
    position: relative;
    background:#13151f;
    max-width:1280px;
    background: rgba(25, 25, 25, .9);
}
.frame-box .frame-content img {
    display: block;
    position: relative;
}
.frame-content > p {
    margin: 12px 0 30px;
    position: relative;
    padding-left: 70px;
}
.frame-content > h2 + a.theme-btn {
    margin: 12px 10px 20px 0;
}
.frame-content > p::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 55px;
    height: 2px;
    margin: auto;
    background: #efe52b;
}
.frame-left {
    color: #efe52b;
    min-width: 100px;
}
.frame-content ul li {
    display: flex;
    margin-top: 12px;
    font-weight: 300;
}
.frame-right .theme-btn {
    margin: 0 8px;
	padding: 2px 15px;
}
.frame-bottom {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}
.frame-bottom span {
    display: block;
    color: #efe52b;
}
.frame-bottom p {
    margin-bottom: 8px;
}
.frame-box > .theme-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 5px 0 0;
}
.details-content >div {
    margin-top: 30px;
}
.details-content {
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}
.details-content >div h2 {
    margin-bottom: 20px;
}
.details-overview h2 {
    position: relative;
    padding-bottom: 10px;
}
.details-overview h2::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #efe52b;
    content: "";
    width: 50px;
    height: 2px;
}
.select-container {
    position: relative;
    margin-bottom: 30px;
}
.textarea-container {
    position: relative;
}
.textarea-container button {
	color: #fff;
	background: transparent;
	font-size: 20px;
	border: none;
}
.textarea-container button,
.select-container i {
    position: absolute;
    right: 15px;
    bottom: 12px;
    margin: auto;
}
.details-comment {
    display: flex;
    align-items: center;
}
.details-comment a {
    flex: 1;
	text-align: center;
}
.details-comment p {
    flex: 5;
    margin-left: 25px;
}
.details-thumb > div {
    padding-top: 20px;
    display: flex;
    width: 50%;
}
.thumb-icon {
    width: 45px;
    font-size: 45px;
}
.thumb-text {
	flex: 5;
}
.details-thumb {
    display: flex;
}
.details-thumb > div h4,
.details-thumb > div i {
	transition: 0.4s;
}
.details-thumb > div:hover h4,
.details-thumb > div:hover i {
	color: #efe52b
}
.details-thumb-next {
    text-align: right;
}
.thumb-text h4 {
    margin-bottom: 2px;
}
.blog-area {
	padding-top: 30px;
}
.blog-area .single-news {
	margin-top: 70px;
}
.news-details a i {
	margin-right: 5px;
}
.news-details > h2 {
    margin: 30px 0 5px;
}
.news-details > h2 + a,.news-details > h2 + a + a {
    margin-right: 10px;
    display: inline-block;
}
.news-details > p {
    margin-top: 25px;
}
.news-details .details-thumb {
    border-top: 1px solid #ddd;
	padding-bottom: 15px;
}
.news-details .details-comment {
    padding: 25px 0 30px;
}
.news-details .details-reply {
	margin-top: 25px;
}
.news-details .details-reply h2 {
    margin-bottom: 25px;
}
.blog-sidebar ul li {
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    padding-bottom: 3px;
}
.blog-sidebar h4 {
    margin-top: 35px;
}
.news-details {
    padding-top: 35px;
}
.detail-author {
    margin: 40px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
}
.details-author h4 {
    display: inline-block;
    margin-right: 10px;
}
.details-author a {
    margin-left: 20px;
}
#preloader {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #13151f url("https://www.murdochmurdoch.net/img/preloader.gif") no-repeat center center;
}
