﻿body {
    overflow-x: hidden;
	font-family:Source+Sans+Pro;
}

p {
    font-size: 14px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #000;
}




.active1{
	background-color:#000000;
	color:#FFFFFF;
	}
h1,
h2,
h3,
h4,
h5,
h6 {

    font-family:Source+Sans+Pro;

}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: Source+Sans+Pro;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #000;
    background: #fff;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}


header .container-fluid {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;

}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family:Source+Sans+Pro;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding: 180px 50px 180px;
        min-height: 106px;
    }

    header .intro-text .name {
        font-size: 5em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 0px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
		padding-top:3px;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 0px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family:Source+Sans+Pro;
    font-weight:normal;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding-top: 50px;
	padding-bottom:50px;

}

section h2 {
    margin: 0;
    font-size:5em;
	padding-bottom:30px;
	padding-top: 10px;
}

section.success {
    color: #fff;
    background: #FFA07A;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}


@media(max-width:767)
{
	.view {
   width: 480px;
   height:300px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   margin-right:20px;
   margin-bottom:20px;
   z-index:1;

}
.view .mask,.view .content {
   width: 480px;
   height:300px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   z-index:99999;
}
.view img {
   display: block;
   position: relative;
   width:500px;
   
}
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
	

}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main_box{
	background-color:#000;
	position: relative;
	overflow: hidden;
	float: left;
	width:100%;
	margin-bottom: 10px;
	height:100%;
}
.main_box > img{
	display: block;
	z-index: 10;
	opacity: 0.7;
	width:100%;
}
.main_box > a{
	text-decoration: none;
}
.popup{

	/* Important parameters of style start */

	text-align: center;
	position: absolute;
	z-index: 40;
	/* Important parameters of style end */

	width: 200px;
	background: #2BBFBD;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Firefox */
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Safari and Chrome */
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=2);
}
.popup2{

	/* Important parameters of style start */
	display: none;
	text-align: center;
	position: absolute;
	z-index: 40;
	/* Important parameters of style end */
	height: 70px;
	width: 70px;
	background: #fe3f3f url(img/down.png) no-repeat center center;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Firefox */
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Safari and Chrome */
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=2);
}
.r_board{

	/* Important parameters of style start */
	display: none;
	text-align: center;
	position: absolute;
	z-index: 40;
	/* Important parameters of style end */
	height: 60px;
	width: 200px;
	background: #2BBFBD;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Firefox */
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Safari and Chrome */
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=2);
}
.overlayPop{


	position: absolute;
	top: 0;
	left: 0;
	display: none;
	margin: 0;
	
	background: #000;
}

/* Text Content */

.overlayText{


	position: absolute;
	overflow: hidden;
	display: none;
	z-index: 20;
	margin: 0;


	background: #000;
	color: white;

}
.overlayRubTop{

	position: absolute;
	overflow: hidden;
	z-index: 20;
	margin: 0;
	border: 0 none;

	background: #000;
}
.overlayRubBottom{

	position: absolute;
	overflow: hidden;
	z-index: 20;
	margin: 0;
	border: 0 none;

	background: #000;
}




.user_style1 .popup {
    line-height: 25px;
    color: #FFF;
    font-size: 18px;
    border-radius: 4px;
    padding-bottom:14px;
    padding-top: 14px;
}


.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100 {margin-top:50px; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }

.work{
z-index:-90;
}
.view {
   width: 100%;
   height:auto;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   margin-right:20px;
   margin-bottom:20px;
   z-index:1;

}



.view1 {
   width: 100%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   margin-right:20px;
   margin-bottom:5px;
   z-index:1;

}

.view .mask,.view .content {
   width: 100%;
   height:auto;
   top: 0;
   left: 0;
   z-index:99999;
   background-color:#252525;
   padding-bottom:20px;
   padding-top:5px;
}
.view1 img {
	display: block;
	position: relative;
	width:100%;
   
}
.view h2 {
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 15px;
   background: rgba(0, 0, 0, 0.8);
   margin: 0px 0 0 0;
   text-transform:uppercase;
   margin-bottom:10px;
}
.view p {
   font-size: 14px;
   position: relative;
   color: #fff;
   padding: 10px 20px 0px;
   text-align: left;
}
.view a.info {
   padding:7px 15px;  
   text-decoration: none;
   font-size:12px;
   background: #000;
   margin:15px 0 0 100px;
   float:left;
   color: #fff;
   text-transform: uppercase;
}
.view a.info:hover {
   background: #f9f9f9;
   color: #000;
}

/*
.view-seventh img {
   -webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   -ms-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-seventh .mask {
   background-color: #252525;
   -webkit-transform: rotate(0deg) scale(1);
   -moz-transform: rotate(0deg) scale(1);
   -o-transform: rotate(0deg) scale(1);
   -ms-transform: rotate(0deg) scale(1);
   transform: rotate(0deg) scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   -ms-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
.view-seventh h2 {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh p {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh:hover img {
   
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-seventh:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px) rotate(0deg);
   -moz-transform: translateY(0px) rotate(0deg);
   -o-transform: translateY(0px) rotate(0deg);
   -ms-transform: translateY(0px) rotate(0deg);
   transform: translateY(0px) rotate(0deg);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-seventh:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.7s;
   -moz-transition-delay: 0.7s;
   -o-transition-delay: 0.7s;
   -ms-transition-delay: 0.7s;
   transition-delay: 0.7s;
}
.view-seventh:hover p {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.6s;
   -moz-transition-delay: 0.6s;
   -o-transition-delay: 0.6s;
   -ms-transition-delay: 0.6s;
   transition-delay: 0.6s;
}
.view-seventh:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
*/

.con{
	background-color:#0C6;
	}
	
.phone {
	background-image: url('../images/phone.png');
    background-repeat: no-repeat;
    background-position:0px 80%;
    padding-left: 50px;
	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 33px;
    color: #333;
    margin-left: auto;
    margin-right: auto;
    width: 466px;
}
.button_example {
    border: 1px solid #15AEEC;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial,helvetica,sans-serif;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFF;
    background-color: #49C0F0;
    background-image: linear-gradient(to bottom, #49C0F0, #2CAFE3);
    margin-top: 10px;
}



.textmoduleoverview span {
    color: #000;
    font-size: 24px;
    padding-top: 25px;
}

.textmoduleoverview div {
    margin-top: 20px;
}

.textmoduleoverview p {
    font-size: 14px;
    text-align: justify;
    line-height: 18px;
}


.team_color{
	background-color:#CFCFCF;
	height:60px;
	padding-top:10px;
	}


.team_color a{
color:#000000;
}
.arrowsidemenu {
    width: 100%;
    border-style: solid solid none;
    border-color: #EAEAEA;
    border-width: 1px;
    margin-right: 20px;
}
.arrowsidemenu div a:link, .arrowsidemenu div a:visited {
    color: #000;
}

.arrowsidemenu div a {
    font: bold 12px/24px Verdana,Arial,Helvetica,sans-serif;
    display: block;
    background-color: #C5C8C4;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    height: 34px;
  text-align:left;
  padding-left:10px;
    text-decoration: none;
}
.arrowsidemenu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.arrowsidemenu ul li {
    border-bottom: 1px solid #E4E4E4;
}
.arrowsidemenu ul li a {
    display: block;
    font: 12px Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #000;
    padding: 5px 0px 5px 10px;
    border-left: 10px double #E4E4E4;
	text-align:left;
}

.arrowsidemenu ul li a:hover {
    background: none repeat scroll 0% 0% #EAEAEA;
}

.alert-success a{
 	color:#FFFFFF;
	}
	
	
	
	.keshar_heading {
    font-size: 21px;
    background-color: #EFEFEF;
    width: 230px;
    text-align: left;
    height: 50px;
    color: #000;
}


.jqueryslidemenu{
	
font-family:ram;
	
text-shadow:#666666;
	
padding-top:5px;
	
z-index:1500;
	



}



.jqueryslidemenu ul{
	
margin: 0;
	
padding: 0;
	
list-style-type: none;
	


}



/*Top level list items*/
.jqueryslidemenu ul li{
	
position: relative;
	
display: inline;
	
float: left;
	
background-image:url(down.gif);
	
background-repeat:no-repeat;
	
background-position:239px 8px;
	
width:240px;
	
color:#000;
	
top:0;
	
text-align:left;
	


}





/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	
display: block;
	
 /*background of tabs (default state)*/
color:FFFFFF;
	
padding: 8px 10px;
	
text-decoration: none;
	

}



* html .jqueryslidemenu ul li a{
	 /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
	
background:#000000;
	


}



.jqueryslidemenu ul li a:link{
	
color:#FFFFFF;
	
font-family:ram;
	
font-size:21px;
	
font-weight:normal;
	
text-align:left;
	





}



@font-face {
    font-family: "ram";
    src: url(../fonts/klavikaregular.ttf) format("truetype");
	src: local("ram"), url("../fonts/klavikaregular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	}


.ram{	
	font-family:ram;
	}

	
	
.jqueryslidemenu ul li a:visited{
   border-bottom:0px;
	

}





.jqueryslidemenu ul li a:hover{
	
 /*tab link background during hover state*/
color:#666666;
	
font-weight:550;
	
background-color:#fdb28c;
	

}


	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	
position: absolute;
	
left: 0;
	
top:0;
	
display: block;
	
visibility: hidden;
	
z-index:1500;
	


}



/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	
display: list-item;
	
float: none;
	z-index:1500;
	
margin-top:0px;
	
top:5px;
	

}



/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	
top: 0;
	

z-index:1500;
	

}



/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	

 /*width of sub menus*/

margin: 0px;
	
background-color:#fca87e;
	
border-top-width: 0;
	
color:#000000;
	
z-index:1500;
	



}



.jqueryslidemenuz ul li ul li hover{
	 /*sub menus hover style*/


border:none;
	
margin-top:8px;
	
border-bottom:0px;
	
color:#000000;
	



}



/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	
position: absolute;
	
top: 15px;
	
right: 7px;
	

}



.rightarrowclass{
	
position: absolute;
	
top: 6px;
	
right: 5px;
	

}

.team_color:hover{
	background-color:#FF9900;
	}
	
	