/*
Compass Template
http://www.templatemo.com/preview/templatemo_454_compass
*/

/* 
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 1;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 16px/23px "Prompt", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #000;
  background-repeat: no-repeat;
  background-attachment: fixed;  
}

a {
  color: #0000ff ;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Prompt", sans-serif;
  color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#services, #portfolio, #about, #activity, #news, #contact , #fbook {
  padding-top: 15px;
}

.container123 {
	background-color: #ffffff;
}

.mainBtn {
  background-color: #ff6600;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}

.readall-section {
  margin-top: 20px;	
  margin-bottom: 15px;
}
.readall-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.readall-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #e3722e;
  margin: 0 auto;
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 20px;
  margin-bottom: 10px; 
  margin-left: 15px;
  margin-right: 15px;
  height: 120px;
  background-color: #28b3ec;
  /*background-image: url('../images/ft.jpg');*/
  font-size: 20px;
  color: #ffffff;
}
.site-footer p {
margin-top: 15px;
font-size: 20px;
text-align: left;
margin-left: 100px;
color: white;
}
.site-footer a {
  color: #000000;
  text-align: center;
  #display: block;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}


#tborder {
	padding: 5px 5px 5px 5px;	
	border: 1px solid #999999;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5x;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;	
}

#twborder {
	padding: 15px 5px 5px 5px;	
	border: 1px solid #ffffff;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5x;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;	
}

#wbborder {
	padding: 5px 5px 15px 5px;		
	background-color:#ffffcc;
}

#headborder {
	padding: 0px 5px 5px;
	/*padding: 2px 0px 5px 5px;	
        border:solid 1px #ffffdd;
	background-color:#ffffff;*/
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright:12px;
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:0px;
    -webkit-border-top-left-radius:12px;
    -webkit-border-top-right-radius:12px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:0px;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}

#headborder img {
  width: 100%;
  height: auto;
}

#menubar {
	padding: 5px 5px 0px 20px;
	width: 99%;
}

#bgweb {
	/*background-color: #ffffff;
        background-color: #caa1f4;*/
	padding: 5px 5px 5px 5px;
}

#sitebardes {
/*  margin-top: 5px; */
  margin-bottom: 5px;  
  height: 50px;
  width: 100%;
 /* background: url('../images/top_border.png') no-repeat left;*/
  background-color: #28b3ec; 
  border:3px solid #ffffff;
  border-radius : 10px;
  color: #0066ff ;
  color: #000;
  font-size: 24px;
  padding: 8px 0px 5px 25px;
 # box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
}

#sitebardes12 {
/*  margin-top: 5px; */
  margin-bottom: 5px;  
  height: 50px;
  width: 100%;
  background: url('../images/top_border4.png') no-repeat left;
  # background-color: #17a817; */
# border:2px solid #ffffff;
  border-radius : 10px;
  color: #0066ff ;
  color: #000;
  font-size: 24px;
  padding: 8px 0px 5px 25px;
 # box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
}

#sitebardes6 {
/*  margin-top: 5px; */
  margin-bottom: 5px;  
  height: 50px;
  width: 100%;
  background: url('../images/top_border4.png') no-repeat left;
  # background-color: #17a817; */
# border:2px solid #ffffff;
  border-radius : 10px;
  color: #0066ff ;
  color: #000;
  font-size: 24px;
  padding: 8px 0px 5px 25px;
 # box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
}

#arrowline {  
	height: 30px;	
	background: url(../images/arrowline.png);
	overflow: hidden;
}

.button_me{
border:1px solid #CE9A01;-webkit-box-shadow: #FFF563 0px 1px 0px inset;-moz-box-shadow: #FFF563 0px 1px 0px inset; box-shadow: #FFF563 0px 1px 0px inset; -webkit-border-radius: 6px; -moz-border-radius: 10px;border-radius: 6px;font-family:arial, helvetica, sans-serif;font-size: 10px; padding: 1px 8px 1px 8px; text-decoration:none; display:inline-block;text-shadow: 0px 1px 0 rgba(255,255,255,0.44);font-weight:bold; color: #63460C;
 background-color: #b6e026; background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e026), to(#abdc28));
 background-image: -webkit-linear-gradient(top, #b6e026, #abdc28);
 background-image: -moz-linear-gradient(top, #b6e026, #abdc28);
 background-image: -ms-linear-gradient(top, #b6e026, #abdc28);
 background-image: -o-linear-gradient(top, #b6e026, #abdc28);
 background-image: linear-gradient(to bottom, #b6e026, #abdc28);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#b6e026, endColorstr=#abdc28);
}

.button_me:hover{
 border:1px solid #CE9A01;
 background-color: #95b91a; background-image: -webkit-gradient(linear, left top, left bottom, from(#95b91a), to(#8bb41d));
 background-image: -webkit-linear-gradient(top, #95b91a, #8bb41d);
 background-image: -moz-linear-gradient(top, #95b91a, #8bb41d);
 background-image: -ms-linear-gradient(top, #95b91a, #8bb41d);
 background-image: -o-linear-gradient(top, #95b91a, #8bb41d);
 background-image: linear-gradient(to bottom, #95b91a, #8bb41d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#95b91a, endColorstr=#8bb41d);
}

 .affix {
      top:0;
      width: 84%;
      z-index: 9999 !important;
  } 
  

#actboder {
#  margin-top: 5px;
  margin-bottom: 15px;  
  # height: 46px;
  background-color: #77dbf2;
  border:2px solid #ffffff;
  border-radius : 10px;
  # color: #000;
  # font-size: 24px;
  # padding: 0px 0px 0px 5px;
  box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
}


#textslideborder {
  margin-bottom: 10px;  
  height: 95px;
  background-color: #77dbf2;
  border:2px solid #ffffff;
  border-radius : 10px;
  padding: 5px 10px 5px 10px;
  box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
}

#textslide {
  margin-top: 10px;
  height: 60px;
  background-color: #ffffff;
  font-size: 24px;
  border:2px solid #ffffff;
  border-radius : 10px;
}

#textnayok {
  font-size: 14px;
  color:red ;
}
.btn-warning {
    color: #000;
    background-color: #50a2ff;
    border-color: #60aeee;
    font-size: 16px;
}
.btn-success {
    color: #000;
    background-color: #50a2ff;
    border-color: #60aeee;
    font-size: 16px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 8px 8px;
        padding-top: 13px;
        padding-bottom: 1px;
}
