/**********************************
RESPONSIVE for DEVICES ABOVE 1024PX
***********************************/

@media screen and (min-width: 1050px){

    /**********************************
	GENERAL
	***********************************/
  	body {
		position: relative;     
	}
    
    .body .container {
		padding: 0;
    	max-width: 1150px;
	}
  
    /*body.site {
      background-size: contain;
  	}*/



  	/**********************************
	TOP BAR
	***********************************/
  	#top-bar {
    	position: relative;
    	padding: 20px 0;
    	z-index: 1;
      	background: rgba(255, 255, 255, 1.0);
	}
  
  	#top-container {
 	   	max-width: 1200px;
		margin: 0 auto;
		position: relative;
    	padding: 0;      
  	}
  
  	/********* Logo is here ***********/
    #top-bar-contents-first { 
        position: absolute;
        float:none;
        margin: 0;
        width: 230px;
        text-align: center;
      	padding: 5px 0; 
      	top: 0;
      	left:0;
      	z-index: 1000;
  	}

  	.logo-top { 
        padding: 0px;
        background: transparent;
  	}
  
    .logo-top img{ 
        width: 80%;
        height: auto;
  	}
  
  	/********* Phone is here ***********/
  	#top-bar-contents-second {
      	position: relative;
      	margin: 0 auto;
    	padding: 10px;
      	width: 600px;
	}
  
  	.top-phone span{
		display: inline-block;	
	}

  	/********* Social icons are here ***********/
  	#top-bar-contents-third {
    	position: absolute;
    	top: 0;
      	right: 70px;
      	display: block;
	}
  
    .social-media {
    	padding: 10px 20px;
      	margin: 0 20px 0 0;
      	border-right: 1px solid rgba(0, 0, 0, 0.2);
	}

    /********* Navigation is here ***********/
  	#top-bar-contents-fourth {
    	position: absolute;
    	top: 0;
      	right: 0;
      	background: transparent;
	}
     
  	.sm-parent {
    	padding: 10px 20px;
	}

   
    /*@-moz-document url-prefix() { 
    	.responsiveMenuTheme2 > li {
  			font-size: 0.7em;
		}
	} */ 

  
  
 	/**********************************
	SERVICE ICONS
	***********************************/
	#main-navigation-container {
		padding:0;
		width: 100%;
		z-index: 0;
        background:#6e7173;
        position: relative;
      	text-align:center;
      	height: auto;
      	border-bottom: 10px solid rgba(255, 255, 255, 1.0);
        border-top: 0;
	}
  	
  	.service-icons span{
    	display:inline-block;
      	padding: 10px;
      	font-size: .8em;
      	color: rgba(255, 255, 255, 1.0);
      	width: auto;
  	}

    .service-icons a{
    	color: rgba(255, 255, 255, 1.0);
  	}
   
  	.service-icons a:hover{
    	text-decoration: underline;
  	}
  
  
  	/**********************************
	BANNER
	***********************************/
	#banner-container {
		padding:0;
		width: 100%;
		z-index: 1;
        background:rgba(255, 255, 255, 1.0);
        position: relative;
      	text-align:center;
        border-bottom: 10px solid rgba(255, 255, 255, 1.0);
      	display: block;
	}
  
	#top-banner {
		width: 100%;
		margin: 0 auto;
		position: relative;
      	left:0;
	}

    .ls-container {
        display: block;	
    }
  
  
  
    /**********************************
    DIRECT FORM
    ***********************************/
    .direct-form {
        width: 600px;
    } 
  
    .direct-form span{
        display: inline-block;
        width: 22%;
        padding: 10px 20px 10px 0;
        margin: 0;
  	}

  
 
    /**********************************
    TAGLINE
    ***********************************/
    #tagline-plus-bg img{
        width: 15%;
        height: auto;
        margin: 0 0 20px 0;
    }
  
  
  
 	/**********************************
	TWO MODULES
	***********************************/    
    .module-homepage {
        float: left;
        width: 40%;
        margin: 3%;
      	padding: 0;
    } 
  
  	/**********************************
    CONTENTS
    ***********************************/   

  
	/********** images pull *****************/
  
  	.pull-left {
    	margin: 0px 10px 10px 0;
    	float: left;
	}
  
  	.pull-right {
        width: 35%;
        height: auto;
      	float: right;
      	padding: 20px;
      	border: 1px solid #edebeb;
      	margin: 0 0 20px 20px;
    } 
  
  /*** .row-fluid .span12 ***/	
  	.row-fluid {
  		padding: 0px;
	}
  
  	/********** .item *****************/
    .item {
        padding: 30px;
    }
  
  	.item p, .item ul{
  		padding: 10px 0 0 20px;
    }

    .item li{
        padding: 0px 0px 10px 0px;
    }

    .item table{
        margin: 0px 30px 20px 30px;
    }

  
	/********** .items-leading *****************/  
	.items-leading {
		padding: 30px; 
    	clear: both;
	}  	
  
  	.items-leading p{
        padding: 10px 0 10px 20px;
    }
  
    .items-leading ul{
        padding: 10px 0 0 20px;
      	list-style-position: inside;
    }

    .items-leading li{
        padding: 0px 0 10px 0px;
    }
  
	/********** .items-row *****************/  
  	.items-row h3 {
	}
  
 	/********** .item-page *****************/   
  	.item-page h2{
  		padding: 0px 0px 0 0px;
	}
    	
 	.item-page h3{
  		padding: 10px 20px 0 20px;
	}
  
    .item-page {
        padding: 0 30px;
        margin: 30px;
  	}
  
  	.item-page table{
		margin: 0px 30px 20px 20px;
	}
    	
  	.item-page td{
		line-height: 1.5em;
  		font-weight: 300;
	}
  
  	.item-page p, .item-page ul{
		padding: 10px 20px;
	}
 
  
  	/**********************************
    FOOTER MENU
    ***********************************/    	
    #bottom-logo {
        width: 100%;
      	margin: 0;
        position:relative;
        text-align: center;
        background: rgba(4, 95, 166, 1.0);
        background-size: 100% auto;
        padding: 10px 0;
      	border-top: 1px solid rgba(255, 255, 255, 1.0);
    }
 
    .nav a{
        padding: 5px 20px;
      	display: inline-block;
	}

	.nav a:hover{
  		background: transparent;
	}
  
    .menu li{
      	display: inline-block;
      	font-size: .8em;
  	}

  	.nav li a{
        text-decoration: none;
        padding: 10px 20px;
      	text-transform: uppercase;
      	color: rgba(255, 255, 255, 1.0);
      	border-bottom: 0px;
  	}

  	.nav li a:hover{
      	text-decoration: underline;
      	background: transparent;
  	}
  
    .nav {
        margin: 0;
        list-style: none;
  	}

  
  
  	/**********************************
	FOOTER
	***********************************/
  	.footer {
  		clear: both;
	}
  
    #footer-container {
        max-width: 960px;
  	}

    #footer-bar-contents-first, #footer-bar-contents-second, #footer-bar-contents-third {
        width: 28%;
        float: left;
      	padding: 0 20px;
	}

   	#footer-bar-contents-second img {
        border: 5px solid rgba(255, 255, 255, 1.0);
	}
  
    #footer-bar-contents-first li, #footer-bar-contents-second li, #footer-bar-contents-third li {
      	text-align: left;
      	display: inline-block;
    }

    #footer-bar-contents-first p, #footer-bar-contents-second p, #footer-bar-contents-third p {
      	text-align: center;
    }
  
    #footer-bar-contents-first h4, #footer-bar-contents-second h4, #footer-bar-contents-third h4 {
        text-align: center;
  	} 

    #footer-container a:hover{
        background: transparent;
        color: rgba(255, 255, 255, 1.0);
      	text-decoration: underline;
    }
  
  
  
  	/**********************************
	CREDITS
	***********************************/
  	.credits {
        border-top: 1px solid rgba(255, 255, 255, 0.8);
        position: relative;
        margin: 0 auto;
        text-transform: uppercase;
        font-size: .7em;
        padding: 10px 0;
	}
  
  
  
	/**********************************
    Forms
    ***********************************/  
  	/*.item-page fieldset img {
  		width: 40%;
	}*/

}