/*
Theme Name: Raw Australia
Author: Netwizard Design & Hosting
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/
@import url('css/font-awesome/css/font-awesome.min.css');
@import url('css/reset.css');
@import url('css/slicknav.css');
@import url('../../../assets/vendor/libre-franklin.css');
html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Libre Franklin', sans-serif;
	color: #333;
	background:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-size:32px;
	margin:0 0 20px 0;
	line-height:42px;
	font-weight: 700;
}
h2 {
	font-size:26px;
	line-height:36px;
	font-weight: 700;
	margin:0 0 20px 0;
}
h3 {
	font-size:24px;
	font-weight: 700;
	margin:0 0 15px 0;
	line-height:34px;
}
h4 {
	font-size:20px;
	margin:0 0 20px 0;
	line-height:24px;
	font-weight: 700;
}
p {
	font-size:16px;
	margin:0 0 20px 0;
	line-height:22px;
}
ul {
	margin:0 0 20px 25px;
}
ol {
	margin:0 0 20px 25px;
}
ol li {
	padding:0 0 0 10px;
	margin:0 0 6px 0;
}
a {
	color:#386b9f;
	text-decoration:none;
}
.clear {
	clear:both;
}
.container {
	width:96%;
	margin:0 auto;
	position:relative;
	max-width:1400px;
}
.slicknav_menu {
	display:none;
}
#header {
	position:relative;
	width:100%;
	z-index:997;
	height:115px;
	background:#000;
}
.logo {
	position:relative;
	margin:13px 0 0 0;
	float:left;
}
#header .menu {
	list-style-type:none;
	margin:40px 0 0 0;
	position:relative;
	float:right;
}
#header .menu li {
	display:inline-block;
	position:relative;
	margin:0 0 0 30px;
	height:75px;
}
#header .menu li a {
	color:#fff;
	font-size:20px;
	font-weight:300;
	padding:0 0 0 0;
	display:block;
	height:45px;
}
#header .menu li.current-menu-item a {
	background:url(images/active.png) no-repeat bottom center;
}
#header .menu li.current-menu-item a {
	font-weight:700;
	color:#008dd0;
}

#header .menu li ul {
	width:230px;
	display:none;
	position:absolute;
	top:75px;
	left:-10px;
	margin:0 0 0 0;
	background: rgba(0, 141, 208, 0.9);
}
#header .menu li ul li {
	display:block;
	position:relative;
	margin:0 0 0 0;
	height:40px
}
#header .menu li ul li a {
	color:#fff;
	width:90%;
	font-size:20px;
	font-weight:300;
	padding:0 5%;
	display:block;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
}
#header .menu li ul li.current-menu-item a {
	font-weight:700;
	color:#fff;
	background-image:none !important;
}
#header .menu li:hover ul {
	display:block;
}
img {
	max-width:100%;
	height:auto;
}
#slider {
	position:relative;
	width:100%;
	height:100%;
	z-index:0;
	top:-115px;
	margin:0 0 -115px 0;
	overflow:hidden;
}
.banner {
	width:1400px;
	position:absolute;
	top:45%;
	left:50%;
	margin:0 0 0 -700px;
	z-index:50;
}
.banner-inner {
	float:right;
	width:600px;
	padding:50px 50px;
	background:rgba(0,141,208,0.75);
	color:#fff;
	text-align:right;
}
.banner-inner h2 {
	font-size:36px;
	font-weight:300;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #fff;
}
.banner-inner p {
	font-size:20px;
	line-height:30px;
	margin:0 0 0 0;
}
#slider .cycle-slideshow {
	position:relative;
	width:100%;
	height:100%;
	z-index:0;
}
#slider .cycle-slideshow #slide1 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide1.jpg) no-repeat top center fixed;
	background-size:cover;
	overflow:hidden;
}
#slider .cycle-slideshow #slide2 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide2.jpg) no-repeat top center fixed;
	background-size:cover;
	overflow:hidden;
}
#slider .cycle-slideshow #slide3 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide3.jpg) no-repeat top center fixed;
	background-size:cover;
	overflow:hidden;
}
#slider .cycle-slideshow #slide4 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide4.jpg) no-repeat top center fixed;
	background-size:cover;
	overflow:hidden;
}
#slider .cycle-slideshow #slide5 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide5.jpg) no-repeat top center fixed;
	background-size:cover;
	overflow:hidden;
}
#inner {
	width:100%;
	height:100px;
	position:relative;
	background:url(images/inner.jpg) no-repeat center center;
	background-size:cover;
	overflow:hidden;
	padding:100px 0 0 0;
}
#inner2 {
	width:100%;
	height:100px;
	position:relative;
	background:url(images/inner2.jpg) no-repeat center center;
	background-size:cover;
	overflow:hidden;
	padding:100px 0 0 0;
}
.inner h1, .inner h3 {
	color:#fff;
	font-size:32px;
	text-align:center;
}
#content {
	position:relative;
	padding:75px 0;
	z-index:999;
}
#welcome {
	position:relative;
	padding:75px 0;
}
#welcome img {
	width:50%;
	float:left;
	margin:0 0 0 0;
}
.welcome {
	width:44%;
	float:right;
}
#welcome h1 {
	font-size:40px;
	font-weight:300;
	padding:100px 0 10px 0;
	border-bottom:1px solid #008dd0;
}
#welcome h1 span {
	color:#008dd0;
	font-weight:700;
}
#callout {
	padding:30px 0;
	background:#008dd0;
	color:#fff;
}
#callout p {
	font-weight:700;
	font-size:22px;
	float:left;
	margin:0 0 0 0;
	padding:20px 0 0 0;
}
#callout a {
	font-weight:400;
	font-size:20px;
	float:right;
	padding:20px 30px;
	background:#000;
	color:#fff;
}
#secondary {
	background:url(images/secondary.jpg) no-repeat top center;
	background-size:cover;
	width:100%;
	padding:175px 0 200px 0;
}
.secondary {
	float:right;
	width:550px;
	padding:40px 40px;
	background:rgba(0,141,208,0.8);
	color:#fff;
}
.secondary h2 {
	padding:0 0 10px 0;
	border-bottom:1px solid #fff;
}
.alignleft  {
	float:left;
	margin:0 50px 30px 0;
	max-width:35%;
}
.alignright, .wp-post-image {
	float:right;
	margin:0 0 30px 50px;
	max-width:35%;
}
#projects {
	padding:75px 0;
	background:#f3f3f3;
	border-top:1px solid #ccc;
}
#projects h2 {
	text-align:center;
	font-size:40px;
	font-weight:300;
	margin:0 0 50px 0;
}
#projects h2 span {
	color:#008dd0;
	font-weight:700;
}
#projects nav {
    display: block;
    width: 100%;
	margin:0 0 40px 0;
}
#projects nav ul {
   list-style: none; 
   margin:0 !important;
}
#projects nav > ul > li {
    display: inline-block;
	font-size:18px;
	margin:0 20px 30px 0;
}
#projects nav > ul > li > a {
    padding: 0 0 10px 0;
    text-decoration: none;
    color: #333;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.hidden {
    display: none;
}
#projects nav > ul > li.current  a {
    color: #008dd0;
    border-bottom: 2px solid #008dd0;
}
#gallery {
   list-style: none; 
   margin:0 !important;
}
#gallery li {
	position: relative;
    width: 30.33%;
    float: left;
    z-index: 100;
	height:300px;
    overflow: hidden;
    margin: 0 2% 50px 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#gallery li img {
    position: relative;
	width:100%;
	z-index: 0;
	transition:all .5s;
}
#gallery li:hover img {
	transform: scale(1.1);
}
#gallery li h3 {
    position: absolute;
	bottom:20px;
	left:20px;
	z-index: 500;
	font-weight:300;
	background:#008dd0;
	padding:10px;
	font-size:22px !important;
	margin:0;
}
#gallery li a {
	color:#fff;
}
.project {
    position: relative;
	width:29.33%;
	float:left;
    z-index: 100;
    overflow: hidden;
    margin: 0 2% 50px 2%;
}
.project img {
    position: relative;
	width:100%;
	z-index: 0;
	transition:all .5s;
}
.project:hover img {
	transform: scale(1.1);
}
.project h3 {
    position: absolute;
	bottom:20px;
	left:20px;
	z-index: 500;
	font-weight:300;
	background:#008dd0;
	padding:10px;
	font-size:22px !important;
	margin:0;
}
.project h3.small {
	left:0px !important;
	padding:12px 3% !important;
	max-width:94% !important;
	width:94% !important;
	font-size:17px !important;
	line-height:22px !important;
	margin:0 !important;
	bottom:0 !important;
	text-align:center;
}
.project a {
	color:#fff;
}
.project-gallery {
	width:47%;
	height:370px;
	overflow:hidden;
	position:relative;
	float:left;
	background:#222;
}
.project-gallery img {
	width:100%;
	position:relative;
	z-index:0;
	opacity:0.6;
	transition:all .5s;
}
.project-gallery i {
	transition:all .5s;
	opacity:0.6;
	font-size:150px;
	text-align:center;
	width:200px;
	height:200px;
	position:absolute;
	top:100px;
	left:50%;
	margin:0 0 0 -100px;
	z-index:50;
}
.project-gallery a {
	color:#fff;
}
.project-gallery iframe {
	width:100%;
	height:370px;
	position:relative;
	z-index:150;
}
.project-video {
	width:47%;
	float:right;
	position:relative;
	min-height:400px;
/* 	background:#eee; */
}
.project-video iframe {
	width:100%;
	height:370px;
	position:relative;
	z-index:150;
}
.raw-youtube-fallback {
	display:block;
	font-size:14px;
	line-height:20px;
	margin:8px 0 0 0;
	text-align:center;
}
.project-gallery:hover img  {
	opacity:1;
}
.project-video i {
	transition:all .5s;
	opacity:0.6;
	font-size:150px;
	text-align:center;
	width:200px;
	height:200px;
	position:absolute;
	top:140px;
	left:50%;
	margin:0 0 0 -100px;
	z-index:50;
}
.project-gallery2 {
	width:47%;
	height:370px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	background:#222;
}
.project-gallery2 img {
	width:100%;
	position:relative;
	z-index:0;
	opacity:0.6;
	transition:all .5s;
}
.project-gallery2 i {
	transition:all .5s;
	opacity:0.6;
	font-size:150px;
	text-align:center;
	width:200px;
	height:200px;
	position:absolute;
	top:100px;
	left:50%;
	margin:0 0 0 -100px;
	z-index:50;
}
.project-gallery2 a {
	color:#fff;
}
.people_video {
	position:absolute;
	top:15px;
	left:10px;
	z-index:600;
	color:#fff;
	width:60px;
	height:60px;
	border-radius:30px;
	text-align:center;
	line-height:60px;
	background: rgba(0, 141, 208, 0.75);
	font-size:24px;
	cursor:pointer;
}
#gallery-1 .gallery-item {
    margin: 0 2% 15px 0 !important;
    width: 18% !important;
}
#gallery-1 img {
    border: none !important;
    max-width:80% !important;
}
#top-footer {
	padding:75px 0 50px 0;
	color:#fff;
	background:#201e1f;
}
#top-footer h3 {
	color:#fff;
	font-size:32px;
	font-weight:400;
	margin:0 0 30px 0;
}
.fcol-1 {
	width:33.33%;
	float:left;
	text-align:center;
	margin:0 0 0 0;
}
.fcol-1 ul {
	margin:0;
	list-style-type:none;
}
.fcol-1 ul li {
	position:relative;
	margin:0 0 4px 0;
	display:block;
	width:100%;
	text-align:center;
	padding:0;
}
.fcol-1 ul li a {
	color:#fff;
}
.fcol-2 {
	width:33.33%;
	float:left;
	margin:0 0 0 0;
	text-align:center;
	padding:10px 0 0 0;
}
.fcol-3 {
	width:33.33%;
	float:right;
	margin:0 0 0 0;
	text-align:center;
}
.fcol-3 p {
	line-height:30px;
}
.fcol-2 img {
	display:block;
	margin:0 auto 20px auto;
	max-width:100%;
}
#footer {
	padding:25px 0 25px 0;
	background:#131313;
	color:#999;
	position:relative;
}
#footer p {
	font-size:12px;
	margin:0 0 0 0;
	color:#999;
}
#footer p a {
	color:#999;
	text-decoration:none;
}
.copy {
	text-align:center;
}
#form {
	width:55%;
	float:left;
	margin:0 0 30px 0;
}
#details {
	width:40%;
	float:right;
	margin:50px 0 30px 0;
}
.map {
	width:100% !important;
	height:350px;
	margin:15px 0 0 0;
	border: 1px solid #ccc !important;
}
.wpcf7 {
    width: 100%;
	margin:0 0 0 0;
}
.wpcf7 textarea {
	background: #f9f9f9;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
	width:96%;
	padding:15px 2%;
    height: 190px;
	margin:0 0 15px 0;
	font-family: inherit !important;  
}
.wpcf7 p {
    color: #333;
	text-align:left !important;
}
.wpcf7 .req {
    color: red;
	font-weight:bold;
	font-size:1.3em;
}
.wpcf7 {
    margin: 30px 0 0 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"]{
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
	width:96%;
	padding:15px 2%;
	margin:0 0 15px 0;
}
.wpcf7 input[type="submit"] {
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 100%;
    position: relative;
	text-align:center;
	transition:all .5s;
	border: none;
	text-decoration:none;
	color:#fff;
	background:#008dd0;
	font-size:16px;
	display:block;
	margin:0;
}
.wpcf7 input[type="submit"]:hover {

}
.main {
	width:65%;
	float:left;
}
.main .post h2 {
	font-size:26px;
	line-height:36px;
	margin:0 0 20px 0;
}
.sidebar {
	width:27%;
	padding:30px 1.5%;
	background:#f9f9f9;
	float:right;
	border: 1px solid #ddd;
}
.sidebar h3 {
	font-size:24px;
}
.sidebar ul li {
	font-size:14px;
	margin:0 0 10px 0;
	line-height:20px;
}
.main .post {
	margin:0 0 50px 0;
	border-bottom:1px dashed #ccc;
}
.main .post a {
	color:#333;
}
.main .post a h2 {
	color:#333;
	margin:0;
}
.share {
	display:inline-block;
	margin:15px auto;
}
.page-numbers {
	padding:20px;
	font-size:18px;
	text-decoration:none;
	background:#eee;
	border:1px solid #ccc;
	display:inline-block;
	margin:20px 0;
}
.more {
	background:#008dd0;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	margin:15px 0;
	text-decoration:none;
}
.date {
	color:#999;
	font-size:13px;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.centered {
	text-align:center;
	max-width:1000px;
	margin:0 auto;
	padding:0 0 30px 0;
}
.center-text {
	text-align:center;
	padding:0 50px;
}
@media only screen and (max-width: 1400px) {
	.banner {
		width:90%;
		position:absolute;
		top:40%;
		left:5%;
		margin:0;
		z-index:50;
	}
	.banner-inner {
		float:none;
		width:90%;
		padding:25px 5%;
		background:rgba(0,141,208,0.75);
		color:#fff;
		text-align:center;
	}
	.banner-inner h2 {
		font-size:28px;
		font-weight:300;
		margin:0 0 20px 0;
		padding:0 0 10px 0;
		border-bottom:1px solid #fff;
	}
	.banner-inner p {
		font-size:16px;
		line-height:24px;
		margin:0 0 0 0;
	}
	#welcome {
		padding:50px 0;
	}
	#secondary {
		padding:75px 0;
	}
}

@media only screen and (max-width: 1024px) {
	#header .menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:998;
	}
	#header {
		text-align:center;
		margin:50px 0 0 0;
		width:100%;
		height:auto;
	}	
	.logo {
		float:none;
		margin:10px 0 10px 0;
		max-width:250px;
	}
	#footer span.mhide {
		display:none;
	}
	#footer span.mblock {
		display:block;
		width:100%;
	}
	.copy, .designer {
		float:none;
		text-align:center;
	}
	.alignright, .alignleft, .wp-post-image {
		max-width:100%;
		height:auto;
		float:none;
		margin:0 0 30px 0;
	}	
	#content {
		padding:50px 0;
		text-align:center;
	}
	.fcol-1, .fcol-2, .fcol-3 {
		width:100%;
		float:none;
		margin:0 0 40px 0;
		text-align:center;
		padding:0;
	}
	#welcome {
		text-align:center;
	}
	.fcol-1 ul li {
		width:100%;
		float:none;
		margin:0 0 5px 0;
		text-align:center;
	}
	.secondary {
		float:none;
		width:80%;
		margin:0 5%;
		padding:30px 5%;
		text-align:center;
	}
	#welcome {
		text-align:center;
	}
	#welcome h1 {
		padding:0;
	}
	#welcome img {
		width:auto;
		max-width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	.welcome {
		width:100%;
		float:none;
	}
	.project {
		width:46%;
	}
	#gallery li {
		width:46%;
		height:auto;
		margin: 0 2% 50px 2%;
	}
}
@media only screen and (max-width: 800px) {
	#slider {
		height:600px;
	}
	#slider .cycle-slideshow {
		height:600px;
	}
	#slider .cycle-slideshow #slide1 {
		height:600px;
		background:url(images/slide1.jpg) no-repeat center center scroll;
		background-size:1067px 600px;
	}
	#slider .cycle-slideshow #slide2 {
		height:600px;
		background:url(images/slide2.jpg) no-repeat center center scroll;
		background-size:1067px 600px;
	}
	#slider .cycle-slideshow #slide3 {
		height:600px;
		background:url(images/slide3.jpg) no-repeat center center scroll;
		background-size:1067px 600px;
	}
	#slider .cycle-slideshow #slide4 {
		height:600px;
		background:url(images/slide4.jpg) no-repeat center center scroll;
		background-size:1067px 600px;
	}
	#slider .cycle-slideshow #slide5 {
		height:600px;
		background:url(images/slide5.jpg) no-repeat center center scroll;
		background-size:1067px 600px;
	}
	.alignright, .wp-post-image {
		float:none;
		max-width:100%;
		height:auto;
		margin:0 0 25px 0;
	}
	.alignleft {
		float:none;
		max-width:100%;
		height:auto;
		margin:0 0 25px 0;
	}
	.main, #form, #details {
		width:100%;
		float:none;
		margin:0 0 40px 0;
	}
	.sidebar {
		width:100%;
		padding:0;
		background:#fff;
		float:none;
		border: none;
	}
	.sidebar ul {
		list-style-type:none;
		margin:0 0 20px 0;
	}
	.sidebar ul li {
		width:100%;
		padding:0;
		margin:0 0 5px 0;
		text-align:center;
	}
	.fcol-2 img {
		max-width:250px;
	}
	#inner {
		text-align:center;
	}
	#callout {
		text-align:center;
	}
	#callout p {
		font-weight:400;
		font-size:16px;
		line-height:24px;
		float:none;
		text-align:center;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	#callout a {
		font-size:16px;
		line-height:24px;
		float:none;
		padding:10px 15px;
		display:inline-block;
		margin:10px 0 0 0;
	}
	.project {
		width:96%;
	}
	.project-gallery {
		width:100%;
		position:relative;
		float:none;
		background:#222;
		margin:0 0 50px 0;
	}
	.project-gallery i {
		top:80px;
	}
	.project-video {
		width:100%;
		float:none;
	}
	.project-video iframe {
		width:100%;
		height:280px;
	}
	#gallery li {
		width:96%;
	}
	#projects nav > ul > li {
		font-size:16px;
		margin:0 10px 30px 0;
	}
	#projects nav > ul > li > a {
		padding: 0 0 5px 0;
	}
}
.team {
    position: relative;
	width:29.33%;
	float:left;
    z-index: 100;
    overflow: hidden;
    margin: 0 2% 50px 2%;
	text-align:center;
}
.team img {
    position: relative;
	width:100%;
	z-index: 0;
	margin:0 0 15px 0;
	transition:all .5s;
}
.team h3 {
	font-weight:700;
	font-size:24px;
	margin:0 0 0 0;
}
.team h4 {
	font-weight:300;
	font-size:20px;
	margin:0;
}
@media only screen and (max-width: 1000px) {
	.team {
		width:46%;
		margin: 0 2% 40px 2%;
	}
}
@media only screen and (max-width: 600px) {
	.team {
		width:96%;
	}
	#gallery-1 .gallery-item {
        margin: 0 2% 15px 2% !important;
        width: 46% !important;
    }
}
.button {
  display: inline-block;
  padding: 0 0 10px 0 !important;
  margin: 0 20px 0 0 !important;
  background: #f3f3f3;
  color:#333;
  border: none;
  font-size:18px;
  cursor:pointer;
}
.button:active,
.button.is-checked {
  color: #008dd0;
  border-bottom:2px solid #008dd0;
}
.button-group {
  margin:0 0 30px 0;
}
.grid {
  
}
.grid:after {
  content: "";
  display: block;
  clear: both;
}
.element-item {
  position: relative;
  float: left;
  width: 30.33%;
  margin: 0 3% 30px 0;
}
.element-item > * {
  margin: 0;
  padding: 0;
}
.element-item .desc {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #008dd0;
  transition: ease .5s;
  -moz-transition: ease .5s;
  -webkit-transition: ease .5s;
  color: #fff;
  width:90%;
  padding: 10px 5%;
  text-align: center;
  margin:0;
  font-size:18px;
  font-weight:400;
}
@media only screen and (max-width: 800px) {
	.element-item {
	  width: 46%;
	  margin: 0 2% 30px 2%;
	}
}
@media only screen and (max-width: 550px) {
	.element-item {
	  width: 96%;
	  margin: 0 2% 30px 2%;
	}
}
/* Style the modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000; /* Ensure modal appears on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Style the modal content */
.modal-content {
  position: relative; /* Make it relative to the modal */
  background-color: #fefefe;
  width: 1024px;  
  margin: 20px auto; /* Center horizontally */
  padding: 5px 15px;
}

/* Style the close button */
.close-btn {
  color: #aaa;
  float: right;
  font-size: 40px;
  font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Style the video iframe */
.modal-content iframe {
  width: 1024px;
  height: 600px;
  border: none; /* Remove iframe border */
}
.play-video {
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 600;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    background: rgba(0, 141, 208, 0.75);
    font-size: 24px;
    cursor: pointer;
}
.play-video {
	cursor: pointer;
}

.play-video:hover::after {
    content: attr(data-title);
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
    display: block;
    position: absolute;
    top: 100%;
    left: 25px;
   
    white-space: nowrap;
    z-index: 1;
}


@media only screen and (max-width: 1024px) {
	.modal-content {
	  width: 500px !important; 
	  max-width:95%
	}
	.modal-content iframe {
	  width: 500px !important;  
	  height: 300px;
	}
}

