html {
    font-size: 100%;
}

body {
    background: #e5e9ec;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #313131;
    line-height: 28px;
    overflow-x: hidden !important;
    margin: auto !important;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
	color:#1b1b1b;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

a:hover {
	color:#1ac6ff;
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}


/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}

/*---------------------------------------
   Typography                
-----------------------------------------*/

/* HEADINGS */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
}
h1,
h2 {
    font-weight: normal;
}

h1 {
    font-size: 3.75rem;
    line-height: 4.688rem;
}

h2 {
    font-size: 3.125rem;
    line-height: 4.063rem;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}



/*---------------------------------------
   SECTION:  SERVICES           
-----------------------------------------*/

.white-wrapper {
	background:#fff;
	padding:30px 0;
}
.white-wrap {
	background:#fff;
	padding:20px;
}
.navbar-brand {
	padding:3px 15px;
}
.navbar .dropdown-menu {
	box-shadow:none;
	border:none;
}
.navbar .dropdown-menu li {
	padding-left:3px;
}

.navbar {
	margin-bottom:0 !important;
	background:#fff;
	padding:10px;
}
.navbar .btn-primary {
    margin-top: 9px;
    padding: 5px 10px !important;
}

.navbar-default {
	border-color:#f2f2f2
}
.navbar-default .navbar-nav > li > a {
    color: #1b1b1b;
    font-size: 14px;
    font-weight: normal;
}

.btn-primary:focus,
.btn-primary:hover,
.navbar-default .btn-menu:focus,
.navbar-default .btn-menu:hover {
    background-color: #1b1b1b !important;
    border-color: #2c2c2c !important;
    color: #fff !important;
}
.search button{
	width:130px;
	text-align:left;
}
.search  span.select{
	 width: 97px;
}
div.search {
    float: none;
    margin: auto;
    max-width: 500px;
    width: 100%;
	position:relative;
}

.search input[type="text"]{
	height:55px;
	width:500px;									
	border:1px solid #bcc0bb;				
	border-radius: 0 3px 3px 0;
	font-size:14px;
	padding:0px 10px;
	color:#aaa;
	font-style:italic;
	letter-spacing:0.05em;
	border-right: none;
}

.btn-primary {
    background-color: #1ac6ff;
    border-color: #1fcbff;
	color:#fff !important;
}
.bs-docs-sidebar {background:#fff !important;}
#sidebar .nav > li > a:hover {background:#fff !important;}
#sidebar  .nav > li {border-bottom:1px solid #f2f2f2 !important;}
#sidebar  .nav > li a span {float:right; font-size:12px;}
.bs-docs-sidenav {
margin-top:20px;
margin-bottom:20px;
}

.hover-effect .magnifier .buttons {
	top:50% !important;
}
.hover-effect .buttons span a {
	color:#fff;
	font-size:12px;
}
.hover-effect .buttons span a{
	background:#1ac6ff;
	width:30px;
	border-radius:3px;
	height:30px;
	line-height:28px;
	overflow:hidden;
	position:relative;
	display:inline-block;
}
.magnifier .buttons {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 60%;
	color:#fff !important;
	padding:0 !important;
	margin-top:-14px;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.magnifier:hover .buttons {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.entry:hover .magnifier { 
	opacity: 1;
	visibility: visible;
}
.entry {
	display:block;
	position:relative;	
}	
.magnifier {
	background:#000;
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.button-search {
    background-color: #1b1b1b;
    border-color: #242424;
    border-radius: 0 3px 3px 0;
    font-size: 18px;
    height: 55px;
    line-height: 35px;
    margin-left: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
}
.margin-top {
    margin-bottom:3em;
}
.btn-group.open .dropdown-toggle {
    background:#fff;
    box-shadow: none;
}
.open > .dropdown-menu {
    display: block;
	box-shadow:none;
}
.submit-form .form-control::-moz-placeholder {
    color: #1b1b1b;
}
.selectpicker:hover,
.selectpicker,
.submit-form .form-control:focus {
	box-shadow:none;
	background:#fff;
}
.submit-form .custom-btn {
    margin: 1em 0;
    padding: 10px 20px;
    background-color: #1ac6ff;
    border-color: #1fcbff;
    font-size: 14px;
	height:50px;
}
.submit-form .form-control {
    margin: 1em 0;
    padding: 10px 20px;
    background-color: #fff;
	font-weight:normal;
    border-color: #e0e0e0;
    color: #1b1b1b;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
	height:50px;
    font-weight: 300;
    line-height: 28px;
}
.submit-form  textarea {
	height:150px !important;
}
.selectpicker {
    margin: 1em 0;
    padding: 10px 20px;
    background-color: #fff;
	font-weight:normal;
    border-color: #e0e0e0;
    color: #1b1b1b;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}
.site-desc,
.banner {
	background:url(http://rttheme14.templatemints.com/wp-content/themes/rttheme14/images/backgrounds/1.png);
	background-color: rgba(26,198,255,1);
	padding:3em 0;
	width:100%;
	position:relative;	
}
.welcome-message h3 {
	color:#fff;
	font-weight:600;
	text-shadow:0 1px 3px #222222;
	font-size:21px;
}
.welcome-message {
	color:#fff;
	text-shadow:0 1px 1px #222222;
	font-size:16px;
}
.welcome-message .widget {
	margin-bottom:40px
}
.overlay {
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	top:0;
	background-color:rgba(0, 0, 0, 0.3);
}

.banner-title {
    color: #fff	;
    font-size: 3.17143em;
	font-weight:bold;
    line-height: 1.38889em;
    text-align: center;
    text-shadow: 0 1px 3px #222222;
}
.brand {
    color: white;
    font-size: 1.57143em;
	font-weight:500;
	text-align:center;
    line-height: 100%;
    text-shadow: 0 1px 3px #222222;
}
.banner-title-mini {
    color: white;
    font-size: 1.57143em;
    line-height: 1.38889em;
	padding-bottom:1em;
    text-align: center;
    text-shadow: 0 1px 3px #222222;
}
.white-wrap .banner-title-mini {
    color: #1b1b1b;
    font-size: 1.4em;
    line-height: 1.38889em;
	padding-bottom:0.4em;
	font-weight:500;
    text-shadow: 0 1px 3px #fff;
}
mark {
    background: #1ac6ff;
    color: #fff;
    font-size: 12px;
    margin: 0 6px;
    padding: 3px 15px;
}
.alert-success {
    background-color: #fff;
    border-color: #ddd;
    color: #1b1b1b;
    padding: 10px 25px 3px;
}
.desc .banner-title-mini {
    color: #1b1b1b;
    font-size: 1.4em;
    line-height: 1.38889em;
	padding-bottom:0.4em;
	font-weight:500;
	text-align:left;
    text-shadow: 0 1px 3px #fff;
}
.box-shadow{
  	-moz-box-shadow: 	0 5px 0 rgba(0,0,0,0.05);
  	-webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.05);
  			box-shadow: 0 5px 0 rgba(0,0,0,0.05);
}
ul.share {
display:inline-block;
height:2.75em;
margin-top:15px;
line-height:2.75em;
border-radius:4px;
text-decoration:none;
font-weight:600;
color:#676d79;
overflow:hidden;
padding:0 1em;
}

ul.share li {
position:relative;
display:block;
float:left;
overflow:hidden;
height:22px;
line-height:22px;
top:50%;
margin-top:-10px;
margin-right:5px;
}

ul.share li.facebook {
width:100px;
margin-top:-12px;
}

ul.share li.twitter {
width:140px;
}

ul.share li.google-plus {
width:74px;
margin-right:0;
}
.single-service {
	clear:both;
	background:#fff;
	width:100%;
	margin-bottom:30px;
	text-align:center;
	font-size:12px;
	padding:0 0 20px 0;
	position:relative;
	display:block;
}

.single-service p span {margin:0 3px;}

.single-service .service-icon {
    font-size: 80px;
}
.single-service:hover a {
	color:#1ac6ff;
}
.single-service h3 a {
	color:#1b1b1b;
}
.single-service h3 {
    margin:14px 0 5px;
	font-weight:normal;
	padding-bottom:0;
	font-size:18px;
    text-align: center;
}


#footer-container {
       background: #222a38;
     -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
     box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.07);
     z-index: 1501;
 
    margin-top: 40px;
    padding:20px 0 60px;
	color:#9fabbd;
	font-size:14px;
    width: 100%;
}

#footer-container h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
    text-shadow: 0 1px #1f1f1f;
}
#footer-container h2 {
    color: #fff !important;
    font-weight: 600;
}

#footer-container .form-control::-moz-placeholder,
#footer-container a {
	color:#9fabbd;
}

#footer-container .form-control {
    background:#323a48;
    border: 1px solid #282828;
    color: #fff;
    display: inline;
    font-size: 14px;
    height: 43px;
    line-height: 26px;
    margin: 0 5px 10px 0;
    padding: 7px 15px;
    width: 218px;
}
#footer-container .form-control:focus {
    box-shadow:none !important;
	border-color:rgba(35, 35, 35, 1);
}

.social li i {
	padding:8px;
	background:#323a48;
	font-size:18px;
	color:#9fabbd;
}
.social li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 11px;
}
ul.tagclouds li{
	list-style-type: none;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}
ul.tagclouds li a{
	text-transform: capitalize;
    text-decoration: none !important;
    color: #9fabbd !important;
    padding: 5px 6px;
	font-size:12px;
    background:#323a48;
}

ul.tagclouds.clearfix {
	list-style-type: none;
    margin: 0px !important;
    padding: 0px;
    float: left;
}

.pagination-wrap {
	margin-right:15px;
}
.pagination > li > a:hover, 
.pagination > li > span:hover {
    background-color: #1fcbff;
	color:#fff;
    border: 1px solid #1ac6ff;
}
.pagination > li > a, 
.pagination > li > span {
    background-color: #1ac6ff;
    border: 1px solid #1fcbff;
    margin-left: 3px;
	color:#fff;
}
ul.clearfix {
	list-style-type: none;
    margin: 0px !important;
    padding: 0px;
    float: left;
}
.social li i:hover,
ul.tagclouds a:hover, .menu ul li .current{
    color: #fff !important;
    background-color:#1d1d1d !important;
}
.copyright_box{
	float:left;
	width:100%;
	color:#9fabbd;
	text-align:center;
}
.copyright_box a{
	color:#9fabbd;
}
.copyright_box a:hover{
	color:#fff !important;
}