@import url("../fonts/fonts.css");
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #252525;
	background: #e7e7e7 url(../img/bg.jpg) repeat;
}
h1, h2, h3 {
	font-family: 'ROCK';
	color: #262626;
	margin-top: 15px;
	margin-bottom: 20px;
}
h1 strong, h2 strong, h3 strong {
	font-family: 'ROCKB';
	color: #262626;
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 1.6em;
}
h4, h5, h6 {
	line-height: 1.6em;
	margin-top: 15px;
	margin-bottom: 20px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	margin: 0 0 15px;
}
a {
	color: #008cd5;
	text-decoration: none;
}
a:hover {
	color: #ccc;
}
.btn {
	display: inline-block;
	padding: 10px 12px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.42857;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 0px;
}
.btn-read {
	color: #FFFFFF;
	background-color: #004EAB;
	border-color: #004eab;
}
.btn-read:hover, .btn-read:focus, .btn-read:active, .btn-read.active {
	color: #FFFFFF;
	background-color: #0F5CB9;
	border-color: #004eab;
}
.btn-submit {
	color: #ffffff;
	font-size: 18px;
	text-shadow: 1px 1px #000;
	background-color: #3393d3;
	border-color: #3393d3;
	padding: 16px 20px;
	border-radius: 4px;
	margin: 10px 0px;
}
.btn-submit:hover, .btn-submit:focus, .btn-submit:active {
	color: #ffffff;
	background-color: #3c9cdc;
	border-color: #3c9cdc;
	background-image: none;
}
.click-btn {
	-moz-box-shadow: inset 0 0 0 1px #014da6;
	-webkit-box-shadow: inset 0 0 0 1px #014da6;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #014da6;
	border: solid 1px #014da6;
	border-bottom: solid 5px #003a7e;
	color: #fff;
	display: inline-block;
	font-family: 'ROCK';
	font-size: 24px;
	margin: 20px 0;
	padding: 15px 120px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.click-btn:hover, .click-btn:focus {
	color: #fff;
	background: #014da6;
	border: solid 1px #014da6;
	border-bottom: solid 5px #003a7e;
}
.click-btn:active {
	color: #fff;
	background: #003a7e;
	border: solid 1px #003a7e;
	top: 2px;
}
img {
	max-width: 100%;
}
address {
	color: #494949;
}
.form-control {
	display: block;
	width: 100%;
	height: 37px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f6f6f6;
	background-image: none;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* ====================
   Custom
   ==================== */

#main-wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	max-width: 100%;
}
/* ====================
   Header
   ==================== */
   
.top-bar {
	position: relative;
	color: #FFF;
	line-height: 20px;
	padding: 8px 0;
	background: #034ba1 url(../img/topbar-bg.png) top center no-repeat;
}
.top-bar .top-info {
	float: left;
}
.top-bar .top-info .top-contact {
	display: inline-block;
	margin-right: 20px;
}
.top-bar .top-info .top-contact i.mail-icon {
	display: inline-block;
	background: url(../img/mail-icon.png) center no-repeat;
	width: 20px;
	height: 24px;
	vertical-align: bottom;
	margin-right: 15px;
}
.top-bar .top-info .top-contact i.mobile-icon {
	display: inline-block;
	background: url(../img/mobile-icon.png) center no-repeat;
	width: 13px;
	height: 24px;
	vertical-align: bottom;
	margin-right: 15px;
}
.top-bar .social-wrapper {
	float: right;
}
.top-bar .social-wrapper .social {
	overflow: hidden;
	text-align: right;
	margin: 0;
}
.top-bar .social-wrapper .social li {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none;
}
.top-bar .social-wrapper .social li a {
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	background: #3393d3;
}
.top-bar .social-wrapper .social li a.twitter {
	background: #006dc0;
}
.top-bar .social-wrapper .social li a.youtube {
	background: #d72a25;
}
.top-bar .social-wrapper .social li a.facebook {
	background: #3393d3;
}
header#page-header {
  position: fixed;
  width: 100%;
  top: 46px;
	z-index: 999999;
	background: #ffffff;
	border-bottom: 2px solid #3393d3;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
header#page-header.sticky {
	position: fixed;
	width: 100%;
	z-index: 999999;
	  top: 0;
}
header#page-header.sticky .nav {
	float: right;
	margin: 10px -15px 0;
}
header#page-header.sticky .nav > li{
	  padding:34px 0 0;
}
header#page-header.sticky .nav > li > a {
	padding-top: 0px;
	padding-bottom:10px;
}
header#page-header.sticky .navbar-brand img {
	height: 60px;
}
.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
	background: none;
	border: 0px;
	-webkit-perspective: 1100px;
	-moz-perspective: 1100px;
	perspective: 1100px;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	perspective-origin: 50% 0;
}
.nav {
	float: right;
	margin: 40px -15px 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-brand {
	float: none;
	display: inline-block;
	height: 100%;
	padding: 4px 0px 5px 15px;
}
.navbar-brand img {
	display: inline-block;
}
.nav > li {
	padding: 40px 0px 0;
}
.nav > li.home-icon {
	background: url(../img/home-icon.png) top center no-repeat;
}
.nav > li.workshops-icon {
	background: url(../img/workshops-icon.png) top center no-repeat;
}
.nav > li.competition-icon {
	background: url(../img/competition-icon.png) top center no-repeat;
}
.nav > li.playwriting-icon {
	background: url(../img/playwriting-icon.png) top center no-repeat;
}
.nav > li.daramawise-icon {
	background: url(../img/daramawise-icon.png) top center no-repeat;
}
.nav > li.gallery-icon {
	background: url(../img/gallery-icon.png) top center no-repeat;
}
.nav > li.contact-icon {
	background: url(../img/contact-icon.png) top center no-repeat;
}
.nav > li > a {
	font-family: 'ROCK';
	color: #252525 !important;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 5px 35px;
	border-bottom: 5px solid #ffffff;
}
.nav > li.current-menu-item > a, .nav > li > a:hover {
	color: #3393d3 !important;
	background: url(../img/arrow2.png) bottom center no-repeat !important;
	border-bottom: 5px solid #3393d3;
}
.nav ul{
	min-width: 230px;
	padding: 0;
	margin: 2px 0 0;
	font-size: 12px;
	border: 1px solid #ccc;
	border-radius: 0px;
}
.nav ul > li > a {
	display: block;
	font-size:12px;
	font-family: 'ROCK';
	padding: 10px 20px;
	clear: both;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.42857143;
	color: #252525;
	border-top: 1px solid #ccc;
}
.nav ul > li:first-child {
	border-top: 0px;
}
.nav ul > li.active > a, .nav ul > li > a:hover {
	color: #fff;
	background: #3393d3;
}

/* ====================
   Slider
   ==================== */

#main-slider {
	position: relative;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 86px;
	
}
#main-slider ul{
	list-style-type:none;
	padding-left:0px;
}
#main-slider .bx-wrapper {
	margin: 0px;
}
#main-slider .bx-wrapper home-slider {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#main-slider .bx-wrapper .bx-pager {
	display: none;
}
#main-slider .bx-wrapper .bx-controls-direction a {
	top: auto;
	bottom: 100px;
}
#main-slider .bx-wrapper .bx-prev {
	left: 100px;
}
#main-slider .bx-wrapper .bx-next {
	left: 140px;
}
#main-slider img {
	width: 100%;
}
#main-slider .caption {
	position: absolute;
	width: 460px;
	left: 100px;
	color: #FFF;
	text-align: left;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.55);
	font-size: 16px;
	top: 30%;
	border-bottom: 1px solid #FFF;
}
#main-slider .caption h2 {
	font-family: 'ROCK';
	font-size: 40px;
	color: #0070f8;
}
#main-slider .caption h2 strong {
	font-family: 'ROCKB';
	color: #FFF;
}
#main-slider .caption h3 {
	font-family: 'ROCK';
	font-size: 24px;
	color: #FFF;
}
/* ====================
   Section
   ==================== */

.section {
	position: relative;
	top:0px;
	display: block;
	height: auto !important;
	min-height: 100%;
	overflow: hidden;
	padding: 90px 0 40px;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}
.section .container {
	overflow: hidden;
}
.section.light {
	color: #FFF;
}
.section.light .section-heading {
	color: #FFF;
}
.section-heading {
	font-size: 48px;
	font-family: 'ROCK';
	margin-bottom: 30px;
}
#latest-news {
	background-color: #fbfbfb;
}
#worked-with {
	background-color: #308ecc;
}
#worked-with::before {
	position: absolute;
	width: 100%;
	height: 18px;
	left: 0px;
	top: 0px;
	z-index: 6;
	content: "";
	background: url(../img/top-shadow.png) top center no-repeat;
}
#recommendations {
	background-color: #1a4d6e;
}
#recommendations::before {
	position: absolute;
	width: 100%;
	height: 18px;
	left: 0px;
	top: 0px;
	z-index: 6;
	content: "";
	background: url(../img/top-shadow.png) top center no-repeat;
}
.testimonials-name .starrr {
	display: inline-block;
	color: #ffd700;
}
/* ====================
   Content
   ==================== */


/*-- Latest news --*/

#latest-news-box.content {
	float: none;
	display: block;
	width: 93%;
	height: 590px;
	padding: 10px;
	background-color: #FFF;
	-webkit-box-shadow: -3px 3px 5px 0px rgba(201,201,201,1);
	-moz-box-shadow: -3px 3px 5px 0px rgba(201,201,201,1);
	box-shadow: -3px 3px 5px 0px rgba(201,201,201,1);
}
.latest-news-post {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 26px;
	margin: 0px;
}
.latest-news-post .media-left {
	width: 297px;
	height: 235px;
	padding-right: 20px;
}
.latest-news-post .media-heading {
	font-family: 'ROCK';
	color: #262525;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase !important;
	margin-top: 0;
	margin-bottom: 15px;
}
.latest-news-post .latest-news-meta {
	display: block;
	font-size: 12px;
	margin-bottom: 20px;
}
.latest-news-meta span {
	margin-right: 15px;
}
.latest-news-meta span i {
	margin-right: 5px;
}
.latest-news-widget {
	display: block;
	padding-bottom: 20px;
}
.news-widget-title {
	position: relative;
	font-size: 18px;
	padding: 20px 0;
	margin-bottom: 20px;
}
.news-widget-title:before {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0px;
	top: 0px;
	z-index: 6;
	content: "";
	background: #939192 url(../img/heading-line.png) center left no-repeat;
}
.news-widget-title:after {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0px;
	bottom: 0px;
	z-index: 6;
	content: "";
	background: #939192 url(../img/heading-line.png) center left no-repeat;
}

.pap-partners-box{
  display: block;
  width: 100%;
  height: 590px;
  padding: 20px;
  background-color: #FFF;
  -webkit-box-shadow: -3px 3px 5px 0px rgba(201,201,201,1);
  -moz-box-shadow: -3px 3px 5px 0px rgba(201,201,201,1);
  box-shadow: -3px 3px 5px 0px rgba(201,201,201,1);
}
.pap-partners-box .pap-heading{
	font-size:26px;
	color:#FFF;
	background-color:#3393d3;
	padding:25px;
	margin:-20px -20px 20px;
}

/*-- Worked --*/

.img-btn{
	
width: 334px !important;
height: 70px !important;
background: transparent url(../img/upload-button.png) repeat scroll 0% 0% !important;
display: block !important;	

}

.wpcf7-form-control-wrap input[type="file"]  {

    display: block !important;
    height: 70px;
    opacity: 0 !important;
    width: 334px;
}

#worked-carousel.carousel {
	margin-bottom: 20px;
	padding: 50px 0px 80px;
}
#worked-carousel .carousel-control {
	top:auto;
	bottom:0px;
	opacity: 1;
}
#worked-carousel .carousel-control.left {
  position: absolute;
  top: auto;
  left: 44%;
  width: 58px;
  height: 58px;
  cursor: pointer;
  background: #d9d9d9 url(../img/prev-arrow.png) no-repeat 0 0;
}
#worked-carousel .carousel-control.right {
  position: absolute;
  top: auto;
  right: 44%;
  width: 58px;
  height: 58px;
  cursor: pointer;
  background: #d9d9d9 url(../img/next-arrow.png) no-repeat 0 0;
}
#worked-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
#worked-carousel .carousel-indicators li {
	background: #c0c0c0;
}
#worked-carousel .carousel-indicators .active {
	background: #333333;
}
#worked-carousel .thumbnail{
  display: block;
  padding: 10px;
  margin:0 20px 70px;
  background-color: #FFF;
  border: 1px solid #aeaeae;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.14);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.14);
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}


/*-- Testimonials --*/

.testimonials-slider .bx-wrapper .testimonials-thumbnail {
	margin: 0px 0px 15px;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-thumbnail {
	max-width: 35%;
	float: left;
	margin-right: 20px;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-thumbnail img {
	display: block;
	margin-right: 20px;
	width: 290px;
	height: 290px;
	border: 13px solid #308ecc;
	-webkit-border-radius: 160px;
	-moz-border-radius: 160px;
	border-radius: 160px;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-content {
	position: relative;
	display: inline-block;
	font-size: 18px;
	margin: 50px 100px;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-content::before {
	position: absolute;
	width: 68px;
	height: 59px;
	left: -98px;
	top: -40px;
	z-index: 6;
	content: "";
	background: url(../img/quote-icon1.png) center no-repeat;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-content::after {
	position: absolute;
	width: 68px;
	height: 59px;
	right: -98px;
	bottom: -10px;
	z-index: 6;
	content: "";
	background: url(../img/quote-icon2.png) center no-repeat;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-content p {
	text-transform: uppercase;
}
.testimonials-slider .bx-wrapper .testimonials-name {
	font-family: 'ROCKB';
	font-size: 27px;
	text-align: right;
	margin-bottom: 15px;
	color: #ffffff;
	font-weight: 400;
}
.testimonials-slider .bx-wrapper .testimonials-name img {
	display: inline-block;
}
.testimonials-slider .bx-wrapper span {
	font-size: 11px;
	margin-left: 10px;
	color: #aaa;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.testimonials-slider .bx-wrapper {
	position: relative;
	margin: 120px auto;
	padding: 0;
	width: 100%;
*zoom: 1;
}
.testimonials-slider .bx-wrapper .slide {
	padding: 0;
	margin: 0;
	display: block;
	margin-bottom: 38px;
}
.testimonials-slider .bx-wrapper .bx-viewport {
	padding: 10px;
	margin-left: 0;
	z-index: 1;
	width: 100%;
}
.testimonials-slider .bx-wrapper .bx-pager, .testimonials-slider .bx-wrapper .bx-controls-auto {
	position: absolute;
	display: none;
	bottom: -30px;
	width: 100%;
}
.testimonials-slider .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.testimonials-slider .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.testimonials-slider .bx-wrapper .bx-pager .bx-pager-item, .testimonials-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
    *zoom: 1;
    *display: inline;
}
.testimonials-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.testimonials-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .testimonials-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.testimonials-slider .bx-wrapper .bx-next {
	position: absolute;
	top: auto;
	bottom: -100px;
	right: 44%;
	width: 58px;
	height: 58px;
	cursor: pointer;
	background: #d9d9d9 url(../img/next-arrow.png) no-repeat 0 0;
}
.testimonials-slider .bx-wrapper .bx-prev {
	position: absolute;
	top: auto;
	bottom: -100px;
	left: 44%;
	width: 58px;
	height: 58px;
	cursor: pointer;
	background: #d9d9d9 url(../img/prev-arrow.png) no-repeat 0 0;
}
.testimonials-slider .bx-wrapper .bx-next:hover {
	background-position: 0px 0;
}
/* ====================
   Inner page
   ==================== */

#content {
	position: relative;
	padding: 130px 0 100px;
}
#content.section-content {
	padding: 0px 0px;
}
#content ul.list {
	list-style-type: none;
}
#content ul.list li {
	padding-left: 20px;
	margin: 0 0 15px;
	background: url(../img/list-bullet.png) 0 6px no-repeat;
}
.inner-banner {
	position: relative;
	height: 260px;
	background-color: #000000;
	background-position: center;
	background-repeat: no-repeat;
	  margin-top: 136px;
}
.inner-banner .banner-text {
	position: absolute;
	display: table;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 4% 2%;
}
.inner-banner .banner-text h1 {
	display: table-cell;
	vertical-align: middle;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4em;
	color: #FFF;
	text-shadow: 2px 4px 7px #222;
	text-transform: uppercase;
}
.inner-banner .banner-text h1 small {
	display: block;
	font-family: 'ROCKB';
	font-size: 26px;
	color: #FFF;
}
.inner-banner:after {
	position: absolute;
	width: 100%;
	height: 68px;
	left: 0px;
	bottom: -68px;
	z-index: 6;
	content: "";
	background: url(../img/bottom-shadow.png) top center no-repeat;
}
.contact-mail {
	display: block;
	color: #FFF;
	padding: 8px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #000;
}
.enquiry-form .form-control {
	display: block;
	width: 100%;
	height: 60px;
	padding: 6px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f6f6f6;
	background-image: none;
	border: 1px solid #a8a8a8;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.enquiry-form textarea.form-control {
	padding: 20px 20px;
	font-size: 16px;
	height: 585px;
}
.enquiry-form .btn-submit2 {
	float: right;
	color: #ffffff;
	font-size: 24px;
	font-family: 'ROCK';
	text-shadow:0px 1px #000;
	border-color: #3393d3;
	padding: 10px 40px;
	border-radius: 0px;
	margin: 10px 0px;
	background: rgba(58,166,238,1);
	background: -moz-linear-gradient(top, rgba(58,166,238,1) 0%, rgba(44,137,198,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,166,238,1)), color-stop(100%, rgba(44,137,198,1)));
	background: -webkit-linear-gradient(top, rgba(58,166,238,1) 0%, rgba(44,137,198,1) 100%);
	background: -o-linear-gradient(top, rgba(58,166,238,1) 0%, rgba(44,137,198,1) 100%);
	background: -ms-linear-gradient(top, rgba(58,166,238,1) 0%, rgba(44,137,198,1) 100%);
	background: linear-gradient(to bottom, rgba(58,166,238,1) 0%, rgba(44,137,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa6ee', endColorstr='#2c89c6', GradientType=0 );
}
.enquiry-form .btn-submit2:hover, .enquiry-form .btn-submit2:focus, .enquiry-form .btn-submit2:active {
	color: #ffffff;
	background-color: #3c9cdc;
	border-color: #3c9cdc;
	background-image: none;
}
.sidebar .widget {
	display: block;
	padding: 0;
	margin-bottom: 20px;
}
.sidebar .widget .widget-title {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #2e2e2e;
	padding: 0 0 20px;
	border-bottom: 2px solid #3f99d4;
}
.widget-social {
	display: block;
	padding-left: 0px;
	list-style-type: none !important;
}
.widget-social li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0px;
}
.widget-social li a {
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
	display: block;
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 36px;
	line-height: 70px;
	text-align: center;
	background: #3393d3;
}
.widget-social li a.twitter {
	background: #006dc0;
}
.widget-social li a.youtube {
	background: #d72a25;
}
.widget-social li a.facebook {
	background: #3393d3;
}
.blog-post {
	display: block;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
.blog-post .post-title {
	margin-top: 0px;
	text-transform: uppercase;
}
.blog-post .caption {
	padding: 30px;
	color: #636363;
}
.blog-post .blog-post-content {
	position: relative;
	padding-left: 80px;
}
.blog-post .post-date {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 50px;
	font-family: 'ROCK';
	color: #0057cf;
	text-align: center;
	background: #ffffff;
}
.blog-post .post-date .post-date-icon {
	display: block;
	width: 50px;
	height: 50px;
	background: #0057cf;
}
.blog-post .post-date .time-month {
	display: block;
	font-size: 9px;
	line-height: 12px;
	text-transform: capitalize;
	margin-top: 5px;
}
.blog-post .post-date .time-day {
	display: block;
	font-size: 26px;
	font-weight: bold;
	line-height: 20px;
}
.blog-post .post-meta {
	position: relative;
	font-size: 14px;
	color: #8a8a8a;
	padding: 10px 0;
	border-top: 1px solid #232323;
	border-bottom: 1px solid #232323;
}
.blog-post .post-meta:after {
	position: absolute;
	width: 60px;
	height: 4px;
	left: 0px;
	bottom: -3px;
	z-index: 6;
	content: "";
	background: #232323;
}
/*-- Dramawise --*/

.yellow-gcr {
	background: rgba(255,236,138,1);
	background: -moz-linear-gradient(left, rgba(255,236,138,1) 0%, rgba(247,217,66,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,236,138,1)), color-stop(100%, rgba(247,217,66,1)));
	background: -webkit-linear-gradient(left, rgba(255,236,138,1) 0%, rgba(247,217,66,1) 100%);
	background: -o-linear-gradient(left, rgba(255,236,138,1) 0%, rgba(247,217,66,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,236,138,1) 0%, rgba(247,217,66,1) 100%);
	background: linear-gradient(to right, rgba(255,236,138,1) 0%, rgba(247,217,66,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffec8a', endColorstr='#f7d942', GradientType=1 );
}
.yellow2-gcr {
	background: rgba(252,254,163,1);
	background: -moz-linear-gradient(left, rgba(252,254,163,1) 0%, rgba(254,246,2,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,254,163,1)), color-stop(100%, rgba(254,246,2,1)));
	background: -webkit-linear-gradient(left, rgba(252,254,163,1) 0%, rgba(254,246,2,1) 100%);
	background: -o-linear-gradient(left, rgba(252,254,163,1) 0%, rgba(254,246,2,1) 100%);
	background: -ms-linear-gradient(left, rgba(252,254,163,1) 0%, rgba(254,246,2,1) 100%);
	background: linear-gradient(to right, rgba(252,254,163,1) 0%, rgba(254,246,2,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfea3', endColorstr='#fef602', GradientType=1 );
}
.pink-gcr {
	background: rgba(246,222,219,1);
	background: -moz-linear-gradient(left, rgba(246,222,219,1) 0%, rgba(241,204,200,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,222,219,1)), color-stop(100%, rgba(241,204,200,1)));
	background: -webkit-linear-gradient(left, rgba(246,222,219,1) 0%, rgba(241,204,200,1) 100%);
	background: -o-linear-gradient(left, rgba(246,222,219,1) 0%, rgba(241,204,200,1) 100%);
	background: -ms-linear-gradient(left, rgba(246,222,219,1) 0%, rgba(241,204,200,1) 100%);
	background: linear-gradient(to right, rgba(246,222,219,1) 0%, rgba(241,204,200,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6dedb', endColorstr='#f1ccc8', GradientType=1 );
}
.green-gcr {
	background: rgba(215,255,155,1);
	background: -moz-linear-gradient(left, rgba(215,255,155,1) 0%, rgba(151,203,74,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215,255,155,1)), color-stop(100%, rgba(151,203,74,1)));
	background: -webkit-linear-gradient(left, rgba(215,255,155,1) 0%, rgba(151,203,74,1) 100%);
	background: -o-linear-gradient(left, rgba(215,255,155,1) 0%, rgba(151,203,74,1) 100%);
	background: -ms-linear-gradient(left, rgba(215,255,155,1) 0%, rgba(151,203,74,1) 100%);
	background: linear-gradient(to right, rgba(215,255,155,1) 0%, rgba(151,203,74,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7ff9b', endColorstr='#97cb4a', GradientType=1 );
}
.orange-gcr {
	background: rgba(255,151,113,1);
	background: -moz-linear-gradient(left, rgba(255,151,113,1) 0%, rgba(247,110,60,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,151,113,1)), color-stop(100%, rgba(247,110,60,1)));
	background: -webkit-linear-gradient(left, rgba(255,151,113,1) 0%, rgba(247,110,60,1) 100%);
	background: -o-linear-gradient(left, rgba(255,151,113,1) 0%, rgba(247,110,60,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,151,113,1) 0%, rgba(247,110,60,1) 100%);
	background: linear-gradient(to right, rgba(255,151,113,1) 0%, rgba(247,110,60,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9771', endColorstr='#f76e3c', GradientType=1 );
}
.blue-gcr {
	background: rgba(232,242,251,1);
	background: -moz-linear-gradient(left, rgba(232,242,251,1) 0%, rgba(200,223,244,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232,242,251,1)), color-stop(100%, rgba(200,223,244,1)));
	background: -webkit-linear-gradient(left, rgba(232,242,251,1) 0%, rgba(200,223,244,1) 100%);
	background: -o-linear-gradient(left, rgba(232,242,251,1) 0%, rgba(200,223,244,1) 100%);
	background: -ms-linear-gradient(left, rgba(232,242,251,1) 0%, rgba(200,223,244,1) 100%);
	background: linear-gradient(to right, rgba(232,242,251,1) 0%, rgba(200,223,244,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f2fb', endColorstr='#c8dff4', GradientType=1 );
}
.dramawise-section1 {
	position: relative;	padding-top: 90px;
	padding-bottom: 90px;
}
.dramawise-section1.shadow-none::after {
	display: none;
}
.dramawise-section1 h2 {
	font-size: 40px;
}
.dramawise-section1::after {
	position: absolute;
	width: 100%;
	height: 18px;
	left: 0px;
	top: 0px;
	z-index: 6;
	content: "";
	background: url(../img/top-shadow.png) top center no-repeat;
}
.dramawise-section2 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #FFF;
}
.dramawise-section2::before {
	position: absolute;
	width: 100%;
	height: 18px;
	left: 0px;
	top: 0px;
	z-index: 6;
	content: "";
	background: url(../img/top-shadow.png) top center no-repeat;
}
.dramawise-section2 h2 {
	font-size: 40px;
}
.dramawise-box {
	padding: 10px;
	border: 1px solid #c1c1c1;
}
.dramawise-box .media-body {
	font-size: 17px;
	padding: 15px 35px 15px 25px;
}
.dramawise-box .media-body p {
	margin: 0 0 10px;
}
.dramawise-box .media-body .media-heading {
	font-family: 'ROCK';
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 15px;
}
.media-object-right {
	position: relative;
	display: table-cell;
	vertical-align: top;
}
.media-object-right img {
	max-width: inherit !important;
}
.dramawise-box.yellow-gcr .media-object-right .media-object-shap {
	position: absolute;
	width: 100px;
	height: 100%;
	z-index: 6;
	border-top: 170px solid #fade5a;
	border-right: 100px solid transparent;
	border-bottom: 170px solid #fade5a;
	border-right: 100px solid transparent;
}
.dramawise-box.green-gcr .media-object-right .media-object-shap {
	position: absolute;
	width: 100px;
	height: 100%;
	z-index: 6;
	border-top: 119px solid #a8d95f;
	border-right: 100px solid transparent;
	border-bottom: 119px solid #a8d95f;
	border-right: 100px solid transparent;
}
.dramawise-box.orange-gcr .media-object-right .media-object-shap {
	position: absolute;
	width: 100px;
	height: 100%;
	z-index: 6;
	border-top: 125px solid #f9794a;
	border-right: 100px solid transparent;
	border-bottom: 144px solid #f9794a;
	border-right: 100px solid transparent;
}
.dramawise-box.blue-gcr .media-object-right .media-object-shap {
	position: absolute;
	width: 100px;
	height: 100%;
	z-index: 6;
	border-top: 182px solid #d1e4f6;
	border-right: 100px solid transparent;
	border-bottom: 182px solid #d1e4f6;
	border-right: 100px solid transparent;
}
.enquiry-form3 input[type="file"]::-webkit-file-upload-button{
    background: black;
    color: red;
    padding: 1em;
	font-size:36px;
}
.competition-section1 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #FFF;
}
.competition-section1 h2 {
	font-size: 40px;
}
.competition-section1.shadow-none::after {
	display: none;
}
.competition-section1::after {
	position: absolute;
	width: 100%;
	height: 18px;
	left: 0px;
	top: 0px;
	z-index: 6;
	content: "";
	background: url(../img/top-shadow.png) top center no-repeat;
}
.competition-section2 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
}
.competition-section2 h2 {
	font-size: 40px;
}
.competition-section2::before {
	position: absolute;
	width: 100%;
	height: 18px;
	left: 0px;
	top: 0px;
	z-index: 6;
	content: "";
	background: url(../img/top-shadow.png) top center no-repeat;
}
#schools-rules.competition-section1 {
	padding-top: 130px;
}
.competition-box {
	display: block;
	min-height: 640px;
	padding: 40px;
	margin-bottom: 30px;
	border: 1px solid #c1c1c1;
}
.competition-box .media-heading {
	font-family: 'ROCK';
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 25px;
}
.suggested-formate-box {
	display: block;
	width: 800px;
	font-size: 18px;
	padding: 50px 100px;
	margin: 20px auto 20px;
	border: 1px solid #d7d3ad;
	background: rgba(253,255,254,1);
	background: -moz-linear-gradient(left, rgba(253,255,254,1) 0%, rgba(221,226,219,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253,255,254,1)), color-stop(100%, rgba(221,226,219,1)));
	background: -webkit-linear-gradient(left, rgba(253,255,254,1) 0%, rgba(221,226,219,1) 100%);
	background: -o-linear-gradient(left, rgba(253,255,254,1) 0%, rgba(221,226,219,1) 100%);
	background: -ms-linear-gradient(left, rgba(253,255,254,1) 0%, rgba(221,226,219,1) 100%);
	background: linear-gradient(to right, rgba(253,255,254,1) 0%, rgba(221,226,219,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfffe', endColorstr='#dde2db', GradientType=1 );
}
.suggested-formate-box h4 {
	font-size: 24px;
}
.suggested-formate-box p {
	margin-bottom: 20px;
}
.wpcf7-form .form-control {
	display: block;
	width: 100%;
	height: 60px;
	padding: 6px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f6f6f6;
	background-image: none;
	border: 1px solid #a8a8a8;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wpcf7-form textarea.form-control {
	padding: 20px 20px;
	font-size: 16px;
	height: 260px;
}
.wpcf7-form .btn-submit {
	float: right;
}
.single-video {
	display: block;
	padding: 30px;
	margin: 40px 0;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(130,128,130,1);
	-moz-box-shadow: 0px 0px 9px 0px rgba(130,128,130,1);
	box-shadow: 0px 0px 9px 0px rgba(130,128,130,1);
}
.single-video iframe {
	width: 100%;
}
.workshops-section1 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #FFF;
}
.workshops-section1 h2 {
	font-size: 40px;
}
.workshops-section1.shadow-none::after {
	display: none;
}
.workshops-section1::after {
	position: absolute;
	width: 100%;
	height: 18px;
	left: 0px;
	top: 0px;
	z-index: 6;
	content: "";
	background: url(../img/top-shadow.png) top center no-repeat;
}
.workshops-section2 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
}
.workshops-section2 h2 {
	font-size: 40px;
}
.workshops-section2::before {
	position: absolute;
	width: 100%;
	height: 18px;
	left: 0px;
	top: 0px;
	z-index: 6;
	content: "";
	background: url(../img/top-shadow.png) top center no-repeat;
}
.workshops-section3 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #f7f7f7;
}
.workshops-section3 h2 {
	font-size: 40px;
}
#work-recommendations {
	background-color: #1a4d6e;
}
.rewired-box {
	display: block;
	min-height: 200px;
	padding: 10px 30px 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #c1c1c1;
}
.rewired-box .media-heading {
	font-family: 'ROCKB';
	font-size: 18px;
	padding: 10px 0 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #333;
}
.rewired-box p {
	font-weight: bold;
}
.rewired-box2 {
	display: block;
	min-height: 460px;
	margin-bottom: 30px;
	padding: 0px 0px;
	border-radius: 0px;
	border: 1px solid #c1c1c1;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(231,231,231,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=1 );
}
.rewired-box2 .caption {
	font-weight: bold;
	padding: 10px 30px 10px;
}
.rewired-box2 ul {
	padding-left: 0px;
}
.rewired-box2 ul li {
	margin: 0 0 0px !important;
}
.rewired-box2 h3 {
	font-family: 'ROCKB';
	font-size: 18px;
	padding: 10px 0 20px;
	margin: 0 0 15px;
	border-bottom: 1px solid #333;
}
.actor-awards-box {
	display: block;
	min-height: 625px;
	padding: 10px 28px 20px;
	margin-top: 50px;
	margin-bottom: 30px;
	border: 1px solid #c1c1c1;
	background: rgba(220,235,248,1);
	background: -moz-linear-gradient(left, rgba(220,235,248,1) 0%, rgba(204,226,245,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(220,235,248,1)), color-stop(100%, rgba(204,226,245,1)));
	background: -webkit-linear-gradient(left, rgba(220,235,248,1) 0%, rgba(204,226,245,1) 100%);
	background: -o-linear-gradient(left, rgba(220,235,248,1) 0%, rgba(204,226,245,1) 100%);
	background: -ms-linear-gradient(left, rgba(220,235,248,1) 0%, rgba(204,226,245,1) 100%);
	background: linear-gradient(to right, rgba(220,235,248,1) 0%, rgba(204,226,245,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcebf8', endColorstr='#cce2f5', GradientType=1 );
}
.actor-awards-box h2 {
	font-size: 30px;
}
.actor-awards-box h2 span {
	color: #014da6;
}
#nominations-box.content {
	float: none;
	display: block;
	width: 93%;
	height: 625px;
	margin-top: 50px;
	padding: 10px 10px 20px 28px;
	border: 1px solid #c1c1c1;
	background: rgba(187,217,252,1);
	background: -moz-linear-gradient(left, rgba(187,217,252,1) 0%, rgba(146,182,223,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(187,217,252,1)), color-stop(100%, rgba(146,182,223,1)));
	background: -webkit-linear-gradient(left, rgba(187,217,252,1) 0%, rgba(146,182,223,1) 100%);
	background: -o-linear-gradient(left, rgba(187,217,252,1) 0%, rgba(146,182,223,1) 100%);
	background: -ms-linear-gradient(left, rgba(187,217,252,1) 0%, rgba(146,182,223,1) 100%);
	background: linear-gradient(to right, rgba(187,217,252,1) 0%, rgba(146,182,223,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd9fc', endColorstr='#92b6df', GradientType=1 );
}
#nominations-box.content h2 {
	font-size: 30px;
}
#nominations-box.content h2 span {
	color: #014da6;
}
#nominations-box.content .nominations-table {
	width: 100%;
	font-size: 11px;
}
.nominations-table > tbody > tr > td, .nominations-table > tfoot > tr > td {
	padding: 8px 6px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 2px solid #fff;
	border-right: 1px solid #fff;
}
.nominations-table > thead > tr > th {
	font-family: 'ROCK';
	font-size: 18px;
	vertical-align: middle;
	border-bottom: 4px solid #fff;
}
.gallery-section1 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
}
.gallery-section1 h2 {
	font-size: 40px;
}
.gallery-section1.shadow-none::after {
	display: none;
}
.gallery-section::after {
	position: absolute;
	width: 100%;
	height: 18px;
	left: 0px;
	top: 0px;
	z-index: 6;
	content: "";
	background: url(../img/top-shadow.png) top center no-repeat;
}
.gallery-section2 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #FFF;
}
.gallery-section2 h2 {
	font-size: 40px;
}
.gallery-section2::before {
	position: absolute;
	width: 100%;
	height: 18px;
	left: 0px;
	top: 0px;
	z-index: 6;
	content: "";
	background: url(../img/top-shadow.png) top center no-repeat;
}
.html5gallery-elem-0 {
	display: none;
}
.playwriting-section1 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #FFF;
}
.playwriting-section1 h2 {
	font-size: 40px;
}
.playwriting-section1.shadow-none::after {
	display: none;
}
.playwriting-section1::after {
	position: absolute;
	width: 100%;
	height: 18px;
	left: 0px;
	top: 0px;
	z-index: 6;
	content: "";
	background: url(../img/top-shadow.png) top center no-repeat;
}
.playwriting-section2 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
}
.playwriting-section2 h2 {
	font-size: 40px;
}
.playwriting-section2::before {
	position: absolute;
	width: 100%;
	height: 18px;
	left: 0px;
	top: 0px;
	z-index: 6;
	content: "";
	background: url(../img/top-shadow.png) top center no-repeat;
}
.playwriting-section3 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #f7f7f7;
}
.playwriting-section3 h2 {
	font-size: 40px;
}
.play-congratulations {
	text-align: center;
	font-size: 24px;
}
.winning-plays-box {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background: rgba(255,236,138,1);
	background: -moz-linear-gradient(left, rgba(255,236,138,1) 0%, rgba(247,217,66,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,236,138,1)), color-stop(100%, rgba(247,217,66,1)));
	background: -webkit-linear-gradient(left, rgba(255,236,138,1) 0%, rgba(247,217,66,1) 100%);
	background: -o-linear-gradient(left, rgba(255,236,138,1) 0%, rgba(247,217,66,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,236,138,1) 0%, rgba(247,217,66,1) 100%);
	background: linear-gradient(to right, rgba(255,236,138,1) 0%, rgba(247,217,66,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffec8a', endColorstr='#f7d942', GradientType=1 );
}
.winning-plays-box .col-sm-6 {
	padding: 20px 40px;
}
.winning-plays-box ul {
	padding-left: 20px;
	margin: 0px !important;
	list-style-type: disc !important;
}
.winning-plays-box ul li {
	font-size: 18px;
	padding-left: 0px !important;
	margin: 0 0 5px !important;
	background: none !important;
}
.winning-plays-box.green-gcr {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background: rgba(190,203,133,1);
	background: -moz-linear-gradient(left, rgba(190,203,133,1) 0%, rgba(179,188,109,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(190,203,133,1)), color-stop(100%, rgba(179,188,109,1)));
	background: -webkit-linear-gradient(left, rgba(190,203,133,1) 0%, rgba(179,188,109,1) 100%);
	background: -o-linear-gradient(left, rgba(190,203,133,1) 0%, rgba(179,188,109,1) 100%);
	background: -ms-linear-gradient(left, rgba(190,203,133,1) 0%, rgba(179,188,109,1) 100%);
	background: linear-gradient(to right, rgba(190,203,133,1) 0%, rgba(179,188,109,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#becb85', endColorstr='#b3bc6d', GradientType=1 );
}
#play-recommendations {
	background-color: #1a4d6e;
}
.enquiry-form3 .form-control {
	display: block;
	width: 100%;
	height: 60px;
	padding: 6px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f6f6f6;
	background-image: none;
	border: 1px solid #a8a8a8;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.enquiry-form3 textarea.form-control {
	padding: 20px 20px;
	font-size: 16px;
	height: 280px;
}
.enquiry-form3 .btn-submit {
	float: right;
}
.enquiry-form3 input#fileElem[type="file"] {
    visibility: hidden;
	width:0px;
	height:0px;
}
.enquiry-form3 #fileSelect {
  display:inline-block;
  width:334px;
  height:70px;
  border: 0px;
  background: url(../img/upload-button.png);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  cursor: pointer;
}
.photo-cat {
  position:relative;
  display: block;
  padding:0px;
  margin: 0 auto 30px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 6px solid #fff;
  border-radius:0px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.photo-cat img{
	display:block;
	width:100%;
}
.photo-cat .cat-overlay {
	display:none;
}
.photo-cat:hover .cat-overlay {
  position: absolute;
  display:block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding:10px;
  background:#014ba2;
  background:rgba(1, 75, 162, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  
}
.photo-cat:hover .cat-overlay h3{
     
    position: absolute;
    top: 50%;
    left: 50%;
	margin-right: -50% !important;
	margin:0px;
    transform: translate(-50%, -50%);
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 4px 7px #222;
	text-transform: uppercase;
        margin: 0 auto !important; 
	
}
.photo-cat:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#photo-gallery{
	position:relative;
	list-style-type:none;
	margin-top:50px;
	margin-bottom: 50px;
}
#photo-gallery .photo {
  position: absolute;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
#photo-gallery a{
  display: block;
  width: 100%;
  position: relative;
}
#photo-gallery a:hover .entry-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background:#014ba2;
  background:rgba(1, 75, 162, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#photo-gallery a .entry-overlay .fa{
	display:none;
}
#photo-gallery a:hover .entry-overlay .fa {
  display:block;
  font-size:36px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
}
#photo-gallery .photo:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.html5gallery-title-text-0{
	display:none;
}
.html5gallery-tn-selected-0, .html5gallery-tn-0{
	height:150px !important;
}
.html5gallery-container-0 div a{
	display:none;
}



/* ====================
   Footer
   ==================== */

footer#page-footer {
	position: relative;
	font-size: 12px;
	line-height: 16px;
	color: #6b6c6c;
	padding: 15px 0;
	background: #141414;
}
footer#page-footer::before {
	position: absolute;
	width: 100%;
	height: 18px;
	left: 0px;
	top: 0px;
	z-index: 6;
	content: "";
	background: url(../img/top-shadow.png) top center no-repeat;
}
footer#page-footer .copyright {
	line-height: 35px;
}
footer#page-footer .social {
	float: right;
	margin: 0;
	padding: 0px;
}
footer#page-footer .social li {
	float: left;
	margin: 0 0 0 15px;
	list-style: none;
}
footer#page-footer .social li a.icon {
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 32px;
	line-height: 30px;
	text-align: center;
}
footer#page-footer .social li a.twitter {
	color: #00b3ee;
}
footer#page-footer .social li a.facebook {
	color: #4b6db3;
}
footer#page-footer .container {
	position: relative;
}
footer#page-footer .container .top {
	position: absolute;
	width: 49px;
	height: 49px;
	top: -64px;
	right: 10px;
	background: #171717 url(../img/top-arrow.png) center no-repeat;
}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}

/* ==========================================================================
   @media
   ========================================================================== */


@media (min-width: 992px) and (max-width: 1199px) {
.nav {
	margin: 10px -15px 0;
}
.navbar-brand > img {
	height: 70px;
}
#main-slider .bx-wrapper .bx-controls-direction a {
	top: auto;
	bottom: 40px;
}
.latest-news-post .media-left, .latest-news-post .media-left img {
	width: 187px;
	height: 148px;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-thumbnail img {
	width: 240px;
	height: 240px;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-content {
	font-size: 16px;
	margin: 50px 60px;
}
.testimonials-slider .bx-wrapper .bx-prev {
	left: 43%;
}
.testimonials-slider .bx-wrapper .bx-next {
	right: 43%;
}
#worked-carousel .carousel-control.left {
	left: 43% !important;
}
#worked-carousel .carousel-control.right {
	right: 43% !important;
}
.dramawise-box.yellow-gcr .media-object-right .media-object-shap {
  position: absolute;
  width: 80px;
  height: auto;
  z-index: 6;
  border-top: 173px solid #fade5a;
  border-right: 80px solid transparent;
  border-bottom: 173px solid #fade5a;
  border-right: 80px solid transparent;
}
.dramawise-box.green-gcr .media-object-right .media-object-shap {
	position: absolute;
	width: 80px;
	height: auto;
	z-index: 6;
	border-top: 120px solid #a8d95f;
	border-right: 80px solid transparent;
	border-bottom: 120px solid #a8d95f;
	border-right: 80px solid transparent;
}
.dramawise-box.orange-gcr .media-object-right .media-object-shap {
	position: absolute;
	width: 40px;
	height: auto;
	z-index: 6;
	border-top: 120px solid #f9794a;
	border-right: 80px solid transparent;
	border-bottom: 120px solid #f9794a;
	border-right: 80px solid transparent;
}
.dramawise-box.blue-gcr .media-object-right .media-object-shap {
	position: absolute;
	width: 80px;
	height: auto;
	z-index: 6;
	border-top: 173px solid #d1e4f6;
	border-right: 80px solid transparent;
	border-bottom: 173px solid #d1e4f6;
	border-right: 80px solid transparent;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#main-menu {
	position: relative;
	z-index: 9999;
}
#main-menu ul {
	width: 12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
}
.nav {
	float: left;
	margin: 0px -15px 0px;
}
.nav > li > a {
	font-size: 10px;
	padding: 0px 5px 10px;
}
.navbar-brand > img {
	display: inline-block;
	height: 70px;
}
#main-slider .caption {
	position: absolute;
	width: 460px;
	left: 40px;
	color: #FFF;
	text-align: left;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.55);
	font-size: 14px;
	top: 20%;
	border-bottom: 1px solid #FFF;
}
#main-slider .bx-wrapper .bx-controls-direction a {
	top: auto;
	bottom: 40px;
}
#main-slider .bx-wrapper .bx-prev {
	left: 40px;
}
#main-slider .bx-wrapper .bx-next {
	left: 80px;
}
.section {
	min-height: 680px;
}
#latest-news-box.content {
	height: 426px;
}
.latest-news-post .media-left, .latest-news-post .media-left img {
	display: block;
	width: 187px;
	height: 148px;
	margin: 0 auto;
}
.testimonials-slider .bx-wrapper .slide {
	text-align: center;
}
.testimonials-slider .bx-wrapper {
	margin: 90px auto;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-thumbnail {
	float: none;
	margin: 0 auto;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-thumbnail img {
	width: 200px;
	height: 200px;
	margin: 0px auto;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-content {
	font-size: 16px;
	margin: 50px 60px;
}
.testimonials-slider .bx-wrapper .bx-prev {
	left: 41%;
	bottom: -50px;
}
.testimonials-slider .bx-wrapper .bx-next {
	right: 41%;
	bottom: -50px;
}
.rewired-box {
	min-height: 295px;
}
.rewired-box2 {
	min-height: 490px;
}
#nominations-box.content {
	height: 788px;
}
.competition-box {
	display: block;
	min-height: 860px;
}
.enquiry-form2 textarea.form-control {
	height: 345px;
}
.suggested-formate-box {
	width: 100%;
}
.enquiry-form3 textarea.form-control {
    height: 200px;
}
.pap-partners-box {
    height: 426px;
}
.pap-partners-box .pap-heading {
    font-size: 20px;
	padding: 20px;
}
#worked-carousel .thumbnail {
	margin: 0px 0px 70px;
}
#worked-carousel .carousel-control.left {
	left: 41% !important;
}
#worked-carousel .carousel-control.right {
	right: 41% !important;
}

}
@media (max-width: 767px) {

.top-bar .top-info .top-contact {
	display: inline-block;
	margin-right: 4px;
	font-size: 12px;
}
.top-bar .top-info .top-contact i.mail-icon {
	margin-right: 4px;
}
.navbar-brand > img {
	display: inline-block;
	height: 70px;
}
header#page-header, header#page-header.sticky{
	  position: fixed;
}
.nav, header#page-header.sticky .nav {
	float: none;
	margin: 0px 0px;
}
header#page-header.sticky .nav > li{
	padding: 0px;
}
.navbar-toggle {
	margin-top: 30px;
	margin-right: 15px;
}
.navbar-inverse .navbar-toggle {
	background-color: #333 !important;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333 !important;
}
.sm-menu a span.sub-arrow {
  position: absolute;
  top: 50%;
}
.nav > li.home-icon {
	background: none;
}
.nav > li.workshops-icon {
	background: none;
}
.nav > li.competition-icon {
	background: none;
}
.nav > li.playwriting-icon {
	background: none;
}
.nav > li.daramawise-icon {
	background: none;
}
.nav > li.gallery-icon {
	background: none;
}
.nav > li.contact-icon {
	background: none;
}
.nav > li {
	padding: 0px 0px;
}
.nav > li > a, .header#page-header.sticky .nav > li > a {
	font-size: 14px;
	padding: 10px 10px !important;
}
.nav ul{
	min-width:100% !important;
	max-width:100% !important;
}
#main-slider .caption {
	position: absolute;
	width: 95%;
	left: 10px;
	color: #FFF;
	text-align: left;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.55);
	font-size: 12px;
	top: 5%;
	border-bottom: 1px solid #FFF;
}
#main-slider .caption h2 {
	font-size: 28px;
	margin-top: 5px;
}
#main-slider .caption h3 {
	font-size: 18px;
}
#main-slider .bx-wrapper .bx-controls-direction a {
	bottom: 5px;
}
#main-slider .bx-wrapper .bx-prev {
	left: 10px;
}
#main-slider .bx-wrapper .bx-next {
	left: 60px;
}
.section {
	min-height: 680px;
}
#latest-news-box.content {
	width: 100%;
	height: 426px;
}
.latest-news-post .media-left, .latest-news-post .media-left img {
	display: block;
	width: 187px;
	height: 148px;
	margin: 0 auto;
}
.testimonials-slider .bx-wrapper .slide {
	text-align: center;
}
.testimonials-slider .bx-wrapper {
	margin: 90px auto;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-thumbnail {
	float: none;
	max-width: inherit;
	margin: 0 auto;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-thumbnail img {
	width: 160px;
	height: 160px;
	margin: 0px auto;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-content {
	font-size: 16px;
	margin: 50px 86px;
}
.testimonials-slider .bx-wrapper .bx-prev {
	left: 35%;
	bottom: -50px;
}
.testimonials-slider .bx-wrapper .bx-next {
	right: 35%;
	bottom: -50px;
}
footer#page-footer {
	text-align: center;
}
footer#page-footer .social {
	float: none;
	text-align: center;
}
footer#page-footer .social li {
	float: none;
	display: inline-block;
}
footer#page-footer .social li img {
	vertical-align: initial;
}
.inner-banner {
	position: relative;
	height: 200px;
	  margin-top: 80px;
}
#content {
	position: relative;
	padding: 60px 0px 80px;
}
.enquiry-form textarea.form-control {
	height: 250px;
}
.click-btn {
	padding: 15px 30px;
}
.single-video iframe {
	height: 250px;
}
#schools-rules.competition-section1 {
	padding-top: 80px;
}
.enquiry-form2 textarea.form-control {
	height: 250px;
}
.suggested-formate-box {
	width: 100%;
	padding: 50px 50px;
}
.enquiry-form3 textarea.form-control {
    height: 200px;
}
#worked-carousel .thumbnail {
	width:250px !important;
	margin: 0px auto 70px !important;
}
.dramawise-box .media-body .media-heading {
    font-family: "ROCK";
    font-size: 30px;
}
#worked-carousel .carousel-control.left {
	left: 35% !important;
}
#worked-carousel .carousel-control.right {
	right: 35% !important;
}
.dramawise-box .media-object-right img{
	width:150px;
}
.dramawise-box.yellow-gcr .media-object-right .media-object-shap {
  position: absolute;
  width: 40px;
  height: auto;
  z-index: 6;
  border-top: 95px solid #fade5a;
  border-right: 40px solid transparent;
  border-bottom: 95px solid #fade5a;
  border-right: 40px solid transparent;
}
.dramawise-box.green-gcr .media-object-right .media-object-shap {
	position: absolute;
	width: 40px;
	height: auto;
	z-index: 6;
	border-top: 63px solid #a8d95f;
	border-right: 40px solid transparent;
	border-bottom: 62px solid #a8d95f;
	border-right: 40px solid transparent;
}
.dramawise-box.orange-gcr .media-object-right .media-object-shap {
	position: absolute;
	width: 40px;
	height: auto;
	z-index: 6;
	border-top: 63px solid #f9794a;
	border-right: 40px solid transparent;
	border-bottom: 62px solid #f9794a;
	border-right: 40px solid transparent;
}
.dramawise-box.blue-gcr .media-object-right .media-object-shap {
	position: absolute;
	width: 40px;
	height: auto;
	z-index: 6;
	border-top: 91px solid #d1e4f6;
	border-right: 40px solid transparent;
	border-bottom: 91px solid #d1e4f6;
	border-right: 40px solid transparent;
}

}
@media (max-width: 480px) {
.competition-box {
  padding:20px 10px;
}	
.winning-plays-box .col-sm-6 li a{

	font-size: 12px;

}
#main-slider .caption h3, #main-slider .caption p, #main-slider .caption hr {
	display: none;
}
#main-slider .caption h2 {
	font-size: 21px;
}
#main-slider .bx-wrapper .bx-controls-direction a {
	bottom: 30px;
}
.top-bar .social-wrapper {
	display: none;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-content {
	font-size: 16px;
	margin: 50px 0px;
}
.testimonials-slider .bx-wrapper .testimonials-carousel-content:before, .testimonials-slider .bx-wrapper .testimonials-carousel-content:after {
	display: none;
}
.testimonials-slider .bx-wrapper .bx-prev {
	left: 34%;
	bottom: -50px;
}
.testimonials-slider .bx-wrapper .bx-next {
	right: 34%;
	bottom: -50px;
}
#worked-carousel .carousel-control.left {
    right: 32% !important;
}
#worked-carousel .carousel-control.right {
    right: 32% !important;
}
.blog-post .blog-post-content {
	position: relative;
	padding-left: 0px;
}
.blog-post .post-date {
	position: relative;
	margin: 0 auto 20px;
}
.click-btn {
	font-size: 18px;
	padding: 15px 15px;
}
.section-heading {
	font-size: 34px;
}
.single-video iframe {
	height: auto;
}
.suggested-formate-box {
	width: 100%;
	padding: 30px 30px;
}
.dramawise-box .media-body {
	display: block;
}
.dramawise-box .media-object-right {
	display: inherit;
	text-align: center;
}
.dramawise-box.yellow-gcr .media-object-right .media-object-shap, .dramawise-box.green-gcr .media-object-right .media-object-shap, .dramawise-box.orange-gcr .media-object-right .media-object-shap, .dramawise-box.blue-gcr .media-object-right .media-object-shap {
	display: none;
}
}
 @media (max-width: 320px) {
#main-slider .caption h3, #main-slider .caption p, #main-slider .caption hr {
	display: none;
}
#main-slider .bx-wrapper .bx-controls-direction a {
	bottom: 15px;
}
.testimonials-slider .bx-wrapper .bx-prev {
	left: 26%;
	bottom: -50px;
}
.testimonials-slider .bx-wrapper .bx-next {
	right: 26%;
	bottom: -50px;
}
}
.artimization
{
color:#999;
}
#mCSB_1_container .latest-news-post  .media-left,
#mCSB_1_container .latest-news-post  .media-body{
display:inline-block;
width:48%;
}