/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: STANLEY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
 

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
  	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #333;
}

h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}



/* Paragraph & Typographic */
p {
	line-height: 28px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #868686;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #30BCE0;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #000000;
	text-decoration: none;
	outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	text-transform: uppercase;
	margin-bottom: 0px;
}

.navbar-inverse {
	padding-bottom: 0px;
	padding-top: 0px;
}


.navbar-inverse {
	background-color: #30BCE0;
	border-color: #16a085;
}

.navbar-inverse2 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.navbar-inverse2 {
	background-color: #373737;
	border-color: #1b1b1b;
}

.navbar-inverse3 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.navbar-inverse3 {
	background-color: #ef8cf1;
	border-color: #cc67ce;
}

.navbar-inverse4 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.navbar-inverse4 {
	background-color: #612a2a;
	border-color: #cc67ce;
}

.navbar-inverse4 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.navbar-inverse4 {
	background-color: #612a2a;
	border-color: #cc67ce;
}


.navbar-inverse .navbar-nav > li > a {
	color: white;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #222222;
}

.navbar-inverse2 .navbar-nav > li > a {
	color: white;
}

.navbar-inverse2 .navbar-nav > li > a:hover {
	color: #222222;
}

.navbar-inverse3 .navbar-nav > li > a {
	color: white;
}

.navbar-inverse3 .navbar-nav > li > a:hover {
	color: #222222;
}

.navbar-inverse4 .navbar-nav > li > a {
	color: white;
}

.navbar-inverse4 .navbar-nav > li > a:hover {
	color: #222222;
}

.navbar-brand {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
	color: white;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

.navbar-inverse2 .navbar-brand {
	color: white;
}

.navbar-inverse2 .navbar-toggle {
	border-color: transparent;
}

.navbar-inverse3 .navbar-brand {
	color: white;
}

.navbar-inverse3 .navbar-toggle {
	border-color: transparent;
}

.navbar-inverse4 .navbar-brand {
	color: white;
}

.navbar-inverse4 .navbar-toggle {
	border-color: transparent;
}

.progress-bar-theme {
  background-color: #30BCE0;
}


.download{
	width				: 85%;
	max-width			: 760px;
	min-width			: 280px;
	position			: absolute;
	top					: 60%;
	left				: 12%;
}

.download2{
	width				: 85%;
	max-width			: 760px;
	min-width			: 280px;
	position			: absolute;
	top					: 4%;
	left				: 12%;
}

.download3{
	width				: 85%;
	max-width			: 760px;
	min-width			: 280px;
	position			: absolute;
	top					: 50%;
	left				: 5%;
}

.download4{
	position			:	absolute;
	bottom				:	38%;
	left				:	66%;
}

.download5{
	position			:	absolute;
	bottom				:	33%;
	left				:	80%;
}

.download6{
	width				: 100%;
	max-width			: 760px;
	min-width			: 280px;
	position			: absolute;
	top					: 4%;
	left				: 11%;
}

.download img{
	width				:	45%;
	max-width			:	290px;
	min-width			:	50px;
}

.download2 img{
	width				:	45%;
	max-width			:	290px;
	min-width			:	50px;
}

.download3 img{
	width				:	45%;
	max-width			:	80px;
	min-width			:	80px;
}

.download6 img{
	width				:	80%;
	max-width			:	600px;
	min-width			:	50px;
}


/* Helpers */

.mt {
	margin-top: 5px;
	margin-bottom: 40px;
}

.pt {
	padding-top: 5px;
	padding-bottom: 0px;
}


/* +++++ WRAP SECTIONS +++++ */

#ww {
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #ffffff;
}


#footer {
	background-color: #2f2f2f;
	padding-top: 20px;
	padding-bottom: 20px; 
}

#footer p {
	color: white;
}

#footer h4 {
	color: white;
	text-transform: uppercase;
	padding-bottom: 20px;
}


/* +++++ Color Wraps / Blog Page +++++ */

#grey {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f2f2f2;
}

#white {
	padding-top: 20px;
}



/* Blog Date*/
bd {
	font-size: 12px;
	text-transform: uppercase;
	color: #d2d2d2;
	font-weight: 700;
}

/* Blog Author*/
ba {
	font-size: 12px;
	text-transform: uppercase;
}

/* Blog Quote */
.bq {
	font-size: 22px;
	padding-top: 30px;
}

/* Blog Tags */
bt {
	font-size: 12px;
}

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom { 
    display:block; 
    position:relative; 
    overflow:hidden; 
    background:transparent url(../img/loader.gif) no-repeat center;
}


    .zoomOverlay {
        position:absolute;
        top:0; left:0;
        bottom:0; right:0;
        display:none;
        background-image:url(../img/zoom.png);
        background-repeat:no-repeat;
        background-position:center;
    }

.zoom2 {
	opacity: 1;
}

.zoom2:hover {
	opacity: 0.5;
}

/* glyphicon Configuration */

.glyphicon {
	font-size: 40px;
	color: #30BCE0;
}


div.twitter_widget_style {
	margin: 0 auto ;
	text-align: center;
}

/*
PC image <- switch -> SP image
*/
.switch {
    visibility: hidden;
}

body2 {
	margin: 0;
	padding: 0;
	background: url(img.jpg) center center fixed no-repeat;
}
video {
	position: fixed;
	top: 0; 
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}
