* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html{

}
body{
font-family: 'Helvetica Neue', Arial, Sans-Serif;
background: url(../img/bg.jpg) no-repeat top center fixed;
background-size:100% ;
overflow:hidden;
height:100%;
}
.wrapper{
position:relative;
width:100%;
}
.logo{

position: relative;
top: 0;
left: 0;
float:left;

}
.logo img{
margin-top: 4px;
}
.effects {
  
   background: #fff;
  background: rgba(236, 240, 241, 0.8);
 
  border-radius: 0;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.53);

 
  alpha:0.8%;

}

/* ============================================================
  GLOBAL
============================================================ */
.effects {
  padding-left: 15px;
  
display: block;
margin: 0 auto;
width: 810px;
position: relative;
overflow: hidden;
float: none;
 margin-top:125px;
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.effects .img {
position: relative;
float: left;
width: 135px;
overflow: hidden;
height: 145px;
text-align: center;
border-right: 1px solid #7ea3c7;
border-bottom: 1px solid #7ea3c7;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
 .effects .img h2{
font-size: 14px;
font-family: arial;
color:#3d3b6f;
font-size:13px;
}
.effects .eff-row:first-child .img{
border-top: 1px solid #7ea3c7;
} 
.effects .img:first-child {
  margin-left: -15px;
  border-left: 1px solid #7ea3c7;
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
display: block;
padding: 0;
width: 47%;
height: auto;
margin: 0 auto;
margin-top: 18px;
margin-bottom: 0px;
}
.title-e {
   height: 55px;
    display: table-cell;
    vertical-align: middle;
text-align: center;
width: 135px;
	}
.effects .img.unbind img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
opacity:0.8;
}
.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 40px;
  height: 40px;
  border: solid 3px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background:url(../img/expand.png) no-repeat center center;
  text-indent:-99999px;
  left:57%!important;right:0;
}



/* ============================================================
  EFFECT 3 - SLIDE IN LEFT
============================================================ */
#effect-3 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
}
#effect-3 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto 0 auto -30px;
}
#effect-3 .img.hover .overlay {
  width: 100%;
}
#effect-3  .img.unbind.hover .overlay {
  width: 0;
}
 .effects  .col-4 .img {
position: relative;
float: left;
width: 135px;
overflow: hidden;
height: 130px;
}
.inner-footer{
width:100%;
min-width:700px;
padding:10px 0;
background: rgba(51, 51, 51, 0.85);
overflow:hidden;
position:absolute;
bottom:0;
}
.foo-con{

width:1200px;
min-width:700px;
position:relative;
margin:0 auto;
text-align:center;
}
.foo-con p{
font-size:12px;
color:#ccc;
}
.inner-header{
width:100%;
min-width:700px;
background: rgba(255, 255, 255, 0.51);
position:absolute;
overflow:hidden;
top:0;
left:0;
}
.header-con{
width:1200px;
min-width:700px;
background:#fff;
position:relative;
margin:0 auto;
}
.logout-btn , .alt-mgs {
background: #e74c3c;
border: none;
position:absolute;
right:0;
color: white;
font-size: 18px;
font-weight: 200;
cursor: pointer;
transition: box-shadow .4s ease;
padding:10px 20px;
text-decoration:none;
font-size:14px;
margin-top:18px;
}


/* login styles */

.login-wrap {
  position: relative;
  margin: 0 auto;
   background: #fff;
  background: rgba(236, 240, 241, 0.47);
  width: 350px;
  min-height:320px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px #333;
  padding: 15px;
  margin-top:16%;
  alpha:0.8%;

}
html .login-wrap h2 {
  text-align: center;
  font-weight: 200;
  font-size: 2em;
  margin-top: 10px;
  color: #34495e;
}
html .login-wrap .form {
  padding-top: 20px;
}
html .login-wrap .form input[type="text"],
html .login-wrap .form input[type="password"],
html .login-wrap .form button {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 25px;
  height: 40px;
  border-radius: 5px;
  outline: 0;
  -moz-outline-style: none;
}
html .login-wrap .form input[type="text"],
html .login-wrap .form input[type="password"] {
  border: 1px solid #bbb;
  padding: 0 0 0 10px;
  font-size: 14px;
}

html .login-wrap .form input[type="text"]:focus,
html .login-wrap .form input[type="password"]:focus {
  border: 1px solid #3498db;
}
html .login-wrap .form a {
  text-align: center;
  font-size: 12px;
  font-weight:bold;
  color: #e74c3c;
}
html .login-wrap .form a p {
  padding-bottom: 10px;
}
html .login-wrap .form button {
  background: #e74c3c;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 200;
  cursor: pointer;
  transition: box-shadow .4s ease;
}
html .login-wrap .form button:hover {
  box-shadow: 1px 1px 5px #555;
}
html .login-wrap .form button:active {
  box-shadow: 1px 1px 7px #222;
}
html .login-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
  background: -moz-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
  height: 5px;
  border-radius: 5px 5px 0 0;
}
 .foo-login p{
font-size: 12px;
color: #e74c3c;
text-align: center;
}

.alt-mgs{
background:none;
width:auto;
color:#e74c3c;
font-weight:bold;
}
/* end login styles */


@media (max-width:1366px){
.effects .img {
position: relative;
float: left;
width: 125px;
overflow: hidden;
height: 125px;
text-align: center;
border-right: 1px solid #7ea3c7;
border-bottom: 1px solid #7ea3c7;
}
 .effects  .col-4 .img {

width: 125px;

height: 115px;
}
.effects {

width: 750px;

}
.effects .img h2 {
font-size: 14px;
font-family: arial;
color: #3d3b6f;
font-size: 12px;
}
.effects .img img {
display: block;
padding: 0;
width: 47%;
height: auto;
margin: 0 auto;
margin-top: 6px;
margin-bottom: 0px;
}
body{
font-family: 'Helvetica Neue', Arial, Sans-Serif;
background: url(../img/bg.jpg) no-repeat top center fixed;
background-size:cover 100%;
}
}
@media (max-width:1024px){
body{
font-family: 'Helvetica Neue', Arial, Sans-Serif;
background: url(../img/bg.jpg) no-repeat top center fixed;
background-size: 100% cover;
}
.logo {

top: 3%;

}
.effects {

margin-top: 105px;
}
.foo-con,.header-con{
min-width:80%;
width:90%;
}
}
@media (min-height:850px){
body{
background: url(../img/tall-screen.png) no-repeat top center fixed;

background-size:auto;
}
}
@media (min-height:1200px){
body{
background: url(../img/tall-screen.jpg) no-repeat top center fixed;

background-size:auto;
}
}
@media (min-width:1600px){
body{
background: url(../img/wide-bg.jpg) no-repeat top center fixed;

background-size:auto;
}
}