@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700|Raleway:300,600,700,900';
@import 'https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css';
/*Global Settings*/
body{
	font-family: 'Roboto', serif;
	 padding-top: 70px;
}
h1, h2, h3, h4, h5, h6{
		font-family: Roboto;
	/*text-transform: uppercase;*/
	font-weight: 400;
	color: #424242;

	margin-bottom: 35px;
	margin-top: 0;
}
h1{
	font-size: 45px;
	text-transform: uppercase;

}
h2{
	font-size: 32px;
	text-transform: uppercase;
}

h3{
	font-size: 21px;
}

.large{
	font-size: 19px;
}

p{
	font-size: 10px;
	color: #000;
}
a{
	transition: all 0.3s ease-in-out;
}
section{
	text-align: center;
}

.roboto{
	font-family: Roboto;
	font-weight: 300;
}
.blockquote p{
	font-size: 32px;
	line-height: 45px;
	padding-left: 30px;
	border-left: 3px solid #424242;
	color: #424242;
}

.title{
	position: relative;
	margin-bottom: 20px 0px 20px 0px;
}

#menu-item{
	    -webkit-box-shadow: 0px 4px 103px -1px rgba(0,0,0,0.56);
	    -moz-box-shadow: 0px 10px 103px -1px rgba(0,0,0,0.56);
	    box-shadow: 0px 4px 103px -1px rgba(0,0,0,0.56);
}

#contact-anchor{
	 padding-top: 27px;
}
/*.title:after{
	content: '';
	height: 5px;
	width: 40px;
	background-color: #62aa94;
	position: absolute;
	top: 81px;
	left: calc(50% - 20px);
}*/
.homepage-title{
	color: #fff;
}
.homepage-list{
	font-size: 0.7em !important;
	vertical-align: middle;
	margin: 5px;
	margin-right: 10px;
	color: rgba(0, 163, 220, 0.9);
}
.homepage-list-well{
	background-color: rgb(242, 242, 242);
	padding: 30px;
	padding-bottom: 15px;
}
.homepage-list-well span{
	color: rgba(0, 163, 220, 0.9);
	margin-left: 5px;
	font-size: 0.75em;
	font-weight: bold;
	vertical-align: middle;
}
.homepage-second-paragraph{
	margin-top: 30px;
	margin-bottom: 30px;
}
.logo{

    padding: 13px 0px 9px 15px;
}

.navbar li{
	font-family: Roboto;
	font-weight: 400;
	    font-size: 17.4px;
}

.navbar ul{
padding-top: 20px;
margin-right: 30px;
}

img {
}


/*Bootstrap*/
.navbar-vira{
	background-image: none;
	background-color: transparent;
	margin-bottom: 0;
	border-radius: 0;
	border-color: transparent;
	transition: all 0.3s ease-in-out;
}
.form-control option{
	color: #424242;
}
.form-control{
	border-radius: 0;
	padding: 25px;
    font-size: 18px;
    font-style: italic;
    background-color: transparent;
    color: #424242;
    margin-bottom: 30px;
	border-color: #51c2b9;
}
.form-control:focus{
	border-color: #51c2b9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(81, 194, 185, 0.6);
}
.form-control::-webkit-input-placeholder {
    color: #fff;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.form-control:-ms-input-placeholder {
    color: #fff;
}

.element .form-control::-webkit-input-placeholder {
    color: #424242;
}
.element .form-control:-moz-placeholder { /* Firefox 18- */
    color: #424242;
}
.element .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #424242;
}
.element .form-control:-ms-input-placeholder {
    color: #424242;
}




/*Helper class*/
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mr60{
	margin-right: 60px;
}
.bg-img{
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.bg-img div{
	z-index: 1;
	position: relative;
}
/*.bg-img:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
}*/
.section{
	padding: 35px 0;
}

.alt-contact{

}

.vira-card{
	text-align: center;
	/*margin-bottom: 45px;*/
}
.vira-card .vira-card-header{
	margin-bottom: 20px;
}
.vira-card .vira-card-header .card-icon{
	border: 1px solid rgba(0, 163, 220, 0.9);
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	position: relative;
}
.vira-card .vira-card-header .card-icon .fa{
	margin-top: 12px;
	font-size: 33px;
}
.vira-card .vira-card-header .card-icon:after{
	content: '';
	height: 50px;
	width: 50px;
	background-color: rgba(0, 163, 220, 0.9);
	position: absolute;
	top: 4px;
	left: 4px;
}
.vira-card .vira-card-header .card-icon span{
	color: #fff;
	font-size: 45px;
	position: relative;
	z-index: 1;
}
.vira-card .vira-card-content h3{
	position: relative;
	margin-bottom: 60px
}
.vira-card .vira-card-content h3:after{
	content: '';
	height: 1px;
	width: 44px;
	background-color: rgb(0, 163, 220);
	position: absolute;
	top: 52px;
	left: calc(50% - 22px);
}
.vira-card .vira-card-content p{
	font-size: 15px;
}
.vira-card .vira-card-content .social-icons{
	margin-top: 30px;
}

/*Button*/
.vira-btn{
	padding: 10px 40px 10px 40px;
	border-color: rgb(0, 163, 220);
	font-style: italic;
	color: rgb(0, 163, 220);
	border-radius: 0;
	letter-spacing: 3px;
	margin-bottom: 30px;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}
.vira-btn:hover{
	background-color: rgb(0, 163, 220);
	color: #fff;
}
.solid{
	background-color:rgb(0, 163, 220);
	color: #fff;
}
.solid:hover{
	background-color: #fff;
	color:rgb(0, 163, 220);
}
.small-btn{
	padding: 10px 130px;
}



/*Element page*/
.element .navigation-bar{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.element .navigation-bar a{
	color: #424242;
}
.element .dark-bar{
	background-color: #fff;
}
.element .menu:after{
	color: #424242;
}
.element .title:after{
	left: 0;
	top: 60px;
}
.headings p{
	margin-bottom: 80px;
}
.social-icons ul{
	text-align: center;
	padding-left: 0;
	display: inline-block;
}
.social-icons ul a li{
	display: inline-block;
	list-style-type: none;
    border: 2px solid rgb(0, 163, 220);
    margin-right: 10px;
    background-color: rgb(0, 163, 220);
    color: #fff;
	font-size: 18px;
    line-height: 32px;
    width: 36px;
}
.social-icons ul a li:last-child{
	margin-right: 0;
}
.social-icons ul a:hover li{
	color:rgb(0, 163, 220);
	background-color: #fff;
}
.homepage-icons{
	position: relative;
	z-index: 900;
	color: #fff;
	font-size: 45px;
	vertical-align: middle;
}







/*Navigation*/
#menu-item{
	transition: all 0.3s ease-in-out;
	margin-bottom: 0;
}
.menu-item{
	background-color: rgb(0, 163, 220);
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
.menu-item ul{
	padding-left: 0;
	margin-bottom: 0;
}
.menu-item ul a li{
	padding: 15px 0;
	list-style-type: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-family: 'Raleway', sans-serif
}
.menu-item ul a:hover li{
	color: rgb(0, 163, 220);
	background-color: rgb(255, 255, 255);
	text-decoration: none;
}
.hide-menu{
	margin-top: -266px; }
.show-menu{
	margin-top: 0;
}
.dark-bar{
	background-color: rgb(255, 255, 255);
	background-image: none;
}
.navigation-bar{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 15px 0;
	font-size: 30px;
}
.navigation-bar a{
	color: #fff;
}
.menu{
	position: relative;
	display: inline-block;
}

.menu:after{
	position: absolute;
	left: -65px;
	top: 10px;
	color: rgb(0, 163, 220);
	font-size: 30px;
}
.m:after{
	content: 'MENU';
	font-family: 'Raleway', sans-serif
}
.c:after{
	content: 'CLOSE';
	font-family: 'Raleway', sans-serif
}
.t-shirt-brand{
	margin: 0;
	color: #fff;
	text-transform: none;
	font-size: 45px;
}
.brand-blue{
	color: #00a3dc;
  -webkit-text-stroke: 2px #000;
}

.stripe{
	background-color: #b8e5f5;
	padding: 32px 0px 0px 0px;
}


/*Home page*/
.header{
	background-color: rgb(0, 163, 220);
	position: relative;
}
.t-shirt{
	max-width: 100%;
	max-height: 100%;
	width:auto;
	height: auto;
	padding: 20px;
}
@media(max-width:992px){
	.t-shirt{
		max-width: 50%;
		max-height: 50%;
		width:auto;
		height: auto;
		padding: 20px;
	}
}
.intro-box{
	display: table;
	text-align: center;
	width: 100%;
	padding-top: 24px;
}
.intro-box h1{
	font-family: Roboto;
	font-weight: 300;
	margin-top: 35px !important;
}
.intro-box h2{
	font-family: Roboto;
	font-weight: 400;
}
.intro{
	display: table-cell;
	vertical-align: middle;
}
.blue-box{
	width: 100%;
}
.header h1{
	margin: 0;
}
.header h1, .header p{
	color: #fff;
	letter-spacing: 2px;
}
.header p{
	font-size: 16px;
	padding-top: 0;
	padding-bottom: 40px;
}
.header .vira-btn{
	border-color: #fff;
	color: #fff;
}
.header .vira-btn:hover{
	background-color: #fff;
	color: #424242;
}
.purpose h3{
	font-size: 30px;
}

.about{
	background-color: #f8f8f8;
}
.about img{
	margin: 30px auto;
	display: block;
}
.about span{
	font-family: 'Raleway';
	font-weight: 600;
}

.expert{
	background-color: #f8f8f8;
}
.expert p{
	line-height: 200%;
}
.expert .bg-img{
	background-image: url(../images/2.jpg);
	background-position-x: 85%;
	height: 100%;
}
.expert .bg-img:after{
	display: none;
}
.expert .section{
	padding-left: 30px;
	padding-right: 30px;
}


.vira-quote{
	background-image: url(../images/3.jpg);
	/*padding: 120px 0;*/
	color: #fff;
	font-style: italic;
}
.vira-quote p{
	font-size: 32px;
	color: #fff;
}
.vira-quote .quote{
	margin-bottom: 40px;
}
.vira-quote .author{
	font-size: 21px;
	margin-bottom: 40px;
}
.watch{
	background-image: url(../images/7.jpg);
	font-style: italic;
	font-size: 32px;
	color: #fff;
	padding: 150px 0;
}
.watch a{
	border: 2px solid #fff;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 70px;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	padding: 0;
	font-size: 21px;
	color: #fff;
}
.watch a:hover, .watch a:active, .watch a:focus{
	background-color: #fff;
	color: #424242;
}

.subscribe{
	background-image: url(../images/11.jpg);
}
.subscribe .vira-btn{
	margin-bottom: 0;
	color: #424242;
	font-weight: 700;
	border-color: #fff;
	background-color: #fff;
}
.subscribe .vira-btn:hover{
	background-color: transparent;
	color: #fff;
}
.subscribe p{
	color: #fff;
	font-size: 32px;
	margin-bottom: 35px;
}
.subscribe .form-control{
    width: 320px;
    margin-bottom: 0;
    border-color: #fff;
    color: #fff;
}

.contact .vira-card{
	background-color: #f8f8f8;
	padding: 35px 0;
	transition: all 0.3s ease-in-out;
	margin-bottom: 45px;
}

.contact-alt .vira-card{
	/*background-color: #f8f8f8;*/
	padding: 3px 0;
	transition: all 0.3s ease-in-out;
	margin-bottom: 45px;
}
/*.contact .vira-card:hover{
	box-shadow: 0px 4px 2px rgba(17, 17, 17, 0.3);
}*/
.contact .vira-card .vira-card-header{
	margin-bottom: 15px;
	font-size: 21px;
	color: #51c2b9;
}
.contact .vira-card .vira-card-content h3{
	letter-spacing: 2px;
	margin-bottom: 45px;
}
.contact .vira-card .vira-card-content h3:after{
	top: 40px;
}
.contact .vira-card .vira-card-content p{
	font-size: 18px;
	font-family: 'Raleway', sans-serif
}
.footer{
	background-color: #202020;
	text-align: center;
	padding: 30px 0;

}
.footer span{
	color: #51c2b9;
}
.footer p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
	font-family: 'Raleway', sans-serif;
	float: right;

}
.footer a{
	color: #fff;
}




/*animations*/
.vira-card .vira-card-header .card-icon:after{
	transition: all 0.3s ease-in-out;
}
.vira-card:hover .vira-card-header .card-icon:after{
	height: 60px;
	width: 60px;
	top: -1px;
	left: -1px;
}
.owl-theme .owl-dots .owl-dot span{
	background-color: #51c2b9;
	margin: 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color: #51c2b9;
	height: 14px;
	width: 14px;
	margin: 3px;
}


/* Gallery */

.gallery{
	height: 350px;
}
.gallery-1-2{
	height: 500px;
	background-image: url('/assets/images/img1.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
	.gallery-2-2{
		height: 500px;
		background-image: url('/assets/images/img4.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
}
.gallery-1-2-2{
	height: 500px;
	background-image: url('/assets/images/football-shirt.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
	.gallery-2-2-2{
		height: 500px;
		background-image: url('/assets/images/polo-shirt.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
}
.gallery-1{
	background-image: url('/assets/images/img1.png');
	background-size: cover;
}
	.gallery-2{
		background-image: url('/assets/images/img4.png');
		background-size: cover;
	}
		.gallery-3{
			background-image: url('/assets/images/img3.png');
			background-size: cover;
}
			.gallery-4{
				background-image: url('/assets/images/img2.png');
				background-size: cover;
				    /*background-position: center;*/
}



.dark-blue{
background-color: #00698e;
color: white;
}
.medium-blue{
background-color:	#00a3dc;
color: white;
}
.light-blue{
background-color: #5cd5ff;
color: #000000;
}
.table{
font-family:  'Raleway', sans-serif;
font-weight: bold;
}




@media (max-width: 767px){
	.vira-card{
		margin-bottom: 60px;
	}
}

@media (max-width:1050px){
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
     }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
     }
     .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
