@charset "utf-8";
html, body, div, object, iframe, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, i, dl, dd, ol, ul, li,
fieldset, legend, caption,
article, aside, canvas, details, figcaption, figure,
footer,  hgroup, menu,section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: middle;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input,button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong,
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto;} 
.ie6 legend, .ie7 legend { margin-left: -7px; } 

input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #000; color:#fff; text-shadow: none; }
::selection { background:#000; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }


/* Theme Styles */

* {
margin: 0;
padding: 0;
}

body { 

    background:#d6d6d6 url(../img/bg_body.png); 
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 
    color: #444;
    overflow-x: hidden;}

a { 
    color:#0396ed; 
    text-decoration: none; 
    font:italic 1em/1.5em "chaparral-pro",Georgia,"Times New Roman",Times,serif;}

a:hover { 
    text-decoration: underline; }

#container {

    word-wrap: break-word;
    width: 90%;
    margin: 5px auto 5px;
    padding: 5px 5px;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
    border-top: 5px solid #39afe8;
}

header { 
    overflow: hidden; 
    clear: both; 
    margin-bottom: 10px;}

header hgroup { float: left; margin-left: 5px;}

header hgroup h1 { 
    font: italic 1.5em/1.5em "chaparral-pro",Georgia,"Times New Roman",Times,serif;
    text-shadow: 1px 1px 0 #fff; }

header hgroup h2 { 
    text-shadow: 1px 1px 0 #fff; 
    font: italic 1em/1.5em "chaparral-pro",Georgia,"Times New Roman",Times,serif;}

#user_icon{
       width: 30%;
       height: 30%;
       padding: 0 0 0 50px;
       
}

.activTr{
	background-color: red;
}

/*view document*/
.file_block{
    overflow: hidden;
    background: none repeat scroll 0 0 #fff;
    position: relative;
    transition: height 0.8s ease-out 0s;
    -moz-transition: height 0.8s ease-out 0s;
    -webkit-transition: height 0.8s ease-out 0s;
    -o-transition: height 0.8s ease-out 0s;
}
    
.file_block iframe {
    border: 1px solid #000;
    padding: 5px;
}

.show_docs span {
    color: #1E90FF;
    cursor: pointer;
}


/***Social Block***/
#block_social {
    width: 20%;
    float:right;
    height: 40px;
    background: #fff;
    box-shadow: 0 3px 5px 3px #999;
}

#block_socialLef {
    width: 90%;
    float:left;
    font-size: 19px;
    height: 30%;
    background: #ffffff;
    color: saddlebrown;
    box-shadow: 0 3px 5px 3px #999;	
}
#block_socialLefmin {
    width: 60%;
    float:left;
    font-size: 19px;
    height: 30%;
    background: #ffffff;
    color: saddlebrown;
    box-shadow: 0 3px 5px 3px #999;	
}

#block_social ul{
    margin: 4px 0 0 10px;}

#social li {
    display: block;
    float: left;
    margin-right: 4px;
    border: 0px !important;
    border-image: initial;
}


header nav { 
    float: left; 
    margin: 20px auto 0;
    width: 99.8%;
    background: #f2f2f2; 
    border:1px solid #e6e6e6;}

header nav ul { 
    margin: 0; 
    padding: 0; 
    overflow: hidden; }

header nav ul li { 
    list-style: none; 
    float: left; 
    display: inline; 
    margin: 0; padding: 0; 
    border-right: 1px solid #e6e6e6; 
    font-size: 17px; 
    text-transform: none; }

header nav ul li:last-child { border: 0; }

header nav ul li a { 
    display: block;  
    padding: 8px 24px; 
    color: #444; 
    text-decoration: none;
    -webkit-transition-property: background; 
    -webkit-transition-duration: .7s; 
    -webkit-transition-timing-function: linear;
    -moz-transition-property: background; 
    -moz-transition-duration: .7s; 
    -moz-transition-timing-function: linear;
    -o-transition-property: background; 
    -o-transition-duration: .7s; 
    -o-transition-timing-function: linear;
    font:normal 1em/1.5em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}

header nav ul li a.active{
    background: #39afe8; 
    color:#fff;}	

header nav ul li a:hover { 
    text-decoration: none; 
    background: #39afe8; 
    color:#fff; }

.features{
    float:left;
    margin:50px auto 0;}

.features h3{
    font:italic 1.5em/1.5em "chaparral-pro",Georgia,"Times New Roman",Times,serif;}	

.features .col1,
.features .col2,
.features .col3{
    float: left;
    width: 32%;
    padding: 7px;
    text-align: center;}

.features .col1 img,
.features .col2 img,
.features .col3 img{
    width:100%;
    height:auto;
    border: 1px solid #444;}	


.features article p{	
    padding: 5px 4px;
    text-align: left;}		

#content { 
    float: left; 
    width: 100%; 
    margin-right: 20px; 
    margin-top:20px;}

#content article { 
    margin: 0 0 10px 0;
    padding: 20px;
    min-height: 200px;
    border-bottom: 1px dashed #ccc;}

#content article h3 { 
    font-size: 17px;
    margin-bottom: 4px; 
    font-weight:normal;}

#content article img { 
    margin: 0 0px 10px 0;
    width: 100%;
    height: auto;}

#content article p { 
    font-size: 13px;
    margin-bottom: 5px;}

#content article p:last-child { margin-bottom: 0; }

a.read_more{
    font:normal 12px/18px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif}

a.read_more:hover{
    text-decoration: underline;}	

#sidebar { 
    float: left; 
    width: 100%; 
    margin-top:20px;}

#sidebar aside {
    margin-bottom: 10px; 
    padding: 20px 0 20px 20px;
    background: #fff;}

#sidebar aside h4 { 
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px 5px;
    background: #39afe8;
    text-shadow: 0 1px 1px #666;}

#sidebar aside p { font-size: 13px; margin-bottom: 8px; }
#sidebar aside p:last-child { margin: 0; }
#sidebar aside ul { margin: 0; padding: 0; }
#sidebar aside ul li { list-style: none; margin-bottom: 6px; padding-left: 5px;}
#sidebar aside ul li a{
    font: normal 1.043em/1.5em "Adelle-Regular",sans-serif}

.clear{clear:both; height:10px;}

footer { 
    background:#eee;
    border:1px solid #ccc;
    clear: both;
    margin-top:10px;  
    padding: 10px 20px; 
    font-size: 14px; }




footer nav ul {
    margin: 0 auto; 
    padding: 0; }

footer nav ul li { 
    list-style: none; 
    display: inline; 
    margin-right: 12px; 
    text-shadow: 0 1px 0 #fff;}


footer nav ul li a{ 
    color: #666666; 
    text-shadow: 0 1px 0 #fff;}

footer p{ 
    margin-top:10px;
    color: #444; 
    text-shadow: 0 1px 0 #fff;}

input[type=checkbox],
input[type=radio] {
    border: 1px solid #c0c0c0;
    margin: 0 0.1em 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1em;
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fbfbfb));

    -webkit-appearance: none;
    -webkit-box-shadow: 1px 1px 1px #fff;
    -webkit-border-radius: 0.25em;

}



input[type=checkbox]:checked::after {
    content:"✔";
    display:block;
    text-align: center;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
}

input[type=radio]:checked::after {
    content:"●";
    display:block;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
}

select {
    border: 1px solid #D0D0D0;
    background: url(../img/select.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#ededed));
    background: -moz-linear-gradient(19% 75% 90deg,#ededed, #fbfbfb);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    color: #444;
}
.container {
    margin: 50px auto;
    width: 1000px;
}

.login {
    position: relative;
    margin: 0 auto;
    padding: 20px 20px 20px;
    width: 320px;
    background: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.login:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.login h1 {
    margin: -20px -20px 21px;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
    color: #555;
    text-align: center;
    text-shadow: 0 1px white;
    background: #f3f3f3;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
    -webkit-box-shadow: 0 1px whitesmoke;
    box-shadow: 0 1px whitesmoke;
}

.login p {
    margin: 20px 0 0;
}

.login p:first-child {
    margin-top: 0;
}

.login input[type=text], .login input[type=password] {
    width: 278px;
}

.login p.remember_me {
    float: left;
    line-height: 31px;
}

.login p.remember_me label {
    font-size: 12px;
    color: #777;
    cursor: pointer;
}

.login p.remember_me input {
    position: relative;
    bottom: 1px;
    margin-right: 4px;
    vertical-align: middle;
}

.login p.submit {
    text-align: right;
}

.login-help {
    margin: 20px 0;
    font-size: 11px;
    color: white;
    text-align: center;
    text-shadow: 0 1px #2a85a1;
}

.login-help a {
    color: #cce7fa;
    text-decoration: none;
}

.login-help a:hover {
    text-decoration: underline;
}

:-moz-placeholder {
    color: #c9c9c9 !important;
    font-size: 13px;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px;
}

input {
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
    font-size: 14px;
}

input[type=text], input[type=password], input[type=email] {
    margin: 5px;
    padding: 0 10px;
    color: #404040;
    background: white;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 2px;
    outline: 5px solid #eff4f7;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
textarea:focus, 
select:focus, 
input[type=number]:focus, 
input[type=checkbox]:focus,
input[type=radio]:focus{
    border-color: #7dc9e2;
    outline-color: #dceefc;
    outline-offset: 0;
}

input[type=submit] {
    padding: 0 18px;
    height: 29px;
    font-size: 12px;
    font-weight: bold;
    color: #527881;
    text-shadow: 0 1px #e3f1f1;
    background: #cde5ef;
    border: 1px solid;
    border-color: #b4ccce #b3c0c8 #9eb9c2;
    border-radius: 16px;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

#buttonmy{
    height: 29px;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;
    color: #527881;
    text-shadow: 0 1px #e3f1f1;
    background: #cde5ef;
    border: 1px solid;
    border-color: #b4ccce #b3c0c8 #9eb9c2;
    border-radius: 16px;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    /*
      Helvetica Neue present, because it works better
      for line-height on buttons than Arial, on OS X.
    */
    font: bold 14px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    outline: 0;
    overflow: visible;
    padding: 5px 15px;
    text-shadow: #fff 1px 1px 0;
    width: auto;

}

input[type=submit]:active {
    background: #cde5ef;
    border-color: #9eb9c2 #b3c0c8 #b4ccce;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
    line-height: 34px;
}


/*------------------------------------*\
        $MESSAGES
\*------------------------------------*/
/*
Unfortunately feedback messages don’t fit the baseline all too well. Perhaps in a later version...
*/
.message{
    font-weight:normal;
    display:block;
    padding:10px 10px 10px 36px;
    border:1px solid #ccc;
    margin-left:0;
    text-align: center;

    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
    -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
}
/*
With multiple errors it’s nice to group them:
<ul class=message>
        <li>Please provide a surname.</li>
        <li>Please enter a valid email address.</li>
</ul>
*/

.selectError{
    text-align: left;
}

.warning2{
    color:red;
    border-color:#d8d566;
    background:3% center no-repeat #fef8c4;
}

.error{
    color: red;
}


.errormes{
    color:red;
    border-color:red;
    background:url(../img/icons/error.png) 5%  center no-repeat #fab;
}
.success{
    color:green;
    border-color:#83ba77;
    background:url(../img/icons/success.png) 5%  center no-repeat #d1feba;
}
.info{
    border-color:#85a5be;
    background:url(../img/icons/info.png) 5%  center no-repeat #c4dbec;
}
.warning{
    color:red;
    border-color:#d8d566;
    background:url(../img/icons/warning.png) 5% center no-repeat #fef8c4;
}

.sert{
    margin: 1%;
    padding: 5px !important;
    letter-spacing: 1px !important;
    font-size: 12px  !important; /* Размер шрифта в процентах */
}

#sidebar { width: 100%; overflow: auto;}

/* View < 1200px */			

@media (max-width: 1200px) {

    #container { width: 940px; }
    #content { width: 67%; }
    #sidebar { width: 70%; }

    header hgroup h1 { font-size: 20px; }
    header hgroup h2 { font-size: 16px; }

    header nav { margin-top: 18px; }
    header nav ul li { font-size: 16px; }

    #content article { margin-bottom: 12px;}

    #sidebar aside { margin-bottom: 10px; }

    .features .col1, .features .col2, .features .col3{
        padding: 6px;}

    .features article p{	
        padding: 5px 10px;
        text-align: left;}	

}


/* iPad in landscape */

/* Note: Design for max-width: 1024px) {  } */

@media (max-device-width: 1024px) and (orientation: landscape) {

    #container { width: 100%; }
    #content { width: 100%; }
    #sidebar { width: 100%; }

    header { margin-bottom: 10px; }

    header hgroup { margin-bottom: 12px; }

    header nav { float: none; clear: both; }
    header nav ul { width: 100%; }
    header nav ul li { font-size: 14px; width: 191px; text-align: center; }
    header nav ul li:last-child { width: 192px; }

}


/* iPad in portrait */

/* Note: Design for a width of 768px */ 

@media (max-device-width: 1024px) and (orientation: portrait) {

    #container { width: 100%; }
    #content { float: left; width: 100%; margin: 0 0 12px 0; }
    #sidebar { float: left; width: 100%; margin-top:0px; }

    header { margin-bottom: 10px; }

    header hgroup { margin-bottom: 12px; }

    header nav { float: none; clear: both; }
    header nav ul { width: 100%; }
    header nav ul li { font-size: 14px; width: 149px; text-align: center; }
    header nav ul li:last-child { width: 150px; }

    #content article { padding: 20px; }

    #sidebar aside { color: #fff; float: left; width: 400px; min-height: 170px; margin-right: 20px; padding: 20px; }
    #sidebar aside:last-child { margin: 0; }

}



/* table */

table{
    vertical-align: middle;
    text-align: center;
    width:97%;
    height:100%;
    word-wrap: break-word;
    margin: 0 auto;
}

.col1 {
    width: 5%;
}

#cen{
    margin: auto; /* Выравниваем таблицу по центру окна  */
    font-size: 9px;
}
#cen2{
    font-size: 11px;
    vertical-align:middle;
}
#cen3{

    font-size: 14.4px !important;;
    width: 100%  !important;
    vertical-align: middle !important;
}
#cen4{
    margin: auto !important;
    font-size: 15px;
    width: 100%;
    vertical-align: middle;
}

#nopading{
    padding: 0px !important;
}
thead tr:last-of-type th{
    /* Thicker border on the table-headers of the last row in the table head. */
    border-bottom-width:2px;
}
tbody th{
    /* Thicker right border on table-headers in the table body. */
    border-right-width:2px;
}
th:empty{
    /* Hide the borders on any empty table-headers. */
    border:none;
}
th,td{
    padding:0.1em;
    border:1px solid #ccc;
    word-wrap: break-word;
}

#creatFormRP02 td{
    padding:0.5em;
    text-align: left;
}
th{
    word-wrap: break-word;
    font-weight:bold;
    text-align:center;
}
table [colspan]{
    vertical-align: middle;
}
table [rowspan]{
    vertical-align:middle;
}

/*
Assuming IE has an 'implied' colspan of one on cells without an explicit colspan attribute, fix/undo it.
See jsfiddle.net/csswizardry/UJJay/
*/
[colspan="1"]{
    text-align:left;
}
[rowspan="1"]{
    vertical-align:top;
}
tbody tr:nth-of-type(odd){
    background:rgba(0,0,0,0.05);
}
tfoot{
    text-align:center;
}
tfoot td{
    border-top-width:2px;
}


.rotated-text {
    display: inline-block;
    overflow: hidden;
    width: 1.3em;
    line-height: 1.3em;
}
.rotated-text__inner {
    display: inline-block;
    white-space: nowrap;
    -webkit-transform: translate(0,100%) rotate(-90deg);
    -moz-transform: translate(0,100%) rotate(-90deg);
    -ms-transform: translate(0,100%) rotate(-90deg);
    -o-transform: translate(0,100%) rotate(-90deg);
    transform: translate(0,100%) rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
/* This element stretches the parent to be square
   by using the mechanics of vertical margins  */
.rotated-text__inner:before {
    content: "";
    float: left;
    margin-top: 100%;
}

/* Just for better looking tables */


/* Note: Design for a width of 740px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #container { width: 100%; }
    #content { float: left; width: 100%; margin: 30px 0 12px 0; }
    #sidebar { float: left; width: inherit; margin-top:0px; }

    header { margin-bottom: 10px; }

    header hgroup { margin-bottom: 12px; }

    header nav { float: none; clear: both; width: 99.4%;}
    header nav ul { width: 100%; }
    header nav ul li { font-size: 14px; width: 149px; text-align: center; }
    header nav ul li:last-child { width: 150px; }

    #content article { padding: 20px; }

    #sidebar aside { color: #fff; padding: 20px; }
    #sidebar aside:last-child { margin: 0; }

    .features .col1, .features .col2, .features .col3{
        width: 32%;
        padding: 4px;}

    .features article p{padding: 5px 9px;}

    .flex-direction-nav{display:none;}
}


/* #Mobile (Landscape) */

/* Note: Design for a width of 420px */
@media only screen and (min-width: 601px) and (max-width: 767px) {
    #container { width: 100%; }
    #content { float: left; width: 100%; margin: 30px 0 12px 0; }
    #sidebar { float: left; width: inherit; margin-top:0px; }

    header { margin-bottom: 10px; }

    header hgroup { margin-bottom: 12px; }

    header nav { float: none; clear: both; width: 99.2%;}
    header nav ul { width: 100%; }
    header nav ul li { font-size: 14px; width: 140px; text-align: center; }
    header nav ul li:last-child { width: 150px; }

    #content article { padding: 20px; }

    #sidebar aside { color: #fff; padding: 20px; }
    #sidebar aside:last-child { margin: 0; }

    .features .col1, .features .col2, .features .col3{
        float: none;
        width: 86%;
        margin: 0 auto;}

    .flex-direction-nav{display:none;}	

}


/* Mobile width < 600px*/

@media (max-width: 600px) {


    #container, #content { width: inherit; }
    #content { margin: 0px; }

    #sidebar{ float:left; margin-top:0px; width: inherit;}

    header { margin: 0 0 10px 0; text-align: center; }
    header hgroup { width: 100%; margin-bottom: 12px; }
    header hgroup h1 { font-size: 20px; }
    header hgroup h2 { font-size: 16px; }

    #block_social{
        float:none;
        display:inline-block;}

    header nav { float: none; clear: both; width: 99.3%;}
    header nav ul { width: 100%; }
    header nav ul li { float: none; display: block; width: 100%; font-size: 14px; text-align: left; border-bottom: 1px solid #ccc; }
    header nav ul li:last-child { width: 100%; border-bottom: 0; }
    header nav ul li a { padding: 10px; }

    #content article { padding: 10px; -webkit-border-radius: 0; }

    #sidebar aside { color: #fff; float: left; width:90%; margin: 10px auto; padding: 20px; }
    #sidebar aside:last-child { margin: 0; }

    footer { padding: 10px; font-size: 12px; }

    .features .col1, .features .col2, .features .col3{
        float: none;
        width: 86%;
        margin: 0 auto;}


}

.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; overflow:hidden;} 


/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
               filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {
    width: inherit;
    padding: 5px;
    position: absolute;
    left: 0;
    bottom: 2px;  
    background: rgba(0,0,0,.7); 
    color: #fff; 
    text-shadow: 0 -1px 0 rgba(0,0,0,.5); 
    font-size: 13px; 
    text-align:left;}

.flex-caption a{
    color:#fff; 
    cursor: pointer;
    border-bottom: 1px solid #DDD;
    padding: 1px;
    font: 13px;}	

.flex-caption a:hover{
    color: #fff;
    border-bottom: 1px dotted #fff;
    text-decoration:none;}


/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; text-align: left; margin-top:7px;}
.flex-control-nav li {margin: 0 1px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    border: 1px solid #ccc;
    text-align: center;
    font:bold 12px/16px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}

.flex-control-paging li a:hover {cursor: pointer; text-decoration:none; border:1px solid #999; color:#3c6c84;}
.flex-control-paging li a.flex-active {cursor: pointer; }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
    .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
