/* 
    Document   : syle
    Created on : 25.Ara.2012, 13:45:51
    Author     : musty
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

/* Clearfix */
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}
/* Clearfix */

a,
a:hover, 
a:active,
a:visited
{
    text-decoration:none;
    outline: none;
    color: inherit;;
}
p {
    color: inherit;
    line-height: 1.5em;
    margin: 0.8em 0;
}
img {
    max-width: 100%;
    height: auto;
    /*display: block;*/
    border: 0;
}

[class^="spacer"]{clear:both;width:100%; font-size:0; margin:0; padding:0; border:0; display:block;position:relative;z-index:-1;}
.spacer5{height:5px;}.spacer10{height:10px;}.spacer15{height:15px;}.spacer20{height:20px;}.spacer25{height:25px;}
.spacer30{height:30px;}.spacer35{height:35px;}.spacer40{height:40px;}.spacer45{height:45px;}.spacer50{height:50px;}
.spacer60{height:60px;}.spacer70{height:70px;}.spacer80{height:80px;}.spacer90{height:90px;}.spacer100{height:100px;}
.spacer120{height:120px;}.spacer150{height:150px;}.spacer200{height:200px;}

[style*="float:left"],
[style*="float: left"]
{
    margin-right: 20px;
    margin-bottom: 20px;
}
[style*="float:right"],
[style*="float: right"]
{
    margin-left: 20px;
    margin-bottom: 20px;
}


/* flexbox */
.flexParent {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;

    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;

    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;

    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;

    /*     -webkit-flex-flow: row wrap; 
         -moz-flex-flow: row wrap;
         flex-flow: row wrap;*/

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    
/*     -webkit-justify-content: center; 
     -moz-justify-content: center; 
     justify-content:center;*/
}

.flexChild {
    -webkit-flex: 1 0 auto; 
    flex: 1 0 auto;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;

    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
/* flexbox */

/*       -webkit-column-count: 6; 
        -moz-column-count: 6; 
        column-count: 6;*/

/*        -webkit-column-gap: 40px; 
        -moz-column-gap: 40px; 
        column-gap: 40px;*/

/*.valignParent {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.valignChild {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}*/
/*.parent {
    background: #00c6e3;
}
.vcenter {
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translatex(-50%) translatey(-50%);
}*/

.absoluteCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    /* horizantol and vertical*/
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    /*
    This doesn't work
    margin-left: -25%;
    margin-top: -25%;
    */
    width: auto;
    height: auto;
}
.vCenterParent {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.vCenterChild {
    position: relative;
    top: 50%;    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}


.tc {text-align:center;}
.tl {text-align:left;}
.tr {text-align:right;}

.clr{clear:both;}
.pull-left {float: left;}
.pull-right {float: right;}

.floatBox {display: table;}
.pull-left.art {
    display: inline;
    margin-right: 1em;
    margin-bottom: 0.15em;
}
.pull-right.art {
    display: inline;
    margin-left: 1em;
    margin-bottom: 0.15em;
}

.visible {overflow: visible !important;}

.inlineBlock, .inlineBlock li{display: inline-block;vertical-align: middle;}

.tableCell {display: table-cell;vertical-align: middle;}
.tableCellT {display: table-cell;vertical-align: top;}
.tableCellB {display: table-cell;vertical-align: bottom;}

.marginL0 {margin-left: 0 !important}
.marginR0 {margin-right: 0 !important}

.valignP {display: table;}
.valignM {
    display: inline-block !important;
    vertical-align: middle !important;
}
.hidden {display: none !important;}

.placeholder {
    color: #bbb;
}
/* webkit placeholder */
::-webkit-input-placeholder {
    color: #bbb;
}
/* moz placeholder */
:-moz-placeholder {
    color: #bbb;
}
select {padding: 0 5px;}
/* Form */
input[type="text"], 
input[type="email"], 
input[type="password"], 
textarea {
    background: transparent;
    border: 1px solid #42647f;
    /*color: #42647f;*/
    line-height: 24px;
    padding: 3px 7px;
    width: 100% !important;
    margin-bottom: 10px;
}

input[type="text"] {}
textarea {
    height: 120px
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus, 
textarea:focus {
    /*color: #42647f;*/
}

a.button,
button,
input[type="submit"]
{
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    /*height: 32px;*/
    padding: 0px 8px;
    cursor: pointer;
    text-transform: uppercase;
    border: 2px solid #aaa;
    font-style: normal;
    font-weight: normal;

    background-color: #447e9b;
    border-color: #ffffff;
    color: #ffffff;
    font-family: inherit;
    border-radius: 3px;
}
.control-group {}
.control-group .control-label {
    display:block;
}

label {
    display: block;
}
.form-horizontal .control-group {
    margin-bottom: 20px;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    content: "";
    display: table;
    line-height: 0;
}
.form-horizontal .control-group:after {
    clear: both;
}
.controls {
    margin-bottom: 15px
}
.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}
.form-horizontal .controls {
    margin-left: 180px;
}
.form-horizontal .controls:first-child {
}
.form-horizontal .form-actions {
    padding-left: 180px;
}


/* custom uplad butun */

.inputBtnSection{
    display:inline-block;
    vertical-align:top;
    font-size:0;
    font-family:verdana;
}
.disableInputField{
    display:inline-block;
    vertical-align:top;
    height: 27px;
    margin: 0;
    font-size:14px;
    padding:0 3px;
    background: transparent;
    border: 1px solid #42647f;
    color: #42647f;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    border:solid 1px gray;
    display:inline-block;
    vertical-align:top;
}
.uploadBtn{
    display:inline-block;
    vertical-align:top;
    font-size:14px;
    padding:0 10px;
    height:25px;
    line-height:22px;
    background: #47657f;
    color: #ffffff;
    text-transform: uppercase;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* custom uplad butun */


.loader {
    opacity: 0;
    background: transparent url('../img/loader.gif') no-repeat center center / 25px auto scroll;
    width: 32px;
    height: 32px;
}
.fsOverlay {
    margin: 0px; padding: 0px; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%;
    background: transparent url('../img/overlays/1.png');
    opacity: 0.3;
    z-index: -1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div#searchForm {
    font-size: 0.8em;
}

div#searchForm input#query {
    width: 75%;
}

div#searchForm input#submit {
    /*width: 18%;*/
}

div.numResultsesults {
    background-color: #ccc;
    color: #000;
    margin: 15px 0px;
    padding: 5px 10px;
}

ul.searchResultsesults {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.searchResults li {
    clear: left;
    margin-bottom: 15px;
}

ul.searchResults li a {
    font-weight: bold;
}

ul.searchResults li span.relevance {
    font-size: 7pt;
    color: #ccc;
}

ul.searchResults p {}


/* pagination  */
div.pagination {
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Verdana, Arial, sans-serif;

}
div.pagination a {
    display: block;
    margin-right: 2px;
    border: 1px solid #8DB5D7;
    text-decoration: none; 
    color: #000;
}
div.pagination a:hover, 
div.pagination a:active {    
    margin-right: 2px;
    border: 1px solid red;
}
div.pagination span {
    display: inline-block;
    vertical-align: middle;
}   
div.pagination span.active {    
    margin-right: 2px;
    border: 1px solid #E89954;
    font-weight: bold;
    background-color: #FFCA7D;
    color: #000;
}
div.pagination span.disabled {    
    margin-right: 2px;
    border: 1px solid #ccc;
    color: #ccc;
}

div.pagination a,
div.pagination a:hover, 
div.pagination a:active,
div.pagination span.active,
div.pagination span.disabled {  
    font-size: 13px;
    padding: 3px 6px 4px 6px;
}
/* pagination  */



/*.pageTitle,
.pageTitle a
{
    position: relative;
    display: block;
    font-weight: normal;
    font-size: 28px;
    margin: 0;
    padding: 10px 15px 10px 15px;
    color: #ffffff;
    background: #62c6c7;
}
.pageTitle .close {
    position: absolute;
    right: 15px;
    top: 19px;
    width: 17px;
    height: 17px;
    display: block;
    background: transparent url('../img/close.png') no-repeat center center scroll;
}*/


.sidebar {

}
.sidebarItem {
    padding: 0px 0px 20px 0px;
}
.sidebarTitle {
    font-size: 150%;
}
.sidebarBody {

}
.sidebarBody ul {
    padding: 0;
    list-style: none;
}
.sidebarBody li {

}
.sidebarBody li a{
    font-size:100%; 
    padding:5px 0; 
    display:block; 
}
.sidebarBody li.active {}
.sidebarBody li a:hover,
.sidebarBody li.active > a
{ 

}
.sidebarBody li > ul {
    display: block;
}
.sidebarBody li > ul li {
    padding-left: 22px;    
}
.sidebarBody li > ul li a {
    font-size: 14px;
}


.postContents {}

.postContent {}

.postTitle,
.postTitle a
{
    display: block;
    font-weight: normal;
    font-size: 28px;
    margin: 20px 0 10px 0;
    padding: 0 0 10px 0;
    color: #837f7f;
}
.postTitle span.titleDesc {
    display: block;
    font-size: 14px;
    font-style: italic;
    padding-right: 5px;
}
.postArticle {
    clear: both;
}
.postArticle p {}
.postArticle p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.postArticle h1 {
    clear: both;
    display: block;
    font-weight: normal;
    font-size: 28px;
    margin: 20px 0 10px 0;
    padding: 0 0 10px 0;
    color: #837f7f;
}
.postArticle img {
    max-width: 100% !important;
    height: auto !important;
    text-align: center;
    margin: 0 auto;
}
.postArticle ul
{
    list-style: outside disc none;
    padding: 0 0 0 1.5em;
}
.postArticle ul li
{
    margin: 0 0 0.5em 0.5em;
}
.postArticle table {

}
.postArticle table tr td
{
    margin: 0.5em 0 0.5em 0;
}

.postThumb {
    clear: both;
    display: block;
    margin: 0 auto;
}

.postThumb > a {
    display: block;
    border: 8px solid #e3e1e1;

    -webkit-box-shadow: 0px 0px 2px 1px #797575;
    box-shadow: 0px 0px 2px 1px #797575;
    margin: 0 2px;
}
.postThumb > a > img{
    /*border: 3px inset #fff;*/
    -webkit-box-shadow: 0px 0px 0px 3px #ccc;
    box-shadow: 0px 0px 0px 3px #ccc;
}

.postThumb span:last-child {
    position: relative;
    display: block;
    width: 100%;
}
.postThumb img {
    display: block;
    width: 100%;
}

.readMore {
    margin: 0;
    padding: 0;
    font-weight: bold;
    position: relative;
    z-index: 7;

}

/* features */
ul.features {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

ul.features li {
    float: left;
    position: relative;
    max-width: 16%;
    margin: 0 5% 0 0;
    text-align: center;
}

/*ul.features li:first-child {
    margin-left: 0%;
}*/

ul.features li:last-child,
ul.features li:nth-child(5n)
{
    margin-right: 0;
}

ul.features li a {
    outline: none;
    text-decoration: none;
    text-align: center;
    color: inherit;
    display: block;
    position: relative;
    /*white-space: nowrap;*/
}
ul.features li a:first-child {}
ul.features li a span {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    z-index: 7;
}

ul.features li a img {
    max-width: 100%;
    display: block;
    cursor: pointer;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    /*perspective-origin: center center;*/

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
ul.features li a:hover img {
    /*background-color: #708090;*/

    /*    -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        transform:rotate(360deg);*/

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* ./features */

/* custom selectbox  */
select.std {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;

    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;

    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;

    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    font-size: 14px;
}
select.std option {
    padding: 0px 0px 0px 3px;
}
/* custom selectbox  */

table.std {
    position: relative;
    width: 100%;
    border-collapse: inherit;
}
table.std th{
    padding: 0.5em;
    font-weight: bold;
    font-size: 1em;
    /*border: 1px solid #8DB5D7;*/
    background: #e31e24;
}

table.std th:first-child {
    width: 30%;
}
table.std th:last-child{   
}

table.std td{
    padding: 0.5em;
    vertical-align: middle;
    /*    border-top: 1px solid #8DB5D7;
        border-left: 1px solid #8DB5D7;*/
}
table.std tr td:last-child {  
    /*border-right: 1px solid #8DB5D7;*/
}
table.std tr:last-child td {    
    /*border-bottom: 1px solid #8DB5D7;*/
}


/* myTabs */
#myTabs {
    display: block;
}

#myTabs li {
    float:left; 
    list-style:none; 
    outline:none;

}
#myTabs li:last-child {
    margin-right: 0;
}
#myTabs li a {
    display:block; 
    text-decoration:none;
    outline:none;
    cursor: pointer;
    padding: 6px 15px;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 180px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #42647f;
    color: #fff;
    background-color: #8db139;
    /*    -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;*/
}

#myTabs li a.inactive{
    color:#42647f;
    background-color: transparent;
}

#myTabs li a:hover, 
#tabs li a.inactive:hover {

}

.tabC {
    clear:both;           
    width:100%; 
    text-align:left;
    /*background: #ededed;*/
    padding: 15px;

}
.lura-system #myTabs li a {
    padding: 6px 35px;
}
.lura-system .tabC {
    padding: 15px 0;
    position: relative;

}
.lura-system .tabC > table {
    height: 330px;
    width: 100%;    
}
.lura-system .tabC > table > td {
    vertical-align: middle;
}
.lura-system .tabC > table table td {
    padding: 0.2em;
}


/*.tabC h2 { margin-left: 15px;  margin-right: 15px;  margin-bottom: 10px; color: #5685bc; }

.tabC p { margin-left: 15px; margin-right: 15px;  margin-top: 10px; margin-bottom: 10px; line-height: 1.3; font-size: small; }

.tabC ul { margin-left: 25px; font-size: small; line-height: 1.4; list-style-type: disc; }

.tabC li { padding-bottom: 5px; margin-left: 5px;}*/

/* myTabs */

#gallerySlider {
    margin: 0 0 15px 15px;
    border: 3px solid #447e9b;
    width: 400px;
    background: #ffffff;
    padding: 2px;
}
#gallerySlider ul,
#gallerySlider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.galleryTitle {
    border-top: 1px dotted #447e9b;
    color: #447e9b;
    display: block;
    margin: 5px 0 0 0;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
}

/* only this project */

.lens img:hover, 
.lens:hover {
    cursor: url("../img/lens.png") 50 35, auto;
}

.qaccordion, .qtoggle {
    border-bottom: 1px solid #cdcdcd;
    margin: 20px auto;
}
.qaccordion .h {
    font-size: 1em;
    margin: 0;
    padding: 0;
    position: relative;
}

.qaccordion .h a {
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    border-bottom: none;
    color: #4d4d4d;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 70px 0 20px;
}

.qaccordion .h a:hover {
    /*    border: 1px solid #4d4d4d;
        color: #4d4d4d;*/
}
.qaccordion .h a:focus {
    /*    border: 1px solid #4d4d4d;
        color: #4d4d4d;*/
}
.qaccordion .h a:hover:after {
    color: #4d4d4d;
}

.qaccordion .h a:after {
    content: "+";
    color: #cdcdcd;
    font-size: 1.5em;
    position: absolute;
    right: 20px;
}

.qaccordion .h.open {
    border-bottom: none;
}

.qaccordion .h.open:after {
    content: "-";
}
.qaccordion .h:last-child a {
    border-bottom: 1px solid #cdcdcd;
}

.qaccordion .outer {
    background-color: #ffffff;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    padding: 10px;
}


.responseMessage {
    display: block;
}

.responseMessage .errors, 
.responseMessage .errors p
{		
    text-align:left;
    font-size:13px;		
    color:#e93735;		
    font-weight:bold;		
}

.responseMessage .success ,
.responseMessage .success p 
{		
    text-align:left;
    font-size:18px;		
    color:#46a546;		
    font-weight:bold;
}

.responseMessage fieldset {		
    border:none;		
}

.grayscale a {
    filter: url(../img/grayscale.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.grayscale a:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    cursor: pointer;
}


/*Styles for screen 960px and lower*/
@media screen and (max-width: 1300px) {
    
}

/*Styles for screen 768px and lower*/
@media only screen and (max-width : 768px) {

    .form-horizontal .control-label {
        float: none;
        text-align: left;
        width: auto;
    }
    .form-horizontal .controls {
        margin-left: 0;
    }
    #myTabs li,
    #myTabs li:last-child
    {
        float: none;
        display: block;
    }
    .sidebar {
        display: block;
        height: auto;
    }
    
}

/*@media only screen and (max-width : 768px) {}*/
