/**
 * @package   Visario Joomla! 3.0 Template
 * @version   1.0
 * @author    7Studio Tomasz Herudzinski http://www.7studio.eu
 * @copyright Copyright (C) 2009 - 2012 7Studio Tomasz Herudzinski
 * @license   Commercial - ThemeForest Regular License - http://themeforest.net/licenses/regular_extended
**/

 /*
 *
 * IMPORTANT!
 *
 * Please paste here css rules which you would like to override and change.
-----------------------------------------------------------------------------------*/

body {
    font-weight : 200;
    line-height: 26px
}
h1, h2, h3, h4  {
    line-height: 100%;
    margin-bottom: 30px;
}

.item-page h3,
.item-page h4,
.item-page h5 {
font-weight: 400;
margin: 20px 0;
}

header {
    display: none;
}

.logo {
    margin-left: 15px;
}
#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: rgba(0,0,0,0.85);
    font-weight: 400;
}

#menu .container-fluid {
    border-top: 0;
}

#menu .nav-collapse {
    float: right;
}

.svn-menu > li {
    font-weight: 400;
}

.svn-menu > li > a, .svn-menu > li span.separator {
    color: #999999;
    line-height: 70px;
    height: 70px;
}

#slider {
    overflow:hidden;
}

#bottom-b {
    padding-top: 0;
}

#bottom-b .row-fluid [class*="span"]:last-child {
    border:none;
}

.module .module-content ul {
	list-style-type: disc;
	margin-left: 25px;
}

.module .module-content ul li {
	margin: 0 0 5px 0;
	padding: 0;
}

#top-a .module-content,
#top-b .module-content,
#top-c .module-content,
#top-d .module-content,
#top-e .module-content,
#top-f .module-content,
#top-g .module-content,
#top-h .module-content,
#top-i .module-content,
#top-j .module-content,
#bottom-b .module-content {
    padding: 0;
}
#top-a h2,
#top-c h2,
#top-e h2 {
    margin: 0 0 30px;
    font-size: 40px;
}

#top-a .container-fluid,
#top-c .container-fluid,
#top-e .container-fluid {
    max-width: 730px;
    text-align: justify;
    font-size: 20px;
    line-height: 26px;
    padding-left: 40px;
    box-sizing: border-box;
    border-left: 8px solid #1d2088;
}


#top-a .custom,
#top-b .custom,
#top-c .custom,
#top-d .custom,
#top-e .custom,
#top-f .custom,
#top-g .custom,
#top-h .custom,
#top-i .custom,
#top-j .custom {
    padding: 200px 0;
}

#top-b .custom,
#top-d .custom,
#top-f .custom{
    background-size: cover;
    background-position: 50% 100%;
    padding: 200px 0;
    color: #fff;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.6);
    background-attachment: fixed;
}

#top-b .span6,
#top-d .span6{
}

#top-b h1,
#top-b h2,
#top-d h1,
#top-d h2,
#top-f h1,
#top-f h2,
.contactform h1,
.contactform h2{
    color: #fff;
    font-size: 55px;
}

#top-f p {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.contactform {
    font-size: 18px;
    color: #aaa;
}

.bfClearfix {
    position: relative;
    z-index: 1;
}

.form-actions {
    padding: 0;
    border: none;
    background: transparent;
}

.bfQuickMode .controls .control-label {
    position: relative;
    text-align: left;
    width: auto !important;
    font-size: 15px;
    top: 2px;
}

.control-group {
    text-align: left;
}

.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    margin-left: 5px;
}

.bfSectionDescription {
    text-align:left;
}

.icon-asterisk {
    position: absolute;
    left: -12px;
    opacity: 0.8;
    top: 3px;
}
#ff_form1 input[type=text],
#ff_form1 textarea,
#ff_form1 select,
#ff_form1 .uneditable-input,

#ff_form2 input[type=text],
#ff_form2 textarea,
#ff_form2 select,
#ff_form2 .uneditable-input{
    max-width: 100%;
    box-sizing: border-box;
    height: 40px;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    box-shadow: 0px 5px 21px rgba(0,0,0,0.32) inset;
    border: none;
}

.btn {
    border-radius: 4px;
    border:none;
}
#ff_form1 textarea,
#ff_form2 textarea{
    height: 283px;
}

#ff_form1 .btn-primary:hover,
#ff_form1 .btn-primary:focus,
#ff_form1 .btn-primary:active,
#ff_form1 .btn-primary.active,
#ff_form1 .btn-primary.disabled,
#ff_form1 .btn-primary[disabled],

#ff_form2 .btn-primary:hover,
#ff_form2 .btn-primary:focus,
#ff_form2 .btn-primary:active,
#ff_form2 .btn-primary.active,
#ff_form2 .btn-primary.disabled,
#ff_form2 .btn-primary[disabled]{
    background: #1d2088;
}

.contactform h3,
.contactform h4 {
    color: #fff;
    font-size: 24px;
	margin-bottom: 10px;
}

.contactform p {
	margin-bottom: 20px;
}

.body-wrapper {
    position: relative;
}
#footer, #footer .container-fluid {
    padding-bottom: 10px;
    background: transparent;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    z-index:10;
}

.safari #t2m_layersbottom {
    margin-bottom: 60px;
}

a#totop {
    background-color: rgba(255, 255, 255, 0.21);
}

.tellmemore h1,
.tellmemore h2 {
    color: #333;
    font-size: 70px;
    text-align: right;
    margin: 25px 0;
}

.tellmemore .btn {
    width: 200px;
    font-size: 16px;
    font-wight: 400;
}

#top-b h3,
#top-d h3,
#top-f h3 {
    color: #fff;
    font-size: 30px;
}

#top-e {
    position: relative;
}


#top-f, #top-f .custom {
    background-color:#333;
}

.profiles img {
    border-radius: 400px;
    margin: 0 auto;
    display: block;
}

.contactform .container-fluid {
    max-width: 800px;
}


.sm_logo img {
    max-width: 120px;
}

.sm_logo {
    margin-top: 30px;
}









/* Hexagon background */

.hex {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.hex .bubble {
    background: url(../images/hex.png) 50% -50px fixed transparent;
    border-radius: 600px;
    position:absolute;
    width: 0;
    height: 0;
    margin-top: 0;
    margin-left: 0;
    left: 0;
    top: 0;
}

.hex.in .bubble{
    width: 520px;
    height: 520px;
    margin-top: -260px;
    margin-left: -260px;
}

.hex .bubble1 {
    left: 10%;
    top: 20%;
    transition: all ease 18s;
    -o-transition: all ease 18s;
    -ms-transition: all ease 18s;
    -moz-transition: all ease 18s;
    -webkit-transition: all ease 18s;
}

.hex .bubble2 {
    left: 13%;
    top: 75%;
    transition: all ease 18s;
    -o-transition: all ease 18s;
    -ms-transition: all ease 18s;
    -moz-transition: all ease 18s;
    -webkit-transition: all ease 18s;
}

.hex .bubble3 {
    left: 26%;
    top: 45%;
    transition: all ease 9s;
    -o-transition: all ease 9s;
    -ms-transition: all ease 9s;
    -moz-transition: all ease 9s;
    -webkit-transition: all ease 9s;
}

.hex .bubble4 {
    left: 37%;
    top: 80%;
    transition: all ease 9s;
    -o-transition: all ease 9s;
    -ms-transition: all ease 9s;
    -moz-transition: all ease 9s;
    -webkit-transition: all ease 9s;
}

.hex .bubble5 {
    left: 40%;
    top: 5%;
    transition: all ease 9s;
    -o-transition: all ease 9s;
    -ms-transition: all ease 9s;
    -moz-transition: all ease 9s;
    -webkit-transition: all ease 9s;
}

.hex .bubble6 {
    left: 53%;
    top: 51%;
    transition: all ease 9s;
    -o-transition: all ease 9s;
    -ms-transition: all ease 9s;
    -moz-transition: all ease 9s;
    -webkit-transition: all ease 9s;
}

.hex .bubble7 {
    left: 65%;
    top: 25%;
    transition: all ease 14s;
    -o-transition: all ease 14s;
    -ms-transition: all ease 14s;
    -moz-transition: all ease 14s;
    -webkit-transition: all ease 14s;
}

.hex .bubble8 {
    left: 69%;
    top: 90%;
    transition: all ease 14s;
    -o-transition: all ease 14s;
    -ms-transition: all ease 14s;
    -moz-transition: all ease 14s;
    -webkit-transition: all ease 14s;
}

.hex .bubble9 {
    left: 90%;
    top: 60%;
    transition: all ease 14s;
    -o-transition: all ease 14s;
    -ms-transition: all ease 14s;
    -moz-transition: all ease 14s;
    -webkit-transition: all ease 14s;
}

.hex .bubble10 {
    left: 86%;
    top: 20%;
    transition: all ease 14s;
    -o-transition: all ease 14s;
    -ms-transition: all ease 14s;
    -moz-transition: all ease 14s;
    -webkit-transition: all ease 14s;
}

#content-area {
font-size: 16px;
line-height: 20px;
}

#banner {
    background-repeat: repeat;
    background-position: 0 0;
}

#banner-bg {
    padding: 115px 0 35px;
    float: none;
}

#banner .container-fluid{
    padding: 15px 20px;
}

#banner-bg .container-fluid {
    padding: 0;
}

#banner-bg .custom {
    background: none !important;
}

categorylist_header_author,
.list-author {
    width: 20%;
}

#categorylist_header_hits,
.list-hits {
    width: 10%;
}

#footer ul.nav li {
    border: none;
}

#footer, #footer .container-fluid,
#footer .copyrights,
#footer ul.nav li a {
    color: #fff;
    font-size: 14px;
}

.highlight {
    background: #ff0;
}

#ajaxResults {
    height: 0;
    padding-left: 2px;
    overflow:hidden;
    transition: all ease .3s;
    -o-transition: all ease .31s;
    -ms-transition: all ease .31s;
    -moz-transition: all ease .31s;
    -webkit-transition: all ease .31s;
}

#ajaxResults p {
    margin-top: 0;
}

#mod-ajaxsearch-searchword {
    background: url(../../../media/system/images/modal/spinner.gif) 200% 50% no-repeat;
}

input.search-query {
    border-radius: 0;
    font-size: 18px;
    width: 88%;
    box-shadow: 0 0 30px rgba(16,30,120,0.07) inset;

}
.knowledge-base,
.ajaxsearch,
.ajaxsearch dt,
 .ajaxsearch dd {
     line-height: 19px;
     font-size: 16px;
 }

.ajaxsearch dl,
.ajaxsearch dd {
    margin: 0 0 10px;
}

.ajaxsearch dd.result-category {
    margin-bottom: 0;
    color: #bbb;
    line-height: 14px;
    font-size: 14px;
}

.search-results .result-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
}

.ajaxsearch form {
    margin: 0 0 10px;
}

.ajaxsearch form label {
    display: none;
}

.knowledge-base .table th,
.knowledge-base .table td {
    padding: 4px 8px;
    line-height: 20px;
}
.sidebar-left {
    border-right: 0;
    padding-right: 0;
}

.ajaxsearch .module-title h3 {
    font-size: 22px;
    margin: 33px 0 25px;
}

.page-header {
    padding-bottom: 0;
}

.singlecol #mainbody > .container-fluid {
    max-width: 800px;
}

#t2m_layersbottom_container {
    min-height: 600px !important;
}

.t2m_layersbottom_content form p {
    font-size: 18px;
}

button.btn-navbar {
    background: transparent;
    border: none;
    display:none;
    margin-top: 20px;
}

button.btn-navbar .icon-bar {
    background: #fff;
    width: 40px;
    height: 4px;
    border-radius: 3px;
    display: block;
}

.breadcrumb > li > span.divider img {

    position: relative;
    top: -1px;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    border-left-color: #aaa;
    border-left-width: 4px;
}



.ie #t2m_layers,
.ie #t2m_layersbottom,
.android #t2m_layers,
.android #t2m_layersbottom,
.androidtablet #t2m_layers,
.androidtablet #t2m_layersbottom,
.ipad #t2m_layers,
.ipad #t2m_layersbottom,
.iphone #t2m_layers,
.iphone #t2m_layersbottom,
.mobile #t2m_layers,
.mobile #t2m_layersbottom {
    display:none
}

.ie .t2m_layers_content .innerpad,
.android .t2m_layers_content .innerpad,
.androidtablet .t2m_layers_content .innerpad,
.ipad .t2m_layers_content .innerpad,
.iphone .t2m_layers_content .innerpad,
.mobile .t2m_layers_content .innerpad {
    top: 0px !important;
}

.ie .t2m_layersbottom_content .innerpad,
.android .t2m_layersbottom_content .innerpad,
.androidtablet .t2m_layersbottom_content .innerpad,
.ipad .t2m_layersbottom_content .innerpad,
.iphone .t2m_layersbottom_content .innerpad,
.mobile .t2m_layersbottom_content .innerpad {
    padding: 100px 0;
}


.ie #t2m_layers_container,
.ie #t2m_layersbottom_container,
.android #t2m_layers_container,
.android #t2m_layersbottom_container,
.androidtablet #t2m_layers_container,
.androidtablet #t2m_layersbottom_container,
.ipad #t2m_layers_container,
.ipad #t2m_layersbottom_container,
.iphone #t2m_layers_container,
.iphone #t2m_layersbottom_container,
.mobile #t2m_layers_container,
.mobile #t2m_layersbottom_container {
    background: url(../images/bg-noamin.jpg) 50% 100% repeat-x #000002;
}


.android #top-b .custom,
.android #top-d .custom,
.android #top-f .custom,
.androidtablet #top-b .custom,
.androidtablet #top-d .custom,
.androidtablet #top-f .custom,
.ipad #top-b .custom,
.ipad #top-d .custom,
.ipad #top-f .custom,
.iphone #top-b .custom,
.iphone #top-d .custom,
.iphone #top-f .custom,
.mobile #top-b .custom,
.mobile #top-d .custom,
.mobile #top-f .custom {
    background-size: cover;
    background-position: 60% 0%;
    background-attachment: scroll;
}

.android #top-f .custom,
.androidtablet #top-f .custom,
.ipad #top-f .custom,
.iphone #top-f .custom,
.mobile #top-f .custom {
    background-position: 50% 0%;
}












@media (max-width: 979px) {
    button.btn-navbar {
        display:block;
    }

    .svn-menu > li {
        border: none;
    }

    div .svn-menu > li > a,
    div .svn-menu > li span.separator {
        line-height: 30px;
        height: 30px;
        background: #181d50;
    }

    .nav-collapse .nav > li > a,
    .nav-collapse .dropdown-menu a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .nav-collapse .nav > li > a:hover,
    .nav-collapse .nav > li > a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
        background: #20228f;
        color: #fff;

    }

    div .tellmemore h1, .tellmemore h2 {
        font-size: 50px;
        margin: 37px 0 37px 0;
    }
}

@media (max-width: 768px) {

    div .t2m_layersbottom_content .innerpad {
        padding: 100px 0;
    }

    .footer-menu.pull-left {
        float: none;
    }

    .footer-menu .nav {
        text-align: center;
        margin: 0 auto;
        display: table;
    }

    #footer ul.nav li {
        display: inline-block;
        float: none;
        margin: 0;
    }

    #footer, #footer .container-fluid {
        line-height: 26px;
    }
}

@media (max-width: 767px) {

    #ff_form1 input[type=text], #ff_form1 textarea, #ff_form1 select, #ff_form1 .uneditable-input {
        max-width: 100%;
        min-width: 100%;
    }

    #top-b h1, #top-b h2, #top-d h1, #top-d h2, #top-f h1, #top-f h2, .contactform h1, .contactform h2 {
        font-size: 50px;
    }

    h1, h2, h3, h4 {
        margin-bottom: 22px;
    }

    #top-b h3, #top-d h3, #top-f h3 {
        font-size: 28px;
    }

    .sidebar-left .module.ajaxsearch {
        margin-bottom: 0;
    }

    #mainbody .container-fluid {
        padding-top: 0;
    }

    #breadcrumbs .container-fluid {
        padding-bottom: 0;
    }

    div .tellmemore h1, .tellmemore h2 {
        font-size: 50px;
        margin: 0 0 37px 0;
        text-align: center;
    }

    .t2m_layers_content {
        padding-left: 20px;
        padding-right: 20px;
    }
    div .t2m_layers_content h2 {
        font-size: 60px;
    }

    .tellmemore p {
        text-align: center;
    }

    .footer-menu.pull-left {
        float: none;
    }

    .footer-menu .nav {
        text-align: center;
        margin: 0 auto;
        display: table;
    }

    #footer ul.nav li {
        display: inline-block;
        float: none;
        margin: 0;
    }

    #footer, #footer .container-fluid {
        line-height: 26px;
    }

    #top-a .custom, #top-b .custom, #top-c .custom, #top-d .custom, #top-e .custom, #top-f .custom, #top-g .custom, #top-h .custom, #top-i .custom, #top-j .custom {
        padding: 100px 0;
    }
}

@media (max-width: 480px) {
    body {
        font-weight:400;
    }
    #top-a .container-fluid, #top-c .container-fluid, #top-e .container-fluid {
        text-align: center;
    }
    div .t2m_layers_content h2 {
        font-size: 45px;
    }

    div .t2m_layersbottom_content h2 {
        font-size: 38px;
    }
    #top-b h1, #top-b h2, #top-d h1, #top-d h2, #top-f h1, #top-f h2, .contactform h1, .contactform h2 {
        font-size: 38px;
    }

    h1, h2, h3, h4 {
        margin-bottom: 22px;
    }

    #top-b h3, #top-d h3, #top-f h3 {
        font-size: 25px;
    }
    .logo {
        margin-left: 0;
    }

    .logo img{
        max-width: 190px;
        margin: 6px 0;
    }

    #top-a .container-fluid, #top-c .container-fluid, #top-e .container-fluid {
        padding-right:48px;
    }

    .footer-menu .nav {
        text-align: center;
        margin-bottom: 10px;
    }

    #footer ul.nav li {
        display: inline-block;
        float: none;
        margin: 0;
    }

    #footer, #footer .container-fluid {
        line-height: 26px;
    }
}