/*Extra alignment*/
body{
  background:#FFF;
}
.page-wrapper{
	height:100%
}
.height660{
	height:660px;
}
.make-center{
    text-align: center;
}
.center{
	margin:0 auto;
}
.top10{
	margin-top:10px;
}
.top15{
	margin-top:15px;
}
.top30{
	margin-top:30px;
}
.top50{
   margin-top:50px;
}
.top60{
    margin-top: 60px;
}
.bottom5{
    margin-bottom:5px;
}
.bottom10{
    margin-bottom:10px;
}
.bottom60{
	margin-bottom:60px;
}
.bottom120{
	margin-bottom:120px;
}
.bottom160{
    margin-bottom:160px;
}
.right10{
    margin-right: 10px;
}
.divider-extra{
border-bottom: 1px solid #c6c6c6;
border-top: 1px solid #fafafa;
height:2px;
}
.border{
	border:#000 3px solid;
}
.backgroundcolor{
	background-color:#000;
}
.style1{
	font-size:24px;
	line-height:24px;
	color:#000;
	border-top:#000 3px solid;
	padding-top:20px;
	margin-top:10px;
	margin-bottom:23px;
}

#minwt_box{width:100%; margin:0 auto; background:#fff;}
#header{height:650px; background:#ccc;}
#box{height:1500px;}
#comment{height:1500px; background:#efefef;}
#footer{}



/*Hesder settings*/
.logo {
    display: inline-block;
    width: 200px;
    height: 134px;
    margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image:url(../img/logo.png) ;
    background-repeat: no-repeat;
}
#main-menu{

}
.main-menu {
	background: #FFF;
	border-top: 3.5px solid #000;
	border-bottom: 3.5px solid #000;
	min-height: 30px;
}
.mobile-menu {
    font-size: 1.2em;
    height: 40px;
    line-height: 1.6em;
    margin-bottom: 0;
    padding: 10px;
    width: 100%;
}
#footer{
	position:fixed;
	bottom:0px;
	left:0;
	right:0;
	z-index:1040;
}
.footer container{
	width:300px;
	margin:0 auto;
	text-align:center;
}
.footer-menu { 
    min-height: 20px;
}
.white-shadow{
    box-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}
.dropcaps {
    background: none repeat scroll 0 0 #828282;
    border: 1px solid #828282;
    border-radius: 18px 18px 18px 18px;
    color: #F5F5F5;
    display: block;
    float: left;
    height: 18px;
    margin: 0 14px 5px 0;
    padding: 8px;
    text-align: center;
    width: 18px;
}
.carousel-control-extra {
    border: 1px solid #1A1A1A;
    border-radius: 0 0 0 0;
    font-size: 18px;
    line-height: 37px;
    top: 50%;
}
.frame {
    border: 10px solid #FFFFFF;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    }
.technology {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #FFFFFF;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
}
.technology li{
    display: inline;
}
.black-bg {
	background:#000;
	color: #F5F5F5;
}


/*=======================Contacts page form settings===================*/
#contact-form input, #contact-form textarea{
    width:98%;
margin-bottom: 20px;
}
#contact-form input.btn{
    width:100px;
}
/*========================Twitter script settings=====================*/
.jta-tweet-list{
margin-left: 0px;
    list-style-type:none;
}
a.jta-tweet-profile-image-link>img{
    padding:5px;
}
.jta-tweet-list-item{
    margin-bottom: 10px;
}
/*====================footer contact form settings==================*/
#footer #contact {
    margin-bottom: 0;
}
#footer #contact .controls{
margin-left: 0px;
}
#footer #contact .controls input, #footer #contact .controls textarea{
    width:99%;
    }
#footer #contact .control-group {
    margin-bottom: 5px;
}
#footer #contact input[type="text"] {
    background:  repeat scroll 0 0 transparent;
    color: #777777;
    height: 19px;
    margin-bottom: 1px !important;
    padding: 3px 5px;
}
#footer #contact span {
    color: #777777;
    display: inline-block;
    font-size: 13px;
    width: 44px;
}
#footer #contact input:focus, #footer #contact textarea:focus {
    background-color: rgba(150, 150, 150, 0.1) !important;
    box-shadow: none;
}
#footer #contact textarea {
    background:  repeat scroll 0 0 transparent;
    color: #777777;
    height: 66px;
    margin-bottom: 2px;
    overflow: auto;
    padding: 5px;
}
#footer #contact p {
    margin-bottom: 5px;
}
#footer #contact .btn {
    background-color: transparent;
    background-image: none;
    color: #7D7D7D;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    margin-right: 3px;
    padding: 4px 10px;
    text-shadow: none;
}
#footer #contact .btn:hover {
    background-color: rgba(150, 150, 150, 0.1);
    text-decoration: none;
}
.submit-div{
    max-width:320px
}

@media only screen and (max-width: 767px) {
  footer{
      margin-left: -21px;
      margin-right: -21px;
      padding-left: 20px;
      padding-right:20px;
  }
}
#social_icons {
	clear:both;
	width:400px;
	margin:0px;
}
#social_icons li {
	float:left;
	padding-right:7px;
	list-style-type:none;
}
#social_icons li.last {
	padding-right:0 !important
}
