/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
  font-family: 'Lora', serif;
    color:#929292;
    font-size: 16pt;

}

@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=Lora:400italic);

.smalltext{
    font-family: 'Lora', serif;
    color:#929292;
    font-size: 14pt;

}

.verysmalltext{
    font-family: 'Lora', serif;
    color:#929292;
    font-size: 12pt;

}

.verysmalltextWhite{
    font-family: 'Lora', serif;
    color:#929292;
    font-size: 12pt;

}

.smalltextWhite{
    font-family: 'Lora', serif;    
    color:#D6D4D4;
    text-align: justify;
   
}

.textwhite{
     color:#D6D4D4;

}

.orange{
color:orange;
}

.brightwhite{
     color:#F5F2F2;
}

h4{
      font-family: 'Raleway', sans-serif;
      font-size:18pt;
}

.maintext{

}

a{
    color:#929292;
    font-size: 16pt;
    font-style: normal;

}



.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

hr.big {
    max-width: 300px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height:inherit;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bgH.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

    box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
    -webkit-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
    -moz-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
}

/* Home */
.box{
    position: absolute;
    width:inherit;
    height:inhert;
    margin-left: auto;
    margin-right: auto;
  
}


#warning{
    visibility: collapse;
}


.demobox{
    position: absolute;
    width:100%;/*inherit;*/
    height: 100%;
    margin-left: auto;
    margin-right: auto;

}




.colhead{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 100%;
    height: auto;
   
 

}

.abouttext{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display:inline-block ;
    text-align: justify;  
    width: 45%;
    height: auto;
    
}

.aboutimage{
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    display:inline-block;
    text-align: justify;  
    width: 50%;
    height: auto;
    visibility: visible;
}



.colsbox{

    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    width:100%;
    height:auto;
 
    
}

.cols{
    
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    height: auto;
    width: 32%;

    text-align: center;  
}


.cols2{
    
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    height: auto;
    width: 32%;
    border-style: dashed;
    border-top: hidden;
    border-bottom:hidden;
    text-align: center;  
}

.downloadColLeft{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    height: 100%;
    width: 45%;
    border-style: dashed;
    border-top: hidden;
    border-bottom:hidden;
    border-left:hidden;
    text-align: center;  
    border-color:#D6D4D4;
       
    text-align: center;

}

.downloadColRight{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    height: 100%;
    width: 45%;

    text-align: center;  

}


.btm{

    
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;  
    vertical-align: center;
   
    width: 100%;
}

.demosection {
    padding: 0px 0;
    height:100%;
	width:100%;
    background-color:grey;/*#929292;*/
    /*background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAUElEQVQYV2NkYGAwBuKzQAwDID4IoIgxIikAMZE1oRiArBDdZBSNMIXoJiFbDZYDKcSmCOYimDuNSVKIzRNYrUYOFuQgweoZbIoxgoeoAAcAEckW11HVTfcAAAAASUVORK5CYII=);*/
	

}

/* section containers*/

.aboutsection {

    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/coast1A.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 0px 0;
    background-color:#23527c;

    box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
    -webkit-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
    -moz-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
  
}

.aboutbox{
    overflow: auto;
    background-size:contain;
    position: relative;
    overflow:hidden;
    height: inherit;
    margin-left: auto;
    margin-right: auto;
}

.homesection {
    display: table;
    position: relative;
    padding: 0px 0;
    width: 100%;
    height: inherit;

    box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
    -webkit-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
    -moz-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
  
}

.downloadsection{
    padding: 0px 0;
    width: 100%;
    height: 100%;
    background-color:#23527c;
    display: table;
    position: relative;

    background: url(../img/worldmap2.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

    box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
    -webkit-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
    -moz-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
}



.contactsection{

    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/contactBgA.jpg) no-repeat center center scroll;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

    box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
    -webkit-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
    -moz-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);

}

.transcover{
    background-color:#000000;
    margin: 0px 0px 0px 0px; 
    height: 100%;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */

}

.transcover2{
    margin: 0px 0px 0px 0px; 
    background-color:#000000;
    height:100%;
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */

}

.contactbox{
    padding: 0px 0;
    width: 100%;
    height: 100%;
 

}


/* Demo */
.aframe{
    width:100%;
    height:inherit;
    display: inline-block;
    position:absolute;

   
}

#dframe{
    width:100%;
    height:100%;
    display: inline-block;
    position:absolute ;
    border:none;
    padding: 0;
    margin: 0;
}

#demo{
    background-color:#929292;
    /*background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAUElEQVQYV2NkYGAwBuKzQAwDID4IoIgxIikAMZE1oRiArBDdZBSNMIXoJiFbDZYDKcSmCOYimDuNSVKIzRNYrUYOFuQgweoZbIoxgoeoAAcAEckW11HVTfcAAAAASUVORK5CYII=);*/
	background:url(img/boat.jpg);
	
}



/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Terms and conditions page classes */

.termsBox{
    width:80%;
    position:relative;
    margin-left: auto ;
    margin-right: auto ;
    text-align: justify;   
}

.shadowBox{
    width:100%;
    display: table;
    box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
    -webkit-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
    -moz-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
}



.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}


@media(max-width: 640px){

    #warning{
        visibility: visible;
        color:#143AB8;
    }

     .aframe{
        display: none;

    }

}


@media(max-width:800px) {

  


   
}

@media(max-width:1200px) {

     .aboutimage{
        visibility: collapse;
        display:none;
        float:none;
    }

    .box{

    }

     .abouttext{
        width:95%;
    }

    #warning{
        visibility: collapse;
    }

    .container{
    padding: 20px;
    }
 #warning{
        visibility: collapse;
    }
   
}

@media screen and (max-width: 995px) , screen and (max-height: 700px){
    .colsbox{
        height:auto;
    }

    .cols{
        height:auto;
    }

    .col2{
         height:auto;
    }

     #warning{
        visibility: visible;
        color:#143AB8;
    }

     .aframe{
        display: none;

    }

      .aboutimage{
        visibility: collapse;
        display:none;
       
    }


   /* #mainlogo{
        width:60%;
        height:60%;

    }*/

    .abouttext{
        width:100%;
    }
    

    .verysmalltext{

        font-size: 10pt;
    }

    body {
    font-size: 12pt;

    }

    h4{
       font-size: 14pt;
    }

    a{
        font-size:12pt;
    }

    .smalltext{
        font-family: 'Lora', serif;
        color:#929292;
        font-size: 14pt;

    }


}

@media(max-height:800px ){
    .aboutsection {

    height:120%;

  
}


}

@media screen(max-width:480px ),screen and (max-height: 480px){

    #fold{
        visibility: collapse;
        display: none;
    }

    .btm{
        visibility: collapse;
    }

    .colsbox{
   
         
    }

    .cols{
        height:inherit;

         
    }

    .col2{
        height:inherit;

        background-color:#CF2121;
            
    }

    .box{
        height:inherit;

    }

    .aframe{
        display: none;

    }

    #warning{
        color:#143AB8;
        visibility: visible;
    }


    /*  body {
    font-size: 9pt;

    }

    h4{
       font-size: 10pt;
    }

    a{
        font-size:10pt;
    }

    .smalltext{
        font-family: 'Lora', serif;
        color:#929292;
        font-size: 8pt;

    }

    br{
        height:40%;

    }*/

}



/* Footer */

footer {
    padding: 100px 0;
}