/* style applicable to all devices */

.cv{
		font-family: 'swis721_lt_btlight';
		font-size:14px;
	    color:rgb(68,74,81);}

.logo1
{
	color:rgb(225,225,225);
	font-family:suprathin;
	font-size:30px;
	letter-spacing:3px;
}

.logo2
{
	color:rgb(210,150,103);
	font-family:suprathin;
	font-size:30px;
	letter-spacing:3px;
}

.logo3
{
	color:rgb(225,225,225);
	font-family:suprathin;
	font-size:30px;
	letter-spacing:3px;
}


.container
{
width:100% !important;
}
hr
{
	width:96%;
	border:1px solid grey;
}
.logo4
{
	color:rgb(210,150,103);
	font-family:suprathin;
	font-size:14px;
	letter-spacing:3px;
}
.heading2
{
	font-family: 'swis721_btbold';
	font-size:15px;
	color:rgb(68,74,81);
}

.vemail
{
	color:rgb(68,74,81);
}
.vemail:hover
{
	color:#847c7a;
}

.join
{
	text-align:right;
	padding:0;
	margin:0;
	
}
.join a
{
color:rgb(68, 74, 81) !important;
text-decoration:none;
}
.join a:hover
{
color:#847c7a !important;
}
.join:hover
{
	/* color:#847c7a; */
}
.navbar-custom .navbar-nav > li > a {
    color:rgb(68,74,81);
}

.navbar-custom .navbar-nav > li > a:hover
{
	color:#847c7a;
}
.menu
{
	font-family:swis721_lt_btlight;
	font-size:14px;
	color:rgb(68,74,81);
	text-decoration: none;
}

.menu:hover
{
	color:#847c7a;
	text-decoration:none;
}
.glyphicon {
    border:none;
	outline:none;
	border-radius:0;
	font-size:10px;
}
#imagediv
{
	 width:75%;
	 margin-right:auto;
	 margin-left:auto;
}


.bannertop
{
	margin-top:-20px;
	width:100%;
	margin-right:auto;
	margin-left:auto;
	height:90px;
	background-color:rgb(68,74,81);
}

#imagediv
{
	margin-top:-50px;
}

#copyright
{
	width:100%;
	margin-top:-10px;
}
.navbar-inner {
    background:transparent;
    border:none;
    max-width:970px;
}
.navbar-collapse {
  text-align:center;
}
.navbar-nav {
    display:inline-block;
    color:rgb(68,74,81);
    float:none;
    max-width:970px;
}

.imgresponsive
{
	 margin: 0 auto;
}


li:hover
{
	color:red;
}
.footer1
{
	 margin-left:60px;
}
.footer
{
	font-family:swis721_lt_btlight;font-size:14px;
	color:rgb(68,74,81);
	width:94%;
	margin-top:-15px;
	margin-left: -12px;
}
.bottom_line
{
clear:both;
border:1px solid;
margin-bottom: 2px;
margin-top: -2px;
}


/* for mobile devices */

@media (min-width: 1px) and (max-width: 767px){
/* applies only if the screen is narrower than 768px */

.bannertop
{
	font-family:suprathin;
	//margin-top:20px;
	width:100%;
	margin-right:0;
	margin-left:0;
	padding:0;
	height:90px;
	background-color:rgb(68,74,81);
}
#imagediv
{
	margin-top:-40px;
	width:97%;
}
	#copyright
		{
			min-width:95%;
			margin-top:-15px;
}
	.footer1
		{
			margin-left:0;
}
	.footer
		{
			font-size:12px;
			width:93%;
			margin-left:5%;
}
}


@media (min-width:768px) and (max-width: 991px){
	/* applies only if the screen is narrower than 992px */
	
bodycopy{
		font-family: 'swis721_lt_btlight';
		font-size:5px;
		color:rgb(68,74,81);}	
.bannertop
{
	font-family:suprathin;
	min-width:100%;
	margin-right:0;
	margin-left:0;
	padding:0;
	height:90px;
	background-color:rgb(68,74,81);
}
#imagediv
{
	width:75%;
}
	#copyright
		{
			min-width:86%;
			margin-top:-25px;
}
	.footer1
		{
			margin-left:0;
}
	.footer
		{
			width:72%;
			margin-left:15%;
}
}

/* for small to medium devices */

@media (min-width: 992px) and (max-width: 1024px)
{
	
.bannertop
{
	//font-family:suprathin;
	margin-top:-20px;
	//font-size:20pt;
	width:88%;
	height:90px;
	background-color:rgb(68,74,81);
}

#imagediv
{
	width:74%;
}
}

/* for large devices */

@media (min-width: 1200px)
{
	
.bannertop
{
	margin-top:-20px;
	min-width:1300px;
	max-width:1300px;
	height:90px;
	background-color:rgb(68,74,81);
}
	footer
		{
			width:100%;
}
	#imagediv
	{
		min-width:1200px;
		max-width:1200px;
}
	hr
		{
			min-width:1170px; 
			max-width:1170px;
}
	.navbar-inner {
    background:transparent;
    border:none;
    max-width:1200px;
}
	
#copyright
		{
			margin-top:10px;
}

}