﻿body{margin:0em;background:white;cursor:default;font-family:'Roboto',sans-serif;}

footer .social-info {
  text-align: center;
}
footer .social-info li {
  display: inline-block;
  padding-right:5px;
}
footer .social-info:last-child 
{
  padding-right:10px;
}

.social-info li .icon {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #dedede;
  text-align: center;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
.social-info li i {
  font-size: 22px;
  line-height: 30px;
  color: #989898;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}



#portfolio-list li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    margin-bottom: -5px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
@media only screen 
and (max-width : 550px) {
    
     #portfolio-list li {
      width: 100%;
  }
}

@media only screen 
and (max-width : 767px)
and (min-width : 551px){
    
     #portfolio-list li {
      width: 49.9%;
  }
}

@media (min-width: 768px) {
  #portfolio-list li {
      width: 33.3%;
  }
}

@media only screen and (min-width : 601px) and (max-width : 800px) {
    #portfolio-list li {
      width: 50%;
    }
}


@media only screen and (min-width : 801px) and (max-width : 991px) {
        #portfolio-list li {
            width: 50%;
        }
}


.portfolio-caption {   
   width: 0%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    
    
    -webkit-transition: -webkit-width 0.25s cubic-bezier(.4,0,.2,1), opacity 0.25s;
    transition: width 0.25s cubic-bezier(.4,0,.2,1), opacity 0.25s;
}

.portfolio-item:hover .portfolio-caption {
   width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: rgba(200, 171, 80, 0.8);
}


.portfolio-caption a i {
    padding: 15px;
    font-size: 22px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 5px #777;
    position: absolute;
    top: 60%;
}

.portfolio-caption a.link-1 i {
    left: 30%;
}

.portfolio-caption a.link-2 i {
    left: 50%;
}

.btn-rmr 
{
	border-color:White;
	color:White;
	background:transparent;	
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
.btn-rmr:hover {
	border-color:White;
	color:White;
	background:transparent;	
  box-shadow: 0 0 8px 2px #C5CFDC;
}




#portfolio,#Welcome,#RecentAct,#ContactUs,#Quotes,#Videos {
  /*background: url("../images/.png");*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position:center center;
  position: relative;
}

@media only screen 
and (max-width : 767px)
and (min-width : 551px){
    
     #portfolio,#Welcome,#RecentAct,#ContactUs,#Quotes,#Videos {
      background-size: 100%;
  }
}

@media (min-width: 768px) {
  #portfolio,#Welcome,#RecentAct,#ContactUs,#Quotes,#Videos {
      background-size: 50%;
  }
}

#blog .block .heading {
  color: #fff;
}
#blog .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #ff530a;
  color: #fff;
  border: 1px solid transparent ;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#blog .block .btn-more-info:hover {
  background: transparent;
  color: #ff530a;
  border: 1px solid #ff530a;
}
@media only screen and (min-width : 551px) {.mdlEx {width: 50%;}}
@media only screen and (max-width : 550px) {.mdlEx {width: 100%;}}


.fL{float:left;}.fR{float:right;}

a:link.txL,a:visited.txL,.txL{color:#5569A1;font:normal 10pt Tahoma,Verdana,Arial;letter-spacing:1px;white-space:nowrap;}
a:link.tsL,a:visited.tsL,.tsL{color:#5569A1;font:normal 12pt Tahoma,Verdana,Arial;letter-spacing:1px;white-space:nowrap;}
a:link.ttL,a:visited.ttL,.ttL{color:#224691;font:normal 12pt Tahoma,Verdana,Arial;letter-spacing:1px;white-space:nowrap;}
a:link.tmL,a:visited.tmL,.tmL{color:black;font:300 16pt 'Roboto',sans-serif;letter-spacing:0px;white-space:nowrap;}
a:hover.ttL{color:Silver;}
a:hover.tsL,a:hover.txL{color:#007DFD;}
a:hover.tmL{color:#01E4A1;text-decoration:none;}

.P0{padding:0px;}
.PL10{padding-left:10px;}
.fnt{font-family: 'Fjalla One', sans-serif;}
.grdt
{
    background: #525252; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #525252 , #3d72b4); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #525252 , #3d72b4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.grdtb
{
    background: #525252; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #89AFDE , #3d72b4); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #89AFDE , #3d72b4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.contactDet p {
    font-size: 14pt;
}

.contactDet p i {
    margin-right: 10px;
}

.contactDet span {
    display: block;
    margin-left: 24px;
}

#nav.affix {
        position: fixed;
        top: 0;
        width: 100%;
        z-index:10;
    }
    
.modal-dialog {}
.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}

ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0px;
}
    

ul.external li {
    display: inline-block;
}

ul.external li a {
    background:rgba(0, 158, 227, 0.8);
    color: #fff;
    display: block;
    padding: 5px 8px 6px;
    
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
    
}

ul.external li a:hover 
{
	background:#00A8FF;
}

.quote-btn li {
  display: inline-block;
}
.quote-btn li a,.quote-btn li input {
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 28px 13px;
  font-size: 18px;
}
.quote-btn li a i {
  margin-right: 10px;
  font-size: 20px;
}
.quote-btn li .btn-quote {
  background: #8883bc;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
.quote-btn li .btn-quote:hover {
  color: #8883bc;
  background: transparent;
  border: 1px solid #8883bc;
}
.quote-btn li .btn-more {
  background: #6fbf39;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
.quote-btn li .btn-more:hover {
  color: #6fbf39;
  background: transparent;
  border: 1px solid #6fbf39;
}
.quote-btn li .btn-full {
  background: #5384C3;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
.quote-btn li .btn-full:hover {
  color: #5384C3;
  background: transparent;
  border: 1px solid #5384C3;
}
