@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,700);
@import url(http://fonts.googleapis.com/css?family=Nunito);
/*CSS file for fontawesome - an iconfont we will be using. This CSS file imported contains the font-face declaration. More info: http://fortawesome.github.io/Font-Awesome/ */
@import url(http://thecodeplayer.com/uploads/fonts/fontawesome/css/font-awesome.min.css);

body {
	background: #fff;
	margin:0;
	padding:0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        font-family: 'Source Sans Pro', 'sans-serif';
	font-size: 20px;
	color: #666;
	font-weight: 300;
}


 .logo_img {
                    margin-top: 2px;
                    width: 340px;
                    height: 80px;
                    
                }                
                               

.Three-Dee-welcome{
    
  //  position: absolute;
   // top:250px;
  //  left: 380px;
    text-align: center;
    
font-family: Cinzel Decorative ;
line-height: 1.5em;
color: #214791;
font-size: 50px;


text-shadow:0px 0px 0 rgb(231,231,231),
    1px 1px 0 rgb(208,208,208),
    2px 2px 0 rgb(184,184,184),
    3px 3px 0 rgb(160,160,160), 
    4px 4px 0 rgb(136,136,136),
    5px 5px 4px rgba(0,0,0,0.55),
    5px 5px 1px rgba(0,0,0,0.5),
    0px 0px 4px rgba(0,0,0,.2);
}


* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #666;
	background: #ccc none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
	font-family: "Courier New", Courier, monospace;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	color: #2A5BBB;
	border-bottom: 1px solid #2A5BBB;
	text-decoration: none;
}

a:hover {
	border-bottom-color: #BB2A5B;
	color: #BB2A5B;
}

a:focus {
	outline: none;
}


a.button { 
  
    background: linear-gradient(#2F65D0, #214791);
    background-color: #2A5BBB;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px;
    border: 1px solid #214791;
    text-shadow: 1px 1px 0 #214791;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background:#214791;
}

a.button-reversed { 
	background: linear-gradient(#333, #111);
	background-color: #222;
        text-shadow: 1px 1px 0 #000;
	color: #fff;
	border-color: #000;
}

a.button-reversed:hover {
	background: #111;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}



h1 {
	color: #2E88F0;
;
	font-size: 2.7em;
	margin-bottom: 10px;
}

h2 {
	color: #004B98;
	font-size: 2.5em;
	letter-spacing: -1px;
	padding: 0 0 10px;
	margin: 25px;
        margin-top: 50px;
        text-transform: uppercase;      
}

h3 {
	color: #333;
	font-size: 1.9em;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

h4 {
    color: #3D2222;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    padding-left: 20px;
    padding-top: 10px;
}
.form2 {
    color: black;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    padding-left: 20px;
    padding-top: 10px;
    text-decoration: none;
    list-style-type: none;
    
}


h5 {
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
	padding: 0;
	list-style: disc;
}

li {
	padding-bottom: 10px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

.width {
	max-width: 1100px;
	margin: 0 auto;
}


#container {
	background-color: transparent;
	
	margin: 0;
        }

header {
        position: fixed;
        width: 100%;
        height: 70px;
	padding: 5px 0 17px;
	margin: auto;
        background: linear-gradient(#333, #111);
    	background-color: #222;
	text-align: left;
        z-index: 1;
        
}



header h1 {
	margin: 0;
	float: left;
}

header h1 a strong {
	font-weight: normal;
	color: #2A5BBB;
}



/* intro */
div#intro {
	background-color: #eee;
	//background-image: url('../img3.jpg');
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 2px 2px 10px ;
}

div#intro .intro-content {
	padding: 100px 0;
        padding-bottom: 30px;
	text-align: center;
}

div#intro div.intro-content-short {
	padding: 50px 0 40px 0px;
	text-align: left;
}


div#intro h2 {
	//text-shadow: 1px 1px 0 #000;
	font-size: 1em;
        
}

div#intro h2, div#intro p {
	color: #214791;
	font-weight: bold;
}

div#intro p {
	font-size: 1.3em;
	color: #999;
	line-height: 1.3em;
}

a.button-slider {
	padding: 10px 15px;
	font-size: 0.8em;
	text-align: center;
	margin: 5px 10px 5px 0;
}

a.button-slider i { padding-right: 5px; }

img {
	max-width: 100%;
	height: auto;
       
}

#body {
	background: none;
	margin: 25px auto 0;
 	padding: 0;
	clear: both;
}

.clear {
	clear: both;
}

footer {
        position: fixed;
        height: 30px;
        bottom: 0;
       
        margin: auto;
	background: #222;
	//border-top: 2px solid #eee;
        width: 100%;
        
        
        
}
footer p {
    
    font-size: 18px;
    color: #ffffff;
    float: right;
    margin-right: 20px;
    
}





div.social-icons a {
	border-bottom: none;
	margin-right: 15px;
}


@media screen and (max-width: 740px) {

	body { font-size: 5px; }	

	
	header {position: relative; height: 90px;}
        .logo_img {height: 70px; width: 70px;}

	header h1 { float: none; text-align: center; }

	header h1 a, header h1 a:hover { float: none; padding: 5px; }
        #login_body form {position: absolute;  right: 110px; top: -12px;}
        .Three-Dee { width: 150%; margin-top: 5px; margin-left: 5px;}
        
	nav { float: none; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 23px; }

	div#container { width: auto; }

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; padding-left: 10px; padding-right: 10px; }
	
	#content, aside.sidebar { float: none; width: auto; }

	#content { padding: 10px; }

	footer .footer-content ul { width: auto; float: none; }
}


@media screen and (max-width: 540px) {


	body { font-size: 0.8em; }

	header { text-align: center; padding: 10px 0 5px; }

	header h1 a, header h1 a:hover { text-align: center;  padding: 10px; font-size: 1.1em; }

	header h1, nav { float: none; }
	
	nav { height: auto; position: relative; }

	nav ul { margin: 0; }
	
	.sf-menu ul { position: relative; width: auto; display: block; margin-top: 0; }

	nav ul ul { margin: 0px 10px 5px; border-top-right-radius: 0; }

	nav ul li { margin: 5px 0; padding: 0; float: none; }

	nav ul li a { background-color: #f0f0f0; border-radius: 5px; }

	nav ul li a, .sf-menu li { float: none; }

	nav ul li li { margin: 0; }

	div#intro .intro-content { padding: 20px 5px; }
	
	div#intro div.intro-content-short { padding: 20px 5px 10px; }

	div#body { margin-top: 10px; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 0; }


}
#header2 {
    position: absolute;
    margin-top: 80px;
    font-size: 12px;
    margin-left: 550px;
    font-weight: 600;
    
    
    
}

.user {
    
    float: right;
    margin-top: -70px;
    color: #00A3E0;
    margin-right: 150px;
    font-family: Arial;
    display: block;
    font-size: 18px;
    padding-bottom: 10px;
    font-style: italic;
}

.user li {
   list-style-type: none;

}
.user label { width: 100px;
   display: inline-block;
   text-align: left;
   color: #ccc;
   font-style: normal;
   padding-bottom: 3px;
   
   

}




