/*---Body---*/
body{
  font-family: Arial, Helvetica, sans-serif;
  padding:0;
  margin:0;
}
html, body {
    height: 100%;
    position: relative;
    width: 100%;
}
ul{
  padding:0;
  margin:0;
}
p{line-height: 1.67em;}
p + ul {padding-top: 10px;}

h1{font-size:36px}
h3{font-size:21px}

.preloader {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 13000;
}
.preloaderimg {
    background: url("../images/preloader.gif") no-repeat scroll 50% 50% transparent;
    height: 80px;
    left: 50%;
    margin: -40px 0 0 -40px;
    position: absolute;
    top: 50%;
    width: 80px;
}

/*---form Contact---*/
.form-group{
overflow:hidden
}
.field input,.field textarea{
  border:1px solid #dfdfdf;
  padding:9px 1%;
  color:#666666;
  width: 98%;
}
.field input[type="submit"]{
  color:#ffffff;
  padding-left:10px;
  padding-right:10px;
}
.field input[type="submit"]:hover{
  color:#222222;
}
.mname{
  margin-left: 1%;
  width: 10%;
}
.lname {
  margin-left: 1%;
  width: 32%;
}
.fname{width: 54%;}
.half{
  padding: 0 0 0 1%;
  width: 48.5%;
}
.comments textarea{
  width:96%;
}
select.select {
  background: none repeat scroll 0 0 #ffffff;
  border-color: #dadada #dfdfdf #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #666666;
  font-size: 14px;
  padding: 7px 5px 9px 0;
  width: 54.3%;
}
label {
  display: block;
  font-weight: bold;
  line-height: 24px;
  padding-top: 5px;
  font-size:13px;
}
.field{float: left;}
.full{width:100%}
.full input{width:96%}
.form{
  padding-bottom:25px;
  overflow: hidden;
}

/*---Link---*/
a{
  color:#353535;
  text-decoration:none;
}
a img{border:none;}

/*---SocialBar---*/
.socialbar{
  padding: 0;
}
.socialbar li,#topMenu li,.headerNavigation li{
  list-style: none;
  float:left;
}
.socialbar li a{
  color:#ffffff;
  margin-right:10px;
  font-size:25px;
}

/*---Search---*/
.top_search_form{
  position:relative;
  width:235px;
}
.top_search_form input[type="text"],.wrap-title .toolbarLevel input[type="search"] {
  border: 1px solid #d7d7d7;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius: 2px;
  color: #666666;
  font-size: 14px;
  padding:3px 30px 3px 3px;
  height:25px;
  width: 200px;
}
.top_search_form button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: #666666;
  font-size: 19px;
  position: absolute;
  right: 3px;
  top: 3px;
}

/*---Header---*/
#header{
  width:100%;
  overflow: hidden;
  background-color: #242424;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 9998;
  clear: both;
}
.about_link{
  color:#444!important;
  transition:0.5s;
  text-transform: uppercase;
}
.about_link:hover{
  color:#fff!important;
  text-decoration: none;
}

/*---Logo---*/
.logo{float:left;overflow: hidden;}
.navbar-brand {
    color: #fff;
    display: block;
    font-size: 44px;
    padding: 0 0 0 15px;
    position: absolute;
    top: 20px;
    z-index: 10;
  margin-top:-6px
}
.navbar-brand span, .navbar-brand strong {
    color: #3498db;
  margin-right: 6px;
}
.fixedHeader{
  opacity: 1;
}

/*---Header Navigation----*/
.headerNavigation{
  float:right;
  margin-top:11px;
}
.headerNavigation li{
  float:left;
  position: relative;
}
.headerNavigation > li > a{
  border-radius: 3px;
  color: #fff;
  margin: 14px;
  padding: 12px 22px;
  position: relative;
}
.headerNavigation a{
  font-size: 15px;
  text-decoration: none;
  display: block;
  -moz-transition:0.4s;
  -webkit-transition:0.4s;
  transition:0.4s;
}
.headerNavigation a:before{
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 7px;
  content: "";
  left: -14px;
  position: absolute;
  top: 7px;
  width: 1px;
}
.headerNavigation li:first-child a:before{
  display: none;
}
.headerNavigation a:hover,.headerNavigation li a.active{
  background-color: #fff;
  border-color: #3498db;
  color: #393939;
}

/*----------------*/
#abovecontent {font-size: 14px;}
#abovecontent {
    padding-bottom: 20px;
    padding-top: 20px;
}
.breadcrumb {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 0;
    padding: 0;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li span{
  color:#fafafa;
}
.thumbnail {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    transition: all 0.2s linear 0s;
}
.thumbnail:after {
    background-color: #3498db;
    bottom: -16px;
    content: "";
    height: 10px;
    left: -1px;
    position: absolute;
    right: -1px;
    z-index: 1;
}
.grey_section, [class*="_section"] .grey_section {
    color: #7f7f7f;
}
.thumbnail > img {
    border-radius: 0;
}
.thumbnail .caption {
    color: inherit;
    padding: 26px 20px 25px!important;
    text-align: center;
}
.thumbnail .caption h4 {
    font-size: 22px;
    font-weight: 300;
    margin: 0;
}
.thumbnail .caption h4 + p {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}
.thumbnail p.team-social {
    bottom: -40px;
    left: 20px;
    position: absolute;
    right: 20px;
    text-align: center;
    z-index: 2;
}
a[class^="socialico-"]:before {
    background-color: #fff;
    border: 4px solid #3498db;
    border-radius: 100%;
    color: #393939;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 30px;
    left: 0;
    line-height: 23px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-indent: 0;
    transition: all 0.2s linear 0s;
    width: 30px;
}
a[class^="socialico-"]:hover:before{
  background-color:#3498db;
  color:#fff!important;
}
a[class^="socialico-"] {
    display: inline-block;
    font-size: 0 !important;
    line-height: 34px;
    padding-right: 34px;
    position: relative;
    vertical-align: middle;
}
a.socialico-facebook:before {
    content: "\f09a";
}
a.socialico-flickr:before,a.socialico-twitter:before {
    content: "\f099";
}
a.socialico-linkedin:before,a.socialico-dribble:before {
    content: "\f0e1";
}
a.socialico-google:before{
    content: "\f1a0";
}


/*---Button---*/
.btnToolbar{
  border:1px solid #ffffff;
  height:25px;
  padding:3px 10px;
  margin-top:0!important;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  line-height: 24px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btnToolbar:hover{
  text-decoration:none!important;
  background-color:#ffffff;
  color:#353535!important;
}
.btn1{
  color:#ffffff;
  text-transform:uppercase;
  float:right;
  margin-top:20px!important;
  padding:10px 30px!important;
  height:45px
}
.btn{
  border:1px solid #333333;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  background-color:#353535;
  color:#ffffff;
  cursor:pointer;
  font-size:12px;
  padding:10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  line-height: 15px;
}
.btn:hover{
  background-color:#ffffff;
  color:#353535;
}

/*---Precontent---*/
#preContent{
  width:100%;
  overflow:hidden;
  position:relative;
  height:100%;
}
#preContent img{width:100%;}
.precontentSelect{
  background:rgba(0,0,0,0.8);
  color:#ffffff;
  position:absolute;
  bottom:0;
  left:0;
  height:80px;
  width:100%;
  z-index:100;
}
.precontentSelect p {
  text-transform:uppercase;
  font-size:21px;
  float:left;
  color:#ffffff;
  padding-top: 25px;
}

.parallax.darkgrey_section:after {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
}

/*---Page Content---*/
.titlePage{
  width:100%;
  padding:18px 0;
  color:#ffffff;
  text-align:center;
  background-color:#000000;
}
.titlePage h1{
  width:450px;
  color:#fdfdfe;
  letter-spacing: 6px;
  font-size:30px;
  margin:0;
  display:inline-block;
  background:url("../images/titleLine.gif") repeat-x 0 50%;
}
.titlePage h1 span{
  background-color:#000000;
  padding:0 40px;
  border-right:1px solid #f5f6f6;
  border-left:1px solid #f5f6f6;
}
.imageLeft{
  float:left;
  margin:15px 15px 15px 0;
  
}
.frame {
  border: 5px solid #f8f8f8;
  outline: 1px solid #eaeaea;
}
.mainList{
  padding-left:35px;
  padding-bottom:15px;
  line-height:30px;
  font-size:14px
}

/*---quick style---*/
.fontColor4{color:#393939;}
.clear{clear:both;}

/*---Grid---*/
.col3,.col4{float:left;}
.col3{width:25%;}
.col4{width:33.333333%;}

/*---page---*/
.pagecontent{
  width:100%;
  background-color:#f5f6f6;
  overflow:hidden;
  padding:80px 0;
}
.design h3,.marketing h3,.development h3{
  text-transform:uppercase;
  margin-top:0;
  font-size:14px;
}
.design p,.marketing p,.development p{
  color:#7f7f7f;
  font-size:14px;
  line-height:25px;
}
.pagecontent .design,.pagecontent .marketing,.pagecontent .development{
  padding:0 3% 0 5%;
  width:25.33333%;
  background:url("/images/icons_01.jpg") no-repeat 0 2px;
}
.pagecontent .marketing{
  background:url("/images/icons_02.jpg") no-repeat 0 2px;
}
.pagecontent .development{
  background:url("/images/icons_03.jpg") no-repeat 0 2px;
}
.photo{
  text-align:center;
  font-size:14px;
}
.photo .col3{
  padding:0 0.5%;
  width:24%;
}
.photo img{width:100%;}

.photo h3{
  text-transform:uppercase;
  margin-bottom:5px
}
.photo p {
  color:#7f7f7f;
  line-height:25px;
}
.photo h3+p{
  margin-top:0px;
  color:#2e7dbd;
}

.contentTitle{
  font-size:21px;
  text-align:center;
  margin-top:0;
}
.contentTitle+p{
  color:#7f7f7f;
  font-size:16px;
  text-align:center;
  padding:0 125px;
  line-height:26px;
}

/*---Line---*/
.line{
  margin:60px auto;
  width:175px;
  border-top:1px solid #cdcccc;
}

/*---Home content---*/
.homecontent{
  background: #cbccce;
  background: -moz-linear-gradient(left,  #cbccce 0%, #e9e9e9 50%, #cbccce 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cbccce), color-stop(50%,#e9e9e9), color-stop(100%,#cbccce));
  background: -webkit-linear-gradient(left,  #cbccce 0%,#e9e9e9 50%,#cbccce 100%);
  background: -o-linear-gradient(left,  #cbccce 0%,#e9e9e9 50%,#cbccce 100%);
  background: -ms-linear-gradient(left,  #cbccce 0%,#e9e9e9 50%,#cbccce 100%);
  background: linear-gradient(to right,  #cbccce 0%,#e9e9e9 50%,#cbccce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbccce', endColorstr='#cbccce',GradientType=1 );
  padding:50px 0;
}

.homecontent h3{
  font-size:36px;
  color:#353535;
  text-align:center;
  background:url("../images/line.png") repeat-x 0 24px;
}
.homecontent h3 span{
  background-color: #e4e4e5;
  padding:0 20px;
}

/*---Thumbnail---*/
.homethumbnail{
  float:left;
  width:300px;
  margin-right:28px;
}
.homecontent .homethumbnail:last-child{
  margin-right:0;
}
.homethumbnail img{
  width:100%;
}
.homethumbnail p {
  text-align:center;
  color:#353535;
  font-size:18px;
  margin-top:40px;
}

/*---infoHomecontent---*/
.infoHomecontent{
  width:100%;
  height:446px;
  background:url("../images/logoBg.jpg") no-repeat 40% 20px #1f1f1f;
  padding-top:50px;
}
.infoHomecontent h3{
  font-size:48px;
  color:#ffffff;
}
.infoHomecontent p{
  color:#d4d4d4;
  font-size:16px;
}
.infoHomecontent .btn1{
  float:left;
}
.infoHomecontent h3+p{
  color:#6bb7f4;
  font-size:21px;
}

/*---Prefooter---*/
#prefooter .container{border-bottom:1px solid #b7b7b7;}
#prefooter .logo{float:none;}
#leftPrefooter,#rightPrefooter{
  padding:40px 0;
}
#leftPrefooter{
  padding-right:34px;
  padding-bottom:55px;
  border-right:1px solid #b7b7b7;
}
#leftPrefooter p{
  color:#353535;
  font-size:14px;
  text-transform:uppercase;
  margin:20px 0 5px;
}
#leftPrefooter input[type="email"]{
  padding: 8px 7px 9px;
  border:1px solid #d0d0d0;
  height:37px
}
#rightPrefooter{padding-left:34px;}
#rightPrefooter li{
  margin-bottom:10px;
  list-style:none;
}
#rightPrefooter ul a{
  color:#666666;
  font-size:15px;
}
#rightPrefooter .contact{color:#666666}
#rightPrefooter ul a:hover{
  text-decoration:underline
}

.preFooterCol h3{
  font-size:18px;
  color:#353535;
  text-transform:uppercase;
  margin-top:0;
}

/*---Footer---*/
.footer0129 {
    padding-bottom: 70px;
    padding-top: 80px;
}
.darkgrey_section, [class*="_section"] .darkgrey_section {
    background-color: #323232;
    color: #808080;
}
.animated {
    visibility: visible !important;
}
.footer0129 .block > h3 {
    font-size: 28px;
    margin: 0 0 22px;
}
.darkgrey_section h1, [class*="_section"] .darkgrey_section h1, .darkgrey_section h2, [class*="_section"] .darkgrey_section h2, .darkgrey_section h3, [class*="_section"] .darkgrey_section h3, .darkgrey_section h4, [class*="_section"] .darkgrey_section h4, .darkgrey_section h5, [class*="_section"] .darkgrey_section h5, .darkgrey_section h6, [class*="_section"] .darkgrey_section h6 {
    color: #fff;
}
.footer0129 ul#flickr {
    margin: 0 auto;
    padding: 0;
}
.footer0129 ul#flickr li {
    background-color: #c4c4c4;
    display: inline-block;
    line-height: 0 !important;
    list-style: outside none none;
    margin: 0 9px 9px 0;
}
.footer0129 a img {
    transition: all 0.2s linear 0s;
}
.footer0129 .widget_text {
    line-height: 1.6em;
}
.footer0129 .darkgrey_section a, [class*="_section"] .darkgrey_section a {
    color: #3498db;
}
.footer0129 .form-inline .form-group {
    display: inline-block;
    margin-bottom: 4px;
}
.footer0129 .form-control {
    background-color: transparent;
    border: 1px solid #dedede;
    border-radius: 4px;
    box-shadow: none;
    font-size: 18px;
    font-style: italic;
    height: 39px;
    margin-bottom: 0;
    padding: 4px 12px;
    vertical-align: middle;
}
.footer0129 .subscribe .form-control {
    max-width: 150px;
}
.footer0129 .darkgrey_section .form-control {
    border: 1px solid #4b4b4b;
    color: #fff;
}
.footer0129 .subscribe .theme_btn {
    padding: 13px 20px 12px;
}
.darkgrey_section .theme_btn {
    background-color: #3498db;
    color: #fff;
}
.theme_btn {
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    padding: 22px 40px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out 0s;
}
.footer0129 i,.footer0129 a{
  color: #3498db;
}




#footer{
  padding:30px 0;
}
.leftFooter,.leftFooter ul a{
  float:left;
  color:#666666;
  font-size:13px;
}
.leftFooter li{
  float:left;
  list-style:none;
}
.leftFooter li a{
  padding:0 10px;
  border-right:1px solid #8c8c8c;
}
.leftFooter li:first-child a{
  padding-left:0;
}
.leftFooter li:last-child a{
  padding-right:0;
  border:none;
}
.rightFooter{
  float:right;
  text-align:right;
  color:#666666;
  font-size:14px;
}
.bottomFooter{
  clear:both;
  float:none;
  color:#666666;
  font-size:13px;
  padding-top:25px;
}

/*---fast style---*/
.center{text-align:center}
.left{text-align:left}
.pb75pr{padding-bottom:75%}
.list {margin: 1.5em 0;}
.bold{font-weight:bold}


.quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;color:rgba(51,51,51,0.44);}
.quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
.quote > p {margin-left:50px;font-size: 1.5em;}

.btn.btn-primary {
    background-color: #d3d3d3;
    color: #000000;
    width: 150px;
}
.btn.btn-default {
    background-color: #2d7dbd;
    color: #ffffff;
    width: 150px;
}


/*---Region---*/
.live_update_pencil{
  width:10px!important;
  height:15px!important;
}
#menu_main_0_FieldDiv{
  float:left!important;
  width:75%!important;
  clear:none!important;
}
.live_update_div{
  z-index:100!important;
}

#prefooter{display:none}
#topMenu form{display:none}
#leftToolbar{width:125px}
#rightToolbar{float:left;width:430px}
.headerNavigation a{margin:0 3px}
.headerNavigation a:hover{text-decoration:none}


/*-----------------------------------------------------------------------------------*/
/*  LATEST WORK
/*-----------------------------------------------------------------------------------*/
.projects_block {padding:0;}
.projects_block .project_item .hover_img {
  position:relative;
  overflow:hidden;
  height:314px;
  background-color:#a45197;
}
.projects_block .project_item:hover .hover_img:before {top:0;}
.projects_block .project_item .hover_img img {
  width:auto;
  max-width:none;
  height:100%;
  opacity:0.88;
}
.projects_block .project_item {position:relative; overflow:hidden;}
.projects_block .project_item:hover .project_descr {bottom:0;}
.projects_block .project_item .project_descr  a.project_title {
  display:block;
  margin-bottom:16px;
  text-transform:uppercase;
  line-height:20px;
  font-size:14px;
  color:#fff;
}
.projects_block .project_item .project_descr a.zoom {
  position:absolute;
  left:50%;
  top:-27px;
  width:49px;
  height:49px;
  margin-left:-25px;
  border-radius:50%;
  background-color:#a45197;
}
.projects_block .project_item .project_descr a.zoom:before {
  content:'';
  position:absolute;
  left:50%;
  top:9px;
  width:3px;
  height:17px;
  margin-left:-1px;
  background-color:#fff;
}
.projects_block .project_item .project_descr a.zoom:after {
  content:'';
  position:absolute;
  left:50%;
  top:16px;
  width:27px;
  height:3px;
  margin-left:-13px;
  background-color:#fff;
}


@media(max-width:992px){
  .precontentSelect p{
    font-size:17px;
    padding-top:28px;
  }
}

@media(max-width:767px){
 .headerNavigation a{padding-left: 15px;}
 .headerNavigation a:hover{padding-left: 15px!important;}
 .leftFooter,.rightFooter{width:100%;float:left}
 .col4{width:100%!important;}
 #toolbar{display:none}
 .contentTitle + p {padding: 0 15px;}
 .precontentSelect{position:relative;text-align:center;height:auto;padding-bottom: 25px;}
 .precontentSelect p{width:100%;padding-top:15px}
 .precontentSelect .btn1{margin:10px auto!important;float:none;}
 .precontentSelect .container{overflow:visible}


/*--responsive style--*/
.mtRes10{margin-top:10px}
}

@media(max-width:560px){
  .titlePage h1{width:310px;font-size:35px}
}
@media(max-width:480px){
 .titlePage h1{font-size:25px}
 .leftFooter{text-align:center}
 .leftFooter ul{
  display: block;
  margin: 0;
  padding: 20px 0 20px;
  text-align: center;
  overflow:hidden
}
 .leftFooter, .leftFooter ul a{float:none}
 .leftFooter li{float:none;display:inline}
 .leftFooter ul a{border:none;}
 .rightFooter p{float:left}
 .rightFooter a{float:right}

}
