/*
 * Theme Name: Bootstack
 * Version: 2.4.0
 * Theme URI: http://danielyewright.com/demo/bootstack
 * Description: Bootstack - Responsive App Landing Page Theme
 * Author: Daniely Wright
 * Author URI: http://danielyewright.com
 *
 */

/* ---------------------------------------------------------------------
 * Base Styles
--------------------------------------------------------------------- */

body {
	background-color: #fff;
	
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555;
	padding-top: 50px;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

hr {
	display: block;
	width: 500px;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 0;
}


/* Titles */


h3 {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 800;
color: #F5EEEE;
}

h6{
color: #ffffff;
font-size: 3.5em;
font-weight: 600;
margin-bottom: 2%;
text-align: center;
}
h4 {
color: #68A4C4;
font-size: 25px;
font-weight: 600;
text-transform: uppercase;
}
h1,h2,h5 {
color: rgb(13, 158, 206);
font-size: 3.0em;
font-weight: 600;
margin-bottom: 2%;
text-align: center;
}
/* Paragraph & Typographic */

p {
	line-height: 28px;
	margin-bottom: 15px;
}


/* Links */

a {
	color: #337ab7;
	word-wrap: break-word;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

a:hover,
a:focus {
	color: #3353B7;
	text-decoration: none;
	outline: 0;

	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	outline: 0;
}

@media (max-width: 480px) {
	body { text-align: center; }

	hr { width: 150px; }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
	body { text-align: center; }
}


/* UI Elements */

.pad-top { padding-top: 80px; }


/* Button Modifications */

.btn { border-radius: 3px; }

.btn-theme {
	background-color: #68A4C4;
	color: #fff;
	border-color: #68A4C4;
}

.btn-theme:hover {
	border-color: #68A4C4; /* change to darker hue than bg hover color */
	background-color: transparent;
	color: #68A4C4;
	box-shadow: none;
}

.btn-theme:focus { outline: 0; }

.btn-theme2 {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.btn-theme2:hover {
	border-color: #fff;
	background-color: #fff;
	color: #68A4C4;
	box-shadow: none;
}

.btn-theme2:active { outline: 0; }


/* ---------------------------------------------------------------------
 * Navigation
--------------------------------------------------------------------- */

.navbar-default {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	/*font-weight: 600;
	text-transform: uppercase; */
	letter-spacing: 2px;
	/*padding-top: 20px;*/
	padding-bottom: 5px;
	background-color: #fff;
	border-bottom: 1px solid #68A4C4;
  /* Uncomment if you want a box shadow under navbar **

	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);

  */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
	.navbar-default { letter-spacing: normal; }
}

@media screen (max-width: 768px) {
	.navbar-default .navbar-right a[type="button"] {
		float: none !important;
		border: 0;
	}
}

.navbar-default .navbar-toggle { border: 0; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle > .icon-bar { background-color: #68A4C4; }

.navbar-default .navbar-brand { color: #68A4C4; }

.navbar-default .navbar-brand:hover { color: #bdc3c7; }

.navbar-default .navbar-nav > li > a { color:#6F6B6B; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #bdc3c7;
	background-color: transparent;
}
.dropdown-menu>li>a:hover {
display: block;

clear: both;
padding: 5px 15px;
font-weight: 300;
line-height: 1.42857143;
color: #898383;
white-space: nowrap;
background-color:#e7e7e7;

}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color:#1b1b1b;
}

.navbar-default .navbar-right a[type="button"] {
	padding: 6px 20px 6px 20px;
	color: #fff;
}

.navbar-default .navbar-right a[type="button"]:hover,
.navbar-default .navbar-right a[type="button"]:focus {
	background-color: transparent;
	color:#1b1b1b;
}

@media (min-device-width: 769px) and  (max-device-width: 991px) {
  .navbar-header { float: none; }

  .navbar-toggle { display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  .navbar-collapse.collapse { display: none!important; }
.navbar-collapse.collapse.in { overflow-y: auto; }
  .navbar-collapse.collapse.in { display: block!important; }

  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }

  .navbar-nav > li { float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}


/* ---------------------------------------------------------------------
 * Wrap Sections
--------------------------------------------------------------------- */

/* Header Wrap */

.headerwrap {
	background: url("../img/header-bg.jpg") no-repeat center top;
	background-size: cover;
	padding-top: 80px;
}

.headerwrap .col-lg-2 { padding-top: 40px; }

.headerwrap h1 {
	margin-top: 30px;
	color: white;
	font-size: 70px;
}

.headerwrap h3 {
	color: white;
	font-size: 30px;
}

.headerwrap h4 {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #fff;
}

.headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

.headerwrap p {
	text-align: left;
	color: #fff;
}

@media (max-width: 480px) {
	.headerwrap h1 { font-size: 50px; }

	.headerwrap .col-lg-2 h5,
	.headerwrap .col-lg-2 p {
		text-align: center;
	}
}


/* Intro Wrap */

.intro {
	padding-top: 20px;
	padding-bottom: 20px;
}

.intro span {
	font-size: 60px;
	color: #9E4F06;
	padding: 20px;
	vertical-align: middle;
}

/* Features Wrap */

.featureswrap {
	background-color: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px;
}

.featureswrap .col-lg-6 img {
	display: table;
	margin: 0 auto;
}

.featureswrap .ac a { font-size: 20px; }

.featureswrap .col-lg-6 h4,
.featureswrap .col-lg-6 licon {
	font-size: 20px;
	color: #68A4C4;
}

@media (max-width: 480px) {
	.featureswrap .col-lg-4 { padding-top: 0; }
}

/* Divider 1 & 2 Wrap */

.divider01 {
	background: url("../img/divider-1.jpg") no-repeat center center;
	background-size: cover;
	max-height: 350px;
	padding: 40px;
}

.divider01 h3 {
	font-size: 34px;
	color: #fff;
}

.divider01 h4 {
	padding-top: 15px;
	color: #fff;
}

.divider02 {
	background-color: #11325f;
	height: 96px;
	padding-top: 28px;
}

.divider02 h3 {
	color: #fff;
	padding-right: 40px;
}

.divider02 h3,
.divider02 button {
	display: inline;
	vertical-align: middle;
}

@media (max-width: 480px) {
	.divider01 { max-height: 375px; }

	.divider01 .carousel-inner { padding: 0; }

	.divider02 {
		padding-bottom: 80px;
		min-height: 200px;
	}

	.divider02 h3,
	.divider02 button {
		display: block;
		margin: 0 auto;
		padding: 0;
	}

	.divider02 a[type="button"] { margin-top: 15px; }
}


/* Pricing Wrap */

.pricingwrap {
	background-color: #fff;
	padding-top: 10px;
	/*padding-bottom: 120px;*/
}

.pricingwrap small { padding-left: 10px; }

/* Pricing Tables */

.panel { text-align: center; }

.panel-custom { border-color: #68A4C4; }

.panel-custom > .panel-heading {
	background-color: #68A4C4;
	color: #fff;
}

.panel-heading > .panel-title {
	font-weight: 900;
	text-transform: uppercase;
}

.panel-body {
	padding: 0px;
	text-align: center;
}

.the-price {
	background-color: rgba(220,220,220,0.17);
	box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #dcdcdc;
	padding: 20px;
	margin: 0;
}

.the-price h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

.subscript {
	font-size: 25px;
	font-weight: 400;
}

/* Footer Wrap */

.footerwrap {
	background-color: #333;
	color: #777;
	padding-top: 80px;
	padding-bottom: 100px;
}

.footerwrap h3 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	border-bottom: 1px solid #bdc3c7;
}

.footerwrap p {
	color: #fff;
	font-size: 14px;
}

.footerwrap #social {
	margin: 20px auto 0px auto;
	display: inline-block;
}

.footerwrap input:focus { outline: 0; }

@media (max-width: 480px) {
	.footerwrap button { margin-top: 15px; }
}

/* Copyright Wrap */

.copywrap {
	background: #222;
	padding-top: 20px;
	font-size: 14px;
	color: #bdc3c7;
}

.copywrap a { margin: 0 5px; }


/* Sign In & Sign Up Modal */

.modal .nav-tabs {
	padding-left: 5px;
	padding-right: 5px;
}


/* Scroll to top */

#back-top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	border-radius: 3px;
}

#back-top .icon-arrow-up2 {
	font-size: 18px;
	padding: 10px;
	display: block;
	color: #68A4C4;
}

/* --- box --- */

#findven
{
	font-weight:bold;
}
#findven .inner-content
{
	vertical-align: top;

}
#findven .classimg {
	width:75px;
 	height:75px;
 	
 	border:none;
 	margin-right:10px;
}
#findven .title {
color: #222222;
font-size: 19px;
/*font-weight: 400;*/
line-height: 20px;
padding: 0;
display: block;
text-align: left;
padding-bottom: 5px;
}
#findven .text {
color: #777777;
font-size: 16px;
/*font-weight: 400;*/
line-height: 21px;
padding: 0;
display: block;
text-align: left;
}

.table {
display: table;
width:100%
}
#section6
{
	font-weight:bold;
}
#section6 .inner-content
{
	

 margin-bottom:10px;
}
#section6 .classimg {
	width:75px;
 	height:75px;
 	
 	border:none;
 	margin-right:10px;
}
#section6 .title {
color: #222222;
font-size: 19px;
/*font-weight: 400;*/
line-height: 20px;
padding: 0;
display: block;
text-align: left;
padding-bottom: 5px;
}
#section6 .text {
color: #777777;
font-size: 16px;
/*font-weight: 400;*/
line-height: 21px;
padding: 0;
display: block;
text-align: left;
}
#recent-works {
/*background: #2dcc70;*/
color: #68A4C4;
padding-bottom:10px;
}
#recent-works-red {
/*background-color: rgb(103, 91, 153);*/

color: #68A4C4;
}
#recent-works-red a
{
	color: #68A4C4;
}
#recent-works-reds {
background: #f7f7f7;
padding-bottom:10px;
color: #68A4C4;

}
.download-left {
text-align: center;
/*margin-top: 4.2em;*/
}
.download-right h4 {
font-size: 24px;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-weight: normal;
line-height: 1.2;
color: #333333;
font-weight: 700;
}
.download-right h3
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 800;
color: #11325f;
}
.download-left a span {
width: 304px;
height: 299px;
display: inline-block;
background: url(../img/iwed-logo.png) no-repeat 0px 0px;
}
.download-right {
text-align: center;
/*margin-top: 4.2em;*/
}
.download-right ul li a.l-google span {
background-position: -262px 0px;
}
.download-right ul li a span {
width: 238px;
height: 72px;
display: inline-block;
background: url(../img/download-btns-l.png) no-repeat 0px 0px;
}
.box {
	width: 100%;
}
.box-gray  {
	font-size: 16px;
/*padding: 0.5em 0;*/
color: #777777;
width: 100%;
line-height: 1.6em;
font-weight:bold;


}
.box-silver  {
	font-size: 16px;
/*padding: 0.5em 0;*/
color: #646464;
width: 100%;
line-height: 1.6em;
font-weight:bold;
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 20px;
}
.box-bottom {
	padding: 20px 0;
	text-align: center;
	background: #68A4C4;
}

.box-bottom a {
	color: #fff;
	font-weight: 700;
}
.box-bottom a:hover {
	color: #eee;
	text-decoration: none;
}
footer 
{
	
background: #68A4C4;
}
#head-footer 
{
	font-size: 13px;
background: #68A4C4;
}
footer {
padding: 20px 0 0 0;
color: #f8f8f8;
}
#sub-footer {
background: ##6297c6;
text-align:center;
}
#sub-footer ul.social-network {
float: right;
}
ul.link-list {
margin: 0;
padding: 0;
list-style: none;
}
ul.social-network li {
display: inline;
margin: 0 5px;
}
footer ul.link-list li a {
color: #fff;
}
footer ul.link-list li a:hover {
color: #11325f;
text-decoration: none;
}
footer a {
color: #fff;
}
.widget h6 
{
font-size: 18px;
font-weight: 800;
margin-bottom: 20px;
text-align: left;
border-bottom: 1px solid #fff; 
padding-bottom:7px;
}
footer .widgetheading {
position: relative;
}
footer h6
 a:hover, footer a:hover {
text-decoration: none;
}
footer a:hover {
color: #eee;
}
.flashvideo
{
	width: 80%;

min-height: 300px;
border: none;
}

#headermedia
{
 padding-top:10px;
	background-color: #68A4C4;
/*position: relative;*/
color:#ffffff;
}
#headermedia a {
color: #fff;
}
#headermedia li a 
{
	clear: both;
	padding: 5px 5px;
	font-weight: 300;
	color: #6F6B6B;
}
#headermedia li  a:hover 
{
	clear: both;
	padding: 5px 5px;
	font-weight: 300;
	text-decoration: none;
	color: #262626;
	background-color: #e7e7e7;
}

.aligncenter {
	text-align:center;
}
.alignleft {
	text-align:left ;
}
.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 800px;
}
.dropdown-menu li a {
	padding: 5px 5px;
	font-weight: 300;
}
.dropdown-menu li a {
	padding: 5px 5px;
	font-weight: 300;
}
.multi-column-dropdown {
	/*list-style: none;*/
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #e7e7e7;
}
.hor-divder
{
 border-left: 1px solid #f4f4f4;
 padding:0px 5px 0px 5px;
}
.social-media i
{
	font-size: 22px;
	
}
 .iconblockimg
 {
 	width:75px;
 	height:75px;
 	border:none;
 }
 #blog
{
	font-weight:bold;
}
#blog .inner-content
{
	vertical-align: top;

}
#blog .classimg {
	width:75px;
 	height:75px;
 	
 	border:none;
 	margin-right:10px;
}
#blog .title {
color: #222222;
font-size: 19px;
/*font-weight: 400;*/
line-height: 20px;
padding: 0;
display: block;
text-align: left;
padding-bottom: 5px;
}
#blog .text {
color: #777777;
font-size: 16px;
/*font-weight: 400;*/
line-height: 21px;
padding: 0;
display: block;
text-align: left;
}
.spanface {
    width: 42px;
    float:left
  }
 #blog .classblogimg
 {
 	width:280px;
 	height:145px;
 	border:none;
 	margin-bottom:10px;
 }
 .dropdown-padding
 {
 	padding:8px 8px 8px 8px;
 }
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width:300px !important;
		overflow-x: hidden;
	}
}
/*-----------------------vendor-------------------------*/

.mascontainer {
	margin: 50px auto 0px auto; /* centered */
	width: 300px;
}

.menu {
	position: relative;
	top:3px;
	/*left: 50px;*/
	z-index: 80; /* the stack order: displayed under bubble (90) */
}

.menu ul li {
	-webkit-transform: rotate(-45deg); /* rotate the list item */
	-moz-transform: rotate(-45deg); /* rotate the list item */
	
	overflow: hidden;	
	margin: 10px 0px;
	padding: 5px 5px 5px 18px;
	float: left;
	background: #7f9db9;
	text-align: right;
}

.menu ul li a {
	color: #fff;
	text-decoration: none;
	display:block;
}

.menu ul li.l1 {
	background: rgba(131,178,51,0.65);
}

.menu ul li.l1:hover {
	background: rgb(131,178,51);
}

.menu ul li.l2 {
	background: rgba(196,89,30,0.65);
}

.menu ul li.l2:hover {
	background: rgb(196,89,30);
}

.menu ul li.l3 {
	background: rgba(65,117,160,0.65);
}

.menu ul li.l3:hover {
	background: rgb(65,117,160);
}

.menu span {
	margin: 15px 80px 0px 0px;
	float:right;
}

.bubble {
	clear: both;
	margin: 0px auto;
	width: 300px;
	background: #fff;
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
	position: relative; 
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.rectangle {
	background: #68A4C4;
	height: 50px;
	width: 330px;
	position: relative;
	left:-15px;
	top: 30px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.rectangle h2 {
	font-size: 30px;
	color: #fff;
	margin-top:10px;
	/*padding-top: 6px; */
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
}

.triangle-l {
	border-color: transparent #7d90a3 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 65px;
	z-index: -1; /* displayed under bubble */
}

.triangle-r {
	border-color: transparent transparent transparent #7d90a3;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 300px;
	top: 35px;
	z-index: -1; /* displayed under bubble */
}

.info {
	padding: 25px 25px 25px 25px;
}

.info h2 {
	font-size: 20px;
}

.info p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 22px;
}

.info p a {
	color: #c4591e;
	text-decoration: none;
	font-size:14px;
}

.info p a:hover {
	text-decoration: underline;
}
.sty11 {
float: left;
margin-left: -20px;
}
.styy {
float: left;
margin-left: 10px;
color: #EC2D91;
}
.vendorhead
{
 color: rgb(13, 158, 206);
 font-size: 27px;
}
.vendorlabel{
display: inline-block;
padding: 2px 4px;
font-size: 11.844px;
font-weight: bold;
line-height: 14px;
color: #ffffff;
vertical-align: baseline;
white-space: nowrap;
background-color: #999999;
float:right;
}
#bread {
padding: 0 0 0 5px;
line-height: 2em;
background: #ededed;
border: 1px #d0d0d0 solid;
margin: 0px 4px 10px 4px;
width: 96%;
}

/*vendetails*/

.buscontainer {
	margin: 50px auto 0px auto; /* centered */
	width: 100%;
}
.busbubble {
	clear: both;
	margin: 0px auto;
	width: 100%;
	background: #fff;
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
	position: relative; 
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.busrectangle {
	background: #68A4C4;
	height: 50px;
	width: 110%;
	position: relative;
	left:-15px;
	top: 30px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.busrectangle h1 {
	font-size: 30px;
	color: #fff;
	margin-top:10px;
	/*padding-top: 6px; */
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
}




.col-lg-3
{
	position: inherit;
	min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}


.scrollarrow
{
	display: none;
}

/*-----------Home-----------------*/
.homelogo
{
max-width: 100px;
height: 87px;
margin-top: -50px;
margin-left: -35px;
}
/*-----------crm-----------------*/
.col-md-5,
.col-md-6,
.col-md-2,
.col-md-1 ,
.col-md-3 ,
.col-md-4,
.col-md-8{
position: relative;
min-height: 1px;
padding-right: 0px;
padding-left: 0px;
}


.btn-leftnav {
background: #68A4C4;
color: #fff;
cursor: default;
border: none;
width: 150px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
}

@media (min-width: 1200px)
{
	
.logoadjus
	{
		margin-left :-88px;
	}
}
@media (max-width: 480px) {
	.changelogo
	{
		margin-left:-20px;
		height:56px;
		margin-top:-17px;
	}
}
@media (min-width: 768px)
{
	.changelogo
	{
		margin-left:-20px;
		height:87px;
		margin-top:-50px;
	}
}
@media (min-width: 1200px)
{
	.changelogo
	{
		margin-left:-88px;
		height:87px;
		margin-top:-50px;
	}
}
@media (max-width: 480px) 
{
	.leftalign
	{
		padding-left:0px;
	}
}
@media (min-width: 768px)
{
	.leftalign
	{
		padding-left:-300px;
		 
	}
}
	@media (min-width: 1200px)
{
.leftalign
	{
		padding-left:478px;
	}
}
@media (min-width: 768px)
{
	.adjuslevel
	{
		margin-left:-543px;
		 
	}
}


@media (max-width: 480px) 
{
	.arrange
	{
		padding-left:150px;
	}
}
 @media (min-width: 768px)
{
	.arrange
	{
		padding-left:10px;
		 
	}
}
@media (min-width: 1200px)
{
.arrange
	{
		padding-left:368px;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .changelogo
	{
		margin-left:-53px;
		height:87px;
		margin-top:-50px;
	}
	 
.leftalign
	{
		padding-left:467px;
	}
}

/* ---------------------------------------------------------------------
 * IE 10 in Windows 8 and Windows Phone 8 fix
--------------------------------------------------------------------- */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
