/*
Author: bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
@font-face {
    font-family: BebasBold;
    src:url(../fonts/BebasNeue%20Bold.otf);
}
@font-face {
    font-family: BebasLight;
    src:url(../fonts/BebasNeue%20Light.otf)
}
@font-face {
    font-family: BebasRegular;
    src:url(../fonts/BebasNeue%20Regular.otf)
}

/*==========================================
 1.  PREDIFINEED (FROM 1 TO 457)
 2.  NAVIGATION - LINE NO 465 
 3.  HOME - LINE NO 517
 4.  ABOUT US - LINE NO 563
 5.  TOBIAS SECTION - LINE NO 615
 5.  SERVICE - LINE NO 640
 6.  TEAM - LINE NO 682
 7.  PORTFOLIO - LINE NO 715
 8.  CONTACT US - LINE NO 736
 9.  FOOTER - LINE NO 761
==========================================*/

/*==========================================

 1.   BOOTSTRAP FRAMEWORK
 2.   MATERIAL DESIGN
 3.   NAVMENU
 4.   WOW JS 
 5.   ANIMATE CSS
 6.   MAGNIFIC-POPUP PORTFOLIO  
 7.   MAGNIFIC-POPUP VIDEO
 8.   GOOGLE GMAPS
 9.   JQUERY EASING JS
 10.  FONT AWESOME
 11.  MONTSERRAT BOLD

==========================================*/


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body,p,ul,li,a,span  {font-family: 'Helvetica', 'Arial', sans-serif;}
h1,h2,h3,h4,h5,h6,h7,h8,strong {font-family:'BebasBold', sans-serif; color:#a54399}
.btn {color:#fff; font-family:'BebasBold', sans-serif;}
h1,h2,h3,h4,h5,h6,h7,p,span,div,ul,li,a,strong {transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in;}
h1:hover,h2:hover,h3:hover,h4:hover,h5:hover,h6:hover,h7:hover,p:hover,span:hover,div:hover,ul:hover,li:hover,a:hover,strong:hover {transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out;}
html,
body {
    background-color: #fff;
    font-size: 14px;
    color: #231f20;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
	height:100%;

}

.heroBKND { 
	background-image: url(../images/ArenaBKND_50.jpg) ; 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  	padding:60px 0 30px 0;
}
 
.pageBreak {
	height:30px;
	background-image: url(../images/ArenaBKND_50.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width:100%;	
	padding:10px 0;

	}


/*==========================================
PRE LOADER 
==========================================*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.preloader h2 {
    font-size: 3rem;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 50px;
}
.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

/*==========================================
            PREDFINEED CSS
==========================================*/
h1.sectionHead {
	font-weight:700;
	font-size:3.5em;
	color:#a54399;
		
}
.main_figur {
    width: 100%;
    overflow: hidden;
}
.row{
    margin-bottom:0;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.clear {
    clear: both;
}
img {
    max-width: 100%;
}

h1,
h2 {
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 2.571rem;
    line-height: 3.5rem;
    color: #fff;
}
h2 {
    font-size: 2.143rem;
    line-height: 2.5rem;
}
h3 {
    font-size: 1.714rem;
    line-height: 2.5rem;
    margin-bottom: 30px;
}
h4 {
    font-size: 1.286rem;
    line-height: 2rem;
    font-weight: 500;
}

h6{
    font-size:1.000rem;
    font-weight: 500;
    line-height: 1.5rem;
}

p {
    line-height: 1.375rem;
    margin: 0 0 15px;
}
p:last-child {
    margin-bottom: 0px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    outline:0;
}
a:focus {
    outline:0;
}
a:hover {
    text-decoration: none;

}

strong {font-size:1.5em;}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0;
}

.btn-white {
	background-color:#FFFFFF; 
	color:#a54399; 
	font-size:14px; 
	font-weight:500;
	margin:10px 20px;
}
.btn-white:hover {
	background-color:#EEEEEE;
}
.btn-white a {
	text-decoration:none;
	color:#a54399;
	
}
.btn {
	background-color:#a54399; 
	color:#fff; 
	font-size:14px; 
	font-weight:500;
	margin:10px 20px;
}
.btn:hover {
	background-color:#7A3171;
}
.btn a {
	text-decoration:none;
	color:#fff;
	
}

.overlay{
    background: rgba(165, 67, 153, 0.75);
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem 0rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #ddd;
    background-color: transparent;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0rem;
    border-bottom: 1px solid #555;
    outline: 0;

}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

textarea.form-control:focus:not([readonly]) {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

ol, ol li {
	list-style: none;
}

/*section:nth-child(odd){
    background: #ddd;
}*/
/*==============================================================
            Navigation Style
================================================================*/

.cd-header a.brand-logo img {
	min-width: 150px;
	margin-top:-3px;
	margin:0 auto;
}
.cd-header{
    position: fixed;
    top: 0;
}
.cd-header.small{
    background: #333;
}
nav ul li {
    transition: background-color .3s;
    float: none;
    padding: 0;
    text-align: center;
}
#main-nav li {
    height: 15%;
}

#main-nav li a {
    position: relative;
    display: block;
    padding: 1.2% 10%;
    height: 100%;
    border-bottom: 1px solid #dfdbec;
    color: #3a393f;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}
.brand-logo img{
	min-width:200px;
	max-width:200px;
	margin:0 auto;
}

/*==============================================================
            Head Title
================================================================*/
.head_title {
    width: 80%;
    margin: 0px auto;
}
.head_title h2{
    line-height: 4rem;

}
.head_title h6{
    border-left: 2px solid #ddd;
    padding-left: 20px; 
}
.head_title p{
    padding-left: 20px; 
}


/*=============================================================
                    home section
===============================================================*/

.home {
    background: url(../images/ArenaBKND_50.jpg) center no-repeat;
background-size:cover;
	height:100vh;
	width:100%;
	box-sizing:border-box; 
	vertical-align: middle;
	text-align:center;
}


.main_home {
	padding-top:25vh;
    position:inherit;
	width:98%;
	margin:0 auto;
	
}
.main_home h1{
    margin:0 auto;
	font-weight:900;
	font-size:10em;
	line-height:1em;
	text-align:center;
}

.main_home ul li a{
    color:#fff;
}
.main_home ul{
    margin-top:10%;
}
.main_home h2 {
	color:#fff;
	font-size:5em;
	font-weight:900;
	line-height:1em;
}
.main_home h4 {
	color:#fff;
	font-size:3em;
	margin-top:25px;
	line-height:1em;
}



.scrolldown{
    position: absolute;
    left: 50%;
    bottom: 8%;
    margin-left:-17px;
}
.scrolldown a i{
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    line-height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    text-align: center;
    color:#fff;
    margin:0 auto;

}
.scrolldown a:hover i{
    opacity: .85;
    -moz-opacity: .85;
    -o-opacity: .85;
    -webkit-opacity: .85;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);

}


/*====================================================================
                 About Section 
======================================================================*/

.main_about_area{
    overflow: hidden;
	display:inline-block;
}

.main_about_area .single_about i{
    border:1px solid #ff9a5e;
    color:#ff9a5e;
    width:60px;
    height: 60px;
    line-height: 60px;
    font-size:2.225rem;
    border-radius: 50%;
    margin-bottom:1.875rem;
}



/*=================================================================
                    Service Section
===================================================================*/


.service .container-fluid{
    padding-right: 0px; 
    padding-left: 0px; 
    margin-right: auto; 
    margin-left: auto; 
}
.main_service_content .col-sm-push-6 {
    left: 52%;
}
.main_service_content{
    overflow: visible;
}
.main_service_content .single_service_area{
height:auto;
	
}
.main_service_content img{
    width:100%;
}
.main_service_content .single_service{
    padding:20px 50px;
	margin:30px 0;
}
.main_service_content .single_service h2{
    font-weight: 700;
    color: #231f20;
}
.single_service.single_service_left_text{
    margin-left:15%;
}
.single_service {
	position:absolute;
	top:50%;
}
.single_service h1 {
	font-size:3.5em;
	font-weight:800;;

}

.single_service p, .single_service ul {
	font-size:16px;
	font-weight:400;
	padding:5px 20px;
	line-height: 1.5em;
	}

.service_image img {
	width:100%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	transition: filter 0.5s ease-in-out;
}

.service_image:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
		transition: filter 0.5s ease-in-out;
}




/*=====================================================================
                   Event Section
====================================================================*/

#events {
	background-color:#fff;
	width:100%;
	padding:80px 0;
	margin:0;
}
#events h1 {
	font-size:3.5em;
	font-weight:800;
	text-align:center;
	margin-bottom:40px;
}
.main_event_area{
    overflow: hidden;
	width:100%; 
	padding:0;
}
#events h4 {
	font-size:2.5em;
	color:#fff;
	line-height:1em;
	font-weight:800;
	margin-top:200px;
	margin-right:20px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	}


.single_event{
    overflow: hidden;
	width:25%;
	margin:0;
	padding:0;
	cursor: pointer;
	text-align:center;
}
.single_event img{
	overflow:hidden;
	padding:0;
	margin:0;
}
.single_event a {
	cursor:pointer;
}


/*=====================================================================
                    Testimonial Section 
====================================================================*/

.main_testimonial_area{
    background: url(../images/bknd.jpg) center no-repeat;
    position: relative;
	background-size:cover;
}
.main_testimonial_area .head_title h2{
    color:#fff;
}
.main_testimonial_area .head_title h6{
    color:#fff;
}
.testimonial_content .single_test h3{
    width:80%;
    margin:30px auto;
    color:#fff;
}
.testimonial_content .single_test h3:before{
    content: "\f10e";
    text-align: left;
    font-family: fontawesome;
    font-size: 3rem;
    color: #7d7b7d;
    position: absolute;
    z-index: -1;
    padding: 5px;
    left: 9%;    
}

.testimonial_content .single_test p{
    font-size:10px;
    font-weight: 100;
    color:#fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}




/*=====================================================================
                    Contact Us Section
====================================================================*/


.ourmap{
	height:400px;
    width:100%;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

}

.main_contact_area{
    background: #000;
}
.main_contact_area .head_title{
    width:100%;
}
.main_contact_area .head_title h2{
    color:#fff;
}
.main_contactus_area input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    width: 20%;
    background: #1c1c1c;
    border:1px solid #555;
    border-radius: 30px;
    height: 36px;
    font-size: 0.875rem;
    transition: all 0.6s;
    color:#ddd;
}
.main_contactus_area input[type=submit]:hover {
    background: #000;
    color:#fff;
    border-color:#fff;
}
.main_contactus_area input[type=submit]:focus {
    outline:0;
}




/*=====================================================================
                   Footer Section
====================================================================*/
.footer{
	height:175px;
	background-image: url(../images/ArenaBKND_50.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width:100%;	
	padding:40px 0 60px 0;
}

.WS-logo img {max-width:250px;}

.main_footer{
    overflow: hidden;
    display: inline-block;
    width:100%;
    padding: 40px 0px;
    border-top: 1px solid #555;
    margin-top: 40px;
}
.main_footer .footer_logo a img{
    width:50%;
}
.main_footer .copyright_text p{
    line-height: 2rem;
    color:#a0a0a0;
}
.main_footer .copyright_text a{
    padding: 0px 5px;
    color:#fff;
}
.main_footer .copyright_text i{
    padding: 0px 5px;
    color:#ff0000;
}

.scrollup a i{
    background: #555;
    color:#ddd;
    border-radius: 50%;
    width:30px;
    height: 30px;
    line-height: 30px;
    transition: all 0.6s;
}
.scrollup a:hover i{
    background: #fff;
    color:#333; 
}

/*=====================================================================
                    scrollup 
====================================================================*/

/*.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #fff;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #333;
    left: 0%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}*/


/*=====================================================================
                    custom 
====================================================================*/


.bolder {
	font-weight: 700;
}

.lightBknd {
	background-color:#eee;
	color:#333;
}

.darkBknd {
	background-color:#333;
	color:#fff;
}
.darkBknd p,.darkBknd h1,.darkBknd h2,.darkBknd h3,.darkBknd h4,.darkBknd h5,.darkBknd h6,.darkBknd h7,.darkBknd h8 {
	color:#fff;
}
.darkBknd .btn {
	background-color:#fff;
	color:#333;
} 

.calgaryEvent {
	height:inherit;
	min-height:275px;
}
.redBorder {
	border:10px solid #a54399;
	margin:40px 0;
	width:100%;
}

.fa-arrow-circle-down {
	color:#fff;
	font-size:50px;
	margin-top:25px;
	}

.bolder {
	font-weight: 700;
}

.break {
	padding:50px;
}
section.relative {
	position:relative;
}
.contentContainer {
	padding:40px;
}


.footer {
	padding:50px;
	text-align:center;
}
.footer h1 {
	font-weight:600;
}









@media (max-width: 1000px) {
	.home h1 {font-size:10em; line-height:1em;}
	.home h2 {font-size:5em; line-height:1em;}

}

@media (max-width: 750px) {
	.home h1 {font-size:3.5em; line-height:1em;}
	.home h2 {font-size:3em; line-height:1em;}

}

