@charset "UTF-8";
html, body{
	/*background: gray;*/
	margin: 0;
	padding:0;
	font-size: 16px;
}
a,
a:focus,
a:hover,
a:active,
a:visited{
 
  text-decoration: inherit;
}

.animate{
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition:    all 0.15s ease-in-out;
  -ms-transition:     all 0.15s ease-in-out;
  -o-transition:      all 0.15s ease-in-out;
}

body{
  color: #444444;
	font-family: 'Source Sans Pro', sans-serif;
}

.btn.white{
  color: #FFFFFF !important;
}
.btn-blue{
  color: #74A2A2 !important;
}
.btn-red{
  color: #FF5D5B !important;
}
.text-blue{
  color: #6996C0 !important;
}
.text-red{
  color: #FF8F8F !important;
}
.text-yellow{
  color: #FFA600 !important;
}
.text-green{
  color: #6DCB43 !important;
}

.container, .wrapper{
  min-width: 980px;
}

.circle{
  border-radius: 50%;
  overflow: hidden;
}

/*PREVIEW*/
.preview-standard,
.preview-standard .thumb{
    z-index: 0;
    display: block;
    position: relative;
}

.preview-standard .thumb{
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.preview-standard .thumb:before{
  overflow: hidden;
  content: '';
  position: absolute;
  display: block;
  background:url(../img/bg-gray-alpha-50.png) repeat;
  background:rgba(49,49,49,0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.preview-standard .thumb img{
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.preview-standard .text{
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom:0px;
  padding: 10px;
}
