

/*

colorscheme.ru

Main color: 	#359ff0		(53, 159, 250)
	dark:	#11609C
	light:	#8DC9F8

Sec color A:	#FFCA2A		(255, 202, 42)
	dark:	#A6800E		(166, 128, 14)
	light:	#FFE28A

Sec color B:	#FF672A
	dark:	#A6390E
	light:	#FFAB8A


*/

/* Sticky footer styles
-------------------------------------------------- */

html
{
    position: relative;
    min-height: 100%;
}

body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
}


.main-color-dark
{
	color: #11609C;
}

/*********** transitions **********/

.trans200color_border_back:hover
{
    -webkit-transition: color 200ms, border 200ms, background 200ms;
    -moz-transition: color 200ms, border 200ms, background 200ms;
    -o-transition: color 200ms, border 200ms, background 200ms;
    -ms-transition: color 200ms, border 200ms, background 200ms;
    transition: color 200ms, border 200ms, background 200ms;
}


/**********************************/



.dl-button
{
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    border: 1px solid rgb(138, 218, 255);
    color: rgb(255, 255, 255);
    font-size: 18px;
    background: #359ff0;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    height: 64px;
    margin-top: 32px;
    margin-bottom: 10px;
	min-width:350px;
}

.dl-button:hover
{
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(138, 218, 255, .7);
    background: rgba(53, 159, 240, 0.7);
}

.dl-button-noborder, .dl-button-noborder:hover
{
    border:0;
}




.img-preview
{
	box-shadow: 3px 3px 5px rgba(0,0,0, 0.6);
	margin: 10px;
}



/* -------------------------------------------------- */

/**** NAV BAR *****/

.navbar
{
    min-height: 50px;
    border: 0;
    margin: 0;
}

.navbar-default
{
    background: #FFF;
}

.navbar-container
{
    width: 960px;
    height: 50px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-nav
{
    float: right;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a
{
    color: #A6800E;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1px;
    border-bottom: 1px solid  rgba(166, 128, 14, 0.25);
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover
{
    color: #000;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 200ms, color 200ms;
    -moz-transition: border-bottom 200ms, color 200ms;
    -o-transition: border-bottom 200ms, color 200ms;
    -ms-transition: border-bottom 200ms, color 200ms;
    transition: border-bottom 200ms, color 200ms;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover
{
    color: #A6800E;
    background-color: transparent;
    border: 1px solid rgba(166, 128, 14, 0.15);
    border-radius: 3px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 9px;
}

/***********************/

footer
{
    border-top: 1px solid #e9ebee;
}

footer .row
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    color: #47525e;
    padding: 15px 0 15px 0;
    margin-top: 30px;
}

footer .copyright
{
    display: inline-block;
    text-align: right;
    line-height: 40px;
}

footer .copyright_small
{
    font-size: 12px;
    line-height: 10px;
    color: #bcc9d7;
}

footer a
{
    color: #47525e;
    border-bottom: 1px solid rgba(71, 82, 94, 0.25);
    margin-left: 8px;
    margin-right: 8px;
}

footer a:focus, footer a:hover
{
    text-decoration: none;
    color: rgba(71, 82, 94, 0.7);
    background-color: transparent;
    border-bottom: transparent;
    -webkit-transition: border-bottom 200ms, color 200ms;
    -moz-transition: border-bottom 200ms, color 200ms;
    -o-transition: border-bottom 200ms, color 200ms;
    -ms-transition: border-bottom 200ms, color 200ms;
    transition: border-bottom 200ms, color 200ms;
}


footer .social
{
    margin-top: 40px;
}

footer .social>a
{
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
}

