/*
Website Name: Interior Designer
File: Layout CSS
Author: Lalit Rath
Creation Date: 30/04/2016
*/

html,
body { width: 100%; height: 100%;}
body { font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;}
.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);
-webkit-transition: background-color 1s, -webkit-transform 1s;
transition: background-color 1s, transform 1s;}
.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;}

/*navigation*/
.navbar-default { /*border-color: rgba(34,34,34,.05);*/ border:none; background-color: #000; 
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.navbar-default .navbar-header .navbar-brand { text-transform:capitalize;   font-weight: 700; color: #f05f40;}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus { color: #eb3812;}
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus { text-transform:capitalize; font-size: 16px; font-weight: normal; color: #fff;}
.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover { color: #f05f40;}
.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus { color: #fff600!important; background-color: transparent; border-bottom:1px solid #fff600;}
.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {  background-color: transparent;}
@media(min-width:768px) {
.navbar-default { /*border-color: rgba(255,255,255,.3);*/ background-color: transparent; }
.navbar-default .navbar-header .navbar-brand { color: rgba(255,255,255,.7); }
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus { color: #fff; } 
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus { color: rgba(255,255,255,.7); }
.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover { color: #fff600; border-bottom:1px solid #fff600; }
.navbar-default.affix { /*border-color: rgba(34,34,34,.05);*/ background-color: rgba(0,0,0,0.7);  }
.navbar-default.affix .navbar-header .navbar-brand { font-size: 14px;  color: #f05f40; }
.navbar-default.affix .navbar-header .navbar-brand:hover, 
.navbar-default.affix .navbar-header .navbar-brand:focus { color: #eb3812; }
.navbar-default.affix .nav > li>a,
.navbar-default.affix .nav>li>a:focus { color: #fff; }
.navbar-default.affix .nav > li>a:hover,
.navbar-default.affix .nav>li>a:focus:hover { color: #f05f40; }
}

.list-unstyled{ color:#555;}


/*contact*/
.contact{color:#000; background-color: rgba(255,255,255,0.8); font-size:18px; margin-top:0px; margin-left:20px; line-height:20px; padding:0; width:155px; text-align:center;
-webkit-border-radius: 0 0 5px 5px ;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;}
.contact i{ font-size:30px; background:#fff; padding:10px; -webkit-border-radius: 0 0 0px 5px ;
-moz-border-radius: 0 0 0px 5px;
border-radius: 0 0 0px 5px;}

.phone{ font-size:18px; position:fixed; left:0; top:0; background:#fff; z-index:9; width:100%; text-align:center; padding:2px; }
.phone i{ font-size:16px; }

/* service */
.services {  padding: 50px 0;}
.service-item {  margin-bottom: 30px; padding:10px 10px 0 10px; border:1px solid #f4f4f4;
-webkit-transition: box-shadow 1s, -webkit-transform 1s;
transition: box-shadow 1s, transform 1s;}
.service-item:hover{-webkit-box-shadow: -1px 0px 23px -1px rgba(115,19,115,1);
-moz-box-shadow: -1px 0px 23px -1px rgba(115,19,115,1);
box-shadow: -1px 0px 23px -1px rgba(115,19,115,1);}	
.service-item img{ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; width:100%; }
.service-item h4{ position:relative; top:-40px; line-height:30px; text-align:center; background-color: rgba(0,0,0,0.5); color:#fff; 
font-size:18px; text-transform:uppercase;}
.service-item p{ position:relative; top:-40px;}
.service-item a{ position:relative; top:-40px; border:1px solid #666; }
.service-item a:hover{ position:relative; top:-40px; border:1px solid #444; background-color: rgba(0,0,0,0.7); color:#fff;}
.service-item a:focus{ position:relative; top:-40px; border:1px solid #444; background-color: rgba(0,0,0,0.7); color:#fff;}

/* about */
.about { display: table; padding:50px; width: 100%; color: #fff; background: url(../images/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.about h1{ line-height:30px; text-align:left; color:#fff;  font-size:28px; font-weight:normal; margin:0 0 10px 0; }
.about p{ line-height:25px; text-align:left; color:#fff;  font-size:16px; font-weight:normal;  }
.about img{ border:1px solid #ccc; padding:5px; background-color: rgba(0,0,0,0.5);}
.about a{ border:1px solid #fff; background-color: rgba(0,0,0,0.5); color:#FFF; margin-top:10px;}
.about a:hover{ border:1px solid #fff; background:#fff; color:#222;}
.about a:focus{ border:1px solid #fff; background:#fff; color:#222;}

/* projects */
.project {  padding: 50px 0;}
.project-item {  margin-bottom: 30px;}
.img-portfolio { margin: 0 auto; -webkit-transition: opacity 0.5s, -webkit-transform 1s;
    transition: opacity 0.5s, transform 1s;}
.img-portfolio:hover {  opacity: 0.8;}
.btn-dark { border-radius: 0; color: #fff; background-color: rgba(0,0,0,0.4);
	-webkit-transition: background-color 1s, -webkit-transform 1s;
    transition: background-color 1s, transform 1s;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active { color: #fff; background-color: rgba(0,0,0,0.7);}

/* Testimonial */
.testimonial { display: table; padding:50px; width: 100%;  color: #fff; min-height:350px; background: url(../images/testimonial-grey.jpg) no-repeat center center scroll;}

/* Footer */
footer {  padding: 50px 0; background:#f4f4f4;}

.no-padding{ padding:0;}







/*About*/
.intro-header { padding-top: 20px; padding-bottom: 20px; text-align: center; color: #f8f8f8; background: url(../images/slider/1.jpg) no-repeat center center;
 background-size: cover; height:500px;}
.intro-header2 { padding-top: 20px; padding-bottom: 20px; text-align: center; color: #f8f8f8; background: url(../images/slider/2.jpg) no-repeat center center;
 background-size: cover; height:500px;}
.intro-header3 { padding-top: 20px; padding-bottom: 20px; text-align: center; color: #f8f8f8; background: url(../images/slider/3.jpg) no-repeat center center;
 background-size: cover; height:500px;}
.intro-header4 { padding-top: 20px; padding-bottom: 20px; text-align: center; color: #f8f8f8; background: url(../images/slider/4.jpg) no-repeat center center;
 background-size: cover; height:500px;}
.intro-header5 { padding-top: 20px; padding-bottom: 20px; text-align: center; color: #f8f8f8; background: url(../images/slider/5.jpg) no-repeat center center;
 background-size: cover; height:500px;}
.intro-header6 { padding-top: 20px; padding-bottom: 20px; text-align: center; color: #f8f8f8; background: url(../images/slider/6.jpg) no-repeat center center;
 background-size: cover; height:500px;} 
.intro-message { position: relative; padding-top: 20%; padding-bottom: 20%;}
.intro-message > h1 { margin: 0; text-shadow: 1px 1px 0 rgba(0,0,0,.75); text-transform:uppercase; font-size: 3em;}
.intro-divider { width: 400px; border-top: 1px solid #f8f8f8; border-bottom: 1px solid rgba(0,0,0,0.2);}
.intro-message > h3 { text-shadow: 2px 2px 3px rgba(0,0,0,0.6);}
@media(max-width:767px) {
.intro-message {  padding-bottom: 15%; }
.intro-message > h1 { font-size: 3em; }
ul.intro-social-buttons > li { display: block;  margin-bottom: 20px; padding: 0; }
ul.intro-social-buttons > li:last-child { margin-bottom: 0; }
.intro-divider { width: 100%; }
}

/*about*/
.about-inner { display: table; padding:0px; width: 100%;}
.about-inner2 { display: table; padding:40px 0; width: 100%; border-top:2px solid #e9e9e9; border-bottom:2px solid #e9e9e9; background:#f2f2f2;}
.about-inner h1{ line-height:30px; text-align:center; font-size:28px; font-weight:normal; color:#4e4e4e; background:url(../images/header-bg.png) no-repeat; 
background-position:center; padding-bottom:60px; }
.about-inner h2{ line-height:30px; text-align:left; margin:0 0 10px 0; font-size:18px; font-weight:normal; color:#4e4e4e; text-transform:uppercase; border-bottom:1px dotted #c4c4c4; }
.about-inner h2 span{ border-bottom:2px solid #337ab7; padding:6px 0 4px 0; }
.about-inner h3{ line-height:25px; text-align:center; font-size:14px; font-weight:normal; color:#666; }
.about-inner p{ line-height:25px; text-align:justify; font-size:14px; font-weight:normal; color:#666; }
.about-inner2 p{ line-height:25px; text-align:justify; font-size:14px; font-weight:normal; color:#666; }
.about-inner a{ border:1px solid #fff; backgrond-color: rgba(0,0,0,0.5); color:#FFF; margin-top:10px;}
.about-inner a:hover{ border:1px solid #fff; background:#fff; color:#222;}
.about-inner a:focus{ border:1px solid #fff; background:#fff; color:#222;}
.about-inner hr{ border-top:1px solid #d9d9d9; width:100px; margin:0 auto;}
.about-inner img{ margin-right:10px; margin-bottom:0; margin-top:0; /*max-width:200px;*/
-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;}
.about-inner img:hover{ opacity:0.7;}

/*services*/
.services-inner { display: table; padding:0px; width: 100%; }
.box{ background:#ccc;}
.services-inner-2 { display: table; padding:40px 0; width: 100%; border-top:2px solid #e9e9e9; border-bottom:2px solid #e9e9e9; background:#f2f2f2;}
.services-inner h1{ line-height:30px; text-align:center; font-size:28px; font-weight:normal; color:#4e4e4e; background:url(../images/header-bg.png) no-repeat; 
background-position:center; padding-bottom:60px; }
.services-inner h2{ line-height:30px; text-align:left; margin:0 0 10px 0; font-size:18px; font-weight:normal; color:#4e4e4e; text-transform:uppercase; border-bottom:1px dotted #c4c4c4; }
.services-inner h2 span{ border-bottom:2px solid #337ab7; padding:6px 0 4px 0; }
.services-inner p{ line-height:25px; text-align:justify; font-size:14px; font-weight:normal; color:#666; }
.services-inner a{ position:relative; top:0px; border:1px solid #666; }
.services-inner a:hover{ position:relative; top:0px; border:1px solid #444; background-color: rgba(0,0,0,0.7); color:#fff;}
.services-inner a:focus{ position:relative; top:0px; border:1px solid #444; background-color: rgba(0,0,0,0.7); color:#fff;}
.services-inner hr{ border-top:1px solid #d9d9d9; width:100px; margin:0 auto;}
.services-inner img{ margin-right:10px; margin-bottom:0; margin-top:0; /*max-width:200px;*/
-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;}
.services-inner img:hover{ opacity:0.7;}
.services-inner .shadow{ margin:0; padding:0; width:auto; height:auto; background:url(../images/shadow-10.png) no-repeat;}
.services-inner ul{ margin:0; padding:0;}
.services-inner ul li{ margin:0; padding:0 0 0 15px; list-style:none; line-height:25px; text-align:justify; font-size:14px; font-weight:normal; color:#666;
background:url(../images/arrow-right.png) no-repeat; }
.services-inner-2 img{ margin-right:10px; margin-bottom:0; margin-top:0; /*max-width:200px;*/
-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;}
.services-inner-2 img:hover{ opacity:0.7;}
.services-inner-2 h3{ line-height:30px; text-align:left; margin:0; font-size:18px; font-weight:normal; color:#4e4e4e; text-transform:uppercase;   }
.services-inner-2 hr{ border-bottom:1px dotted #c4c4c4; margin:10px 0 20px 0;}
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.col-item{ /*border-radius: 5px;*/}
.col-item .photo img{ margin: 0 auto; width: 100%;}
.controls { margin-top: 0px;}
[data-slide="prev"]
{ margin-right: 10px;}


/*design-trend*/
.design-trend{ margin:0; padding:10px; }
.design-trend h1{ line-height:30px; text-align:center; font-size:28px; font-weight:normal; color:#4e4e4e; background:url(../images/header-bg.png) no-repeat; 
background-position:center; padding-bottom:60px; }
.design-trend-inner{ margin:0 0 10px 0; padding:10px; border:1px solid #e3e3e3; background:#f6f6f6;}
.design-trend-inner h2{ line-height:22px; padding-bottom:5px; text-align:left; margin:0 0 10px 0; font-size:18px; font-weight:normal; color:#4e4e4e; text-transform:uppercase; border-bottom:1px dotted #c4c4c4; }
.design-trend-inner p{ line-height:25px; text-align:justify; font-size:14px; font-weight:normal; color:#666; }
.design-trend-inner img{ margin-right:10px; margin-bottom:0; margin-top:0; /*max-width:200px;*/
-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;}
.design-trend-inner img:hover{ opacity:0.7;}
.design-trend-inner a{ border:1px solid #666; }
.design-trend-inner a:hover{ border:1px solid #444; background-color: rgba(0,0,0,0.7);; color:#fff;}
.design-trend-inner a:focus{ border:1px solid #444; background-color: rgba(0,0,0,0.7);; color:#fff;}

/*project-inner*/
.project-inner{ margin:0; padding:0px; }
.project-inner h1{ line-height:30px; text-align:center; font-size:28px; font-weight:normal; color:#4e4e4e; background:url(../images/header-bg.png) no-repeat; 
background-position:center; padding-bottom:60px; }
.project-inner h2{ line-height:22px; padding-bottom:5px; text-align:left; margin:0 0 10px 0; font-size:18px; font-weight:normal; color:#4e4e4e; text-transform:capitalize; border-bottom:1px dotted #c4c4c4;}
.project-inner img{ background:none;}
.hide-bullets { list-style:none; margin-left: -40px; margin-top:20px; }

/*gallery*/
.gallery{ margin:0; padding:10px; }
.gallery h1{ line-height:30px; text-align:center; font-size:28px; font-weight:normal; color:#4e4e4e; background:url(../images/header-bg.png) no-repeat; 
background-position:center; padding-bottom:60px; }
.gallery img{ margin-right:10px; margin-bottom:0; margin-top:0; /*max-width:200px;*/
-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;}
.gallery img:hover{ opacity:0.7;}

/*contact*/
.contact-inner { display: table; padding:0px; width: 100%;}
.contact-inner2 { display: table; padding:20px 0; width: 100%; border-top:2px solid #e9e9e9; border-bottom:2px solid #e9e9e9; background:#f2f2f2; margin-top:40px;}
.contact-inner2 h2{ line-height:30px; text-align:left; margin:0 0 10px 0; font-size:18px; font-weight:normal; color:#4e4e4e; text-transform:uppercase; border-bottom:1px dotted #c4c4c4; }
.contact-inner2 h2 span{ border-bottom:2px solid #337ab7; padding:6px 0 4px 0; }
.contact-inner h1{ line-height:30px; text-align:center; font-size:28px; font-weight:normal; color:#4e4e4e; background:url(../images/header-bg.png) no-repeat; 
background-position:center; padding-bottom:60px; }
.contact-inner h2{ line-height:30px; text-align:left; margin:0 0 10px 0; font-size:18px; font-weight:normal; color:#4e4e4e; text-transform:uppercase; border-bottom:1px dotted #c4c4c4; }
.contact-inner h2 span{ border-bottom:2px solid #337ab7; padding:6px 0 4px 0; }
.contact-inner p{ line-height:25px; text-align:left; font-size:14px; font-weight:normal; color:#666; }
.contact-inner hr{ border-top:1px solid #d9d9d9; width:100px; margin:0 auto;}
.form1{ background:#fff; padding:10px; margin:15px 0 0 0; width:100%; color:#222; border:1px solid #9dc8ec; font-size:18px;
-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px;}
.form2{ background:#fff; padding:5px 10px 10px 10px; margin:15px 0 15px 0; height:70px;  width:100%; color:#222; border:1px solid #9dc8ec; resize:none; font-size:18px;
-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px; }
.call-iframe{ margin:0; padding:0;}


/*back-to-top*/
.back-to-top {
cursor: pointer; position: fixed; bottom: 10px; right: 20px; display:none; font-size:20px; padding:5px 10px; background:#99999b; border:none; color:#fff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.back-to-top:focus{
cursor: pointer; position: fixed; bottom: 10px; right: 20px; display:none; font-size:20px; padding:5px 10px; background:#99999b; border:none; color:#fff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}


/*social media*/
.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{color:#fff;background-color:#183c60;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d70b7;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{color:#fff;background-color:#d6006f;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-foursquare{color:#fff;background-color:#0072b1;border-color:rgba(0,0,0,0.2)}.btn-foursquare:hover,.btn-foursquare:focus,.btn-foursquare:active,.btn-foursquare.active,.open .dropdown-toggle.btn-foursquare{color:#fff;background-color:#005888;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open .dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#0072b1;border-color:rgba(0,0,0,0.2)}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{color:#fff;background-color:#303030;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,0.2)}
.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{color:#fff;background-color:#335d7e;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{color:#fff;background-color:#1f3346;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#309aea;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{color:#fff;background-color:#4a6a89;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}







@media screen and (min-width: 240px) and (max-width: 768px) { .navbar-default { margin-top:30px;}  }
@media screen and (min-width: 320px) { .navbar-default { margin-top:30px;}  }
@media screen and (min-width: 480px) and (max-width: 800px) { .navbar-default { margin-top:30px;}  }
@media screen and (min-width: 768px) { .navbar-default { margin-top:0px;}  }
@media screen and (min-width: 1000px) { .navbar-default { margin-top:0px;} }